Variables and Data Types

Variables and Data Types

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Арифметика на Python

Арифметика на Python

6th Grade

9 Qs

If case

If case

8th - 9th Grade

11 Qs

Python Introduction - Level 1

Python Introduction - Level 1

8th - 9th Grade

11 Qs

adc7 unit1

adc7 unit1

2nd - 12th Grade

11 Qs

Lesson 1 - Python introduction,variable & datatypes

Lesson 1 - Python introduction,variable & datatypes

5th - 8th Grade

10 Qs

C#-1: Lektion 5

C#-1: Lektion 5

8th Grade

10 Qs

Review - Instrumental Music Of Luzon

Review - Instrumental Music Of Luzon

7th Grade

10 Qs

Arrays

Arrays

8th - 9th Grade

10 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