Questions and answers, rated A+
What does the wget command do? - ✔✔-Is a terminal mode command used to download files thru the
URL
As taught in this class, what new benefit the System.out.printf provide us? - ✔✔-Allows to easily align
reports in columns
Why is terminal mode important in IT(Information Technology)? - ✔✔-it allows us to have full control of
our computers
In Ubuntu, using terminal mode, create a folder named pgm1 - ✔✔-mkdir pgm1
What is the largest decimal number in one nibble number is: - ✔✔-15
In the following sequence of events, Using Linux terminal mode commands, Create a directory named
pgm4,Go into folder pgm4,Display all files and directories - ✔✔-mkdir pgm4, cd pgm4, ls
, In our class program 2, if we display a chip number from the computer we used as an example, what
does it mean? - ✔✔-This chip is damaged and needs to be replaced
In the following sequence of events,
What are the BASES for the following systems:
hexadecimal, binary, decimal - ✔✔-16, 2, 10
What is a Virtual Machine (VM)? - ✔✔-Software that can be installed in a Host Computer, allowing us to
install multiple Operating Systems, using the Host's hardware
In our class program 2, how many RAM chips where in the computer we used as an example - ✔✔-8
Name three Virtual Machines Software, as explained in class - ✔✔-VMware, Virtual Box, Parallels
What is a nibble number - ✔✔-the equivalent of one hexadecimal number
How many bits does a nibble contain - ✔✔-4
Using shell, what does ../../../chmod 755* do? - ✔✔-No such file or directory