Web Development Tutorial 9 Quiz Review

Web Development Tutorial 9 Quiz Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Databases

Databases

11th Grade

15 Qs

Storage Devices and Media Quiz

Storage Devices and Media Quiz

10th Grade

19 Qs

Online Platform Block Q

Online Platform Block Q

11th - 12th Grade

20 Qs

City & Guilds Award in Business Processes

City & Guilds Award in Business Processes

12th Grade

20 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

HTML - podstawy

HTML - podstawy

9th Grade

18 Qs

Tata Letak HTML

Tata Letak HTML

10th Grade

20 Qs

latihan soal informatika SMALSA

latihan soal informatika SMALSA

10th Grade

25 Qs

Web Development Tutorial 9 Quiz Review

Web Development Tutorial 9 Quiz Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Brett Kottmann

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the syntax to set the time delay for time-delayed commands.

SettimeOut(delay);

Setinterval(interval);

setTimeout(“command”, delay);

setInterval(“command”, interval);

Answer explanation

2.

DRAG AND DROP QUESTION

20 sec • 5 pts

​ (a)   programming distributes the load to prevent a server from getting overloaded with program-related requests.

Client-side
Server-side
Inductive
Object-oriented

Answer explanation

Media Image

Client-side programming distributes the load so that one server is not overloaded with program-related requests; it tends to be more responsive because users do not have to wait for a response from a remote server.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify a command that displays a dialog box containing the message “Hello World!”

Window.alert(“Hello World!”);

Window.Alert(“Hello World!”);

window.Alert(“Hello World!”);

window.alert(“Hello World!”);

Answer explanation

Media Image

Javascript is case sensitive.

So window.alert() is different than Window.alert(), etc.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

function function_name(parameters)

{

    commands

}

Is the correct format for a function

True

False

Answer explanation

Media Image

Note: it does not matter where you place the { and } brackets.

I prefer to put them on separate lines so they're easy to pair up when debugging the code.

5.

DROPDOWN QUESTION

20 sec • 5 pts

Use the ​ (a)   attribute to ensure that JavaScript code runs only after the page has completed loading.

defer
async
time
interval

Answer explanation

Media Image

6.

DRAG AND DROP QUESTION

30 sec • 5 pts

The ​ (a)   function returns a Boolean value of true if the value is not numeric.

isNaN()
isNum()
isNotNum()
isBool()

Answer explanation

Media Image

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The term "intrinsic" means what when speaking about Javascript objects?

built-in

event-driven

cosmetic

functional

Answer explanation

Media Image

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?