Javascript QUIZ 01

Javascript QUIZ 01

10th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

Fundamentos de Programación

Fundamentos de Programación

10th Grade

25 Qs

HTML - CSS - JS intro

HTML - CSS - JS intro

10th - 12th Grade

20 Qs

JavaScript

JavaScript

10th - 12th Grade

25 Qs

Javascript in Khan 1116

Javascript in Khan 1116

10th Grade

20 Qs

Javascript in Khan 1116

Javascript in Khan 1116

10th Grade

21 Qs

PHP Lesson 01 Quiz

PHP Lesson 01 Quiz

KG - University

27 Qs

JavaScript Basics Test

JavaScript Basics Test

10th - 12th Grade

20 Qs

Javascript QUIZ 01

Javascript QUIZ 01

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Maman Magsino

Used 49+ 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?