Binary Units evaluating expressions relational operators Vocab (Malik ch 3)
100
What is a 0 or 1
The amount of space a bit holds
100
23
3*7-6+2*5/4+6
100
0
x = 3, y = 4, z = 7, w = 1;
cout<<(x ==y);
100
function call
When main (or another function) activates a function by saying its name
200
What is 8 bits
The amount of space a byte holds
200
15
17+5%2-3
200
1
x = 3, y = 4, z = 7, w = 1;
cout<<(x !=z);
200
argument
a number passed by main (or another calling function) to a function when it's called; the "5" in cupcake(5).
300
What is 2^10, or about thousand bytes
The amount of space a kilobyte holds
300
0
18/3*2%2
300
1
x = 3, y = 4, z = 7, w = 1;
cout<<(y==z - 3);
300
parameters
This part of the function definition accepts values passed to a function; the "int x" in void cupcake (int x);
400
What is 2^20, or about a million bytes
The amount of space a megabyte holds
400
2
(6+5)%5*2
400
1
x = 3, y = 4, z = 7, w = 1;
cout<<(z>w);
400
member access operator
The name for "."
500
What is 2^30, or about a billion bytes
The amount of space a gigabyte holds
500
28
2*(4%5*4)-8/2+6%2
500
0
x = 3, y = 4, z = 7, w = 1;
cout<<(x+y
500
stream extraction operator
The name for ">>"






Jeopardy 3

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline