Memory Size Flashcard for Programmers

Memory Size Flashcard for Programmers

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which data type would you use to store the number 7? Options: 1 bit, 1 byte, 2 bytes - short, 4 bytes - integer

Back

1 byte

2.

FLASHCARD QUESTION

Front

What is the smallest data type that can store the number 256?

Back

2 bytes - short

3.

FLASHCARD QUESTION

Front

Which data type would you use to store the number 3.14? Options: 1 byte, 4 bytes - float, 8 bytes - double, 8 bytes - long

Back

4 bytes - float

4.

FLASHCARD QUESTION

Front

What is the smallest data type that can store the number 1000?

Back

2 bytes - short

5.

FLASHCARD QUESTION

Front

Which data type would you use to store the number 123,456? Options: 2 bytes - short, 4 bytes - integer, 8 bytes - long, 8 bytes - double

Back

4 bytes - integer

6.

FLASHCARD QUESTION

Front

Which data type would you use to store the number 987,654,321? Options: 4 bytes - integer, 8 bytes - long, 8 bytes - double, many bytes - string

Back

4 bytes - integer

7.

FLASHCARD QUESTION

Front

Which data type would you use to store the number -32,768? Options: 2 bytes - short, 4 bytes - integer, 8 bytes - long, 8 bytes - double

Back

2 bytes - short

8.

FLASHCARD QUESTION

Front

Which data type would you use to store the number 0.5?

Back

4 bytes - float

Discover more resources for Computers