Semester 1 Exam Review

Semester 1 Exam Review

8th Grade

63 Qs

quiz-placeholder

Similar activities

Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 Qs

Quiz Prep2

Quiz Prep2

8th Grade

62 Qs

G9 review

G9 review

8th - 10th Grade

60 Qs

Preparing for MTA Certification

Preparing for MTA Certification

KG - University

60 Qs

Computer ٍSkills- Chapter 3

Computer ٍSkills- Chapter 3

1st Grade - University

62 Qs

linux

linux

6th - 12th Grade

64 Qs

Computer Basics Test

Computer Basics Test

6th - 8th Grade

61 Qs

Level Two - Session Two

Level Two - Session Two

6th - 8th Grade

61 Qs

Semester 1 Exam Review

Semester 1 Exam Review

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Gerbert Dado

Used 2+ times

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to declare a variable in JavaScript?

var

let

const

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for single-line comments in JavaScript?

//

/*

*/

#

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does NaN stand for in JavaScript?

Not a Number

Not a Null

Not a Name

Null and None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will 5 == "5" return?

TRUE

FALSE

undefined

null

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will 5 === "5" return?

TRUE

FALSE

undefined

null

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks both value and type in JavaScript?

==

=

===

!==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in JavaScript?

parseInt()

toString()

Number()

stringify()

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?