CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

quiz-placeholder

Similar activities

CSS and JQuery

CSS and JQuery

Professional Development

9 Qs

Day 5 C Programming Quiz

Day 5 C Programming Quiz

Professional Development

10 Qs

Basic Programming Kotlin

Basic Programming Kotlin

Professional Development

10 Qs

Storage- PreAssessment

Storage- PreAssessment

Professional Development

10 Qs

React/Javascript Quizz

React/Javascript Quizz

Professional Development

12 Qs

Graphs

Graphs

Professional Development

10 Qs

Web Programming Lesson 1

Web Programming Lesson 1

Professional Development

10 Qs

Flutter_Q5

Flutter_Q5

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?