Term
T/F: A multi-tasking operating system is capable of executing more than one program at a time for a user. |
|
Definition
|
|
Term
T/F: A single-tasking operating system executes one program at a time for many users. |
|
Definition
|
|
Term
T/F: A multi-user operating system is capable of providing services for many users on the system concurrently. |
|
Definition
|
|
Term
T/F: In the operating system model the service layer translates the service requests from users/programs and passes them to the kernel layer. |
|
Definition
|
|
Term
T/F: The command layer or shell responds to the set of commands that are supported by the operating system. |
|
Definition
|
|
Term
T/F: The kernel is the outermost layer of the operating system, and it is the only layer that interacts with the user. |
|
Definition
|
|
Term
T/F: ASCII code is one of the code schemes used to represent characters in a byte. |
|
Definition
|
|
Term
T/F: Mb is about one million bytes. |
|
Definition
|
|
Term
T/F: Gb is about one billion bytes. |
|
Definition
|
|
Term
T/F: About 95 percent of the UNIX operating system is written in C language. |
|
Definition
|
|
Term
T/F: The utility layer provides the user-interface. |
|
Definition
|
|
Term
T/F: The shell program is part of the UNIX kernel. |
|
Definition
|
|
Term
T/F: The shell scripts are programs written in C language. |
|
Definition
|
|
Term
T/F: The UNIX operating system is available only on mini computers. |
|
Definition
|
|
Term
T/F: The two major versions of the UNIX operating system are AT&T's UNIX version V and Berkeley UNIX. |
|
Definition
|
|
Term
T/F: UNIX is a multi-user, multi-tasking operating system. |
|
Definition
|
|
Term
T/F: UNIX looks at the devices such as printers and terminals as files. |
|
Definition
|
|
Term
T/F: You must login to use the system. It means that, in response to prompts you type your user Id and password. |
|
Definition
|
|
Term
T/F: You terminate your session by turning off the terminal. |
|
Definition
|
|
Term
T/F: Options and arguments are necessary parts of each command. |
|
Definition
|
|
Term
T/F: At the end of each command line you must press the return key to signal the completion of your command. |
|
Definition
|
|
Term
T/F: UNIX is not case sensitive, and you may type commands in lower or upper case letters. |
|
Definition
|
|
Term
T/F: You can change your password as many times as you wish. |
|
Definition
|
|
Term
T/F: Only the system administrator can change your password. |
|
Definition
|
|
Term
T/F: UNIX is a case-sensitive system and command names are in lower-case. |
|
Definition
|
|
Term
T/F: Every command must have at least one argument. |
|
Definition
|
|
Term
T/F: The man command is issued to manage the computer resources. |
|
Definition
|
|
Term
T/F: Any user can change the system date and time using the date command. |
|
Definition
|
|
Term
T/F: Only the system administrator is authorized to change the system time. |
|
Definition
|
|
Term
T/F: UNIX provides more than one shell and you can change your current shell to another available shell. |
|
Definition
|
|
Term
T/F: The vi editor is the only editor that UNIX supports. |
|
Definition
|
|
Term
T/F: The vi editor is considered as a line editor. |
|
Definition
|
|
Term
T/F: Some of the basic editing jobs are: Creating files, entering text, deleting text, searching text and modifying text. |
|
Definition
|
|
Term
T/F: The vi editor command mode is not case sensitive. |
|
Definition
|
|
Term
T/F: You can start the vi without indicating the filename. |
|
Definition
|
|
Term
T/F: Pressing the letter i in command mode places the vi in the insert mode (text mode). |
|
Definition
|
|
Term
T/F: One way to exit vi is to turn the terminal off. |
|
Definition
|
|
Term
T/F: The command I places the text you enter at the beginning of the current line. |
|
Definition
|
|
Term
T/F: The vi editor default mode is the command mode. |
|
Definition
|
|
Term
T/F: Pressing the Esc key places the vi in the command mode. |
|
Definition
|
|
Term
T/F: Pressing the 0 (zero) key in command mode places the cursor in the middle of the page. |
|
Definition
|
|
Term
T/F: Entering 2x in command mode deletes 2 lines, starting from letter x. |
|
Definition
|
|
Term
T/F: Pressing letter R in command mode makes vi repeat the last command. |
|
Definition
|
|
Term
T/F: Pressing letters U or u in text mode makes vi undo the last change/changes. |
|
Definition
|
|
Term
T/F: Pressing the $ key in command mode places the cursor at the end of the current line. |
|
Definition
|
|
Term
T/F: The directory structure is arranged in levels and is known as a hierarchical structure. |
|
Definition
|
|
Term
T/F: Your login name and your home directory name are usually the same. |
|
Definition
|
|
Term
T/F: Every UNIX file structures has a root directory named / (slash). |
|
Definition
|
|
Term
T/F: Files in your current directory are immediately accessible. Files on the other directories must be identified by their pathnames. |
|
Definition
|
|
Term
T/F: Absolute and relative pathnames are the same and indicate the same pathname. |
|
Definition
|
|
Term
T/F: If you have just logged in, your home, current or working directories are the same. |
|
Definition
|
|
Term
T/F: In UNIX filenames XYZ and xyz are indicating the same filename. |
|
Definition
|
|
Term
T/F: In UNIX filename extension is absolutely necessary. |
|
Definition
|
|
Term
T/F: The pwd command prints your working directory on the printer. |
|
Definition
|
|
Term
T/F: The invisible files are the files that only the owner can see. |
|
Definition
|
|
Term
T/F: You can use only one command option at a time on the command line. |
|
Definition
|
|
Term
T/F: You can use the vi editor or the cat command to look at the content of a file. |
|
Definition
|
|
Term
T/F: The / at the beginning of a pathname stands for the root directory. |
|
Definition
|
|
Term
T/F: The name .HIDDEN is an example of a hidden file. |
|
Definition
|
|
Term
T/F: Ý (dot) and .. (dot dot) represent the current and a level higher directories respectively. |
|
Definition
|
|
Term
T/F: To cancel a print job, you only have to turn the printer off. |
|
Definition
|
|
Term
T/F: You can start vi by giving it a list of filenames. |
|
Definition
|
|
Term
T/F: You can invoke vi with the -R option to prevent accidental changes. |
|
Definition
|
|
Term
T/F: vi lets you read (import) other files into your current editing file. |
|
Definition
|
|
Term
T/F: vi lets you save your entire file but not any portion of it. |
|
Definition
|
|
Term
T/F: You can copy one or more lines of text from one place in your file to another. |
|
Definition
|
|
Term
T/F: The vi editor uses 9 temporary buffers named 1 to 9. |
|
Definition
|
|
Term
T/F: The contents of the numbered buffers are out of your reach. |
|
Definition
|
|
Term
T/F: The alphabetic buffers and numbered buffers are the same buffers named differently. |
|
Definition
|
|
Term
T/F: Line numbers produced by number option become part of your text. |
|
Definition
|
|
Term
T/F: To use the vi editor you must have a .exrc file in your home directory. |
|
Definition
|
|
Term
T/F: You can run shell commands right from the vi command line. |
|
Definition
|
|
Term
T/F: The set command lets you set the vi environment variables. |
|
Definition
|
|
Term
T/F: If ignorecase option of the vi is set, everything you type is converted to lower-case letters. |
|
Definition
|
|
Term
T/F: view is another name for vi and lets you edit and save your changes. |
|
Definition
|
|
Term
T/F: vi provides the capability to abbreviate text. |
|
Definition
|
|
Term
T/F: Using the set command while in vi editor will permanently set the vi parameters. |
|
Definition
|
|
Term
T/F: vi provides file recovery option. |
|
Definition
|
|
Term
T/F: vi provides macro operator that lets you assign key sequences to a single key. |
|
Definition
|
|