Variables
Conditionals
Memory Allocation
Integer Representation
It's All Blanton!
100

This "type" is usually 8-bits long.

What is a char?

100

This bitwise number represents false.

What is 0?

100

These are variables that hold memory addresses.

What are pointers?

100

This hex digit represents 11.

What is "B"?

100

What university did Ethan Blanton graduate from?

What is Ohio University.

200

This initializer can only be used at declaration.

What is a Static Initializer?

200

TRUE OF FLASE: This "||" represents logical or?

True

200

This pointer value represents an invalid address.

What is NULL?
200
An integer of this type is greater than or equal to 64 bits.

What is a long long?

200

What town does Ethan Blanton live in?

What is Lockport?
300

This operator is used to return the remainder of two divided numbers.

What is Modulo?

300

C uses this mode of evaluation that terminates evaluation once a boolean is known.

What is short circuit evaluation?

300

The number of bits a machine can read or write in one access depends on what?

What is the width of the memory bus.
300

The Phrase Big Endian represents what ordering of integers?

What is big ones first.

300

How old is Ethan Blanton?

What is 44 years old?

400

This is the most common methodology for iterating through an array.

What is a for loop?

400

This header file must be included for standardized boolean evaluation.

What is <stdbool.h>?
400

What is the bus width on a standard system today?

What is 64 bits?

400
The character "f" represents what integer?
What is 15?
400

Who was voted Buffalo's sexiest man in 1998?

Mathew Hertz

500

The colloquial name for a double-precision floating point number.

What is a double?

500

bool x = true; int y = 2;     

if (x)
printf("x is true\n");

if (y)
printf("y is true\n");

if (x == y)
printf("x and y are equal\n");

"x is true."

"y is true."

500

The memory system is like what?

What is an array?

500

This integer representation method, stores negative integers by flipping all bits.

What is One's compliment.

500

Who would win in a fight. Blanton or Hartloff?

Debate it for yourselves.