Match each correct item with the statement below.?

A. ?Also known as the Bourne Again Shell, this is the default command-line interface in Linux
B. An improved version of the ext3 filesystem, with an extended feature set and better performance?
C. ?The way in which a hard disk or SSD partition is formatted to allow data to reside on the physical media.
D. ?The area of a large hard disk ( > 2TB) outside a partition that stores partition information and boot loaders
E. ?A file that contains the content of a DVD.
F. ?A filesystem function that keeps track of the information that needs to be written to the hard disk or SSD in a journal.
G. ?The area of a typical hard disk (< 2TB) outside a partition that stores partition information and boot loaders
H. ?A user interface that accepts input from the user and passes the input to the kernel for processing.
I. The channel that allows a certain user to log in and communicate with the kernel via a user interface?
J. ?An area on a hard disk or SSD (swap partition) that can be used to store information that normally resides in physical memory (RAM), if the physical memory is being used excessively.


A. ?BASH shell
B. ext4?
C. ?filesystem
D. ?GUID Partition Table
E. ?ISO image
F. journaling?
G. ?Master Boot Record (MBR)
H. ?shell
I. ?terminal
J. virtual memory

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. You insert comments in your programs to document and improve the readability of your code. 2. Syntax errors are indicated only when you compile a program. 3. Visual Basic is case sensitive; therefore, an identifier named Pencil is not the same as one named pencil. 4. All variables must be declared with a name and a data type before they can be used in a program. 5. A declaration may declare only one variable at a time.

Computer Science & Information Technology

The expression __________ returns the current system time and date.

``` a) DateFormat.getDateTime() b) new Date() c) DateFormat.getDateTimeInstance() d) new CurrentDate() ```

Computer Science & Information Technology

The minimum set of recommended standards for a program is known as the

a. operating system. b. system requirements. c. setup guide. d. installation specs.

Computer Science & Information Technology

In a business letter, type the ____ at least four blank lines below the complimentary close, allowing room for the author to sign his or her name.

A. inside address B. message C. signature block D. salutation

Computer Science & Information Technology