A menu of commands that corresponds with the characters you type is ________

A) IntelliSense
B) Quick Info
C) AutoComplete
D) ScreenTips


C

Computer Science & Information Technology

You might also like to view...

Microsoft ____________________ is an example of word processing software.

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

Computer Science & Information Technology

If the loop-continuation condition in a for header is initially ____________ , the program does not execute the for statement’s body.

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

Computer Science & Information Technology

The technique that enables the CPU to work on more than one instruction at the same time is called ________

A) pipelining B) multiprocessing C) dynamic memory allocation D) parallel processing

Computer Science & Information Technology

In Ruby variable scope is indicated by the first character in a variable's name. The character used to specify a global variable is?

A. $ B. @ C. @@ D. None of the above

Computer Science & Information Technology