COGNITIVE ASSESSMENT
You recently lost some files that were important to you so you have resolved to back up the contents of your hard disk on a series of rewritable DVDs. What kind of software will you use to do this?
A. media player
B. safekeeping
C. disc burning
D. CBT
Answer: C
You might also like to view...
In the following function header, the word int is known as a(n) __________.
``` FeetInches FeetInches::operator++(int) ``` a. parameterless data type b. incomplete argument c. dummy parameter d. incomplete parameter e. None of these
Which line sets the color that will be used to draw "SLOW"?
Look at the following applet code: 1 import javax.swing.*; 2 import java.awt.*; 3 public class GraphicsTest extends JApplet 4 { 5 public void init() 6 { 7 getContentPane().setBackground(Color.WHITE); 8 } 9 public void paint(Graphics g) 10 { 11 super.paint(g); 12 g.setColor(Color.YELLOW); 13 g.fillOval(100, 100, 50, 50); 14 g.setColor(Color.BLACK); 15 g.setFont(new Font("SansSerif", Font.BOLD, 35)); 16 g.drawString("SLOW", 110, 110); 17 } 18 } A) 7 B) 12 C) 14 D) 16
For all handouts to be printed in Landscape layout, this feature should be changed in the ________
Fill in the blank(s) with correct word
You can connect a high-definition television to your computer using a(n) ________ port
Fill in the blank(s) with correct word