Home / HSC(ENG) - GSEB Board / Reading Mode

πŸ“– Reading Mode: HSC(ENG) - GSEB Board

Chapter: Cascading Style Sheets and Java script β€’ Total: 174 MCQs

MCQ 1 CSS (Cascading Style Sheet)

Which of the following is the tag used to insert JavaScript code into a HTML page ?

A < script >..... < script >
B < script >..... < /script >
C < script > ..... < //script >
D < /script >..... < /script >
MCQ 2 CSS (Cascading Style Sheet)

Which of the following is a reusable block of code that performs a particular task ?

A Array
B Code
C Program
D Function
MCQ 3 Variable

Which of the Following is a container for storing data ?

A Variable
B Integer
C Event
D Event handler
MCQ 4 CSS (Cascading Style Sheet)

Which of the following stands for BOM ?

A Browser of Model
B Browser Object Model
C Browser Object Modelling
D Browser Object Modal
MCQ 5 CSS (Cascading Style Sheet)

What is the full form of CSS ?

A Content Style Sheet
B Cascading Style Sheet
C Control System Sheet
D Control System Softwer
MCQ 6 CSS (Cascading Style Sheet)

By using which option, we can set all element types to appear in a style as per our choice ?

A Java Script
B CSS
C Web Browser
D Web Sever
MCQ 7 CSS (Cascading Style Sheet)

Which of the following option/s of our web site is/are controlled by which option ?

A Font types
B Font and element colors
C Margins
D All of this
MCQ 8 CSS (Cascading Style Sheet)

In the example of CSS, H1 {color : green }; Which is selector ?

A H1
B Color
C Green
D {}
MCQ 9 CSS (Cascading Style Sheet)

In CSS, property and value are separated by which symbol ?

A Comma
B Colon
C Space
D Semicolon
MCQ 10 CSS (Cascading Style Sheet)

How many options are available on left side pane of the 'options' dialog dox?

A Four
B Five
C Three
D Six
MCQ 11 CSS (Cascading Style Sheet)

Which radio button should be selecd to choose 'Times New Roman' fonts?

A Predefined
B Unspecified
C Font style
D Line height
MCQ 12 CSS (Cascading Style Sheet)

Which button should be clicked in Image option, to keep an image in the background ?

A Select image
B Choose file
C Choose image
D Select alternate text
MCQ 13 CSS (Cascading Style Sheet)

Which of the following tab is not available in the right side of the CSS Stylesheets dialog box ?

A Aural
B Borders
C New style
D Text
MCQ 14 CSS (Cascading Style Sheet)

How many tabs are available in right side window of 'CSS stylesheets' dialog box ?

A 7
B 8
C 9
D 10
MCQ 15 CSS (Cascading Style Sheet)

Which of the following varies with different browsers?

A Scripting language
B Borders
C HTML
D CSS compatbility
MCQ 16 CSS (Cascading Style Sheet)

Which add interactivity to HTML pages

A CSS
B JavaScript
C HTML
D Frames
MCQ 17 CSS (Cascading Style Sheet)

Which is the most common form of JavaScript today ?

A Cliet side script
B Server side script
C Both A & B
D VB Script
MCQ 18 CSS (Cascading Style Sheet)

Var x = document.js 1.name.value in above statement, which is a variable ?

A x
B document
C js1
D name. value
MCQ 19 CSS (Cascading Style Sheet)

Which symbols are used to start and end a block ?

A ( )
B [ ]
C { }
D all of these
MCQ 20 CSS (Cascading Style Sheet)

In the form what should be kept simple and easy to remember ?

A other field
B Name given to the form
C Input field name
D all of these
MCQ 21 CSS (Cascading Style Sheet)

A reusable block of code that performs a particular task is called ........

A Script
B Function
C Routine
D Web page
MCQ 22 CSS (Cascading Style Sheet)

which can we write block of code ?

A Inside the Paranthesis( )
B Inside the Square brackets [ ]
C Inside the curly braces { }
D Within double quotes
MCQ 23 CSS (Cascading Style Sheet)

How can we execute the function ?

A By an event
B Call it inside a source code
C By an event handler
D Both A & B
MCQ 24 CSS (Cascading Style Sheet)

Which will take place when user does something ?

A Downloading
B Uploading
C Both A& B
D Event
MCQ 25 CSS (Cascading Style Sheet)

Which event would occur when element such as radio button becomes active ?

A abort
B Blur
C Select
D Focus
MCQ 26 CSS (Cascading Style Sheet)

With which keyword we can declare a variable ?

A var
B script
C CSS
D HMTL
MCQ 27 CSS (Cascading Style Sheet)

Which of the following are different parts or objects of browsers ?

A Functions
B Browser Object Model
C Script
D Styles
MCQ 28 CSS (Cascading Style Sheet)

Which built-in function of JavaScript is commonly used to work with numeric values ?

A Number( )
B isNumber( )
C isString( )
D isNaN( )
MCQ 29 CSS (Cascading Style Sheet)

In KompoZer form, the radio buttons for gender field are grouped by the name 'gender' and gender is an array of two elements, so how this elements will be declared ?

A gender [0] and gender[1]
B gender [1] and gender[2]
C gender [0] and gender[2]
D gender [2] and gender[1]
MCQ 30 CSS (Cascading Style Sheet)

By using which statement, it is possible to return function value ?

A Document.write( )
B Return
C Showvalue( )
D Display( )
MCQ 31 CSS (Cascading Style Sheet)

Which event would occur when user clicks on a form elements?

A Focus
B Change
C Click
D Reset
MCQ 32 CSS (Cascading Style Sheet)

What is style ?

A The detail of how to display the document
B The detail of how to write the document
C Cascading pattern of HTML document
D Cascading pattern of Java script document
MCQ 33 CSS (Cascading Style Sheet)

Which button will open "Advance Property Editor" dialog box?

A Advance Edit
B Open
C General
D Properties
MCQ 34 CSS (Cascading Style Sheet)

What is controlled by the methods and properties of the window Object ?

A Web page
B Web browser window
C Web site
D Functions
MCQ 35 CSS (Cascading Style Sheet)

Which of the following is know as special symbol in the syntax of CSS ?

A Rules
B Selector
C Declaration
D Input
MCQ 36 CSS (Cascading Style Sheet)

Which object contains a form object ?

A Anchor
B Windows
C Top
D Document
MCQ 37 CSS (Cascading Style Sheet)

Which browser object represents the browser window or individual frame frame within window ?

A History
B Document
C Window
D Location
MCQ 38 CSS (Cascading Style Sheet)

what is controlled by the methods and properties of the document object ?

A Web browser window
B Functions
C Web site
D Web page
MCQ 39 CSS (Cascading Style Sheet)

Which method is used to apply focus on a particular element of the form ?

A Select
B Load
C Focus
D Click
MCQ 40 CSS (Cascading Style Sheet)

Which color asterisk mark is indication of compulsory field of online form ?

A Blue
B Red
C Yellow
D Green
MCQ 41 Semicon(;)

Which of the following symbols is used as a mark of separation rather than termination in java script ?

A ,
B :(colon)
C ;(Semi-colon)
D ?
MCQ 42 Document Object Model (document.js1.name.value)

Which of the following objects is used to control the web page, while using methodes and properties of the object?

A document
B window
C form
D all of the aboveΒ 
MCQ 43 Advantages of CSS

Which of the following allows us to set the format of the website without changing the underlying structure?

A HTML
B C
C JAVA
D CSS
MCQ 44 JavaScript

Which of the following can be included in a webpage using JavaScript?

A Allows interactivity with the userΒ 
B Control the browserΒ 
C Dynamically create HTML content
D All of the above
MCQ 45 CSS (Cascading Style Sheet)

which of the following is used to specify styles for the visual elements of the website?

A HTML
B CSS
C Type
D all
MCQ 46 JavaScript whthin HTML

Which of the following is used in webpages to improve the design?

A β€˜C’
B Java
C javaScript
D VB
MCQ 47 Edit - Preferences

Which of the following toolbars is used to visualize the cascade button in the kompozer?

A Composition
B Format toolbar 1
C Format toolbar 2
D Status bar
MCQ 48 Events

Which of the following events is executed when elements such as button becomes active in java script?

A click
B focus
C sbmit
D selectΒ 
MCQ 49 Syntax of CSS

Which of the following is known as special symbol in the syntax of CSS ?

A type
B text area
C rules
D value
MCQ 50 CSS (Cascading Style Sheet)

Which of the following allows specifying styles for the visual elements of the website?

A Cascading Style Sheets
B Webpage
C Form
D Animation
MCQ 51 Style

Which of the following is an HTML element on which style can be applied?

A Declaration
B Selector
C Select
D Declare
MCQ 52 Syntax of CSS

Which of the following is the syntax of CSS?

A select {property : value}
B selector {value : property}
C selector {property : value}
D selection {property : value}
MCQ 53 JavaScript

Which of the following is a scripting language that allows adding programming to web pages?

A Action script
B Java Script
C HTML
D CSS
MCQ 54 CSS (Cascading Style Sheet)

Which of the following is a scripting language that is simple, lightweight programming language that does not contain advanced programming functionalities?

A Java Script
B HTML
C C
D Java
MCQ 55 Function (Routine)

Which of the following is a reusable block of code that performs a particular task?

A Array
B Code
C Program
D Function
MCQ 56 Events

Which of the following is not an event?

A Abort
B Mouse Over
C Set
D Load
MCQ 57 CSS (Cascading Style Sheet)

Which of the following is a container for storing data?

A Variable
B Integer
C Event
D Event handler
MCQ 58 CSS (Cascading Style Sheet)

Which of the following stands for NaN?

A Not a Numeric
B Not a Number
C Not a Noun
D Not an Numeric
MCQ 59 Function (Routine)

WHICH OF THE FOLLOWING STATEMENT IS USED IN JAVASCRIPT TO RETURN A VALUE IN A FUNCTION.

A EVENT
B PROGRAM
C RETURN
D FUNCTION
MCQ 60 JavaScript

WHICH KIND OF WEBPAGE IS CREATED USING HTML?

A STATIC
B COLUD NOT CHANGE
C BOTH (A) &amp; (B)
D DYNAMIC
MCQ 61 Syntax of CSS

A CSS RULE HAS HOW MANY PARTS?

A 1
B 2
C 3
D 4
MCQ 62 Events

FROM THE FOLLOWING WHICH IS NOT AN EVENT IN JAVASCRIPT.

A ABORT
B ALERT
C CLICK
D SUBMIT
MCQ 63 Browser Object Model (BOM)

WHAT SHUOLD BE USED TO CONTROL THE WEB BROWSER WINDOW OR THE WEB PAGE IN JAVASCRIPT.

A OMG
B OMG
C OMG
D OMG
MCQ 64 Syntax of CSS

Which of the following options is not the part of syntax of CSS?

A Selector
B Attribute
C Value
D Object
MCQ 65 CSS (Cascading Style Sheet)

In CSS stylesheets dialog box of KompoZer, which tab is used to keep an image in the background?

A Background
B General
C Borders
D Aurals
MCQ 66 CSS (Cascading Style Sheet)

Which of the following describes the style of the elements in the document and not its content?

A CSS
B HTML
C JavaScript
D HTTP Methods
MCQ 67 CSS (Cascading Style Sheet)

Which of the following adds interactivity to HTML pages and is inserted directly into the HTML code?

A CSS
B JavaScript
C Java
D Oracle
MCQ 68 CSS (Cascading Style Sheet)

In the following statement of JavaScript, what is object name? β€˜document.write(β€œHello world”);’?

A document.write( )
B write ( )
C document
D hello world
MCQ 69 CSS (Cascading Style Sheet)

In CSS Stylesheets dialog box of KompoZer, which of the following tabs is not available?

A General
B Style
C Aural
D Box
MCQ 70 CSS (Cascading Style Sheet)

Which of the following events would occur, when loading of image is cancelled?

A Cancel
B Abort
C Change
D Blur
MCQ 71 CSS (Cascading Style Sheet)

Which of the following is an event handler of submit event?

A submit ( )
B submiton ( )
C onsubmit( )
D onclick( )
MCQ 72 CSS (Cascading Style Sheet)

In JavaScript, which of the following functions returns true if the value is not-anumber and false if the value is a number?

A alert( )
B validateForm( )
C length( )
D isNaN( )
MCQ 73 CSS (Cascading Style Sheet)

In CSS Stylesheets dialog box, which button should be clicked, after selecting selector from the drop down menu to create a style rule?

A Create style rule
B Advanced Edit
C General
D Internal stylesheet
MCQ 74 CSS (Cascading Style Sheet)

Which of the following is an event handler of β€˜Submit’ event?

A Submit( )
B Submiton( )
C Onsubmit( )
D Offsubmit( )
MCQ 75 CSS (Cascading Style Sheet)

In JavaScript, which of the following keywords is used to declare a variable?

A var
B function
C VAR
D variable
MCQ 76 CSS (Cascading Style Sheet)

Which of the following is used to control the font types, font and element colors, pad spaces, margins and element positions in our website?

A CSS
B JavaScript
C HTML Functions
D Event Handler
MCQ 77 CSS (Cascading Style Sheet)

Which of the following is generated by the browser due to interaction between the user and the web page?

A Function
B Event
C Variable
D Focus Method
MCQ 78 CSS (Cascading Style Sheet)

Which of the following is a reusable block of code that performs a particular task in JavaScript?

A Variable
B Event
C Selector
D Function
MCQ 79 CSS (Cascading Style Sheet)

Which of the following tab is not available in β€˜CSS Stylesheets’ dialog box?

A Background
B Borders
C Box
D Rules
MCQ 80 CSS (Cascading Style Sheet)

In JavaScript, which of the following statements will return β€˜True’?

A isNaN (5670)
B isNaN (123)
C isNaN (2021)
D isNaN (β€œHello”)
MCQ 81 CSS (Cascading Style Sheet)

Which part of CSS rule is the HTML element on which style can be applied?

A Selector
B Property
C Value
D Event
MCQ 82 CSS (Cascading Style Sheet)

Which of the following is the general syntax of CSS?

A Selector {Value: Property}
B Property {Selector: Value}
C Selector{ Property: Value}
D Value { Selector: Property}
MCQ 83 Edit - Preferences

In KompoZer, cascade button is available on which Toolbar?

A Edit mode Toolbar
B Composition Toolbar
C Format Toolbar1
D Format Toolbar2
MCQ 84 Steps to create CSS style sheet

In KompoZer, which tab are available on the right side of CSS Stylesheets dialog box ?

A General, Text
B Background, Box
C Borders, Lists
D All of these
MCQ 85 CSS (Cascading Style Sheet)

Which of the following event takes place when user leaves a page?

A Select
B Submit
C Reset
D Unload
MCQ 86 CSS (Cascading Style Sheet)

In CSS coding, H1 {color: green}_____________ is the selector.

A H1
B color
C green
D All of the given
MCQ 87 CSS (Cascading Style Sheet)

Which model is used in JavaScript to control the web browser window or the Web page?

A Data object
B Network data
C Browser object
D Database
MCQ 88 CSS (Cascading Style Sheet)

Which method is used to apply focus on a particular element of the form?

A Focus
B Click
C Submit
D Load
MCQ 89 CSS (Cascading Style Sheet)

KompoZer uses ________________ by default.

A HTML element
B CSS
C HTML attribute
D All of the given
MCQ 90 CSS (Cascading Style Sheet)

Which of the following statement/s is/are true for CSS?

A The CSS compatibility varies with different browsers
B Using CSS makes web site designing quick and efficient.
C CSS does not describe the contents of the elements
D All of the given
MCQ 91 CSS (Cascading Style Sheet)

The advanced property dialog box will appear by clicking on the_________________ button of form properties dialog box.

A More Properties
B Advanced Edit
C Action URL
D None of the given
MCQ 92 CSS (Cascading Style Sheet)

Click on _____________ button of Image option to select the file for the background, if we want to use an image as background picture while creating CSS stylesheet.

A Position
B Choose File
C Opacity
D Tile
MCQ 93 CSS (Cascading Style Sheet)

On which of the following CSS can be applied?

A HTML element
B Content
C Colour
D All of the given
MCQ 94 CSS (Cascading Style Sheet)

Which of the following is an event-handler for the event 'click' in JavaScript?

A byClick()
B onClick()
C ofClick()
D Clickon()
MCQ 95 CSS (Cascading Style Sheet)

Which of the following is the most important object in browser object model?

A Window
B Form
C Document
D Image
MCQ 96 CSS (Cascading Style Sheet)

In which part of HTML code, a function is defined?

A Head
B Title
C Body
D A or C
MCQ 97 CSS (Cascading Style Sheet)

Which of the following of window object controls the web browser window?

A Methods
B Properties
C Both A and B
D None of the given
MCQ 98 CSS (Cascading Style Sheet)

JavaScript is known as ____________________ script.

A Client side
B Server side
C Network side
D None of the given
MCQ 99 CSS (Cascading Style Sheet)

Using CSS, we can control __________________ in web site.

A font types, font and element colours
B pad spaces
C margins and element positions
D All of the given
MCQ 100 CSS (Cascading Style Sheet)

The syntax of CSS consists of special symbols known as ___________

A rules
B protocol
C reserved
D style
MCQ 101 CSS (Cascading Style Sheet)

______________________ is created automatically by the browser.

A Document
B Window
C Element
D All of the given
MCQ 102 CSS (Cascading Style Sheet)

Which of the following is used to manage/control the web browser window of window object?

A Methods
B Properties
C Both A and B
D None of the given
MCQ 103 CSS (Cascading Style Sheet)

_____________can be used to avoid/stop the repetition of tags in very large web site.

A Form
B Animation
C Copy
D Cascading Style Sheet(CSS)
MCQ 104 CSS (Cascading Style Sheet)

Which of the following is an event-handler for the event submit in JavaScript?

A bySubmit( )
B Submiton( )
C onSubmit( )
D ofSubmit()
MCQ 105 CSS (Cascading Style Sheet)

Which of the following specifies the object in JavaScript statement? document.write("Hello")

A Document
B Write
C Hello
D All of the given
MCQ 106 CSS (Cascading Style Sheet)

Which of the following is used to return a value from a function?

A return
B exit
C close
D back
MCQ 107 CSS (Cascading Style Sheet)

Which of the following is used in HTML to add special characters in web page?

A worksheet
B animation
C Both A and B
D style sheet
MCQ 108 CSS (Cascading Style Sheet)

In CSS coding. H1 {color: green), ________ is the corresponding value of property.

A H1
B color
C green
D All of the given
MCQ 109 CSS (Cascading Style Sheet)

___________option will be enabled when you tick the check box in front of the text/option: "All four sides use same border style" in CSS Stylesheet dialog box.

A Top
B Right
C Bottom
D None of the given
MCQ 110 CSS (Cascading Style Sheet)

Which of the following options are provided by advanced property editor dialog box?

A HTML attributes
B Inline style
C JavaScript events
D All of the given
MCQ 111 CSS (Cascading Style Sheet)

How many parts CSS rule has?

A two
B three
C four
D five
MCQ 112 CSS (Cascading Style Sheet)

While filling forms on Internet, some fields are marked with a red color asterisk mark "*". What does it indicate?

A This field is optional.
B Insert picture in this field.
C This field is for password.
D It is compulsory field, that can't be kept empty.
MCQ 113 CSS (Cascading Style Sheet)

What does a declaration (a part of CSS rule) consist of?

A A property associated with HTML element used in selector
B Corresponding value of property
C Both A and B
D None of the given
MCQ 114 CSS (Cascading Style Sheet)

Which keyword is used to declare a variable in JavaScript?

A Var
B Data
C Define
D Set
MCQ 115 CSS (Cascading Style Sheet)

In JavaScript, alert() is________________ function.

A Inbuilt
B Out built
C User defined
D All of the given
MCQ 116 CSS (Cascading Style Sheet)

Which of the following is used to create interactive web page?

A C program
B JavaScript
C Oracle
D All of the given
MCQ 117 CSS (Cascading Style Sheet)

The split parts or objects of browsers are known as ____________________

A BOC
B BOM
C MOB
D COB
MCQ 118 CSS (Cascading Style Sheet)

Text tab of CSS stylesheets dialog box provides __________________ choice/s.

A Font family, Font size, Colour, Case, Alignment
B Line height
C Both A and B
D None of the given
MCQ 119 CSS (Cascading Style Sheet)

In JavaScript a function gets executed _________________

A by an event
B when it is called inside a source code
C Both A and B
D None of the given
MCQ 120 CSS (Cascading Style Sheet)

A variable in JavaScript can store ______________________

A number
B string
C text
D A or B or C
MCQ 121 CSS (Cascading Style Sheet)

Which of the following is used as selector while applying CSS to the web page in HTML?

A HTML element
B Color
C Contents
D All of the given
MCQ 122 CSS (Cascading Style Sheet)

Which conditional statement is used to change the flow of Java program?

A Change
B If
C Fi
D While
MCQ 123 CSS (Cascading Style Sheet)

Which of the following can be an element object in Browser object Model (BOM)?

A Radio button
B Textbox
C Checkbox
D All of the given
MCQ 124 CSS (Cascading Style Sheet)

Which of the following causes the browser to generate an event in HTML web page?

A When the user gives input
B When the user gets output
C The interaction between user & web pages
D None of the given
MCQ 125 CSS (Cascading Style Sheet)

Which object of browser object model contains form object?

A element
B link
C focus
D document
MCQ 126 CSS (Cascading Style Sheet)

_________ menu and commands are used to make sure that KompoZer uses CSS by default.

A Tools β†’ Options
B File β†’ Settings
C Edit→ Options
D Edit→ Preferences
MCQ 127 JavaScript whthin HTML

Which of the following tab appears in Advanced Property Editor dialog box?

A Settings
B General
C JavaScript Events
D Text
MCQ 128 CSS (Cascading Style Sheet)

In CSS stylesheet dialog box, a style rule for each element added appears as a list below the heading ____________________

A StyleSheet1
B CSS1
C Cascade
D Internal StyleSheet
MCQ 129 CSS (Cascading Style Sheet)

_____________dialog box appears when you click on Edit→ Preferences menu and commands.

A Preferences
B Options
C General
D CSS
MCQ 130 isNaN()

The function isNaN("hello") will return ______________________

A hello
B TRUE
C FALSE
D 1
MCQ 131 CSS (Cascading Style Sheet)

In CSS coding, H1 {color: green} ________________ refers to the property.

A H1
B color
C green
D All of the given
MCQ 132 CSS (Cascading Style Sheet)

Which of the following event occurs when user leaves a page?

A Select
B Submit
C Reset
D Unload
MCQ 133 CSS (Cascading Style Sheet)

JavaScript uses ______________function to work with numeric values.

A isNaN( )
B isNo( )
C Number( )
D No( )
MCQ 134 CSS (Cascading Style Sheet)

Which of the following event occurs when loading of image is cancelled?

A Abort
B Blur
C Error
D Unload
MCQ 135 CSS (Cascading Style Sheet)

In KompoZer, click on _____________ option Image option and select an image file to keep an image in the background while defining CSS stylesheets.

A Insert File
B Browse
C Select File
D Choose File
MCQ 136 CSS (Cascading Style Sheet)

Which of the following tab is not provided by Advanced property editor dialog box?

A Input style
B HTML attributes
C JavaScript events
D Inline style
MCQ 137 CSS (Cascading Style Sheet)

JavaScript code should be preferably placed in ______________ tag

A body
B head
C title
D None of the given
MCQ 138 CSS (Cascading Style Sheet)

The _________ in CSS rule is the HTML element.

A selector
B declaration
C Both A and B
D None of the given
MCQ 139 CSS (Cascading Style Sheet)

In how Many parts CSS rules are mainly divided ?

A 4
B 6
C 2
D 3
MCQ 140 CSS (Cascading Style Sheet)

Styles can be applied on which of the following HTML element ?

A Declaration
B Property
C value
D Selector
MCQ 141 CSS (Cascading Style Sheet)

Which dialog is used to define the styles for each element?

A Options
B Block background color
C CSS stylesheets
D Background
MCQ 142 CSS (Cascading Style Sheet)

which tab will show the CSS code ?

A CSS
B General
C Text
D HTML
MCQ 143 CSS (Cascading Style Sheet)

Which are the features of scripting language

A It is simple
B Light weight programming language
C It doesn't contain the advanced programming funtctionalities like C and Java
D All A, B & C
MCQ 144 CSS (Cascading Style Sheet)

In the statement, "document.write("Hello World");" which is the method ?

A Hello world
B document
C document.write
D write
MCQ 145 CSS (Cascading Style Sheet)

Which is the most important object in the browser object model ?

A Parent
B Document
C Link
D History
MCQ 146 Syntax of CSS

Which of the following is known as special symbol in the syntax of CSS?

A Rules
B Selector
C Declaration
D Input
MCQ 147 JavaScript

Which of the following tag is used to insert JavaScript code into an HTML page?

A &amp;ltscript&gt; ..... &amp;ltscript&gt;
B &amp;ltscript&gt; .... &lt;/script&gt;
C &amp;ltscript&gt; ..... &lt;//script&gt;
D &lt;/script&gt; ..... &lt;/script&gt;
MCQ 148 JavaScript

Which of the following symbol signifies the start and end of a JavaScript block?

A Semicolon
B Square bracket
C Curtly bracket
D Round bracket
MCQ 149 Browser Object Model (BOM)

Which of the following stands for BOM?.

A Browser Of Model
B Browser Object Model
C Browser Object Modeling
D Browser Object Model
MCQ 150 JavaScript

WHAT IS USED IN WEB PAGES TO IMPROVE THE DESIGN AND VALIDATE THE FORMS.

A C LANGUAGE
B JAVA
C ORACLE
D JAVASPRIT
MCQ 151 Syntax of CSS

TO ADD CSS IN HTML WEBPAGE WHAT IS TO BE USED AS A SELECTOR?

A INFORMATION
B COLOR
C HTML ELEMENT
D ALL OF THESE
MCQ 152 CSS (Cascading Style Sheet)

Which of the following can add interactivity to HTML pages and is inserted directly into the HTML code?

A CSS
B JavaScript
C Style Rule
D Internal Sheet
MCQ 153 CSS (Cascading Style Sheet)

Which of the following is used to validate the data entered in the HTML forms on the client side before sending it to the server?

A DHTML
B 'C'
C ORACLE
D JAVASCRIPT
MCQ 154 CSS (Cascading Style Sheet)

_______________ toolbar contains cascade button that is used to create CSS.

A Composition
B Format toolbar1
C Format toolbar2
D All of the given
MCQ 155 CSS (Cascading Style Sheet)

WHAT IS THE FULL FORM CSS?

A CASCADING STYLE SHEET
B CASCADING SUPER SHEET
C CASCADING SHORT STYLE
D CASCADING SINE SIMPLE
MCQ 156 JavaScript whthin HTML

In Advanced Property Editor dialog box of KompoZer which of the following tabs is not available?

A HTMLAttributes
B Inline style
C JavaScript events
D Action URL
MCQ 157 CSS (Cascading Style Sheet)

Which tab of CSS stylesheets dialog box will show the CSS code which is generated?

A Text
B General
C Sheets and rules
D Lists
MCQ 158 isNaN()

What will be the output of isNan("netx")?

A True
B False
C Error
D No output
MCQ 159 Events

Which JavaScript event can be occurred, when element such as a radio button becomes inactive?

A abort
B change
C blur
D focus
MCQ 160 JavaScript

In the following JavaScript statement, which isa method? document.write(β€œHello”);

A Write
B Hello
C document
D document.write
MCQ 161 JavaScript

Which of the following best suits to Java?

A A procedural programming language
B A query language
C An object-oriented programming language
D A light weight programming language for webpage
MCQ 162 CSS (Cascading Style Sheet)

Which of the following are two main parts of CSS rule?

A Selector, Declaration
B Select, Declaration
C Selector, Declare
D Selection, Declaration
MCQ 163 JavaScript

Which of the following has developed JavaScript?

A Yahoo
B Google
C Wikipedia
D Netscape
MCQ 164 Function (Routine)

Which of the following statement is used to return a value in a function?

A Return
B Function
C Select
D Send
MCQ 165 CSS (Cascading Style Sheet)

Which of the following is the top level object in the browser object model?

A Window
B Document
C Page
D Location
MCQ 166 JavaScript whthin HTML

var x=DOUCMENT.JS1.NAME.VALUE IN ABOVE STATEMENT, WHICH IS A VARIABLE.

A x
B DOCUMENT
C JS]
D NAME. VALUE
MCQ 167 CSS (Cascading Style Sheet)

Which type of object is window in JavaScript?

A Global
B Local
C A or B
D None of the given
MCQ 168 isNaN()

WHICH IS THE MOST COMMONLY USED NUMERIC FUNCTION IN JAVASCRIPT.

A VALIDATEFORM()
B ISNAN()
C ALERT()
D NUMBER()
MCQ 169 CSS (Cascading Style Sheet)

Which kind of web pages can be created using HTML ?

A Dynamic
B static
C simple without formatting
D All A, B & C
MCQ 170 Event Handler

Which of the following is known as the event handler for the mouseout event?

A onmouseout( )
B onclick( )
C onsubmit( )
D onfocus( )
MCQ 171 JavaScript whthin HTML

Which of the following tab is available in β€˜Advanced Property Editor’ dialog box?

A Settings
B General
C JavaScript Events
D Text
MCQ 172 CSS (Cascading Style Sheet)

For which purpose Alert() is used in JavaScript?

A To input the text
B To display the text
C Both A and B
D None of the given
MCQ 173 CSS (Cascading Style Sheet)

Which of the following elements are contained within the document object?

A forms
B images
C links
D All of the given
MCQ 174 CSS (Cascading Style Sheet)

Which object of Browser Object Modcl (BOM) is created automatically by the browser?

A frame
B form
C document
D window