QuestionQ1
The Linux Operating SystemWhere is a Raspberry Pi’s operating system stored?
- A On the master device attached to the Raspberry Pi's IDE bus.
- B On a read only partition on the Raspberry Pi's firmware, next to the BIOS.
- C On a removable SD card which is put into the Raspberry Pi.
- D On a Linux extension module connected to the Raspberry Pi's GPIO pins.
- E On rewritable flash storage which is built into the Raspberry Pi.
QuestionQ2
The Power of the Command LineWhich of the following commands can resolve a DNS name to an IP address?
- A dnsname
- B dns
- C query
- D host
- E iplookup
Community Discussion
QuestionQ3
Finding Your Way on a Linux SystemA user is in the directory /home/user/Downloads/ and runs the command ls ../Documents/.
Assuming that it exists, which directory’s contents are displayed?
- A /home/user/Documents/
- B /home/user/Documents/Downloads/
- C /home/user/Downloads/Documents/
- D /Documents/
- E /home/Documents
Community Discussion
QuestionQ4
The Power of the Command LineMost Linux commands can show information about how they are used. How can this information usually be displayed?
- A By running the command with the option /? or /??.
- B By running the command with the option ?! or ?=!.
- C By running the command with the option /doc or /documentation.
- D By running the command with the option -h or --help.
- E By running the command with the option -m or --manpage.
Community Discussion
QuestionQ5
The Linux Operating SystemWhat is the recommended source for installing new applications on a Linux-based operating system?
- A The vendor's version management system
- B A CD-ROM disk
- C The distribution's package repository
- D The vendor's website
- E A retail store





Community Discussion