Answer the following statements true (T) or false (F)
1. Viewing each layer of abstraction as an independent black box is useful because it allows
you to work with the layers one at a time.
2. The operating system’s user interface, sometimes called the shell, provides a mechanism
for the user and application programs to communicate directly with the hardware.
3. The operating system’s file management function, sometimes called the file system,
incorporates routines that allow the user or programmer to create, delete, modify, and
manipulate files logically, by name.
4. The operating system’s device management function is responsible for efficiently
managing the system’s memory and processor.
5. Processor (or process) management is concerned with efficiently managing the
processor’s time and main memory space.
1. True
2. False
3. True
4. False
5. False
You might also like to view...
A relational database contains details about journeys from Paisley to a variety of destinations and contains the following relations: Operator (opCode, opName) Journey (opCode, destinationCode, price) Destination (destinationCode, destinationName, distance) Each operator is assigned a unique code (opCode) and the relation operator records the association between this code and the operator’s
name (opName). Each destination has a unique code (destinationCode) and the relation destination records the association between this code and the destination name (destinationName), and the distance of the destination from Paisley. The relation Journey records the price of an adult fare from Paisley to the given destination by as specified operator, several operators may operate over the same route. Formulate the following queries using relational algebra, tuple relational calculus, and domain relational calculus (the answers to these queries in SQL are given in the next section): (a) List the details of journeys less than £100. (b) List the names of all destinations. (c) Find the names of all destinations within 20 miles. (d) List the names of all operators with at least one journey priced at under £5. (e) List the names of all operators and prices of journeys to ‘Ayr’. (f) List the names of all destinations that do not have any operators.
One reason companies may create apps is for ________ marketing, a marketing technique companies use to create a buzz about a product or service
Fill in the blank(s) with correct word
Which of the following JavaScript statements will correctly write the XHTML to display a paragraph with the text "Items for Sale" in bold?
A) document.writeln("Items for Sale".bold()); B) document.writeln("Items for Sale"", bold()); C) document.writeln("Items for Sale".bold(), ""); D) document.writeln("","Items for Sale".bold()", "");
Which of the following features or services should you install on Windows Server 2012 if you want to improve file-sharing performance in a remote office connected to the main office by a WAN link?
a. File Classification Infrastructure b. Network File System c. BranchCache d. iSCSI Target Server