Search Header Logo

Web Development Tutorial 9 Quiz Review

Authored by Brett Kottmann

Computers

9th - 12th Grade

Used 2+ times

Web Development Tutorial 9 Quiz Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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?