INT 1700 Exam 3 True or False
True
A D.V.D with a fast data transfer rate will drop fewer frames when playing back a recorded video segment than will a unit with a slower transfer rate.
False
A compressed image file can be reconstructed if a less compression algorithm is used because the compression process is reversible.
False
A driver object can only have one device connected to it.
False
A field is a group of related records that can be identified by the user with a name, type, and size.
True
A file extension is usually two to four characters in length and is separated from the relative name by a period.
False
A group known as Red-hat Software has responsibility for the open-source development of the Linux kernel.
False
A page's middle directory contains a pointer to the actual page frame.
False
A path name can be either one name or a list of names separated by dashes.
False
A relative filename is a name that is selected by the File Manager when the file is created.
True
A replacement paging policy determines which virtual page must be removed from memory to make room for a new page.
False
A seek strategy for an I/O device handler is the predetermined policy that the device handler uses to allocate access to the device among the many processes that may be waiting for it. It determines the order in which the processes get the device; the goal is to keep transfer time to a minimum.
True
A sub-directory is created when a user opens an account to access the computer system.
False
A volume must contain a single file.
True
All Linux files are organized in directories that are connected to each other in a tree-like structure.
True
Although non-contiguous allocation schemes eliminate external storage fragmentation and the need for compaction, they don't support direct access because there's no easy way to determine the exact location of a specific record.
False
An indexed sequential file does not have overflow areas.
False
An optical disc drive spins at a constant speed. This is called constant linear velocity.
True
At the operating system level, file mapping is typically used for file caching, loading, and running executable programs.
True
Before the 1995 release of the Windows 95 operating system, all Windows products were merely graphical user interfaces that required the MS-DOS operating system to perform tasks.
True
Blu-ray discs are available in several formats: read-only "B.D-ROM", record-able "B.D-R", and re-writable "B.D-RE".
True
Buffers are used to synchronize the movement of data between the relatively slow I/O devices and the very fast CPU.
False
Device drivers supervise the transmission of data between main memory and the local unit.
False
Device management principles are changing rapidly to accommodate cloud computing.
True
Direct access storage devices "D.A.S.D.s" are devices that can directly read or write to an arbitrary place on a disk.
True
Directories are special files that contain listings of filenames and their attributes.
False
Effective distributed security requires an authentication mechanism that allows a server to prove its identity to a client.
False
Filenames are not case sensitive in Linux.
False
Files cannot be converted from sequential to direct or vice versa.
True
First-come, first-served "F.C.F.S" is the simplest device-scheduling algorithm; it is easy to program and essentially fair to users.
True
If the File Manager is required to provide detailed instructions for each system device "how to start it, get it to move to the correct place where the desired record is located, and when to stop", then the program is considered device dependent.
False
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.
False
In a file directory tree structure, the "leaves" of the tree are sub-directories created by the user.
False
In a file management system, information is passed from the Device Manager at the top of the hierarchy to the File Manager at the bottom.
True
In recent Windows operating systems, almost all low-level I/O operations are asynchronous.
False
In the Linux scheduler, processes with the S.C.H.E.D_O.T.H.E.R type have the highest priority.
True
In the N-Step "S.C.A.N" device-scheduling algorithm, any requests that arrive while the arm is in motion are grouped for the arm's next sweep.
False
L.D.A.P is the hierarchical replicated naming service on which the Internet is built.
True
Linux brought much of the speed, efficiency, and flexibility of UNIX to small desktop computers.
True
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
Linux is an open-source program.
False
Linux offers memory protection based on the type of information stored in each region belonging to the address space of a user request.
False
Linux was developed by Dennis Ritchie, who wanted to create an operating system to maximize the limited capabilities of the Intel 80386 microprocessor.
True
Many systems force users to have their files organized for fixed-length records if the records are to be accessed directly.
False
Much of Windows is written in assembly language, a programming language that's standardized and readily available.
True
Multi-threading improves database searches because data is retrieved faster when the system has several threads of execution searching an array simultaneously, especially if each thread has its own CPU.
True
Nested RAID levels, also called hybrid levels, are complex RAID configurations created by combining multiple standard levels.
False
One disadvantage of Windows is that it does not provide much support for users working in non-English languages.
True
One of the biggest concerns about Windows operating systems is the need for aggressive patch management to combat the many viruses and worms that target these systems.
True
RAID Level 0 is not considered a true form of RAID because it cannot recover from hardware failure.
False
RAID begins with the assumption that a small set of large-capacity disk drives is preferable to a larger set of small-capacity disk drives.
False
RAID is a set of logical disk drives, viewed as a single physical unit by the operating system.
True
Recent Windows operating systems provide distributed security with Kerberos, which provides authentication, data integrity, and data privacy.
False
Seek time is the most important characteristic of a fixed-head disk drive.
True
Sequential record organization is by far the easiest to implement because records are stored and retrieved serially, one after the other.
False
The File Manager responds to the CREATE command by creating a new file.
True
The I/O Manager allows device drivers and file systems, which it perceives as device drivers, to be loaded dynamically based on the needs of the user.
False
The Open Mode attribute for a file indicates whether other callers can open the file for read, write, or delete operations while this caller is using it.
True
The S.M.B protocol is a high-level specification for formatting messages to be sent across the network and correlates to the application layer. "layer 7", and the presentation layer. "layer 6" of the OSI model.
False
The Shortest Seek Time First device-scheduling algorithm moves the arm methodically from the inner to the outer track, servicing every request in its path.
False
The job of the I/O control unit is to keep up with the I/O requests from the CPU and pass them down the line to the appropriate control unit.
False
The lower half of the virtual address space is accessible only to kernel-mode processes.
True
The name Linux is a contraction of Linus and UNIX.
True
The primary file handling concept in recent versions of Windows is the virtual file.
True
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.
True
The universal serial bus "U.S.B" controller acts as an interface between the operating system, device drivers, applications, and the devices that are attached via the USB host.
True
There are many more sectors on an optical disc than on a magnetic disk of the same area.
True
To ensure the integrity of the Windows operating system code, the designers separated operating system functions into a privileged executive process and a set of non-privileged processes called protected subsystems.
True
To keep track of free and busy pages, Linux uses a system of page tables.
True
To support text compression, data in a fixed-length field that includes a short name followed by many blank characters can be replaced with a variable-length field and a special code to indicate how many blanks were truncated.
False
Two of the most important measures of optical disc drive performance are sustained data-transfer rate and maximum access time.
True
Virtual memory in Linux is managed using a multiple-level table hierarchy.
True
Virtual memory is implemented in Linux through demand paging.
True
When Linux allocates memory space, by default it allocates one Giga-Bite of high-order memory to the kernel and three Giga-Bite of memory to executing processes.
False
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 "M.R.U" algorithm.
False
When a user gives a command to modify the contents of a file, it's actually a command to access folders within the file.
False
When using "D.M.A", the CPU controls the transfer of data to and from memory over the system bus.
True
When using a contiguous file storage scheme, the File Manager keeps track of empty storage areas by treating them as files.
False
Windows X.P was the last Windows operating system built on the Windows 95 kernel.
False
Windows is a non-preemptive multitasking, multi-threaded operating system.
False
Within a file, variable-length records are easier to access directly than fixed-length records.
