Most large programs ____ make use of a few global variables and/or constants.

A. never
B. always
C. almost always
D. rarely


Answer: C

Computer Science & Information Technology

You might also like to view...

The overall purpose of an inference engine is to seek information and relationships from the knowledge base and to provide answers, predictions, and suggestions similar to the way a human expert would.

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

Computer Science & Information Technology

If there is an if-else block within another if-else block, then the block is said to be __________.

A. compound B. nested C. cascading D. you can’t write if-else blocks within an if-else block.

Computer Science & Information Technology

What would the browser display if the following script is executed?

``` ``` a) Nothing, the browser would generate an error. b) 0 c) -50 d) -60

Computer Science & Information Technology

Match the following terms to their meanings:

I. Cell II. Spreadsheet III. Range IV. Workbook V. Worksheet A. An Excel file containing one or more worksheets B. The primary document in Excel to save work with data C. Another name for a worksheet in Excel D. The small box formed by the intersection of a column and row E. Two or more selected cells that can be treated as a single unit

Computer Science & Information Technology