Full Stack Web Dev Mcqs Complete[1]
Full Stack Web Dev Mcqs Complete[1]
in
IQmath Technologies
Full Stack Web Development Course
(120 Marks)
A. <style>
B. <css>
C. <script>
D. <link>
A. <td>
B. <th>
C. <tr>
D. <table>
A. <break>
B. <br>
C. <lb>
D. <line>
A. class
B. style
C. font
D. styles
www.iqmath.in
A. <!DOCTYPE html>
B. <doctype html>
C. <!HTML5>
D. <HTML DOCTYPE>
A. <a>
B. <link>
C. <href>
D. <hyper>
A. <pic>
B. <image>
C. <img>
D. <src>
A. src
B. title
C. alt
D. href
A. <head>
B. <h6>
C. <heading>
D. <h1>
www.iqmath.in
A. <i>
B. <italic>
C. <em>
D. <strong>
A. <input type='checkbox'>
B. <checkbox>
C. <check>
D. <input type='check'>
A. slider
B. range
C. scroll
D. slide
A. // comment
B. # comment
C. <!-- comment -->
D. **comment**
A. <ul>
B. <ol>
C. <li>
D. <dl>
A. Left
B. Right
C. Center
D. Justify
www.iqmath.in
A. <meta>
B. <title>
C. <head>
D. <h1>
A. <input>
B. <form>
C. <submit>
D. <action>
A. src
B. href
C. link
D. url
A. src
B. href
C. alt
D. title
A. Graphics
B. Scripting
C. Metadata
D. Images
A. <ul>
B. <ol>
C. <li>
D. <dl>
www.iqmath.in
A. target='_blank'
B. href='_blank'
C. newtab
D. link='new'
A. Creates a table
B. Embeds another document
C. Adds JavaScript
D. Inserts an image
A. Styles inputs
B. Submits forms
C. Describes input elements
D. Creates buttons
A. <video>
B. <media>
C. <mp4>
D. <play>
A. <select>
B. <input>
C. <dropdown>
D. <option>
A. <bottom>
B. <footer>
C. <section>
D. <foot>
www.iqmath.in
A. <check>
B. <input type='checkbox'>
C. <select type='check'>
D. <checkbox>
A. <nav>
B. <navigate>
C. <menu>
D. <links>
A. <script>
B. <code>
C. <pre>
D. <format>
A. Image
B. Table
C. Abbreviation
D. Paragraph
A. <dd>
B. <dt>
C. <dl>
D. <li>
A. <bar>
B. <progress>
C. <meter>
D. <load>
www.iqmath.in
A. Create tables
B. Draw graphics
C. Insert videos
D. Create forms
A. <audio>
B. <sound>
C. <media>
D. <mp3>
A. Italicizes text
B. Highlights text
C. Strikes through text
D. Bolds text
A. <meter>
B. <scale>
C. <range>
D. <progress>
A. <css>
B. <style>
C. <link>
D. <script>
A. bgcolor
B. color
C. background-color
D. background
A. font-style
B. text-size
C. font-size
D. text-style
A. static
B. absolute
C. fixed
D. relative
A. font-weight
B. bold
C. text-weight
D. font-style
A. #
B. .
C. :
D. ::
A. text-decoration
B. text-style
C. font-decoration
D. decoration
A. em
B. rem
C. %
D. px
A. #class
B. .class
C. class
D. @class
52. Which property is used to set the spacing between lines of text?
A. letter-spacing
B. line-spacing
C. line-height
D. spacing
53. How do you make a list that lists items with squares?
A. list-style-type: square;
B. list: square;
C. type: square;
D. bullet: square;
www.iqmath.in
A. text-align: center;
B. align: center;
C. horizontal-align: center;
D. center-text: true;
A. absolute
B. relative
C. fixed
D. static
A. red
B. #FF0000
C. rgb(255,0,0)
D. col(red)
A. text-shadow
B. font-shadow
C. box-shadow
D. shadow
www.iqmath.in
A. margin
B. padding
C. border
D. spacing
A. font-style
B. font
C. font-family
D. text-style
A. letter-spacing
B. word-spacing
C. text-spacing
D. font-spacing
A. background-image
B. img
C. background-url
D. image-set
www.iqmath.in
A. display: grid;
B. display: inline;
C. display: flex;
D. position: flex;
A. order
B. flex-order
C. item-order
D. sequence
A. flex-wrap
B. wrap
C. flex-line
D. item-wrap
A. column
B. row
C. horizontal
D. vertical
A. text-shadow
B. box-shadow
C. shadow-box
D. element-shadow
A. Color scheme
B. Position
C. Layer stack
D. Font style
www.iqmath.in
A. margin: auto;
B. text-align: center;
C. align: center;
D. center: block;
A. rem
B. em
C. px
D. %
A. :first
B. ::first
C. :first-child
D. ::first-child
A. font-style: italic;
B. font-weight: italic;
C. text-decoration: italic;
D. style: italic;
A. // comment
B. /* comment */
C. <!-- comment -->
D. # comment
A. display: flex;
B. display: grid;
C. layout: grid;
D. position: grid;
www.iqmath.in
A. background-attachment
B. scroll
C. image-scroll
D. background-move
A. border-radius
B. corner
C. round
D. border-style
A. block
B. inline
C. none
D. hidden
A. Server-side development
B. Database management
C. Building user interfaces
D. File management
A. function MyComponent[] {}
B. component MyComponent() {}
C. function MyComponent() {}
D. create MyComponent = () => {}
A. useRef()
B. useEffect()
C. useState()
D. useContext()
www.iqmath.in
A. JavaScript XML
B. Java Syntax Extension
C. JSON Syntax XML
D. JavaScript XHTML
A. React.mount()
B. ReactDOM.render()
C. React.render()
D. ReactDOM.display()
A. useFetch()
B. useEffect()
C. useState()
D. useMemo()
A. using arguments
B. using props
C. using states
D. using events
A. 3000
B. 8080
C. 5000
D. 4200
A. A permanent storage
B. A way to manage local component data
C. A prop
D. A component
www.iqmath.in
A. React.createContext()
B. React.Context()
C. useContext()
D. new Context()
A. useRef()
B. useDOM()
C. useElement()
D. useState()
A. setValue
B. useState()
C. setter()
D. setState()
A. Component method
B. External API
C. Component input
D. Redux data
A. sendState()
B. shareState()
C. useEffect()
D. Lifting state up
A. useStop()
B. React.memo()
C. shouldComponentUpdate()
D. usePrevent()
www.iqmath.in
A. array
B. object
C. number
D. function
A. componentDidMount
B. componentDidUpdate
C. componentWillUnmount
D. componentWillMount
A. useMount()
B. useEffect()
C. useStart()
A. react-router
B. react-path
C. react-navigate
D. react-links
A. Styling
B. To group multiple elements
C. Routing
D. Event handling
A. A CSS file
B. A reusable piece of UI
C. A state variable
D. A JavaScript function
www.iqmath.in
A. useEffect
B. useMemo
C. useRef
D. useCallback
A. Routing
B. Form validation
C. State management
D. Context setup
A. CSS class
B. Unique identifier for list items
C. React prop
D. Component ID
A. preventDefault()
B. stopDefault()
C. cancelEvent()
D. noSubmit()
A. npx create-react-app
B. npm install react
C. npx new react
D. create react-app
A. useState
B. useEffect
C. useRouting
D. useRef
www.iqmath.in
109.What is JSX?
A. XML parser
B. JavaScript with XML
C. JSON structure
D. JavaScript extension for server
A. componentDidUnmount
B. componentWillUnmount
C. useCleanup
D. useRemove
A. Cleanup
B. Error catching
C. Dependency array
D. Children
A. useSimple
B. useArray
C. useReducer
D. useProps
A. MyComponent.defaultProps
B. MyComponent.default
C. setDefaultProps()
D. useDefaults()
A. useMemo
B. useRef
C. useEffect
D. useState
A. Google
B. Facebook
C. Twitter
D. Microsoft
A. Controlled components
B. HTML only
C. Class selectors
D. Window objects
www.iqmath.in
A. useRef
B. useState
C. useEffect with []
D. useCallback
Answer Key
HTML:
1. C 2. A 3. C 4. B 5. B 6. A 7. C 8. A 9. C 10. C 11. D 12. C 13. A 14. B 15. C
16. B 17. A 18. B 19. B 20. B 21. A 22. C 23. A 24. A 25. B 26. C 27. A 28. A
29. B 30. B 31. A 32. B 33. C 34. B 35. B 36. B 37. A 38. A 39. B 40. A
CSS:
41. C 42. C 43. C 44. C 45. A 46. A 47. B 48. A 49. A 50. B 51. B 52. C 53. A
54. A 55. A 56. B 57. A 58. D 59. A 60. A 61. C 62. A 63. A 64. A 65. A 66. C
67. A 68. A 69. B 70. B 71. C 72. A 73. B 74. C 75. A 76. B 77. B 78. A 79. A
80. C
React.js:
81. C 82. C 83. C 84. A 85. B 86. B 87. B 88. A 89. B 90. A 91. A 92. D 93. C
94. D 95. B 96. A 97. A 98. B 99. A 100. B 101. B 102. A 103. C 104. B 105. A
106. A 107. C 108. A 109. B 110. B 111. C 112. C 113. C 114. C 115. A 116. B
117. B 118. B 119. A 120. C