Individuals and Variables of Data

Individuals and Variables of Data

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Codehs Practice Test

Codehs Practice Test

9th - 12th Grade

15 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Variables Warm Up

Variables Warm Up

6th - 8th Grade

10 Qs

Code.org Unit 6 Review conditionals and Variables

Code.org Unit 6 Review conditionals and Variables

8th Grade

12 Qs

Operadores Matemáticos en JavaScript

Operadores Matemáticos en JavaScript

8th Grade

10 Qs

gambare

gambare

10th Grade

10 Qs

Orange Belt Quiz

Orange Belt Quiz

KG - 12th Grade

10 Qs

CodeHS JavaScript Bootcamp

CodeHS JavaScript Bootcamp

9th - 12th 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?