C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

Functions in Computer Science

Functions in Computer Science

University

20 Qs

Define Function

Define Function

12th Grade

20 Qs

Functions

Functions

University

15 Qs

Functions & Scope of variables in C++

Functions & Scope of variables in C++

11th Grade - University

15 Qs

User Defined Functions

User Defined Functions

12th Grade

20 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

20 Qs

Kuizi 15 - Web

Kuizi 15 - Web

10th Grade - University

15 Qs

QUIZ CC 102 (FUNCTIONS)

QUIZ CC 102 (FUNCTIONS)

University

15 Qs

C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

Assessment

Quiz

Computers

10th Grade - University

Medium

Used 156+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a functions doesn't return a value, the word ___ will appear at its return type
int
void
static
global

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Values that are sent into a function are called ____
argurments
parameters
reference
constant

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Special variables that hold copies of functions arguments are called _____
static
default
reference
paramters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When only a copy of an argument is passed to a function, it is said to be passed by ___
value
local
constant
reference

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ___ eliminates the need to place a function definition before all calls to the function
local 
prototype
return
static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) _____variables are defined outside all functions and is not accessible outside the function
argument
global
local
static

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ variables are defined outside all functions and are access to any function within their scope
local
last
constant
global

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?