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 >
Correct Answer: Option B
MCQ 2CSS (Cascading Style Sheet)
Which of the following is a reusable block of code that performs a particular task ?
AArray
BCode
CProgram
DFunction
Correct Answer: Option D
MCQ 3Variable
Which of the Following is a container for storing data ?
AVariable
B Integer
CEvent
DEvent handler
Correct Answer: Option A
Note: S-March-2020
MCQ 4CSS (Cascading Style Sheet)
Which of the following stands for BOM ?
ABrowser of Model
BBrowser Object Model
CBrowser Object Modelling
DBrowser Object Modal
Correct Answer: Option B
MCQ 5CSS (Cascading Style Sheet)
What is the full form of CSS ?
AContent Style Sheet
BCascading Style Sheet
C Control System Sheet
DControl System Softwer
Correct Answer: Option B
MCQ 6CSS (Cascading Style Sheet)
By using which option, we can set all element types to appear in a style as per our choice ?
AJava Script
BCSS
CWeb Browser
D Web Sever
Correct Answer: Option B
MCQ 7CSS (Cascading Style Sheet)
Which of the following option/s of our web site is/are controlled by which option ?
AFont types
B Font and element colors
C Margins
DAll of this
Correct Answer: Option D
MCQ 8CSS (Cascading Style Sheet)
In the example of CSS, H1 {color : green }; Which is selector ?
AH1
BColor
CGreen
D {}
Correct Answer: Option A
MCQ 9CSS (Cascading Style Sheet)
In CSS, property and value are separated by which symbol ?
AComma
BColon
CSpace
DSemicolon
Correct Answer: Option B
MCQ 10CSS (Cascading Style Sheet)
How many options are available on left side pane of the 'options' dialog dox?
AFour
BFive
CThree
DSix
Correct Answer: Option B
MCQ 11CSS (Cascading Style Sheet)
Which radio button should be selecd to choose 'Times New Roman' fonts?
APredefined
BUnspecified
CFont style
DLine height
Correct Answer: Option A
MCQ 12CSS (Cascading Style Sheet)
Which button should be clicked in Image option, to keep an image in the background ?
ASelect image
BChoose file
C Choose image
DSelect alternate text
Correct Answer: Option B
MCQ 13CSS (Cascading Style Sheet)
Which of the following tab is not available in the right side of the CSS Stylesheets dialog box ?
AAural
BBorders
CNew style
DText
Correct Answer: Option C
MCQ 14CSS (Cascading Style Sheet)
How many tabs are available in right side window of 'CSS stylesheets' dialog box ?
A7
B8
C9
D10
Correct Answer: Option A
MCQ 15CSS (Cascading Style Sheet)
Which of the following varies with different browsers?
AScripting language
BBorders
CHTML
D CSS compatbility
Correct Answer: Option D
MCQ 16CSS (Cascading Style Sheet)
Which add interactivity to HTML pages
ACSS
BJavaScript
CHTML
DFrames
Correct Answer: Option B
MCQ 17CSS (Cascading Style Sheet)
Which is the most common form of JavaScript today ?
ACliet side script
BServer side script
CBoth A & B
DVB Script
Correct Answer: Option A
MCQ 18CSS (Cascading Style Sheet)
Var x = document.js 1.name.value in above statement, which is a variable ?
Ax
Bdocument
Cjs1
D name. value
Correct Answer: Option A
MCQ 19CSS (Cascading Style Sheet)
Which symbols are used to start and end a block ?
A( )
B[ ]
C { }
Dall of these
Correct Answer: Option C
MCQ 20CSS (Cascading Style Sheet)
In the form what should be kept simple and easy to remember ?
Aother field
BName given to the form
CInput field name
Dall of these
Correct Answer: Option D
MCQ 21CSS (Cascading Style Sheet)
A reusable block of code that performs a particular task is called ........
AScript
BFunction
CRoutine
DWeb page
Correct Answer: Option B
MCQ 22CSS (Cascading Style Sheet)
which can we write block of code ?
AInside the Paranthesis( )
BInside the Square brackets [ ]
CInside the curly braces { }
D Within double quotes
Correct Answer: Option C
MCQ 23CSS (Cascading Style Sheet)
How can we execute the function ?
ABy an event
BCall it inside a source code
CBy an event handler
DBoth A & B
Correct Answer: Option D
MCQ 24CSS (Cascading Style Sheet)
Which will take place when user does something ?
ADownloading
BUploading
CBoth A& B
DEvent
Correct Answer: Option D
MCQ 25CSS (Cascading Style Sheet)
Which event would occur when element such as radio button becomes active ?
Aabort
BBlur
CSelect
DFocus
Correct Answer: Option B
MCQ 26CSS (Cascading Style Sheet)
With which keyword we can declare a variable ?
Avar
Bscript
CCSS
DHMTL
Correct Answer: Option A
MCQ 27CSS (Cascading Style Sheet)
Which of the following are different parts or objects of browsers ?
AFunctions
BBrowser Object Model
CScript
DStyles
Correct Answer: Option B
MCQ 28CSS (Cascading Style Sheet)
Which built-in function of JavaScript is commonly used to work with numeric values ?
ANumber( )
B isNumber( )
CisString( )
DisNaN( )
Correct Answer: Option D
MCQ 29CSS (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 ?
Agender [0] and gender[1]
Bgender [1] and gender[2]
Cgender [0] and gender[2]
Dgender [2] and gender[1]
Correct Answer: Option A
MCQ 30CSS (Cascading Style Sheet)
By using which statement, it is possible to return function value ?
ADocument.write( )
BReturn
CShowvalue( )
DDisplay( )
Correct Answer: Option B
MCQ 31CSS (Cascading Style Sheet)
Which event would occur when user clicks on a form elements?
AFocus
BChange
CClick
DReset
Correct Answer: Option C
MCQ 32CSS (Cascading Style Sheet)
What is style ?
AThe detail of how to display the document
BThe detail of how to write the document
CCascading pattern of HTML document
DCascading pattern of Java script document
Correct Answer: Option A
MCQ 33CSS (Cascading Style Sheet)
Which button will open "Advance Property Editor" dialog box?
AAdvance Edit
BOpen
CGeneral
DProperties
Correct Answer: Option A
MCQ 34CSS (Cascading Style Sheet)
What is controlled by the methods and properties of the window Object ?
AWeb page
BWeb browser window
CWeb site
DFunctions
Correct Answer: Option B
MCQ 35CSS (Cascading Style Sheet)
Which of the following is know as special symbol in the syntax of CSS ?
ARules
BSelector
CDeclaration
DInput
Correct Answer: Option A
MCQ 36CSS (Cascading Style Sheet)
Which object contains a form object ?
AAnchor
BWindows
CTop
DDocument
Correct Answer: Option D
MCQ 37CSS (Cascading Style Sheet)
Which browser object represents the browser window or individual frame frame within window ?
AHistory
BDocument
CWindow
DLocation
Correct Answer: Option C
MCQ 38CSS (Cascading Style Sheet)
what is controlled by the methods and properties of the document object ?
A Web browser window
BFunctions
CWeb site
DWeb page
Correct Answer: Option A
MCQ 39CSS (Cascading Style Sheet)
Which method is used to apply focus on a particular element of the form ?
ASelect
BLoad
CFocus
DClick
Correct Answer: Option C
MCQ 40CSS (Cascading Style Sheet)
Which color asterisk mark is indication of compulsory field of online form ?
ABlue
BRed
CYellow
DGreen
Correct Answer: Option B
MCQ 41Semicon(;)
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?
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 42Document 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?
Adocument
Bwindow
Cform
Dall of the aboveΒ
Correct Answer: Option A
Note: GSEB Commerce Oct-2020
MCQ 43Advantages of CSS
Which of the following allows us to set the format of the website without changing the underlying structure?
AHTML
BC
CJAVA
DCSS
Correct Answer: Option D
Note: GSEB Commerce Oct-2020
MCQ 44JavaScript
Which of the following can be included in a webpage using JavaScript?
AAllows interactivity with the userΒ
BControl the browserΒ
CDynamically create HTML content
DAll of the above
Correct Answer: Option D
Note: GSEB Commerce Oct-2020
MCQ 45CSS (Cascading Style Sheet)
which of the following is used to specify styles for the visual elements of the website?
AHTML
BCSS
CType
Dall
Correct Answer: Option B
Note: GSEB Commerce Oct-2020
MCQ 46JavaScript whthin HTML
Which of the following is used in webpages to improve the design?
AβCβ
BJava
CjavaScript
DVB
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 47Edit - Preferences
Which of the following toolbars is used to visualize the cascade button in the kompozer?
AComposition
BFormat toolbar 1
CFormat toolbar 2
DStatus bar
Correct Answer: Option A
Note: GSEB Commerce Oct-2020
MCQ 48Events
Which of the following events is executed when elements such as button becomes active in java script?
Aclick
Bfocus
Csbmit
DselectΒ
Correct Answer: Option B
Note: GSEB Commerce Oct-2020
MCQ 49Syntax of CSS
Which of the following is known as special symbol in the syntax of CSS ?
Atype
Btext area
Crules
Dvalue
Correct Answer: Option C
Note: GSEB Commerce Oct-2020
MCQ 50CSS (Cascading Style Sheet)
Which of the following allows specifying styles for the visual elements of the website?
ACascading Style Sheets
BWebpage
CForm
DAnimation
Correct Answer: Option A
Note: Book Exercies,S-March-2020
MCQ 51Style
Which of the following is an HTML element on which style can be applied?
ADeclaration
BSelector
CSelect
DDeclare
Correct Answer: Option B
Note: Book Exercies
MCQ 52Syntax of CSS
Which of the following is the syntax of CSS?
Aselect {property : value}
Bselector {value : property}
Cselector {property : value}
Dselection {property : value}
Correct Answer: Option C
Note: Book Exercies
MCQ 53JavaScript
Which of the following is a scripting language that allows adding programming to web pages?
AAction script
BJava Script
CHTML
DCSS
Correct Answer: Option B
Note: Book Exercies
MCQ 54CSS (Cascading Style Sheet)
Which of the following is a scripting language that is simple, lightweight programming language that does not contain advanced programming functionalities?
AJava Script
BHTML
CC
DJava
Correct Answer: Option A
Note: Book Exercies
MCQ 55Function (Routine)
Which of the following is a reusable block of code that performs a particular task?
AArray
BCode
CProgram
DFunction
Correct Answer: Option D
Note: Book Exercies
MCQ 56Events
Which of the following is not an event?
AAbort
BMouse Over
CSet
DLoad
Correct Answer: Option C
Note: Book Exercies
MCQ 57CSS (Cascading Style Sheet)
Which of the following is a container for storing data?
AVariable
BInteger
CEvent
DEvent handler
Correct Answer: Option A
Note: Book Exercies
MCQ 58CSS (Cascading Style Sheet)
Which of the following stands for NaN?
ANot a Numeric
BNot a Number
CNot a Noun
DNot an Numeric
Correct Answer: Option A
Note: Book Exercies
MCQ 59Function (Routine)
WHICH OF THE FOLLOWING STATEMENT IS USED IN JAVASCRIPT TO RETURN A VALUE IN A FUNCTION.
AEVENT
BPROGRAM
CRETURN
DFUNCTION
Correct Answer: Option C
Note: null
MCQ 60JavaScript
WHICH KIND OF WEBPAGE IS CREATED USING HTML?
ASTATIC
BCOLUD NOT CHANGE
CBOTH (A) & (B)
DDYNAMIC
Correct Answer: Option C
Note: null
MCQ 61Syntax of CSS
A CSS RULE HAS HOW MANY PARTS?
A1
B2
C3
D4
Correct Answer: Option B
Note: null
MCQ 62Events
FROM THE FOLLOWING WHICH IS NOT AN EVENT IN JAVASCRIPT.
AABORT
BALERT
CCLICK
DSUBMIT
Correct Answer: Option B
Note: null
MCQ 63Browser Object Model (BOM)
WHAT SHUOLD BE USED TO CONTROL THE WEB BROWSER WINDOW OR THE WEB PAGE IN JAVASCRIPT.
AOMG
BOMG
COMG
DOMG
Correct Answer: Option D
Note: null
MCQ 64Syntax of CSS
Which of the following options is not the part of syntax of CSS?
ASelector
BAttribute
CValue
DObject
Correct Answer: Option D
MCQ 65CSS (Cascading Style Sheet)
In CSS stylesheets dialog box of KompoZer, which tab is used to keep an image in the background?
ABackground
BGeneral
CBorders
DAurals
Correct Answer: Option A
Note: G-March-2022
MCQ 66CSS (Cascading Style Sheet)
Which of the following describes the style of the elements in the document and not its content?
ACSS
BHTML
CJavaScript
DHTTP Methods
Correct Answer: Option A
Note: G-March-2022
MCQ 67CSS (Cascading Style Sheet)
Which of the following adds interactivity to HTML pages and is inserted directly into the HTML code?
ACSS
BJavaScript
CJava
DOracle
Correct Answer: Option B
Note: G-March-2022
MCQ 68CSS (Cascading Style Sheet)
In the following statement of JavaScript, what is object name? βdocument.write(βHello worldβ);β?
Adocument.write( )
Bwrite ( )
Cdocument
Dhello world
Correct Answer: Option B
Note: G-March-2022
MCQ 69CSS (Cascading Style Sheet)
In CSS Stylesheets dialog box of KompoZer, which of the following tabs is not available?
AGeneral
BStyle
CAural
DBox
Correct Answer: Option B
Note: G-March-2022
MCQ 70CSS (Cascading Style Sheet)
Which of the following events would occur, when loading of image is cancelled?
ACancel
BAbort
CChange
DBlur
Correct Answer: Option B
Note: G-March-2022
MCQ 71CSS (Cascading Style Sheet)
Which of the following is an event handler of submit event?
Asubmit ( )
Bsubmiton ( )
Consubmit( )
Donclick( )
Correct Answer: Option C
Note: G-March-2022
MCQ 72CSS (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?
Aalert( )
BvalidateForm( )
Clength( )
DisNaN( )
Correct Answer: Option D
Note: G-March-2022
MCQ 73CSS (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?
ACreate style rule
BAdvanced Edit
CGeneral
DInternal stylesheet
Correct Answer: Option A
Note: G-March-2022
MCQ 74CSS (Cascading Style Sheet)
Which of the following is an event handler of βSubmitβ event?
ASubmit( )
BSubmiton( )
COnsubmit( )
DOffsubmit( )
Correct Answer: Option C
Note: G-May-2019
MCQ 75CSS (Cascading Style Sheet)
In JavaScript, which of the following keywords is used to declare a variable?
Avar
Bfunction
CVAR
Dvariable
Correct Answer: Option A
Note: G-May-2019
MCQ 76CSS (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?
ACSS
BJavaScript
CHTML Functions
DEvent Handler
Correct Answer: Option A
Note: G-May-2019
MCQ 77CSS (Cascading Style Sheet)
Which of the following is generated by the browser due to interaction between the user and the web page?
AFunction
BEvent
CVariable
DFocus Method
Correct Answer: Option B
Note: G-May-2019
MCQ 78CSS (Cascading Style Sheet)
Which of the following is a reusable block of code that performs a particular task in JavaScript?
AVariable
BEvent
CSelector
DFunction
Correct Answer: Option D
Note: G-May-2019
MCQ 79CSS (Cascading Style Sheet)
Which of the following tab is not available in βCSS Stylesheetsβ dialog box?
ABackground
BBorders
CBox
DRules
Correct Answer: Option D
Note: G-May-2019
MCQ 80CSS (Cascading Style Sheet)
In JavaScript, which of the following statements will return βTrueβ?
AisNaN (5670)
BisNaN (123)
CisNaN (2021)
DisNaN (βHelloβ)
Correct Answer: Option D
Note: G-May-2019
MCQ 81CSS (Cascading Style Sheet)
Which part of CSS rule is the HTML element on which style can be applied?
ASelector
BProperty
CValue
DEvent
Correct Answer: Option A
Note: G-May-2019
MCQ 82CSS (Cascading Style Sheet)
Which of the following is the general syntax of CSS?
ASelector {Value: Property}
BProperty {Selector: Value}
CSelector{ Property: Value}
DValue { Selector: Property}
Correct Answer: Option C
Note: G-May-2019
MCQ 83Edit - Preferences
In KompoZer, cascade button is available on which Toolbar?
AEdit mode Toolbar
BComposition Toolbar
CFormat Toolbar1
DFormat Toolbar2
Correct Answer: Option B
Note: G-March-2019,S-March-2020
MCQ 84Steps to create CSS style sheet
In KompoZer, which tab are available on the right side of CSS Stylesheets dialog box ?
AGeneral, Text
BBackground, Box
CBorders, Lists
DAll of these
Correct Answer: Option D
Note: S-March-2020
MCQ 85CSS (Cascading Style Sheet)
Which of the following event takes place when user leaves a page?
ASelect
BSubmit
CReset
DUnload
Correct Answer: Option D
Note: null
MCQ 86CSS (Cascading Style Sheet)
In CSS coding, H1 {color: green}_____________ is the selector.
AH1
Bcolor
Cgreen
DAll of the given
Correct Answer: Option A
Note: null
MCQ 87CSS (Cascading Style Sheet)
Which model is used in JavaScript to control the web browser window or the Web page?
AData object
BNetwork data
CBrowser object
DDatabase
Correct Answer: Option C
Note: null
MCQ 88CSS (Cascading Style Sheet)
Which method is used to apply focus on a particular element of the form?
AFocus
BClick
CSubmit
DLoad
Correct Answer: Option A
Note: null
MCQ 89CSS (Cascading Style Sheet)
KompoZer uses ________________ by default.
AHTML element
BCSS
CHTML attribute
DAll of the given
Correct Answer: Option B
Note: null
MCQ 90CSS (Cascading Style Sheet)
Which of the following statement/s is/are true for CSS?
AThe CSS compatibility varies with different browsers
BUsing CSS makes web site designing quick and efficient.
CCSS does not describe the contents of the elements
DAll of the given
Correct Answer: Option D
Note: null
MCQ 91CSS (Cascading Style Sheet)
The advanced property dialog box will appear by clicking on the_________________ button of form properties dialog box.
AMore Properties
BAdvanced Edit
CAction URL
DNone of the given
Correct Answer: Option B
Note: null
MCQ 92CSS (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.
APosition
BChoose File
COpacity
DTile
Correct Answer: Option B
Note: null
MCQ 93CSS (Cascading Style Sheet)
On which of the following CSS can be applied?
AHTML element
BContent
CColour
DAll of the given
Correct Answer: Option A
Note: null
MCQ 94CSS (Cascading Style Sheet)
Which of the following is an event-handler for the event 'click' in JavaScript?
AbyClick()
BonClick()
CofClick()
DClickon()
Correct Answer: Option B
Note: null
MCQ 95CSS (Cascading Style Sheet)
Which of the following is the most important object in browser object model?
AWindow
BForm
CDocument
DImage
Correct Answer: Option C
Note: null
MCQ 96CSS (Cascading Style Sheet)
In which part of HTML code, a function is defined?
AHead
BTitle
CBody
DA or C
Correct Answer: Option D
Note: null
MCQ 97CSS (Cascading Style Sheet)
Which of the following of window object controls the web browser window?
AMethods
BProperties
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 98CSS (Cascading Style Sheet)
JavaScript is known as ____________________ script.
AClient side
BServer side
CNetwork side
DNone of the given
Correct Answer: Option A
Note: null
MCQ 99CSS (Cascading Style Sheet)
Using CSS, we can control __________________ in web site.
Afont types, font and element colours
Bpad spaces
Cmargins and element positions
DAll of the given
Correct Answer: Option D
Note: null
MCQ 100CSS (Cascading Style Sheet)
The syntax of CSS consists of special symbols known as ___________
Arules
Bprotocol
Creserved
Dstyle
Correct Answer: Option A
Note: null
MCQ 101CSS (Cascading Style Sheet)
______________________ is created automatically by the browser.
ADocument
BWindow
CElement
DAll of the given
Correct Answer: Option B
Note: null
MCQ 102CSS (Cascading Style Sheet)
Which of the following is used to manage/control the web browser window of window object?
AMethods
BProperties
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 103CSS (Cascading Style Sheet)
_____________can be used to avoid/stop the repetition of tags in very large web site.
AForm
BAnimation
CCopy
DCascading Style Sheet(CSS)
Correct Answer: Option D
Note: null
MCQ 104CSS (Cascading Style Sheet)
Which of the following is an event-handler for the event submit in JavaScript?
AbySubmit( )
BSubmiton( )
ConSubmit( )
DofSubmit()
Correct Answer: Option C
Note: null
MCQ 105CSS (Cascading Style Sheet)
Which of the following specifies the object in JavaScript statement? document.write("Hello")
ADocument
BWrite
CHello
DAll of the given
Correct Answer: Option A
Note: null
MCQ 106CSS (Cascading Style Sheet)
Which of the following is used to return a value from a function?
Areturn
Bexit
Cclose
Dback
Correct Answer: Option A
Note: null
MCQ 107CSS (Cascading Style Sheet)
Which of the following is used in HTML to add special characters in web page?
Aworksheet
Banimation
CBoth A and B
Dstyle sheet
Correct Answer: Option D
Note: null
MCQ 108CSS (Cascading Style Sheet)
In CSS coding. H1 {color: green), ________ is the corresponding value of property.
AH1
Bcolor
Cgreen
DAll of the given
Correct Answer: Option C
Note: null
MCQ 109CSS (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.
ATop
BRight
CBottom
DNone of the given
Correct Answer: Option A
Note: null
MCQ 110CSS (Cascading Style Sheet)
Which of the following options are provided by advanced property editor dialog box?
AHTML attributes
BInline style
CJavaScript events
DAll of the given
Correct Answer: Option D
Note: null
MCQ 111CSS (Cascading Style Sheet)
How many parts CSS rule has?
Atwo
Bthree
Cfour
Dfive
Correct Answer: Option A
Note: null
MCQ 112CSS (Cascading Style Sheet)
While filling forms on Internet, some fields are marked with a red color asterisk mark "*". What does it indicate?
AThis field is optional.
BInsert picture in this field.
CThis field is for password.
DIt is compulsory field, that can't be kept empty.
Correct Answer: Option D
Note: null
MCQ 113CSS (Cascading Style Sheet)
What does a declaration (a part of CSS rule) consist of?
AA property associated with HTML element used in selector
BCorresponding value of property
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 114CSS (Cascading Style Sheet)
Which keyword is used to declare a variable in JavaScript?
AVar
BData
CDefine
DSet
Correct Answer: Option A
Note: null
MCQ 115CSS (Cascading Style Sheet)
In JavaScript, alert() is________________ function.
AInbuilt
BOut built
CUser defined
DAll of the given
Correct Answer: Option A
Note: null
MCQ 116CSS (Cascading Style Sheet)
Which of the following is used to create interactive web page?
AC program
BJavaScript
COracle
DAll of the given
Correct Answer: Option B
Note: null
MCQ 117CSS (Cascading Style Sheet)
The split parts or objects of browsers are known as ____________________
ABOC
BBOM
CMOB
DCOB
Correct Answer: Option B
Note: null
MCQ 118CSS (Cascading Style Sheet)
Text tab of CSS stylesheets dialog box provides __________________ choice/s.
AFont family, Font size, Colour, Case, Alignment
BLine height
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 119CSS (Cascading Style Sheet)
In JavaScript a function gets executed _________________
Aby an event
Bwhen it is called inside a source code
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 120CSS (Cascading Style Sheet)
A variable in JavaScript can store ______________________
Anumber
Bstring
Ctext
DA or B or C
Correct Answer: Option D
Note: null
MCQ 121CSS (Cascading Style Sheet)
Which of the following is used as selector while applying CSS to the web page in HTML?
AHTML element
BColor
CContents
DAll of the given
Correct Answer: Option A
Note: null
MCQ 122CSS (Cascading Style Sheet)
Which conditional statement is used to change the flow of Java program?
AChange
BIf
CFi
DWhile
Correct Answer: Option B
Note: null
MCQ 123CSS (Cascading Style Sheet)
Which of the following can be an element object in Browser object Model (BOM)?
ARadio button
BTextbox
CCheckbox
DAll of the given
Correct Answer: Option D
Note: null
MCQ 124CSS (Cascading Style Sheet)
Which of the following causes the browser to generate an event in HTML web page?
AWhen the user gives input
BWhen the user gets output
CThe interaction between user & web pages
DNone of the given
Correct Answer: Option C
Note: null
MCQ 125CSS (Cascading Style Sheet)
Which object of browser object model contains form object?
Aelement
Blink
Cfocus
Ddocument
Correct Answer: Option D
Note: null
MCQ 126CSS (Cascading Style Sheet)
_________ menu and commands are used to make sure that KompoZer uses CSS by default.
ATools β Options
BFile β Settings
CEditβ Options
DEditβ Preferences
Correct Answer: Option D
Note: null
MCQ 127JavaScript whthin HTML
Which of the following tab appears in Advanced Property Editor dialog box?
ASettings
BGeneral
CJavaScript Events
DText
Correct Answer: Option C
Note: null
MCQ 128CSS (Cascading Style Sheet)
In CSS stylesheet dialog box, a style rule for each element added appears as a list below the heading ____________________
AStyleSheet1
BCSS1
CCascade
DInternal StyleSheet
Correct Answer: Option D
Note: null
MCQ 129CSS (Cascading Style Sheet)
_____________dialog box appears when you click on Editβ Preferences menu and commands.
APreferences
BOptions
CGeneral
DCSS
Correct Answer: Option B
Note: null
MCQ 130isNaN()
The function isNaN("hello") will return ______________________
Ahello
BTRUE
CFALSE
D1
Correct Answer: Option B
Note: null
MCQ 131CSS (Cascading Style Sheet)
In CSS coding, H1 {color: green} ________________ refers to the property.
AH1
Bcolor
Cgreen
DAll of the given
Correct Answer: Option B
Note: null
MCQ 132CSS (Cascading Style Sheet)
Which of the following event occurs when user leaves a page?
ASelect
BSubmit
CReset
DUnload
Correct Answer: Option D
Note: null
MCQ 133CSS (Cascading Style Sheet)
JavaScript uses ______________function to work with numeric values.
AisNaN( )
BisNo( )
CNumber( )
DNo( )
Correct Answer: Option A
Note: null
MCQ 134CSS (Cascading Style Sheet)
Which of the following event occurs when loading of image is cancelled?
AAbort
BBlur
CError
DUnload
Correct Answer: Option A
Note: null
MCQ 135CSS (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.
AInsert File
BBrowse
CSelect File
DChoose File
Correct Answer: Option D
Note: null
MCQ 136CSS (Cascading Style Sheet)
Which of the following tab is not provided by Advanced property editor dialog box?
AInput style
BHTML attributes
CJavaScript events
DInline style
Correct Answer: Option A
Note: null
MCQ 137CSS (Cascading Style Sheet)
JavaScript code should be preferably placed in ______________ tag
Abody
Bhead
Ctitle
DNone of the given
Correct Answer: Option B
Note: null
MCQ 138CSS (Cascading Style Sheet)
The _________ in CSS rule is the HTML element.
Aselector
Bdeclaration
CBoth A and B
DNone of the given
Correct Answer: Option A
Note: null
MCQ 139CSS (Cascading Style Sheet)
In how Many parts CSS rules are mainly divided ?
A4
B6
C2
D3
Correct Answer: Option C
MCQ 140CSS (Cascading Style Sheet)
Styles can be applied on which of the following HTML element ?
ADeclaration
BProperty
Cvalue
DSelector
Correct Answer: Option D
MCQ 141CSS (Cascading Style Sheet)
Which dialog is used to define the styles for each element?
AOptions
BBlock background color
CCSS stylesheets
DBackground
Correct Answer: Option C
MCQ 142CSS (Cascading Style Sheet)
which tab will show the CSS code ?
ACSS
BGeneral
CText
DHTML
Correct Answer: Option B
MCQ 143CSS (Cascading Style Sheet)
Which are the features of scripting language
AIt is simple
B Light weight programming language
CIt doesn't contain the advanced programming funtctionalities like C and Java
D All A, B & C
Correct Answer: Option D
MCQ 144CSS (Cascading Style Sheet)
In the statement, "document.write("Hello World");" which is the method ?
AHello world
Bdocument
Cdocument.write
Dwrite
Correct Answer: Option D
MCQ 145CSS (Cascading Style Sheet)
Which is the most important object in the browser object model ?
AParent
BDocument
CLink
DHistory
Correct Answer: Option B
Note: S-March-2020
MCQ 146Syntax of CSS
Which of the following is known as special symbol in the syntax of CSS?
ARules
BSelector
CDeclaration
DInput
Correct Answer: Option A
Note: Book Exercies
MCQ 147JavaScript
Which of the following tag is used to insert JavaScript code into an HTML page?
A&ltscript> ..... &ltscript>
B&ltscript> .... </script>
C&ltscript> ..... <//script>
D</script> ..... </script>
Correct Answer: Option B
Note: Book Exercies
MCQ 148JavaScript
Which of the following symbol signifies the start and end of a JavaScript block?
ASemicolon
BSquare bracket
CCurtly bracket
DRound bracket
Correct Answer: Option C
Note: Book Exercies,S-March-2020
MCQ 149Browser Object Model (BOM)
Which of the following stands for BOM?.
ABrowser Of Model
BBrowser Object Model
CBrowser Object Modeling
DBrowser Object Model
Correct Answer: Option D
Note: Book Exercies
MCQ 150JavaScript
WHAT IS USED IN WEB PAGES TO IMPROVE THE DESIGN AND VALIDATE THE FORMS.
AC LANGUAGE
BJAVA
CORACLE
DJAVASPRIT
Correct Answer: Option D
Note: null
MCQ 151Syntax of CSS
TO ADD CSS IN HTML WEBPAGE WHAT IS TO BE USED AS A SELECTOR?
AINFORMATION
BCOLOR
CHTML ELEMENT
DALL OF THESE
Correct Answer: Option C
Note: null
MCQ 152CSS (Cascading Style Sheet)
Which of the following can add interactivity to HTML pages and is inserted directly into the HTML code?
ACSS
BJavaScript
CStyle Rule
DInternal Sheet
Correct Answer: Option B
Note: G-May-2019
MCQ 153CSS (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?
ADHTML
B'C'
CORACLE
DJAVASCRIPT
Correct Answer: Option D
Note: null
MCQ 154CSS (Cascading Style Sheet)
_______________ toolbar contains cascade button that is used to create CSS.
AComposition
BFormat toolbar1
CFormat toolbar2
DAll of the given
Correct Answer: Option A
Note: null
MCQ 155CSS (Cascading Style Sheet)
WHAT IS THE FULL FORM CSS?
ACASCADING STYLE SHEET
BCASCADING SUPER SHEET
CCASCADING SHORT STYLE
DCASCADING SINE SIMPLE
Correct Answer: Option A
Note: null
MCQ 156JavaScript 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
Correct Answer: Option D
Note: null
MCQ 157CSS (Cascading Style Sheet)
Which tab of CSS stylesheets dialog box will show the CSS code which is generated?
AText
BGeneral
CSheets and rules
DLists
Correct Answer: Option C
Note: null
MCQ 158isNaN()
What will be the output of isNan("netx")?
ATrue
BFalse
CError
DNo output
Correct Answer: Option A
Note: null
MCQ 159Events
Which JavaScript event can be occurred, when element such as a radio button becomes inactive?
Aabort
Bchange
Cblur
Dfocus
Correct Answer: Option D
Note: null
MCQ 160JavaScript
In the following JavaScript statement, which isa method? document.write(βHelloβ);
AWrite
BHello
Cdocument
Ddocument.write
Correct Answer: Option D
Note: null
MCQ 161JavaScript
Which of the following best suits to Java?
AA procedural programming language
BA query language
CAn object-oriented programming language
DA light weight programming language for webpage
Correct Answer: Option D
Note: null
MCQ 162CSS (Cascading Style Sheet)
Which of the following are two main parts of CSS rule?
ASelector, Declaration
BSelect, Declaration
CSelector, Declare
DSelection, Declaration
Correct Answer: Option A
Note: Book Exercies,S-March-2020
MCQ 163JavaScript
Which of the following has developed JavaScript?
AYahoo
BGoogle
CWikipedia
DNetscape
Correct Answer: Option D
Note: Book Exercies,S-March-2020
MCQ 164Function (Routine)
Which of the following statement is used to return a value in a function?
AReturn
BFunction
CSelect
DSend
Correct Answer: Option A
Note: Book Exercies
MCQ 165CSS (Cascading Style Sheet)
Which of the following is the top level object in the browser object model?
AWindow
BDocument
CPage
DLocation
Correct Answer: Option A
Note: Book Exercies
MCQ 166JavaScript whthin HTML
var x=DOUCMENT.JS1.NAME.VALUE IN ABOVE STATEMENT, WHICH IS A VARIABLE.
Ax
BDOCUMENT
CJS]
DNAME. VALUE
Correct Answer: Option A
Note: null
MCQ 167CSS (Cascading Style Sheet)
Which type of object is window in JavaScript?
AGlobal
BLocal
CA or B
DNone of the given
Correct Answer: Option A
Note: null
MCQ 168isNaN()
WHICH IS THE MOST COMMONLY USED NUMERIC FUNCTION IN JAVASCRIPT.
AVALIDATEFORM()
BISNAN()
CALERT()
DNUMBER()
Correct Answer: Option B
Note: null
MCQ 169CSS (Cascading Style Sheet)
Which kind of web pages can be created using HTML ?
ADynamic
Bstatic
C simple without formatting
DAll A, B & C
Correct Answer: Option B
MCQ 170Event Handler
Which of the following is known as the event handler for the mouseout event?
Aonmouseout( )
Bonclick( )
Consubmit( )
Donfocus( )
Correct Answer: Option A
Note: GSEB Commerce Oct-2020
MCQ 171JavaScript whthin HTML
Which of the following tab is available in βAdvanced Property Editorβ dialog box?
ASettings
BGeneral
CJavaScript Events
DText
Correct Answer: Option C
Note: G-May-2019
MCQ 172CSS (Cascading Style Sheet)
For which purpose Alert() is used in JavaScript?
ATo input the text
BTo display the text
CBoth A and B
DNone of the given
Correct Answer: Option C
Note: null
MCQ 173CSS (Cascading Style Sheet)
Which of the following elements are contained within the document object?
Aforms
Bimages
Clinks
DAll of the given
Correct Answer: Option D
Note: null
MCQ 174CSS (Cascading Style Sheet)
Which object of Browser Object Modcl (BOM) is created automatically by the browser?