C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.2.10 Subroutines

AQA GCSE Computer Science - 3.2.10 Subroutines

8th - 10th Grade

20 Qs

IF and Vlookup Function

IF and Vlookup Function

9th - 10th Grade

15 Qs

Functions and calculation in spreadsheet

Functions and calculation in spreadsheet

8th - 10th Grade

25 Qs

C++ Functions

C++ Functions

10th Grade - University

20 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Bcom remedial question _ 15

Bcom remedial question _ 15

University

15 Qs

C++ Assesment 1

C++ Assesment 1

University

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 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?