Thursday , 21 November 2024

IT430 Solved MCQs and Quiz (Fall 2012)

 In what form style rules are presented?

Select correct option:

selector { property= value }

selector ( property: value )

selector { property: value }

selector ( property= value )

of 10 ( Start time: 10:29:02 PM ) Total Marks: 1

Code: JavaScript var a = [“v”,”i”,”r”,”t”, “u”, “a”, “l”]; document.write(a.join(“-“)); What would be the output of the above code fragment?

Select correct option:

virtual virtual-v:i:r:t:u:a:l v-i-r-t-u-a-l

of 10 ( Start time: 10:28:12 PM ) Total Marks: 1

_______ object’s properties and functions are accessible every where. Select correct option:

Local


Global

Predefined

All of the given

 

Question # 1 of 10 ( Start time: 08:08:20 PM ) Total Marks: 1

var txt=”Hello World!” document.write(txt.length), it would return the length as. Select correct option:

13

12

11

 10

Question # 2 of 10 ( Start time: 08:09:20 PM ) Total Marks: 1

__________ is an event handler in JavaScript. Select correct option:

None of the given onloading onpress onbuttondown

Question # 3 of 10 ( Start time: 08:10:48 PM ) Total Marks: 1 In Java script , New key word is used to create:

Select correct option:

Instance of method

Instance of Object

Initialize the Variable

Assign the vale of object

Question # 4 of 10 ( Start time: 08:11:57 PM ) Total Marks: 1

Border-style: specifies the style of all borders in the order _________________. Select correct option:

border top style, border right style, border bottom style, border left style border top style, border left style, border bottom style, border right style border bottom style, border right style, border top style, border left style border top style, border bottom style, border bottom right, border left style

Question # 5 of 10 ( Start time: 08:12:59 PM ) Total Marks: 1 Which is NOT a correct name for an XML element?

Select correct option:

<Note>

<1dollar>

All 3 tags are incorrect <h1>

Question # 6 of 10 ( Start time: 08:15:31 PM ) Total Marks: 1

___________ is a valid JavaScript variable. Select correct option:

first_name 2nd_name third name *lastname*

Question # 7 of 10 ( Start time: 08:16:58 PM ) Total Marks: 1

_________ is not a comparison operator. Select correct option:

>

<

!=


=

Question # 8 of 10 ( Start time: 08:17:47 PM ) Total Marks: 1

In CSS, how do you make the text bold?

Select correct option:

font:b font-style:bold font-size:bold font-weight:bold

Question # 9 of 10 ( Start time: 08:19:16 PM ) Total Marks: 1

_______________ will display the border having top border = 10 pixels, bottom border = 5 pixels, left border = 20 pixels and right border = 1 pixel.

Select correct option:

border-width:10px 1px 5px 20px border-width:5px 1px 10px 20px border-width:10px 20px 5px 1px border-width:5px 20px 10px 1px

Question # 10 of 10 ( Start time: 08:20:26 PM ) Total Marks: 1

The control statement on a while loop is tested

Select correct option:

 

once at the start

after each time through the loop once at the end

before each time through the loop

Question # 1 of 10 ( Start time: 08:52:04 PM ) Total Marks: 1

The first control statement in a for loop usually

Select correct option:

increments a counter

sets the termination condition creates a control variable

All of the give

Check Also

IT430 Assignment no 03 Spring 2013

ASSIGNMENT NO 3 SPRING 2013 LAST DATE: 16-05-2013 Rules for Marking  It should be clear that …

Leave a Reply

Your email address will not be published. Required fields are marked *

*