Deck 15: Linux Operating Systems
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/40
Play
Full screen (f)
Deck 15: Linux Operating Systems
1
To keep track of free and busy pages,Linux uses a system of page tables.
True
2
Linux has system calls that change the size of the process data segment,either by expanding it to accommodate extra data values or reducing it when certain values positioned at the end of the data segment are no longer needed.
True
3
Virtual memory is implemented in Linux through demand paging.
True
4
When Linux allocates memory space,by default it allocates one GB of high-order memory to the kernel and three GB of memory to executing processes.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
5
Device drivers supervise the transmission of data between main memory and the local unit.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
6
Linux brought much of the speed,efficiency,and flexibility of UNIX to small desktop computers.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
7
The secure log file contains lists of all attempts to log in to the system,including the date,time,and duration of each access attempt.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
8
Anyone is permitted to copy and distribute verbatim copies of the operating system,including those who want to customize it for release to the public.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
9
Filenames are not case sensitive in Linux.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
10
Linux is an open-source program.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
11
A page's middle directory contains a pointer to the actual page frame.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
12
Virtual memory in Linux is managed using a multiple-level table hierarchy.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
13
Linux was developed by Dennis Ritchie,who wanted to create an operating system to maximize the limited capabilities of the Intel 80386 microprocessor.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
14
When a process requests pages,Linux loads them into memory.When the kernel needs the memory space,the pages are released using a most recently used (MRU)algorithm.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
15
All Linux files are organized in directories that are connected to each other in a tree-like structure.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
16
In the Linux scheduler,processes with the SCHED_OTHER type have the highest priority.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
17
A path name can be either one name or a list of names separated by dashes.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
18
In Linux,each process is referenced by a descriptor,which contains approximately fifteen fields describing the process attributes together with the information needed to manage the process.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
19
The name Linux is a contraction of Linus and UNIX.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
20
Linux offers memory protection based on the type of information stored in each region belonging to the address space of a user request.
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
21
The ____ device used in Linux memory management can be a partition on the disk or it can be a normal file.
A) pointer
B) swap
C) page
D) database
A) pointer
B) swap
C) page
D) database
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
22
The Linux page replacement algorithm is an expanded version of the ____ replacement policy.
A) clock page
B) clock
C) page clock
D) page
A) clock page
B) clock
C) page clock
D) page
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
23
In Linux,up to a total of 256MB of usable memory can be configured into equal-sized page frames,which can be grouped to give more contiguous space to a job.These groups can also be split to accommodate smaller jobs.The process of grouping and splitting usable memory is known as the ____.
A) process algorithm
B) grouping algorithm
C) buddy algorithm
D) group/split algorithm
A) process algorithm
B) grouping algorithm
C) buddy algorithm
D) group/split algorithm
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
24
Linux updates are issued free to the public about every ____ months.
A) two
B) four
C) six
D) eight
A) two
B) four
C) six
D) eight
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
25
Linux provides ____ queues and semaphores to allow two processes to synchronize with each other.
A) exec
B) fork
C) wait
D) pause
A) exec
B) fork
C) wait
D) pause
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
26
Linux provides the foundation for the ____ operating system.
A) Snow Leopard
B) Android
C) Vista
D) Solaris
A) Snow Leopard
B) Android
C) Vista
D) Solaris
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
27
In Linux,the ____ log file stores messages of which systems have successfully started up and shut down,as well as any that have failed to do so.
A) boot.log
B) dmesg
C) auth.log
D) secure
A) boot.log
B) dmesg
C) auth.log
D) secure
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
28
Administrators use ____ logs that provide a detailed description of activity on the system.
A) file
B) directory
C) detailed
D) system
A) file
B) directory
C) detailed
D) system
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
29
When a process begins execution,its segments have a ____ size.
A) large
B) variable
C) small
D) fixed
A) large
B) variable
C) small
D) fixed
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
30
In Linux,____ devices cannot host a file system.
A) write
B) read
C) block
D) char
A) write
B) read
C) block
D) char
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
31
Linux provides semaphores to help solve the problems of mutual exclusion and of producers and consumers.The Linux semaphore structure contains ____ fields.
A) two
B) three
C) four
D) five
A) two
B) three
C) four
D) five
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
32
Which of the following is a popular distribution of Linux?
A) Lion
B) Ubuntu
C) Xcode
D) Ugull
A) Lion
B) Ubuntu
C) Xcode
D) Ugull
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
33
Under Linux filename conventions,the ____ represents the root directory.
A) \
B) ..
C) ^
D) /
A) \
B) ..
C) ^
D) /
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
34
A file containing data or programs belonging to users is known as a(n)____.
A) symbolic link
B) ordinary file
C) special file
D) named pipe
A) symbolic link
B) ordinary file
C) special file
D) named pipe
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
35
The three standard classes of devices supported by Linux are ____.
A) character devices,system devices,and network interfaces
B) system devices,block devices,and network interfaces
C) character devices,block devices,and network interfaces
D) character devices,block devices,and network devices
A) character devices,system devices,and network interfaces
B) system devices,block devices,and network interfaces
C) character devices,block devices,and network interfaces
D) character devices,block devices,and network devices
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
36
____ management is designed to replace or change parts of the operating system that need to be enhanced or replaced.
A) OS
B) Patch
C) VFS
D) Kernel
A) OS
B) Patch
C) VFS
D) Kernel
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
37
Linux terminal management conforms to ____ standards,and it also supports pseudo-terminals.
A) POSIX
B) SCSI
C) USB
D) DLL
A) POSIX
B) SCSI
C) USB
D) DLL
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
38
Because Linux is written and distributed under the ____ General Public License,its source code is freely distributed and available to the general public.
A) GPL
B) Open Publication
C) GNU
D) MPP
A) GPL
B) Open Publication
C) GNU
D) MPP
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
39
In Linux,the three levels of file access are ____,____,and ____.
A) owner;domain;group
B) owner;group;administrator
C) administrator;owner others
D) owner;group;others
A) owner;domain;group
B) owner;group;administrator
C) administrator;owner others
D) owner;group;others
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck
40
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.
A) major
B) minor
C) unique
D) support
A) major
B) minor
C) unique
D) support
Unlock Deck
Unlock for access to all 40 flashcards in this deck.
Unlock Deck
k this deck