Structured Programming

Structured Programming

Assessment

Flashcard

Computers

University

Hard

Created by

Roy X23

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

29 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A function that does not return a value to the part of the program that executed it.

Back

void function

2.

FLASHCARD QUESTION

Front

Enclosing a group of statements inside a set of braces.

Back

code block

3.

FLASHCARD QUESTION

Front

The interface to the function as well as the statements that make up the function.

Back

function definition

4.

FLASHCARD QUESTION

Front

A statement that causes a function to execute.

Back

function call

5.

FLASHCARD QUESTION

Front

A special variable that holds a value being passed into a function.

Back

What is a parameter?

6.

FLASHCARD QUESTION

Front

Eliminates the need to place a function definition before all calls to the function.

Back

What does a function prototype do?

7.

FLASHCARD QUESTION

Front

The set of statements that perform the function's operation.

Back

What is the body of a function?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers