Comments by "Javier Flores" (@JJFlores197) on "freeCodeCamp.org"
channel.
-
5
-
3
-
3
-
3
-
3
-
3
-
For the vast majority of computer users, the graphical interface is much easier and simpler to use than the command line. However, if you want to go deep into how your computer works or if you're interested in higher level IT jobs, knowing your way around a command line is invaluable.
As an example, let's say you want to create 20 folders. With the graphical interface, you right click an empty part of your desktop, and create a new folder. Pretty easy. However, you will quickly realize that doing that 19 more times is very tedious. With the command line, you can write out a script that will create 20 folders at once. I don't have a particular script to show you, but it can be done that way. It is tedious and does take a long time and practice to get good at it. However, if you do become proficient in the command line, you'll find that certain tasks are very quickly achieved through there rather than the graphical interface.
3
-
3
-
3
-
3
-
2
-
2
-
2
-
You have to understand that binary deals with 2 possible values: 0 or 1. Remember in grade school where you learned about place values? Like the 1's column, 10's column, hundreds column? With binary, its the same concept, except that instead of going by powers of 10, you go by powers of 2. So you have the 1's column, 2's column, 4's column and so forth.
If you just have the 1's column, your possible numbers are: 0 or 1
If you have 2's columns, your possible numbers are 0 (00); 1 (01); 2 (10); 3 (11)
If you have 4's columns, your possible numbers are 0 (000); 1 (001); 2 (010); 3 (011); 4 (100)
And so on. Remember place values and the rest will make more sense.
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1