COGNITIVE ASSESSMENT
You have purchased a surge protector and you are happy with it, in part because it has an appropriate Joule rating. What is that rating?

A. 30
B. 60
C. 300
D. 600


Answer: D

Computer Science & Information Technology

You might also like to view...

MC If the math module is included in a program, how would a programmer retrieve a list of identifiers in that module?

a) dir ( math ). b) print math. c) dir ( ). d) print ( import math ).

Computer Science & Information Technology

A degree of separation in a graph is a sequence of edges that leads from one node to another.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____________________ is a set of prewritten code that can be called by a statement in the Visual Basic program.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following would you use to reference the variable located in the second row, second column of the scores two-dimensional array?

A. scores[0][0] B. scores[1][1] C. scores{1, 1} D. scores[2,2]

Computer Science & Information Technology