A(n) ________ is a graphical representation of a file, folder, or drive.
A. directory
B. icon
C. widget
D. path
Answer: B
You might also like to view...
Identify possible actors and use cases involved in Personal Trainer’s operations.
What will be an ideal response?
Which of the following statements about unary expressions is true?
A. The sizeof operator requires a parenthetical expression as its operand. B. The unary plus operator does not change the value of the expression. C. The unary minus operator subtracts one from the operand value. D. The unary minus operator has a side effect.
The ____ command is the front end to RPM and takes care of such things as dependencies when installing a package.
A. rpm B. yast C. yum D. yumdownloader
Which of the following is not an error (either a syntax error or a logic error)?
a. Neglecting to include an action in the body of a while statement that will eventually cause the condition to become false. b. Spelling a keyword (such as while or if) with a capitalized first letter. c. Using a condition for a while statement that is initially false. d. An infinite loop.