Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Understanding Operating Systems
Quiz 16: Linux Operating System
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
In Linux the semaphore structure contains ____ fields.
Question 22
Multiple Choice
Linux terminal management conforms to ____ standards, and it also supports pseudo-terminals as well as process control systems.
Question 23
Multiple Choice
Because Linux is written and distributed under the ____ General Public License, its source code is freely distributed and available to the general public.
Question 24
Multiple Choice
Virtual memory in Linux is managed using a multiple-level table hierarchy, which accommodates both 64- and ____-bit architectures.
Question 25
Multiple Choice
Linux provides ____ queues and semaphores to allow two processes to synchronize with each other.
Question 26
Multiple Choice
The page replacement algorithm is an expanded version of the ____ replacement policy.
Question 27
Multiple Choice
Fedora Core 2 was introduced in ____.
Question 28
Multiple Choice
Linux is ____, which improves its portability from one system to another.
Question 29
True/False
Filenames are not case sensitive in Linux.
Question 30
True/False
A path name can be either one name or a list of names separated by dashes.
Question 31
Multiple Choice
The Fedora Project issues updates free to the public about every ____ months.
Question 32
True/False
All Linux files are organized in directories that are connected to each other in a treelike structure.
Question 33
Multiple Choice
Only when all FIFO processes are completed does the scheduler proceed to execute processes of ____ priority.
Question 34
Multiple Choice
Virtual memory management uses ____ levels of tables.
Question 35
Multiple Choice
In Linux device management, the ____ device number is used as an index to the array to access the appropriate code for a specific device driver.
Question 36
Multiple Choice
When a process begins execution, its segments have a ____ size.
Question 37
Multiple Choice
The ____ device used in Linux memory management can be a partition on the disk or it can be a normal file.
Question 38
True/False
Information about the well-being of a Linux system is available using the System Monitor window.
Question 39
True/False
Filenames can include a space, however this can cause complications if you're running programs from the command line because a program named interview notes would be viewed as a command to run two files: interview and notes.