Semester 1 Exam Review

Semester 1 Exam Review

8th Grade

63 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th Grade

60 Qs

Computer Programming

Computer Programming

8th - 12th Grade

60 Qs

J2 Assessment 4 2025

J2 Assessment 4 2025

8th Grade

65 Qs

CodeHS Python Cert Rev 1

CodeHS Python Cert Rev 1

8th Grade

65 Qs

BÀI TẬP TIẾT 27,28 TỪ BÀI TOÁN ĐẾN CHƯƠNG TRÌNH

BÀI TẬP TIẾT 27,28 TỪ BÀI TOÁN ĐẾN CHƯƠNG TRÌNH

8th Grade

60 Qs

Linux Test Prep

Linux Test Prep

8th Grade

58 Qs

Scratch Coding

Scratch Coding

3rd - 12th Grade

60 Qs

Python Revision Quiz (Print function, Variable & While Loop)

Python Revision Quiz (Print function, Variable & While Loop)

8th Grade

68 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?