Every If statement block must be terminated by the ____ keyword.

A. End If
B. If End
C. End
D. Not If


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not a layer of the Open Systems Interconnect (OSI) reference model?

A) Physical layer B) Data link layer C) Internet access layer D) Presentation layer

Computer Science & Information Technology

____________________, or GIF, is a common graphic file format.

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

Computer Science & Information Technology

To operate a graphical user interface, a user types keyboard commands to tell a computer which tasks to perform.

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

Computer Science & Information Technology

Which of the following statements is false?

a. An active Activity is visible on the screen and “has the focus”—that is, it’s in the foreground. You can interact with the Activity currently in the foreground. b. A stopped activity is not visible on the screen—it’s in the background and is likely to be killed by the system when its memory is needed. c. An Activity is stopped when another Activity enters the foreground and be-comes active. For example, when you answer a phone call, the phone app becomes active and the app you previously were using is stopped. d. Each activity lifecycle method you override must call the subclass’s version; oth-erwise, an exception will occur.

Computer Science & Information Technology