Javascript QUIZ 01

Javascript QUIZ 01

10th Grade

25 Qs

quiz-placeholder

Similar activities

Fundamentos de Programación

Fundamentos de Programación

10th Grade

25 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Introducción a la web

Introducción a la web

9th Grade - University

20 Qs

Cyber Quiz Round 2

Cyber Quiz Round 2

9th - 12th Grade

20 Qs

PHP Lesson 01 Quiz

PHP Lesson 01 Quiz

KG - University

27 Qs

CodeHS Unit 7 JavaScript in HTML

CodeHS Unit 7 JavaScript in HTML

8th - 12th Grade

21 Qs

Codecademy Introduction to JavaScript

Codecademy Introduction to JavaScript

8th - 12th Grade

21 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 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?