REACTOR

REACTOR

University

15 Qs

quiz-placeholder

Similar activities

JQuery test rus

JQuery test rus

University

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Javascript Array dan Object

Javascript Array dan Object

University

15 Qs

Parcial IV Unidad - Laboratorio

Parcial IV Unidad - Laboratorio

University

20 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

JavaScript Quiz

JavaScript Quiz

University

12 Qs

Portales Interactivos

Portales Interactivos

University

12 Qs

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

REACTOR

REACTOR

Assessment

Quiz

Computers

University

Hard

Created by

Future Eight

Used 38+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define an unordered list in HTML?

a) <ul>

b) <ol>

c) <li>

d) <list>

<ul>

<ol>

<li>

<list>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to specify the location of an external script file in HTML?

href

src

link

rel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid HTML tag?

<section>

<div>

<header>

<break>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x=5,y=1  

var obj ={ x:10}  

with(obj)  

{  

      alert(y)  

}  

1

Error

10

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following also known as Conditional Expression?

Alternative to if-else

Switch statement

If-then-else statement

immediate if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When interpreter encounters an empty statements, what it will do?

Shows a warning

Prompts to complete the statement

Throws an error

Ignores the statements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following option is used as hexadecimal literal beginning?

00

0x

0X

Both 0x and 0X

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?