You are configuring an IDE controller within VirtualBox. How many drives are you allowed to add to the controller?
A. one
B. two
C. three
D. four
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a correct accumulation operator?
A. =/ B. += C. -= D. *=
Computer Science & Information Technology
Given Graphics object g, what method call is used to draw a line from X = 10, Y = 20 to X = 80, Y = 40?
A. g.drawLine(10, 80, 20, 40); B. g.drawLine(10, 20, 80, 40); C. g.drawLine(10, 20, 40, 80); D. g.drawLine((10, 20), (80, 40));
Computer Science & Information Technology