quiz 1

quiz 1

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

MIS205 OOP Quiz 1

MIS205 OOP Quiz 1

2nd Grade

11 Qs

Pascal Assessment

Pascal Assessment

3rd - 4th Grade

10 Qs

Introdução ao JavaScript

Introdução ao JavaScript

2nd Grade

15 Qs

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

1st - 12th Grade

10 Qs

Python-Partie1

Python-Partie1

1st Grade

10 Qs

Python Quiz

Python Quiz

3rd - 4th Grade

15 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

quiz 1

quiz 1

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Ahmed Kamal

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Question 1: Which of the following is not a JavaScript data type?

a) String

b) Array

c) Float

d) Function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: What is the correct data type for the value "42"?

a) Number

b) String

c) Boolean

d) Undefined

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Question 3: What will the following expression evaluate to?

typeof "Hello"

a) "Number"

d) "Undefined"

c) "String"

b) "Boolean"

4.

MULTIPLE SELECT QUESTION

1 min • 2 pts

Question 4: How do you declare a variable in JavaScript?

d) const myVariable;

c) let myVariable;

b) variable myVariable;

a) var myVariable;

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Question 5: Which data type is used to store multiple values in a single variable?

c) Boolean

d) Array

b) Number

a) String

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Question 6: What will the following expression evaluate to?

typeof true

a) "String"

d) "Undefined"

c) "Boolean"

b) "Number"

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Question 7: How do you check if two variables have the same value and data type in JavaScript?

a) Using the == operator

b) Using the === operator

c) Using the != operator

d) Using the !== operator

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?