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

1. The top-down design process is sometimes referred to as stepwise refinement.
2. The scope of a variable is the segment of the program in which the variable can be accessed.
3. A module can have two or more variables with the same name because they are within the same scope.
4. The arguments in a module call and the parameters listed in the module header must be of compatible data types.
5. The scope of the parameter variables is the entire program and they are visible to any statement in the program.

1. TRUE
2. TRUE
3. FALSE
4. TRUE
5. FALSE

Computer Science & Information Technology

You might also like to view...

To format the elements of a PowerView object, select the object and then click the ________ tab

A) LAYOUT B) FORMAT C) VISUALIZATION D) DESIGN

Computer Science & Information Technology

Which of the following allows remote users to communicate with a central server for authentication and access to requested systems and services?

A. VPN B. RADIUS C. Kerberos D. Federates identities

Computer Science & Information Technology