Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

21 Qs

quiz-placeholder

Similar activities

5th grade Summative

5th grade Summative

KG - University

25 Qs

web 3 nodeJS

web 3 nodeJS

KG - University

20 Qs

Quiz 1 - WEB107

Quiz 1 - WEB107

KG - University

25 Qs

Quiz for Rice Diseases Training

Quiz for Rice Diseases Training

KG - University

18 Qs

CHINESE MATHEMATICS

CHINESE MATHEMATICS

KG - University

22 Qs

Fundamentals of Computing 1-Final Exam (2025)

Fundamentals of Computing 1-Final Exam (2025)

KG - University

21 Qs

Week 10 - Quiz - IS04

Week 10 - Quiz - IS04

KG - University

22 Qs

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Part 1 - JavaScript Knowledge & Skills Quiz Mock Quiz

Assessment

Quiz

others

Hard

Created by

Mark Balatbat

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<scripting>

<js>

<javascript>

<script>

<j-script>

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to add comments in JavaScript?

// Comment
/* Comment */
# Comment
' Comment
` Comment

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How can you correctly declare a JavaScript variable named youName?

var youName;
var youName = "Name";
set youName;
define youName;
variable "youName" = "Name"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol represents 'greater than or equal to' in JavaScript?

> or =
>=
> || =
<=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will increment the value of the variable x?

increment (x)
x++;
x=x;
x+1;
x=+y;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options will decrement the value of the variable x?

x--;
x-1;
x=-x;
x=-y;
decrement(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options represents a loop in JavaScript?

if(x<10)
var x=10;
while(x<10)
text(x,10;10)

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?