Which of the following statements multiplies a variable by 16?

A. var << 2
B. var << 4
C. var << 16
D. var >> 2
E. var >> 4


Answer: B

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. Classes are reusable software components. b. A class is to an object as a blueprint is to a house. c. Performing a task in a program requires a method. d. A class is an instance of its object.

Computer Science & Information Technology

Huemeasures the brightness of the color and ranges from 0% (black) up to100% (white).

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

Computer Science & Information Technology

To duplicate a copy of a box at a position one inch to the right of its current position, you would use the ____.

A. Transform Again command B. Copy and Move dialog box C. Move dialog box D. Polygon dialog box

Computer Science & Information Technology

XHTML is similar to HTML but it needs additional code in some situations, such as closing one-sided tags.

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

Computer Science & Information Technology