Individuals and Variables of Data

Individuals and Variables of Data

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Variables

JavaScript Variables

7th Grade

10 Qs

Variables in coding pt. 1

Variables in coding pt. 1

9th - 12th Grade

12 Qs

Dojo - Type Inference

Dojo - Type Inference

1st - 12th Grade

13 Qs

Wage Application

Wage Application

2nd - 8th Grade

12 Qs

Javascript Arrays

Javascript Arrays

9th - 12th Grade

12 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Grasshopper App Quiz

Grasshopper App Quiz

4th - 6th Grade

15 Qs

Review Python

Review Python

8th Grade

15 Qs

Individuals and Variables of Data

Individuals and Variables of Data

Assessment

Quiz

Computers

6th - 12th Grade

Hard

CCSS
6.NS.B.3, 1.NBT.B.2B, 1.NBT.B.2C

Standards-aligned

Created by

Barbara White

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is/are strings?

4

4.0

'4'

3.9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 80 + 71.2?

151.2

151

8071.2

-151

Tags

CCSS.6.NS.B.3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 2 + "2"?

4

"4"

2

22

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does 100 + 30 produce a number or a string?

Number

String

Tags

CCSS.1.NBT.B.2B

CCSS.1.NBT.B.2C

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this are datatype?

String

variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this is a valid variable name in Javascript?

111abc

abc111

abc 111

abc111!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this lines show the correct way to reassign a variable to a new value?

ironMAN=1000;

1000->ironMAN;

var ironMAN=1000;

1000 = ironMAN;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?