Unit 3 Quiz Flashcards
How many bits of storage does a double have?
64
How many bits are in a byte?
8
Assigning a number directly to a char leads to code that is inelegant and hard to understand?
T or F
True
_______ allows you to put a numeric value into a numeric variable of a different type, as long as you are careful not to get overflow or undesired truncation when you do it.
Type Casting
What does the ASCII value (a - C) equal?
30
What type of statement do you use (sparingly) to terminate loops prematurely?
Break Statement
Integer types hold whole numbers?
T or F
True
Whenever you write a hexadecimal you can write it in ___________?
Decimal and Hexadecimal format
How many bits of storage does a float have?
32
The Unicode standard defines underlying numeric values for a huge set of 65,536 characters?
T or F
True