Individuals and Variables of Data

Individuals and Variables of Data

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

Administración memoria y DOM con JavaScript

Administración memoria y DOM con JavaScript

10th Grade

10 Qs

Arrays in Swift

Arrays in Swift

10th - 12th Grade

13 Qs

L3...JavaScript - Introducción

L3...JavaScript - Introducción

9th Grade

15 Qs

Examen Tema 4 Array, Funciones y Objetos JavaScript

Examen Tema 4 Array, Funciones y Objetos JavaScript

12th Grade

15 Qs

JavaScript ievads

JavaScript ievads

7th - 8th Grade

10 Qs

JavaScript Quiz

JavaScript Quiz

9th Grade

15 Qs

Individuals and Variables of Data

Individuals and Variables of Data

Assessment

Quiz

Computers

6th - 12th Grade

Hard

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

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

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?