MCQ 3011 MarkVar x = document.js1.name.value In above statement, which is a variable ?✓xBdocumentCjs1Dname.valueAnswerCorrect option: A. xAView full question & answer→
MCQ 3021 MarkBy using which option, we can set all element types to appear in a style as per our choice ?AJava script✓CSSCWeb browserDWeb serverAnswerCorrect option: B. CSSBView full question & answer→
MCQ 3031 MarkA reusable block of code that performs a particular task is called.....AScript✓FunctionCStyle sheetDWeb pageAnswerCorrect option: B. FunctionBView full question & answer→
MCQ 3041 MarkWhich kind of web pages can be created using HTML ?ADynamic✓StaticCSimple without formattingDAll A, B & CAnswerCorrect option: B. StaticBView full question & answer→
MCQ 3051 MarkWhich event would occur when element such as radio button becomes active ?AAbortBBlurCSelect✓FocusAnswerCorrect option: D. FocusDView full question & answer→
MCQ 3061 MarkWhich built-in function of JavaScript is commonly used to work with numeric values?ANumber($\qquad$)BisNumber($\qquad$)CisString($\qquad$)✓isNaN($\qquad$)AnswerCorrect option: D. isNaN($\qquad$)DView full question & answer→
MCQ 3071 MarkIn following Javascript statement,var x = document.admin.fname.value;which of the folowing indicates form name in Kompozer ?Adocument✓adminCfnameDvalueAnswerCorrect option: B. adminBView full question & answer→
MCQ 3081 MarkWhich of the following is used for "OR" in Javascript statement ?A&& (two ampersand)B** (two star)✓!! (two pipe sign)D;; (two semicolon)AnswerCorrect option: C. !! (two pipe sign)CView full question & answer→
MCQ 3091 MarkWhich of the following is an example of event handler in Javascript ?AOn Submit Click ($\qquad$)BSubmit on ($\qquad$)CSubmit Click on ($\qquad$)✓On Submit ($\qquad$)AnswerCorrect option: D. On Submit ($\qquad$)DView full question & answer→
MCQ 3101 MarkWith which event, elements such as radio button becomes inactive ?AChange✓BlurCUnloadDSelectAnswerCorrect option: B. BlurBView full question & answer→
MCQ 3111 MarkWhich of following is not on example of Event in Javascript ?✓TakeBLoadCErrorDFocusAnswerCorrect option: A. TakeAView full question & answer→
MCQ 3121 MarkWhat will be generated by browser, when the interaction between the user and the web page occur?AActionBMethod✓EventDInteractionAnswerCorrect option: C. EventCView full question & answer→
MCQ 3131 MarkHow many tabs are available in right side window of 'CSS stylesheets' dialog box?✓7B8C9D10AnswerCorrect option: A. 7AView full question & answer→
MCQ 3141 MarkIn CSS, property and value are separated by which symbol ?AComma✓ColonCSpaceDSemicolonAnswerCorrect option: B. ColonBView full question & answer→
MCQ 3151 MarkWhich method is used to apply focus on a particular element of the form ?ASelectBLoad✓FocusDClickAnswerCorrect option: C. FocusCView full question & answer→
MCQ 3161 MarkIn the statement,"document.write("Hello World");"Which is the method ?AHello WorldBdocumentCdocument.write✓writeAnswerCorrect option: D. writeDView full question & answer→
MCQ 3171 MarkWhich symbols are used to start and end a block?A($\qquad$)B[$\qquad$]✓{$\qquad$}D"$\qquad$"AnswerCorrect option: C. {$\qquad$}CView full question & answer→
MCQ 3181 MarkWhich color asterisk mark is indication of compulsory field of online form ?ABlue✓RedCYellowDGreenAnswerCorrect option: B. RedBView full question & answer→
MCQ 3191 MarkWhich event would occur when document or image is loaded?AFocusBReset✓LoadDUnloadAnswerCorrect option: C. LoadCView full question & answer→
MCQ 3201 MarkIn how many parts CSS rules are mainly divided ?AFourBSix✓TwoDThreeAnswerCorrect option: C. TwoCView full question & answer→
MCQ 3211 MarkIn the example of CSS,H1 { color: green };Which is selector ?✓H1BColorCGreenD{}AnswerCorrect option: A. H1AView full question & answer→
MCQ 3221 MarkWith which keyword we can declare a variable ?✓VarBScriptCCSSDHTMLAnswerCorrect option: A. VarAView full question & answer→
MCQ 3231 MarkWhich symbol is used as a mark of separation or termination?AColonBDotCComma✓SemicolonAnswerCorrect option: D. SemicolonDView full question & answer→
MCQ 3241 MarkWhich of the following is known as special symbol in the syntax of CSS?ARulesBSelector✓DeclarationDInputAnswerCorrect option: C. DeclarationCView full question & answer→
MCQ 3251 MarkWhat is used to create a group of JavaScript statements?AGroup✓BlockCFunctionDProgramAnswerCorrect option: B. BlockBView full question & answer→
MCQ 3261 MarkWhat will be the output of isNaN("hello")?AHello✓TrueCError messageDNo outputAnswerCorrect option: B. TrueBView full question & answer→
MCQ 3271 MarkWhat is controlled by the methods and properties of the window object?AWeb page✓Web browser windowCWeb siteDFunctionsAnswerCorrect option: B. Web browser windowBView full question & answer→
MCQ 3281 MarkIn which condition, the program enters if block and executes the statements inside it?AFalseBUnpredictableCAny✓TrueAnswerCorrect option: D. TrueDView full question & answer→
MCQ 3291 MarkWhat is the name of JavaScript code which is executed in response to a given situation, when an event occurs?AValidation✓Event handlerCFunctionDEventAnswerCorrect option: B. Event handlerBView full question & answer→
MCQ 3301 MarkWhich event would occur when we move mouse off the element?AChange✓mouseoutCmouseoverDClickAnswerCorrect option: B. mouseoutBView full question & answer→
MCQ 3311 MarkWhich button will open "Advanced Property Editor" dialog box?✓Advanced EditBOpenCGeneralDPropertiesAnswerCorrect option: A. Advanced EditAView full question & answer→
MCQ 3321 MarkIn the "document.write("Hello World")" statement, which is object?A"Hello World"BWrite✓documentDdocument.write($\qquad$)AnswerCorrect option: C. documentCView full question & answer→
MCQ 3331 MarkIn which section we can select fonts of our choice?AFontweight✓Font familyCFont styleDCaseAnswerCorrect option: B. Font familyBView full question & answer→
MCQ 3341 MarkWhich of the following is a container for storing data?✓VariableBEventCEvent handlerDScriptAnswerCorrect option: A. VariableAView full question & answer→
MCQ 3351 MarkWhich of the following is the syntax of CSS?Aselect {property: value}Bselector {value: property}✓selector {property: value}Dselection {property :value}AnswerCorrect option: C. selector {property: value}CView full question & answer→
MCQ 3361 MarkWhich built-in function of JavaScript is commonly used to work with numeric values ?ANumber($\qquad$)BisNumber($\qquad$)CisString($\qquad$)✓isNaN($\qquad$)AnswerCorrect option: D. isNaN($\qquad$)DView full question & answer→
MCQ 3371 MarkWhich is the most important object in the browser object model ?AParent✓DocumentCLinkDHistoryAnswerCorrect option: B. DocumentBView full question & answer→
MCQ 3381 MarkWhich is the global object of the browser object model ?✓WindowBDocumentCHistoryDTopAnswerCorrect option: A. WindowAView full question & answer→
MCQ 3391 MarkWhy the conditional statement if is used?ATo declare variableBTo create function✓To change the flow of programDTo break the programAnswerCorrect option: C. To change the flow of programCView full question & answer→
MCQ 3401 MarkWhich conditional statement is used to change the flow of the program ?AScript✓IfCFunctionDMethodAnswerCorrect option: B. IfBView full question & answer→
MCQ 3411 MarkWhich event would occur when user submits a form ?✓SubmitBResetCBoth A & BDLoadAnswerCorrect option: A. SubmitAView full question & answer→
MCQ 3421 MarkWhich function takes the text and displays it in an alert box ?✓alert($\qquad$)Bwrite($\qquad$)Cdisplay($\qquad$)Dshow($\qquad$)AnswerCorrect option: A. alert($\qquad$)AView full question & answer→
MCQ 3431 MarkWhich symbols are used to start and end a block ?A($\qquad$)B[$\qquad$]✓{$\qquad$}D"$\qquad$"AnswerCorrect option: C. {$\qquad$}CView full question & answer→
MCQ 3441 MarkWhich is the most common form of JavaScript today?✓Client side scriptBServer side scriptCBoth A & BDVB ScriptAnswerCorrect option: A. Client side scriptAView full question & answer→
MCQ 3451 MarkWhich can add interactivity to HTML pages ?ACSS✓JavaScriptCHTMLDFramesAnswerCorrect option: B. JavaScriptBView full question & answer→
MCQ 3461 MarkWhich is used to improve the design in web pages and validate the forms ?✓JavaScriptBHTMLCCSSDHTML FormsAnswerCorrect option: A. JavaScriptAView full question & answer→
MCQ 3471 MarkWhich program does not support some of the style features ?APanelBStatus bar✓BrowserDEditorAnswerCorrect option: C. BrowserCView full question & answer→
MCQ 3481 MarkWhich are the main parts of CSS rule ?AA Selector and one or more preferencesBA Property and one or morevalues✓A Selector and one or more declarationsDNone of the aboveAnswerCorrect option: C. A Selector and one or more declarationsCView full question & answer→
MCQ 3491 MarkWhat is the full form of CSS ?ACase Study SheetBComputer Style Sheet✓Cascading Style SheetDComputerized Spread SheetAnswerCorrect option: C. Cascading Style SheetCView full question & answer→
MCQ 3501 MarkWhich of the following is a scripting language that allow us to add logical aspects to our web pages ?✓JavaScriptBVB ScriptCHTMLDEventAnswerCorrect option: A. JavaScriptAView full question & answer→