Arduino Datatypes

Arduino Datatypes

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the Arduino datatype you use to store positive or negative whole numbers in the range -32,768 to 32,767 ?

Back

int

2.

FLASHCARD QUESTION

Front

Which data type do you use to represent values which can either be true or false?

Back

bool

3.

FLASHCARD QUESTION

Front

Which datatype should you use to represent the population of a large city (i.e. a number in the millions)?

Back

long

4.

FLASHCARD QUESTION

Front

Suppose you want to represent a decimal number, such as 4.75. Which datatype should you use?

Back

float

5.

FLASHCARD QUESTION

Front

Which datatype do you use to store a sequence of characters, for example, "Hello, world!"?

Back

String