CtrlAiHub
Home
About Us
Services
Events
Courses
Portfolio
Contact Us
1.Which of the following browser supports HTML5 in its latest version ?
1.Mozilla Firefox
2.Opera
3.Both of the above.
4.None of the above
2.Which of the following tag represents a section of the document intended for navigation in HTML5 ?
1.footer
2.nav
3.section
4.dialog.
3. Which of the following input control represents a date consisting of a year and a week number encoded according to ISO 8601 in Web Form 2.0 ?
1.week.
2.Time.
3.Number.
4.Range.
4.Can you use MathML tags directly in HTML5 without any plugin?
1.True.
2.False.
5.Which value of Socket.readyState atribute of WebSocket indicates that the connection is going through the closing handshake ?
1.0
2.1
3. 3
4.2
6.Which of the following method cancels an ongoing watchPosition call ?
1.geolocation.getCurrentPosition()
2.geolocation.watchPosition()
3.geolocation.clearPosition()
4.None of the above
7.Which of the following attribute triggers event before the document is printed ?
1.onafterprint
2.onbeforeprint
3.onprint
4.beforeprint.
8.Which of the following selector selects all paragraph elements with a lang attribute ?
1.p[lang].
2.p[lang="fr"].
3.p[lang~="fr"].
4.p[lang|="fr"].
9.Which of the following uses 1vw or 1vh, whichever is smaller ?
1.px
2.vh
3. vw
4.vmin
10. Which of the following bootstrap style of button provides extra visual weight and identifies the primary action in a set of buttons ?
1.btn-primary.
2. btn.
3.btn-success.
4.btn-info.
11.Which of the following bootstrap style can be applied to button group instead of resizing each button ?
1..btn-group
2..btn-toolbar
3.btn-group-lg
4.btn-group-vertical
12.Do AngularJS provide reusable components ?
1.False.
2. True.
13.What is View in MVC ?
1.- View is responsible for displaying all or a portion of the data to the user.
2. View represents a database view.
3.View is responsible to act and process the data.
4.None of the above.
14.How angular.module works ?
1.angular.module is used to create AngularJS modules along with its dependent modules.
2.angular.module is primarily used to create application module.
3.Both of the above.
4.None of the above
15.Use novalidate with a form declaration to disable any browser specific validation.?
1.True
2.False.