FSD QUIZ-1

FSD QUIZ-1

Professional Development

10 Qs

quiz-placeholder

Similar activities

GraphQL Meetup 10.0 Quiz 2

GraphQL Meetup 10.0 Quiz 2

Professional Development

10 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

CODE-P6

CODE-P6

Professional Development

10 Qs

Variable, DataType and Operators

Variable, DataType and Operators

Professional Development

12 Qs

Javascript

Javascript

Professional Development

12 Qs

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

Professional Development

10 Qs

How Much You Know ?

How Much You Know ?

11th Grade - Professional Development

10 Qs

FSD QUIZ-1

FSD QUIZ-1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Varalaxmi P N V

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is JavaScript?

JavaScript is a scripting language used to make the website interactive

JavaScript is an assembly language used to make the website interactive

JavaScript is a compiled language used to make the website interactive

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is correct about JavaScript?

JavaScript is an Object-Based language

JavaScript is Assembly-language

JavaScript is an Object-Oriented language

JavaScript is a High-level language

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following JavaScript code?

<p id="demo"></p>

<script>

var js = 10;

js *= 5;

document.getElementById("demo").innerHTML = js;

</script>

10

50

5

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following JavaScript code?

// JavaScript Comparison Operators

function compare()

{

    let a=2;

    let b=2.0;

    if(a==b)

        return true;

    else

        return false;

}

false

true

compilation error

runtime error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Will the following JavaScript code work?

var js = (function(x) {return x*x;}(10));

Exception will be thrown

Memory leak

Error

Yes, perfectly

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

jQuery is a -

JavaScript method

  1. JavaScript library

  1. JSON library

  1. PHP method

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following sign is used as a shortcut for jQuery?

the % sign

the & sign

  1. the $ sign

  1. the @ sign

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?