Javascript QUIZ 01

Javascript QUIZ 01

10th Grade

25 Qs

quiz-placeholder

Similar activities

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

JavaScript

JavaScript

1st - 10th Grade

25 Qs

Javascript

Javascript

9th - 12th Grade

25 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

Parcial Laboratorio IIB - 4Baco

Parcial Laboratorio IIB - 4Baco

10th Grade

20 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

JavaScript Basic Terminology

JavaScript Basic Terminology

9th - 12th Grade

20 Qs

Javascript QUIZ 01

Javascript QUIZ 01

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Maman Magsino

Used 50+ times

FREE Resource

25 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 5 pts

Originally, Javascript was called ________ then later on called LiveScript.

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

TRUE or FALSE: A client-side language is one that runs on the Web server. 

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Each line is processed as it loads in the browser. This means that __________

Javascript is a web browser.

Javascript is processed line by line in the Web Server.

Javascript is interpreted on-the-fly by the client.

Javascript is capable of loading its data on-the-go

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Why should comments be included within JavaScript code blocks?

Because comments are required for each Java Script code block

Because comments deactivate all JavaScript code during debugging

Because comments provide accessibility in browsers for the visually impaired.

Because comments provide a way to indicate the intent of the code

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the following is used to add multiline comments in JS?

::

<!-->

//

/* */

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How do you write "Hello World" in an alert box?

msg("Hello World");

alertBox("Hello World");

alert("Hello World");

msgBox("Hello World");

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the extension for a JavaScript file?

.java

.jar

.js

.sj

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?