CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

quiz-placeholder

Similar activities

CSS Elements

CSS Elements

Professional Development

10 Qs

HTML beginners quiz

HTML beginners quiz

9th Grade - Professional Development

13 Qs

Веб разработка Информатика

Веб разработка Информатика

Professional Development

11 Qs

C - Programming ( Output based - Loop )

C - Programming ( Output based - Loop )

Professional Development

10 Qs

DOT NET-SET1

DOT NET-SET1

Professional Development

15 Qs

EIT237-bases de php7-3

EIT237-bases de php7-3

Professional Development

12 Qs

SAIL cohort 4

SAIL cohort 4

Professional Development

15 Qs

CSS Special Selectors

CSS Special Selectors

Professional Development

10 Qs

CIT JULY 2022

CIT JULY 2022

Assessment

Quiz

Computers

Professional Development

Hard

Created by

meeran trainer

Used 2+ times

FREE Resource

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

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?