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

1. One reason for using functions is to break programs into a set of manageable units, or modules.
2. If a function has no return statement, the flow of control moves to the next function in the file when the closing brace of the function body is reached.
3. When you make a function call, the order of the arguments you send does not matter as long as the number of arguments matches the number of parameters the function has.
4. Although global variables can be useful, it is considered good programming practice to restrict your use of them.
5. Both function headers and function calls must list the data types of all data being passed to the function.


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

Computer Science & Information Technology

You might also like to view...

One of the following help options offered by Office 2013 is a search by ____.

A. reserved word B. topic C. keyword D. file name

Computer Science & Information Technology

Explain contingency cost estimating.

What will be an ideal response?

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 7-2RockCats is a Double A baseball team that has created a Web site to provide people with information about them as well as game dates, practice pictures, and game clips. Each team member has a picture and a video. To set it up so that either the video or the picture displays, they could use a(n) ____ if they knew their audience uses Internet Explorer.

A. conditional comment B. optional source C. dynamic resource D. Flash source

Computer Science & Information Technology

The keyboard shortcut key of ________ stops Access from retrieving records from a server

A) Alt + F11 B) Ctrl + G C) Ctrl + Break D) F11

Computer Science & Information Technology