Search Header Logo

CIT JULY 2022

Authored by meeran trainer

Computers

Professional Development

Used 2+ times

CIT JULY 2022
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

5 sec • 5 pts

 

JavaScript is an _______ language?

Object Oriented

Object Based

Procedural

All of the above

2.

MULTIPLE CHOICE QUESTION

5 sec • 5 pts

Which of the following class in Bootstrap is used to provide a responsive fixed width container?

.container-fixed

.container-fluid

.container

All of the above

3.

OPEN ENDED QUESTION

5 mins • 5 pts

Write a JS code to print numbers from 1 to 10

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Output of the following code

<p id="demo"></p> var txt1 = "Sanfoundry_"; var txt2 = "Javascriptmcq"; document.getElementById("demo").innerHTML = txt1 + txt2;

error

Sanfoundry_ Javascriptmcq

undefined

Sanfoundry_Javascriptmcq

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which of the following jQuery method is used to hide the selected elements?

The hidden() method

The hide() method

The visible(false) method

The display(none) method

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The correct syntax to set the background color of all h1 elements to yellow in jQuery -

$("h1").style("background-color","yellow");

$("h1").html("background-color","yellow");

$("h1").css("background-color","yellow");

$("h1").layout("background-color","yellow");

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The correct syntax for selecting the first paragraph element with id p1 is -

$("p.p1:first")

$("p#p1:first")

$("p1#p:first")

None of the above

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?