Question 1
________ is the proper filename for the file that contains targets, dependencies and rules which are used to define how your source code should be built into a binary executable.
Question 2
What editor are you required to use in order to write source code on Linux?
Question 3
Which gcc compiler option should you use in order to include symbols for debugging?
Question 4
Before committing changes, what git command is used in order to include updates made to files that already exist in a local git repository?
Question 5
When working with a remote git repository, what command should be used in order to synchronize changes from the the remote repository into the local repository?
Question 6
Which is not another term for kernel mode?
Question 7
A(n) ________ is the unit of work in a system
Question 8
What statement concerning privileged instructions is considered false?
Question 9
A(n) ____ is a custom build of the Linux operating system
Question 10
The most common secondary storage device is ____.
Question 11
The two separate modes of operating in a system are
Question 12
Embedded computers typically run ____ operating system
Question 13
Which of the following operating systems is not open source?
Question 14
Microkernels use _____ for communication.
Question 15
If a program terminates abnormally, a dump of memory may be examined by a ____ to determine the cause of the problem.
Question 16
_____ allow operating system services to be loaded dynamically.
Question 17
_____ provide(s) an interface to the services provided by an operating system.
Question 18
A microkernel is a kernel ____.
Question 19
A _____ is an example of a systems program.
Question 20
A boot block ____.
typically only knows the location and length of the rest of the bootstrap program
________ is the proper filename for the file that contains targets, dependencies and rules which are used to define how your source code should be built into a binary executable.
- compiler
- make
- gcc
- Makefile
Question 2
What editor are you required to use in order to write source code on Linux?
- nano
- vim
- Any editor you are comfortable with
- emacs
Question 3
Which gcc compiler option should you use in order to include symbols for debugging?
- -Wextra
- -o
- -Wall
- -g
Question 4
Before committing changes, what git command is used in order to include updates made to files that already exist in a local git repository?
- update
- pull
- add
- push
Question 5
When working with a remote git repository, what command should be used in order to synchronize changes from the the remote repository into the local repository?
- update
- add
- push
- pull
Question 6
Which is not another term for kernel mode?
- system mode
- operating mode
- privileged mode
- supervisor mode
Question 7
A(n) ________ is the unit of work in a system
- timer
- process
- operating system
- mode bit
Question 8
What statement concerning privileged instructions is considered false?
- They can be executed in user mode.
- They are used to manage interrupts.
- They can be executed in kernel mode.
- They may cause harm to the system.
Question 9
A(n) ____ is a custom build of the Linux operating system
- installation
- LiveCD
- distribution
- VMWare Player
Question 10
The most common secondary storage device is ____.
- magnetic disk
- tape drives
- random access memory
- solid state disks
Question 11
The two separate modes of operating in a system are
- user mode and kernel mode
- supervisor mode and system mode
- physical mode and logical mode
- kernel mode and privileged mode
Question 12
Embedded computers typically run ____ operating system
- a clustered
- a network
- the Windows XP
- a real-time
Question 13
Which of the following operating systems is not open source?
- PCLinuxOS
- BSD UNIX
- Linux
- Windows
Question 14
Microkernels use _____ for communication.
- virtualization
- message passing
- shared memory
- system calls
Question 15
If a program terminates abnormally, a dump of memory may be examined by a ____ to determine the cause of the problem.
- module
- control card
- debugger
- shell
Question 16
_____ allow operating system services to be loaded dynamically.
- Virtual machines
- Modules
- File systems
- Graphical user interfaces
Question 17
_____ provide(s) an interface to the services provided by an operating system.
- System calls
- Communication
- Simulators
- Shared memory
Question 18
A microkernel is a kernel ____.
- that is compressed before loading in order to reduce its resident memory size
- that is compiled to produce the smallest size possible when stored to disk
- containing many components that are optimized to reduce resident memory size
- that is stripped of all nonessential components
Question 19
A _____ is an example of a systems program.
- text formatter
- database system
- command interpreter
- Web browser
Question 20
A boot block ____.
- typically only knows the location and length of the rest of the bootstrap program
- is composed of multiple disk blocks
- typically is sophisticated enough to load the operating system and begin its execution
- is composed of multiple disk cylinders
typically only knows the location and length of the rest of the bootstrap program
No comments:
Post a Comment