ICT REVIEWER (TEST 1 AND 2 OF SUMMATIVE ONLY)

ICT REVIEWER (TEST 1 AND 2 OF SUMMATIVE ONLY)

8th Grade

20 Qs

quiz-placeholder

Similar activities

Computer Programming & JavaScript

Computer Programming & JavaScript

6th - 8th Grade

16 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Calculator

Calculator

2nd - 8th Grade

15 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Pseudocode and Flowcharts - Computer Science

Pseudocode and Flowcharts - Computer Science

KG - 12th Grade

15 Qs

CodeHS Unit 7 JavaScript in HTML

CodeHS Unit 7 JavaScript in HTML

8th - 12th Grade

21 Qs

Motion in Scratch

Motion in Scratch

6th - 8th Grade

15 Qs

New Scratch

New Scratch

6th - 8th Grade

20 Qs

ICT REVIEWER (TEST 1 AND 2 OF SUMMATIVE ONLY)

ICT REVIEWER (TEST 1 AND 2 OF SUMMATIVE ONLY)

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Lady Shine

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to declare a variable in JavaScript?

let

String

$var

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid JavaScript variable name?

$var

myVar

_var

1var

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "===" operator do in JavaScript?

Assigns a value to a variable

 Compares both value and type

Compares only the type

Compares only the value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the keyword "break" do in JavaScript?


Skips the current iteration and proceeds to the next

Exits the loop immediately

Terminates the entire program

Continues to the next iteration in a loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop in JavaScript does not have a predetermined iteration count?

foreach loop

for loop

do-while loop

while loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for strict equality comparison in JavaScript?


===


!=

==

=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

let x = 5;
console.log(x++);

5


4

6

Error

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?