IFSD Quiz 02

IFSD Quiz 02

University

20 Qs

quiz-placeholder

Similar activities

1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

11th Grade - University

16 Qs

PHP Module 1 Unit Test

PHP Module 1 Unit Test

University

15 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

More on JavaScript

More on JavaScript

University

19 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

IntraSympo Round One

IntraSympo Round One

University

20 Qs

Java Basics for PM

Java Basics for PM

University

17 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

IFSD Quiz 02

IFSD Quiz 02

Assessment

Quiz

Computers

University

Hard

Created by

Sudhakar N

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is JavaScript?
A style sheet language for HTML
A server-side programming language
A scripting language for client-side web development
A markup language for XML

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in JavaScript?
int
string
var
let

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "typeof" operator in JavaScript do?
Checks if a variable is defined
Returns the type of a variable
Converts a variable to a string
Rounds a number to the nearest integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to comment a single-line code in JavaScript?
/* comment */
// comment
<!-- comment -->
' comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display a message in the browser's console?
console.log()
alert()
document.write()
print()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? let x = 5; console.log(x++);

4

6

5

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to make a decision in JavaScript?
for
if
while
do...while

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?