The current directory is C:\Util\Drivers. To return to the root directory in one step, may be entered.
A) CD ..
B) CD \
C) CD \Util\Drivers
D) CD Root
Answer: B) CD \
Computer Science & Information Technology
You might also like to view...
In simple terms, the wireless environment consists of three components that provide point of attack: the endpoint, the ______________, and the access point.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following displays a window that lets you browse the classes available to your project?
a. Component Browser b. Class Browser c. Object Browser d. Module Browser
Computer Science & Information Technology
Which of the following statements is false? Consider the list color_names:
color_names = ['orange', 'yellow', 'green']a. Lists also have methods that add and remove elements. b. Method insert adds a new item at a specified index. The following inserts 'red' at index 0: color_names.insert(0, 'red') c. You can add a new item to the end of a list with method append. d. All of the above statements are true.
Computer Science & Information Technology
________ randomly displays lines of the image as it builds it on the page
A) The Insert grid B) Graphics Interchange Format C) Flash D) Interlacing
Computer Science & Information Technology