Introduction To C++
Expressions and Interactivity
Loops and Files
Functions
Arrays
100
// is a symbol used when you want the compiler to ignore everything from the double slash to the end of the line
What is a comment?
100
This object can be used to read data typed at the keyboard.
What is a cin (>>)?
100
A part of a program that repeats
What is a loop
100
A statement that causes a function to execute.
What is a function call?
100
The name of the values an array can hold
What are elements?
200
Every statement in C++ ends with this character.
What is a semi-colon
200
An area of memory where values are first stored when the user types values at the keyboard.
What is the keyboard buffer?
200
A loop that is used when you don't know how many times to iterate
What is a while loop?
200
The statements that make up the function.
What is a function definition?
200
To pass an array as an argument to a function, pass this.
What is the name of the array?
300
This object is used to display information on the computer's screen.
What is a cout (<<)?
300
A programming statement that has a value
What is an expression?
300
A loop that is ideal for performing a known number of iterations
What is a for loop?
300
A list of variables that hold the values being passed to the function.
What is a parameter list?
300
A collection of data types and algorithms that you may use in your programs.
What is the standard template library (STL)?
400
This directive causes the contents of another file to be inserted into the program.
What is a #include?
400
The act of assigning the same value to several variables with one statement.
What is multiple assignment?
400
The name of a variable used in a for loop that keeps track of how many times the for loop has executed
What is a counter variable?
400
The data type of the value that is sent from the function.
What is a return type?
400
Subscript numbering in C++ always starts at this.
What is 0?
500
The act of copying a value on the right of the equal sign operator into the variable named on its left.
What is assignment?
500
This function tells the cin object to skip one or more characters in the keyboard buffer.
What is cin.ignore(n, c)?
500
A loop that is inside another loop.
What is a nested loop.
500
Values that are sent into a function.
What are arguments?
500
You cannot use this operator to copy data from one array to another in a single statement.
What is the assignment operator?
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
CIS121 Vocabulary and Terms
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs