CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

quiz-placeholder

Similar activities

PERTEMUAN 1 HTML DASAR

PERTEMUAN 1 HTML DASAR

Professional Development

10 Qs

CSS Selectors

CSS Selectors

Professional Development

10 Qs

HTML quiz

HTML quiz

Professional Development

10 Qs

HTML CPU practice quiz

HTML CPU practice quiz

KG - Professional Development

14 Qs

Python - Heap

Python - Heap

Professional Development

15 Qs

FinTech 01-3

FinTech 01-3

Professional Development

11 Qs

HTML

HTML

Professional Development

11 Qs

Unit I - Introduction Data Structure/Array

Unit I - Introduction Data Structure/Array

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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?