Variables and Data Types

Variables and Data Types

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

oxford discover 4 unit 7 vocabulary

oxford discover 4 unit 7 vocabulary

1st - 6th Grade

11 Qs

Exit ticket

Exit ticket

7th Grade

7 Qs

What is water

What is water

KG - Professional Development

10 Qs

Musical protagonists

Musical protagonists

6th Grade

10 Qs

Jenis Data dalam Segmen Kod

Jenis Data dalam Segmen Kod

8th Grade

10 Qs

python для новичков

python для новичков

4th - 11th Grade

13 Qs

Instruments' Families Quiz

Instruments' Families Quiz

3rd - 9th Grade

10 Qs

Guitar Basics for Beginners

Guitar Basics for Beginners

4th - 8th Grade

12 Qs

Variables and Data Types

Variables and Data Types

Assessment

Quiz

Education

6th - 8th Grade

Easy

Created by

Audrey Hudson

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a float?

'Hello World!'

7.5

83

h

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be considered a good variable name?

student height

studentheight

StUdEnThEiGhT

student_height

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an integer?

100

1000.01

'i love math'

'seven'

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select everything to consider when naming a variable

Capitalization

Clarity

(does this name make sense)

Specificness

Length

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a string?

49

'I love my intro to coding class!'

6.8

l

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a character?

0.789

205

k

'hello.'

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that holds a decimal number
String
boolean
int
float

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What data type would you use for storing the number of students in a class?

boolean

String

double

int

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Data Type represents a whole number?
String
Float
Boolean
Integer