IOTA : Web Development Bootcamp Quiz 3

IOTA : Web Development Bootcamp Quiz 3

University

10 Qs

quiz-placeholder

Similar activities

JS: Conditionals!

JS: Conditionals!

6th Grade - University

11 Qs

Python

Python

KG - Professional Development

13 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

PHP - Syntax & Output

PHP - Syntax & Output

University

15 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

REACTOR

REACTOR

University

15 Qs

Evaluación de Javascript

Evaluación de Javascript

University

15 Qs

IOTA : Web Development Bootcamp Quiz 3

IOTA : Web Development Bootcamp Quiz 3

Assessment

Quiz

Computers

University

Hard

Created by

IOTA IIITS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct place to insert a Javascript file in HTML?
head
body
both head and body

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which built-in method returns the calling string value converted to lower case?
toLowerCase()
toLower()
changeCase(case)
D - None of the above.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following function of Array object adds one or more elements to the front of an array and returns the new length of the array?
sort()
splice()
unshift()
toString()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following methods can be used to display data in some form using Javascript?
document.write()
console.log()
window.alert()
All of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can a datatype be declared to be a constant type?
constant
var
let
const

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following code snippet?

<script type="text/javascript" language="javascript"> var a = "Scaler"; var result = a.substring(2, 4); document.write(result); </script>

ale

cal

al

cale

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When an operator’s value is NULL, the typeof returned by the unary operator is:
Object
Boolean
Undefined
Integer

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?