4th Cycle Exam (Part 1) - Grade 7

4th Cycle Exam (Part 1) - Grade 7

7th Grade

40 Qs

quiz-placeholder

Similar activities

PKPJ XI TJKT 2025 (KURMER)

PKPJ XI TJKT 2025 (KURMER)

2nd Grade - University

40 Qs

Mount St Joseph Open Day

Mount St Joseph Open Day

6th - 8th Grade

42 Qs

HTML/CSS/Javascript

HTML/CSS/Javascript

KG - 12th Grade

38 Qs

Robotics Spike Prime

Robotics Spike Prime

6th - 8th Grade

36 Qs

Introduction to Sphero

Introduction to Sphero

6th - 8th Grade

45 Qs

PAS PROGDAS TKJ 1 DAN TKJ 2

PAS PROGDAS TKJ 1 DAN TKJ 2

7th Grade

40 Qs

Spike Prime Basics

Spike Prime Basics

6th - 8th Grade

37 Qs

Guía de Estudio 1°

Guía de Estudio 1°

7th Grade

44 Qs

4th Cycle Exam (Part 1) - Grade 7

4th Cycle Exam (Part 1) - Grade 7

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Eugene Castro

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the Boolean value true mean in JavaScript?
Off
No
On
Yes

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of 5 > 3 in JavaScript?
True
False
error
undefined

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of this comparison: 10 == "10"?
False
True
error
NaN

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of this comparison: 10 === "10"?
True
False
undefined
null

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword is used for a condition that is not true in if statements?
then
or
else
switch

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct syntax for an if statement in JavaScript?
if x > y then {}
if (x > y) {}
if x > y {}
if > x y () {}

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of a switch statement in JavaScript?
Repeat a block of code
Compare one value with many cases
Store multiple values
Handle errors

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?