Java Script

Java Script

9th Grade - Professional Development

39 Qs

quiz-placeholder

Similar activities

javascript and css

javascript and css

7th - 11th Grade

41 Qs

7th Seoul - 2nd Cycle Exam

7th Seoul - 2nd Cycle Exam

7th Grade - University

40 Qs

Recuperación - Laboratorio

Recuperación - Laboratorio

10th Grade

40 Qs

Repaso JavaScript

Repaso JavaScript

Professional Development

40 Qs

quiz based on web design

quiz based on web design

University

40 Qs

HTML

HTML

6th - 9th Grade

40 Qs

Próbny INF.03 2022

Próbny INF.03 2022

12th Grade

40 Qs

PHP - Java - sprawdzian kl. IV Tip

PHP - Java - sprawdzian kl. IV Tip

9th - 12th Grade

34 Qs

Java Script

Java Script

Assessment

Quiz

Computers

9th Grade - Professional Development

Medium

Created by

kalpana purohit

Used 62+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type used for the following variable var answer1 = "It's alright";

String

Boolean

Integers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An "ID" can be a word or a number.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the codes that allow you to write into a <p> or a <h1>.

document.getElementById

document.write

alert

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the "++" operator called ?

Incrementing

Decrementing

Two Additions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x = 4

document.write(x **2)

What would be the value of x?

8

16

15

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x = 5;

var y = 2;

var z = x % y;


What would be the value of "z" in the above code?

1

2

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct about features of JavaScript?

It can not Handling dates and time.

JavaScript is a object-based scripting language.

JavaScript is not interpreter based scripting language.

All of the above

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?