Answer the following statements true (T) or false (F)
1. Under Windows, deleted files or folders are not permanently removed from the computer
until you empty the recycle bin.
2. Windows XP has a command line interface that provides access to MS-DOS line
commands.
3. The Windows Scripting Host (WSH) allows users to launch MS-DOS batch files.
4. XP makes it easy to write to a CD, in effect treating a CD drive much like a hard disk
drive.
5. Windows was the first commercially successful graphical user interface.
1. True
2. True
3. False
4. True
5. False
You might also like to view...
An import declaration is not required if you always refer to a class with its ________ name, which includes its package name and class name.
a. compile-time b. default package c. paired d. fully qualified name
Which statement is false?
a. Queue is a new collection interface introduced in J2SE 5.0. b. Queue and PriorityQueue are included in the java.util package. c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from PriorityQueue. d. Queue extends interface Collection.
Which of the following is true about the Microsoft iSCSI service?
A. you can only use the DNS name as an IQN identifier B. by default, the service does not run automatically C. to disconnect from an iSCSI target, you must shut down the initiator D. the witness disk must be at least 100 MB
In high-level languages like C++, ____ are used in place of actual memory addresses.
A. aliases B. references C. virtual addresses D. symbolic names