Paper Name : M2R5
Name :
Login ID : PK1114
Language : Hindi/English
(A) var variable_name = angular.module("app_name", []);
(B) var variable_name =angular.modules("app_name");
(C) var variable_name = angular.module();
(D) var variable_name = new module();
<p id="demo"></p> <script> var js = 10; js = 5; document.getElementById("demo").innerHTML = js; </script>
(A) 10
(B) 15
(C) 5
(D) 50
<p style = "border:2px solid red;">
(A) External CSS
(B) Internal CSS
(C) Inline CSs
(D) None of these
h1 {color: red text-decoration: underline; font-style: italic;}
(A) color: red, text-decoration: underline and font-style: italic all works
(B) text-decoration: underline and font-style: italic works
(C) color: red, text-decoration: underline works
(D) only font-style: italic works
Code 1: for(var number=10; number>=1; number--) { document.writeln (number); } Code 2: var number=10; while(number>=1) { document.writeln (number); number++; }
(A) Code 1
(B) Code 2
(C) Both Code 1 and Code 2
(D) Cannot Compare
(A) Hyper Text Transfer Protocol
(B) Hyper Trasfer Text Protocol
(C) Hyper Text Transmission Protocol
(D) Hyper Transmission Text Protocol
(A) <style src="demostyle.css">
(B) <stylesheet>demostyle.css</stylesheet/>
(C) <link rel="stylesheet" type="text/css" href="demostyle.css">
(A) :link
(B) :visited
(C) :hover
(D) :active
(A) {body; color:orange;}
(B) {body: color-orange;}
(C) body:color=orange;
(D) body{color:orange;}
(A) a {text-decoration: no-underline;}
(B) a {text: no-underline;}
(C) a {text-decoration:none;}
(D) a {text-style: no-underline;}
<script> var a; document.getElementById("demo").innerHTML = a+1; </script>
(A) 0
(B) undefined
(C) 1
(D) NaN
(A) params.value = "Updated Text";
(B) params.content="Updated Text"
(C) params.nodeValue = "Updated Text";
(D) params.firstChlid.nodeValue = "Updated Text";
(A) Only I
(B) Only III
(C) Both I and III
(D) Both I and II
(A) jQuery library
(B) JavaScript library
(C) Both (A) and (B) are true
(D) Both (A) and (B) are false.
<div ng-app="" ng-init="firstName='John'"> <p>Input something in the input box:</p> <p>Name: <input type="text" ng-model="UserName"></p> <p>You wrote:_______ </p> </div>
(A) UserName
(B) {{UserName}}
(C) {UserName}
(D) {_UserName}
(A) .psd
(B) .pds
(C) .photo
(D) .phsd
(A) <!DOCTYPE html>
(B) </DOCTYPE html>
(C) <DOCTYPE html>
(D) <DOCTYPE html!>
(A) <script src="test.js"></script>
(B) <script href=" test.js"></script>
(C) <import src="test.js"></import>
(D) <script link=" test.js"></script>
(A) h1 {background-loop: none; }
(B) h1 {background-repeat: none; }
(C) h1 {background-iterate: none; }
(D) None of the above
(A) src
(B) href
(C) style
(D) title
(A) Text-align: bold
(B) Font-style: bold
(C) Font-weight: bold
(D) Text-decoration: bold
(A) The Color Balance
(B) Variations
(C) Curves
(A) @important
(B) !important!
(C) !important
(D) important!
(A) Word-spacing
(B) Padding
(C) Duration
(D) Property
(A) Find
(B) Find in the Files
(C) Find in Folder
(A) onclick
(B) onmousescroller
(C) onmouseover
(D) onmousemove
(A) font-face
(B) font-family
(C) font-variant
(D) font-style
(B) I and II
(C) Only III
(D) I, II and Ill
(A) element
(B) attribute
(C) value
(D) operator
(A) Text-decoration
(B) Text-stroke
(C) Text-shadow
(D) Text-overflow
(A) HTML Framework
(B) Net Framework
(C) JavaScript framework
(D) Oracle Framework
(A) Border
(B) Space
(C) Background Color
(D) Margin
(A) jscript.write("Sky is blue")
(B) document.write("Sky is blue")
(C) print("Sky is blue")
(D) jscript.print("Sky is blue")
(A) lasses
(B) Patterns
(C) Properties
(D) Functions
(A) expression
(B) application
(C) element
(D) none of the above
(A) Microsoft
(B) ARPANET
(C) Web
(D) IBM
(A) print
(B) crop
(C) rotate
(D) resize
(A) Position
(B) Object-position
(C) Object-fit
(A) Servers
(B) Mainframe
(C) Network
(D) Clients
(A) Value
(B) Declaration
(C) Selector
(D) Rule
(A) Match A Specified Element
(B) Select The Active Links
(C) Are Used to Select All the Visited Links
(D) Are Used to Define a Special State of An Element
(A) Combinator selector
(B) Pseudo Class selector
(C) Pseudo elements selector
(D) Attribute selector
(A) MP5
(B) WebM
(C) wbr
(D) None
(A) Help
(B) Creative suite
(C) History Panel
(D) File
(A) ? And!
(B) < And >
(C) {And}
(D) # And #
(A) 200 OK
(B) 304 Not Found
(C) 400 Bad Request
(D) 301 Moved Permanently
(A) Through Web server
(B) Through Web network
(C) Through Web browser
(D) Through Web matrix
(A) iframe
(B) uframe
(C) no frame
(D) frameset
(A) Cleaning up a selection that you started with another tool.
(B) Deselecting the selection already done
(C) Remove a selection
(A) ng-repeat
(B) ng-init
(C) ng-app
(D) ng-model
(A) font-length: bold
(B) font-weight: bold
(C) font-style: bold
(D) text-align: bold
(A) CSS level 2
(B) CSS level 0
(C) CSS level 1
(D) CSS level 2.1
(A) w3-opacity
(B) w3-trans
(C) w3-grayscale
(A) an index of encyclopedia articles
(B) where all Internet data is stored
(C) required for access to the Internet
(D) the first page of a website
(A) Small
(B) XSmall
(C) Large
(D) XLarge
(A) if
(B) for
(C) while
(D) switch
(A) data
(B) ng-
(C) Both (A) and (B)
(A) HTML Content
(B) HTML Attribute Values
(C) HTML Styles
(D) All of the above
(A) UDP
(B) FTP
(C) TCP / IP
(D) Telnet
(B) else
(C) else if
(A) <div>
(B) <form>
(C) <table>
(D) <article>
(A) CSS is Cascading Style Sheet
(B) Separate content from presentation
(C) Establish visual layout of a Webpage
(D) Markup the content of the webpage
(A) w3-left-align
(B) w3-right-align
(C) w3-center
(D) w3-center-align
(A) Return contents of a specified document
(B) Return header information
(C) Replace the specified document with the enclosed data
(D) Execute the specified document with the enclosed data
(A) exit
(B) break
(C) default
(D) out
(A) Conflict occurs as styles can be defined by a user, an author or a user agent (e.g., a web browser)
(B) Styles "cascade," or flow together.
(C) Ultimate appearance of elements depends on a combination of styles defined in several ways
(D) Styles defined by the user agent take precedence over styles defined by the user.
(A) None of the above
(B) When grey is added to a color
(C) When black is added to a color
(D) When white is added to a color
(A) w3-responsive class creates a responsive table
(B) w3-table class creates a responsive table
(C) on large screens, there is no difference
(D) It scroll horizontally on small screens
(A) Brand Building
(B) All of the above
(C) Better Sales
(D) Robust Social Media Strategy
(A) MD5
(B) SHA-256
(C) MD6
(D) Both (A) and (B)
(A) mouse over
(B) mouse hover
(C) hover
(D) mouse move
(A) Yes
(B) No
(C) Cannot say
(D) May be
(A) Search Engine
(B) Mega Search Engine
(C) None of the above
(D) Meta Search Engine
(A) Floating the marquee
(B) Creating marquee
(C) Selecting portion inside image
(A) Standard generalized markup language
(B) Standalone generalized markup language
(C) Standalone global makeup language
(D) Standalone Graphical markup language
(A) Style rules
(B) CSS rules
(C) Sheet rules
(D) Format rules
(A) Defines a label for many form elements
(B) Useful for screen-reader users
(C) Useful for visually challenged users
(D) All the above
(A) Image Filter
(B) Photo Filter
(C) Artistic Filter
(A) Air brushing
(B) Red-eye removal
(C) Cropping
(A) div
(B) span
(C) color
(D) width
(A) deciding the design and structure of the file
(B) transfer of computer files from hard disk to main memory
(C) deciding the storage space of files
(D) transfer of computer files from a server to a client
(A) <a>
(B) <nav>
(C) <href>
(A) w3-striped
(B) w3-stripe
(C) w3-border
(D) w3-bordered
(A) It is a JavaScript framework
(B) It is added using <script> tag
(C) It is a framework written in C
(D) Angular JS extends HTML attributes
(A) Blog
(B) Newspaper
(C) Article
(D) Record
(A) email
(B) letter
(C) fax
(A) w3-border-top
(B) w3-border-right
(C) w3-border-bottom
(D) w3-border-gutter
(A) unload
(B) load
(C) onmouseout
(D) onmouseover
(A) W3.CSS is a modern, responsive, mobile first CSS framework
(B) W3.CSS provides equality for all browsers
(C) W3.CSS provides equality for all devices
(D) W3.CSS is not the standard CSS
(A) background-image
(B) background-position
(C) background-color
(D) background-iterate
(A) text-first
(B) text-indent
(C) first-indent
(D) text-first-indent
(A) Links
(B) Webpages
(C) Metadata
(D) Pictures
(A) Safari
(B) Chrome
(C) Edge
(A) var
(B) let
(C) const
(C) nothing
(D) set
(A) radiobox
(B) checkbox
(C) submit
(D) text