What should you use to declare a variable that cannot be changed?

A. local
B. final
C. temp
D. static


Answer: B

Computer Science & Information Technology

You might also like to view...

Microsoft's Exchange Server works with Microsoft Outlook and provides all of the following EXCEPT ________

A) Microsoft Excel B) a calendar C) contact management D) a task list

Computer Science & Information Technology

Macros should not be used because they decrease efficiency

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider the following block of operations that might be found inside a loop. Explain what the instructions do and what operation is being performed on the data.

MOVQ MM1,A ;move 8 pixels of image A
MOVQ MM2,B ;move 8 pixels of image B
MOVQ MM3,MM1
PSUBSB MM1,MM2
PSUBSB MM2,MM3
POR MM1,MM2

Computer Science & Information Technology

What happens when you move your mouse pointer over a cross-reference that's been specified as a hyperlink?

A) The page number will appear. B) The mouse will automatically change to the cross-reference location. C) The cross-reference paragraph number will appear. D) A ScreenTip appears.

Computer Science & Information Technology