Search Header Logo

FSD QUIZ-1

Authored by Varalaxmi P N V

Computers

Professional Development

Used 1+ times

FSD QUIZ-1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?