Unit 3 Quiz Flashcards

1
Q

How many bits of storage does a double have?

A

64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many bits are in a byte?

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Assigning a number directly to a char leads to code that is inelegant and hard to understand?

T or F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_______ 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.

A

Type Casting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the ASCII value (a - C) equal?

A

30

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of statement do you use (sparingly) to terminate loops prematurely?

A

Break Statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Integer types hold whole numbers?

T or F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Whenever you write a hexadecimal you can write it in ___________?

A

Decimal and Hexadecimal format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many bits of storage does a float have?

A

32

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The Unicode standard defines underlying numeric values for a huge set of 65,536 characters?

T or F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly