MCQ 2011 MarkWhat is Hi, in Hi {color: green}?✓ SelectorB PropertyC ValueD DeclarationAnswerCorrect option: A. SelectorSelectorView full question & answer→
MCQ 2021 MarkWhich of the following section consists of a property associated with the HTML element used in selector and its corresponding value.?✓ DeclarationsB SelectorC VariableD FunctionAnswerCorrect option: A. DeclarationsDeclarationsView full question & answer→
MCQ 2031 MarkWhich of the following is HTML element on which we want to apply the style?A Declarations✓ SelectorC VariableD FunctionAnswerCorrect option: B. SelectorSelectorView full question & answer→
MCQ 2041 MarkHow many parts a CSS rule has?✓ TwoB ThreeC FourD fiveAnswerCorrect option: A. TwoTwoView full question & answer→
MCQ 2051 MarkSyntax of which of the following consists of special symbols known as rules?A HTMLB JavaC CSS✓ JavaScriptAnswerCorrect option: D. JavaScriptJavaScriptView full question & answer→
MCQ 2061 MarkUsing CSS, what can be controlled in our website?✓ font, font types and element colorsB pad spacesC margins and element positionD all of theseAnswerCorrect option: A. font, font types and element colorsfont, font types and element colorsView full question & answer→
MCQ 2071 MarkWhich of the following describes the style of the elements in the document and not its contents?✓ HTMLB CSSC JavaScriptD JavaAnswerCorrect option: A. HTMLView full question & answer→
MCQ 2081 MarkWhich of the following is used to describe the information content of the document and not the style?✓ HTMLB CSSC JavaScriptD JavaAnswerCorrect option: A. HTMLHTMLView full question & answer→
MCQ 2091 MarkWhich of the following is used to set all element types to appear in a style as per our choice?A Java✓ CSSC JavaScriptD CAnswerCorrect option: B. CSSCSSView full question & answer→
MCQ 2101 MarkWhich of the following is an advantage to keep the style separate from the content?A Use the same content with different styles for different purposes.B Avoid duplication in coding.C Easy maintenance of code.✓ All of theseAnswerCorrect option: D. All of theseAll of theseView full question & answer→
MCQ 2111 MarkWhat is known as how to display the document?A TemplateB Wizard✓ StyleD ObjectAnswerCorrect option: C. StyleStyleView full question & answer→
MCQ 2121 MarkWhich of the following helps us to keep the information content of a document separate from the details of how to display it?A Form✓ CSSC FrameD javaScriptAnswerCorrect option: B. CSSCSSView full question & answer→
MCQ 2131 MarkCSS helps you to specify which of the following is for the visual elements of the website.✓ StyleB SizeC FaceD TemplateAnswerCorrect option: A. StyleStyleView full question & answer→
MCQ 2141 MarkWhich of the following stands for Naan?A Not a Numeric✓ Not a NumberC Not a NounD Not a NumericAnswerCorrect option: B. Not a NumberNot a NumberView full question & answer→
MCQ 2151 MarkWhich of the following is the top level object in the Browser Object Model?✓ WindowB DocumentC PageD LocationAnswerCorrect option: A. WindowWindowView full question & answer→
MCQ 2161 MarkWhich of the following stands for BOM✓Browser Object ModelBBrowser of ModelCBrowser Object ModellingDBrowse Object ModelAnswerCorrect option: A. Browser Object ModelBrowser Object ModelView full question & answer→
MCQ 2171 MarkWhich of the following is a container for storing data?✓ VariableB IntegerC EventD Event handlerAnswerCorrect option: A. VariableVariableView full question & answer→
MCQ 2181 MarkWhich of the following is not an event?A AbortB Mouse over✓ SetD LoadAnswerCorrect option: C. SetSetView full question & answer→
MCQ 2191 MarkWhich of the following is generated by the browser due to interaction between the user and the Webpage?A FunctionB Response✓ EventD ValueAnswerCorrect option: C. EventEventView full question & answer→
MCQ 2201 MarkWhich of the following statement is used to return a value in a function?✓ returnB functionC selectD sendAnswerCorrect option: A. returnreturnView full question & answer→
MCQ 2211 MarkWhich of the following is a reusable block of code that performs a particular task?A ArrayB CodeC Program✓ FunctionAnswerCorrect option: D. FunctionFunctionView full question & answer→
MCQ 2221 MarkWhich of the following is a reusable block of code that performs a particular task?A ArrayB CodeC Program✓ FunctionAnswerCorrect option: D. FunctionFunctionView full question & answer→
MCQ 2231 MarkWhich of the following symbol signifies the start and end of a JavaScript block?A semicolonB square bracket✓ curly bracketD round bracketAnswerCorrect option: C. curly bracketcurly bracketView full question & answer→
MCQ 2241 MarkWhich of the following is a scripting language that is simple, lightweight programming language that does not contain advanced programming functionalities?✓ JavaScriptB HTMLC CD JavaAnswerCorrect option: A. JavaScriptJavaScriptView full question & answer→
MCQ 2251 MarkWhich of the following is a scripting language that, allows adding programming to web pages?A Action script✓ JavaScriptC HTMLD CSSAnswerCorrect option: B. JavaScriptJavaScriptView full question & answer→
MCQ 2261 MarkWhich of the following has developed JavaScript?A YahooB GoogleC Wikipedia✓ NetscapeAnswerCorrect option: D. NetscapeNetscapeView full question & answer→
MCQ 2271 MarkWhich of the following is the syntax of css?A select {property: value}B selector {value: property}✓ selector {property: value}D selection {property: value}AnswerCorrect option: C. selector {property: value}selector {property: value}View full question & answer→
MCQ 2281 MarkWhich of the following is an HTML element on which style can be applied?A declaration✓ selectorC selectD declareAnswerCorrect option: B. selectorselectorView full question & answer→
MCQ 2291 MarkWhich of the following are two main parts of CSS rule?✓ Selector, declarationB Select, declarationC Selector, declareD Selection, declarationAnswerCorrect option: A. Selector, declarationSelector, declarationView full question & answer→
MCQ 2301 MarkWhich of the following is known as special symbol in the syntax of CSS?✓ RulesB SelectorC DeclarationD InputAnswerCorrect option: A. RulesRulesView full question & answer→
MCQ 2311 MarkWhich of the following allows specifying styles for the visual elements of the website?✓ Cascading Style SheetsB Web pageC FormD AnimationAnswerCorrect option: A. Cascading Style SheetsCascading Style SheetsView full question & answer→
MCQ 2321 MarkinNaN(123) will give ………….. output.Atrue ✓false Cerror D123 AnswerCorrect option: B. false (B) falseView full question & answer→
MCQ 2331 Mark……….. is the most used numerical function in JavaScript.✓isNaN( ) BNumber( ) Cdigits( ) DNone of theseAnswerCorrect option: A. isNaN( ) (A) isNaN( )View full question & answer→
MCQ 2341 MarkThe top level object in the browser object model is ………… object.Adocument Bform ✓window DlinkAnswerCorrect option: C. window (C) windowView full question & answer→
MCQ 2351 MarkAll browsers are split into different parts or objects that can be accessed using JavaScript. These parts are known as ………….. .✓BOM BBOC CMOB DOBCAnswerCorrect option: A. BOM (A) BOMView full question & answer→
MCQ 2361 Mark……… is used to declare variables in JavaScript.AVar ✓var CVAR DvrAnswerCorrect option: B. var (B) varView full question & answer→
MCQ 2371 Mark………… is not an event handler.Ablur ✓exit Creset DerrorAnswerCorrect option: B. exit (B) exitView full question & answer→
MCQ 2381 MarkWhen document or image is loaded, it is known as …………… event.✓load Bselect Cclick DsubmitAnswerCorrect option: A. load (A) loadView full question & answer→
MCQ 2391 Mark……… built in function is there to work with numbers in JavaScript.Adigits( ) BisNaN( ) ✓isnan( ) Dalert( )AnswerCorrect option: C. isnan( ) (C) isnan( )View full question & answer→
MCQ 2401 Mark………. is used to clear the validation of the entered data.AHTML BDHTML CJava ✓JavaScriptAnswerCorrect option: D. JavaScript(D) JavaScriptView full question & answer→
MCQ 2411 Mark…………. Object is the most important object in the browser object model.ARadio button BText box CCheck box ✓All of theseAnswerCorrect option: D. All of these(D) All of theseView full question & answer→
MCQ 2421 MarkBy ………….. web browser window is controlled in window object.Amethods Bproperties ✓both (A) and (B)DdocumentAnswerCorrect option: C. both (A) and (B)(C) (A) and (B) BothView full question & answer→
MCQ 2431 MarkThe window object is the ………….. object in the browser.Amain ✓global Cchanger DnormalAnswerCorrect option: B. global (B) globalView full question & answer→
MCQ 2441 Mark…………. means the storage for storing values.✓Variable BParameter CIdentifier DAll of theseAnswerCorrect option: A. Variable (A) VariableView full question & answer→
MCQ 2451 MarkWhen element such as button becomes active, it is known as ………….. event.Aactive Bblur ✓focus DselectAnswerCorrect option: C. focus (C) focusView full question & answer→
MCQ 2461 MarkWhen user clicks the submit button is known as …………..✓events Bevent handler CworkDprocessAnswerCorrect option: A. events (A) eventsView full question & answer→
MCQ 2471 MarkValues given in the function are known as ……………Avariable Barguments Cparameters ✓(B) or (C)AnswerCorrect option: D. (B) or (C)(D) (B) or (C)View full question & answer→
MCQ 2481 Mark………….. type of function is alert ().AUser defined ✓Built-in CSimple and easy DNone of theseAnswerCorrect option: B. Built-in (B) Built-inView full question & answer→
MCQ 2491 MarkFunction is also known as …………. .✓routine Bdynaset Ctask DprocedureAnswerCorrect option: A. routine (A) routineView full question & answer→
MCQ 2501 MarkFunctions are defined with ………….. keyword.✓function Bmain Cvoid main DfuncAnswerCorrect option: A. function (A) functionView full question & answer→