What is the scope of the variables listed in a function?

A. local to the function
B. global to the program
C. referential to the function
D. global to the main() function


Answer: A

Computer Science & Information Technology

You might also like to view...

The ____ statement directs program flow through a group of statements an arbitrary number of times.

A. if B. while C. for D. switch

Computer Science & Information Technology

In the accompanying figure, based on the INFO tab, the image can be described as ____.

A. Cyan = Minus Red B. Cyan = Minus Green C. Yellow = Minus Blue D. Yellow = Minus Red

Computer Science & Information Technology

What type of loop is shown in the script below?

``` ``` a) count controlled b) sentinel controlled c) algorithm controlled d) stepwise controlled

Computer Science & Information Technology

Records in the table that do not match the data in the selected fields of a filter are hidden

Indicate whether the statement is true or false

Computer Science & Information Technology