Aap agar O Level Preparation kar rahe ho toh July 2024 M2-R5 ka yeh solved paper aapke liye ek booster shot hai. Exam level ke MCQs ke saath-saath answers verified hain taaki aapko real exam mein galti na ho. Language dual hai — Hindi aur English — jisse comprehension fast hoti hai. Har aspirant ke liye yeh post ek must-read hai.

M2-R5 July 2024 O Level Previous Paper Question Answers
Q. 1. www (वर्ल्ड वाइड वेब) का आविष्कार किसने किया?
Who invented www (World Wide Web)?
(A) Tim Berners Lee
(B) Bill Gates
(C) Lee. N. Feyong
(D) Tom Berners Lee
Correct Answer: (A) Tim Berners Lee
Q. 2. निम्न में से कौन एक माउस इवेंट नहीं है?
Which of the following is not a mouse event?
(A) onmouseover
(B) onclick
(C) onmousemove
(D) onmousescroller
Correct Answer: (D) onmousescroller
Q. 3. निम्नलिखित में से कौन-सा/से मार्कअप भाषा का उद्देश्य है/हैं?
Which of the following is/are the purpose of markup language?
I. Add hypertext capabilities
II. Enhance the document
III. To define elements within a document.
(A) Only I
(B) I and II
(C) Only III
(D) I, II and III
Correct Answer: (C) Only III
Q. 4. निम्नलिखित में से किसका उपयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे CSS में कभी भी ओवरराइड नहीं किया जा सकता है?
Which of the following is used to apply a specific rule and can never be overridden in CSS?
(A) !important
(B) @important
(C) important!
(D) !important!
Correct Answer: (A) !important
Q. 5. Ctrl + ⇧ + F सबलाइम टेक्स्ट एडिटर में किस काम के लिए है?
Ctrl + ⇧ + F is the shortcut key for in sublime text editor.
(A) Find
(B) Find in the Files
(C) Find in Folder
(D) None of the above
Correct Answer: (B) Find in the Files
Q. 6. इंटरनेट से जुड़ने के लिए निम्न में से क्या आवश्यक है?
Which of the following is required for joining the internet?
(A) Internet society
(B) Internet service provider
(C) Different computer
(D) Internet architecture board
Correct Answer: (B) Internet service provider
Q. 7. निम्नलिखित ट्रांजिशन में, 4s क्या दर्शाता है?
In the following transition, what does .4s describe?
transition: color .4s linear;
(A) Padding
(B) Duration
(C) Word-spacing
(D) Property
Correct Answer: (B) Duration
Q. 8. www (वर्ल्ड वाइड वेब) क्या है?
AngularJS एक है। (Note: मूल प्रश्न अंग्रेजी में था, यहाँ फिर से एक नया प्रश्न बनाया गया है, नीचे दिया गया है):
AngularJS is a
(A) JavaScript Framework
(B) .Net Framework
(C) Oracle Framework
(D) HTML Framework
Correct Answer: (A) JavaScript Framework
Q. 9. दिए गए img टैग में, दोहरे उद्धरण चिह्न के अंदर “img.png” का क्या अर्थ है?
In the given img tag, what “img.png” inside the double quote implies?
(A) Operator
(B) Attribute
(C) Value
(D) Element
Correct Answer: (C) Value
Q. 10. CSS की padding प्रॉपर्टी का उपयोग किस लिए किया जाता है?
For what purpose is the CSS padding property used?
(A) Margin
(B) Background Color
(C) Space
(D) Border
Correct Answer: (C) Space
Q. 11. फ़ॉन्ट का फेस सेट करने के लिए निम्न में से किस प्रॉपर्टी का प्रयोग किया जाता है?
Which of the following properties is used to set the face of a font?
(A) font-family
(B) font-style
(C) font-face
(D) font-variant
Correct Answer: (A) font-family
Q. 12. निम्नलिखित में से कौन सीएसएस का उपयोग करके एनीमेट करना संभव नहीं है?
Which of the following is not possible to animate using CSS?
(A) Word-spacing
(B) Padding
(C) Text-transform
(D) Width
Correct Answer: (C) Text-transform
Q. 13. सामान्यीकृत रंग सुधार के लिए, कौन सा कमांड एक छवि में रंगों के समग्र संयोजन को समायोजित करता है?
For generalized color correction, which command adjusts the overall combination of colors in an image?
(A) The Color Balance
(B) Variations
(C) Curves
(D) None of the above
Correct Answer: (A) The Color Balance
Q. 14. कौन सी CSS प्रॉपर्टी यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ बिंदु (एलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें?
Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string?
(A) Text-decoration
(B) Text-shadow
(C) Text-stroke
(D) Text-overflow
Correct Answer: (D) Text-overflow
Q. 15. निम्नलिखित में से कौन इंटरनेट पर सर्च इंजन का उदाहरण है?
Which of the following is an example of a search engine on the internet?
(A) MS Office
(B) Google
(C) Gmail
(D) Windows
Correct Answer: (B) Google
Q. 16. दस्तावेज़ के ज़ूम स्तर को बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?
What is the keyboard shortcut for increasing a document’s zoom level?
(A) Alt + the plus key (+)
(B) Ctrl + the plus key (+)
(C) Alt + >
(D) Ctrl + z
Correct Answer: (B) Ctrl + the plus key (+)
Q. 17. निम्न में से कौन सा सही है?
Which of the following is correct?
(A) Style sheets allow content to be optimized for more than one type of device.
(B) CSS can store web applications locally with the help of an offline cache.
(C) Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website.
(D) All of the above.
Correct Answer: (A) Style sheets allow content to be optimized for more than one type of device.
Q. 18. नोटपैड++ में चालू पंक्ति को डुप्लिकेट करने के लिए किस शॉर्टकट कुंजी का प्रयोग किया जाता है?
Which shortcut key is used to duplicate the current line in Notepad++?
(A) Ctrl + D
(B) Ctrl + Shift + D
(C) Ctrl + Alt + D
(D) Alt + D
Correct Answer: (A) Ctrl + D
Q. 19. इमेज पिक्सल के रंगों को बदलकर एक इमेज का रूप बदलता है।
Image ____ is changing the appearance of an image by altering the colors of the pixels.
(A) filtering
(B) cropping
(C) blurring
(D) rotating
Correct Answer: (A) filtering
Q. 20. निम्नलिखित में से किसे त्रुटि नहीं माना जाता है:
Which one of the following is not considered as an error:
(A) Division by zero
(B) Missing of Bracket
(C) Syntax error
(D) Missing of semicolons
Correct Answer: (A) Division by zero
Q. 21. HTML में सबसे बड़ी हेडिंग डालने के लिए कौन सा टैग उपयोग किया जाता है?
Which of the following tag is used for inserting the largest heading in HTML?
(A) <h2>
(B) <h1>
(C) <h6>
(D) <h3>
Correct Answer: (B) <h1>
Q. 22. HTTP का पूरा नाम क्या है?
HTTP stands for
(A) Hyper Trasfer Text Protocol
(B) Hyper Text Transmission Protocol
(C) Hyper Transmission Text Protocol
(D) Hyper Text Transfer Protocol
Correct Answer: (D) Hyper Text Transfer Protocol
Q. 23. HTML में एक इनलाइन CSS का उदाहरण निम्न में से कौन सा है?
Which type of CSS is used in the code below?
<p style=”border:2px solid red;”>
(A) External CSS
(B) Internal CSS
(C) Inline CSS
(D) None of these
Correct Answer: (C) Inline CSS
Q. 24. नीचे दिए गए सीएसएस गुणों से, टेक्स्ट को बोल्ड बनाने के लिए किसका उपयोग किया जाता है?
From the below mentioned CSS properties, which of the following is used to make the text bold?
(A) Text-align: bold
(B) Font-style: bold
(C) Font-weight: bold
(D) Text-decoration: bold
Correct Answer: (C) Font-weight: bold
Q. 25. CSS की कौन सी विशेषताएं किसी इमेज के चारों ओर गुलाबी डॉटेड बॉर्डर बनाने के लिए उपयोग की जाती हैं?
Which CSS attribute(s) should one use to create a pink dotted border around an image?
(A) border-line
(B) border-style
(C) border-color
(D) Both II and III
Correct Answer: (D) Both II and III
Q. 26. Marquee टैग का उपयोग किसलिए किया जाता है?
Marquee tag is used for
(A) To scroll piece of text or image
(B) Mark the list of items
(C) To hide the text
(D) None of the above
Correct Answer: (A) To scroll piece of text or image
Q. 27. सीएसएस में मल्टी-लाइन कमेंट किस तरह किया जाता है?
How to insert multiple line comments in a CSS file?
(A) //statement
(B) ‘statement
(C) /* statement /
(D) // statement //
Correct Answer: (C) / statement */
Q. 28. एक पैराग्राफ एलिमेंट को ग्रे रंग में बदलने के लिए कौन सा CSS कोड सही है?
How will you make all paragraph elements ‘GREY’ in color?
(A) p.all {color: #990000;}
(B) all.p {color: #998877;}
(C) p.all {color: grey;}
(D) p {color: grey;}
Correct Answer: (D) p {color: grey;}
Q. 29. SGML पर आधारित निम्नलिखित में से कौन सी मार्कअप भाषा है?
Which of the following markup languages are based on SGML?
(A) VHML
(B) XML
(C) CFML
(D) SML
Correct Answer: (B) XML
Q. 30. नीचे दिए गए में से कौन-सा टेक्स्ट एडिटर नहीं है?
Which of the following is not a text editor?
(A) Paint
(B) Sublime
(C) Notepad++
(D) Visual Studio Code
Correct Answer: (A) Paint
Q. 31. CSS में position प्रॉपर्टी की डिफ़ॉल्ट वैल्यू क्या होती है?
CSS’s position property default value is
(A) Relative
(B) Absolute
(C) Fixed
(D) Static
Correct Answer: (D) Static
Q. 32. IP एड्रेस से संबंधित निम्न में से कौन-कौन से कथन सही हैं?
Which of the following statements is/are correct?
(A) An IP address consists of four bytes (or 32 bits) each of which can be a number from 0 to 255.
(B) For browsing or sending an email, an IP address assigned to the computer is required.
(C) IP address is always unique for each computer.
(D) All are correct
Correct Answer: (D) All are correct
Q. 33. निम्नलिखित में से कौन सबसे कुशल कोड है?
Which of the following code is most efficient?
(A) Code 1
(B) Code 2
(C) Both Code 1 and Code 2
(D) None of the above
Correct Answer: (A) Code 1
Q. 34. HTML में बॉडी बैकग्राउंड रंग के लिए किस एट्रिब्यूट का उपयोग किया जाता है?
Which attribute is used for body background color?
(A) bgcolor
(B) background
(C) back color
(D) None of the above
Correct Answer: (A) bgcolor
Q. 35. वेब पर छवियों का मानक रिज़ॉल्यूशन क्या है?
What is the standard resolution of images on the web?
(A) 256 PPI
(B) 72 PPI
(C) 172 PPI
(D) 300 PPI
Correct Answer: (B) 72 PPI
Q. 36. एचटीएमएल में ऑर्डर की गई सूची बनाने के लिए निम्न में से किसका उपयोग किया जाता है?
Which of the following is used to create an ordered list in HTML?
(A) <ul>
(B) <ol>
(C) <pl>
(D) <h1>
Correct Answer: (B) <ol>
Q. 37. सुपरसक्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है।
Which is the HTML tag used for superscript text?
(A) <superscripted>
(B) <sup>
(C) <s>
(D) <superscript>
Correct Answer: (B) <sup>
Q. 38. निम्न में से कौन सा सही है?
Which of the following is true?
(A) INPUT tag must have at least 4 attributes
(B) The <TR> is used to create a data cell
(C) In tables, the header cell is centered by default and the data cells are right-aligned
(D) BR tag is used to have a blank line
Correct Answer: (D) BR tag is used to have a blank line
Q. 39. किसी एलिमेंट के स्टाइल को परिभाषित करने के लिए किस सीएसएस सेलेक्टर का उपयोग किया जाएगा?
Which CSS selector will be used to define a single element’s style?
(A) Text
(B) Name
(C) Id
(D) Class
Correct Answer: (C) Id
Q. 40. एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
Which is the correct syntax for Angular Module?
(A) var variable_name = angular.module(“app_name”, []);
(B) var variable_name = angular.modules(“app_name”);
(C) var variable_name = new module();
(D) var variable_name = angular.module();
Correct Answer: (A) var variable_name = angular.module(“app_name”, []);
Q. 41. निम्नलिखित में से कौन वेबकिट के लिए CSS एक्सटेंशन प्रीफिक्स है?
Which of the following is the CSS Extension Prefix for Webkit?
(A) -0-
(B) -webkit
(C) -web
(D) chrome
Correct Answer: (B) -webkit
Q. 42. इमेज पर अपना नाम लिखने के लिए किस टूल का उपयोग किया जाता है?
Which tool is used to write your name on an image?
(A) Transform tool
(B) Sketch tool
(C) Text tool
(D) Draw tool
Correct Answer: (C) Text tool
Q. 43. W3.CSS निम्न में से कौन सी बॉर्डर क्लास प्रोवाइड नहीं करता है?
W3.CSS does not provide the following border class.
(A) w3-border-top
(B) w3-border-right
(C) w3-border-bottom
(D) w3-border-gutter
Correct Answer: (D) w3-border-gutter
Q. 44. एन्क्रिप्टेड डेटा ट्रांसफर के लिए उपयोग किया जाने वाला प्रोटोकॉल
Protocol used for encrypted data transfer:
(A) SMTP
(B) FTP
(C) HTTP
(D) HTTPS
Correct Answer: (D) HTTPS
Q. 45. CSS में आपकी सामग्री की पंक्तियों के बीच अंतर को किस द्वारा सेट किया जाता है
In CSS, the difference between two lines of your content is set by:
(A) min-height property
(B) line-height property
(C) max-height property
(D) None of these
Correct Answer: (B) line-height property
Q. 46. AngularJS एक्सप्रेशन लिखने के लिए किस निर्देश का उपयोग किया जा सकता है?
Which directive can be used to write an AngularJS expression?
(A) ng-expression
(B) ng-bind
(C) ng-statement
(D) ng-bind expression
Correct Answer: (B) ng-bind
Q. 47. CSS में टेक्स्ट में छाया कैसे जोड़ें?
How to add shadow to text in CSS?
(A) word-shadow
(B) text-shadow
(C) content shadow
(D) text outline
Correct Answer: (B) text-shadow
Q. 48. कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
Which statement specifies the correct difference between var and let keywords in JavaScript?
(A) There is no such major difference between them.
(B) var defines a variable while let defines a constant.
(C) The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
(D) var defines function scoped variable while let defines block scoped variable.
Correct Answer: (D) var defines function scoped variable while let defines block scoped variable.
Q. 49. Angular.js में एक मॉड्यूल किसका उपयोग करके बनाया जा सकता है?
A module in Angular.js can be created using:
(A) angularjs.module
(B) angular.module
(C) angular.modules
(D) module.angular
Correct Answer: (B) angular.module
Q. 50. w3-navbar क्या बनाता है?
w3-navbar creates a
(A) inside the navigation bar
(B) horizontal navigation bar
(C) force the navigation bar
(D) navigation bar to stay at the top of the page
Correct Answer: (B) horizontal navigation bar
Q. 51. कौन सा टेक्स्ट-एडिटर नहीं है?
Which is not a text editor
(A) vi
(B) ecms
(C) Sublime
(D) Microsoft word
Correct Answer: (B) ecms
Q. 52. HTTP TCP के किस पोर्ट नंबर का उपयोग करता है?
HTTP uses which TCP port number?
(A) 21
(B) 23
(C) 80
(D) 25
Correct Answer: (C) 80
Q. 53. Angular js के डेवलपमेंट के लिए निम्नलिखित में से कौन से IDE का उपयोग किया जाता है?
Which of the following IDEs are used for Angular.js development?
(A) Sublime Text
(B) Eclipse
(C) Visual Studio
(D) All of these
Correct Answer: (D) All of these
Q. 54. कुकीज़ के संबंध में निम्नलिखित में से कौन सा कथन गलत है?
Which of the following statements is false regarding cookies?
(A) Cookies can be used to store user preferences.
(B) Cookies are stored on the client’s machine.
(C) Cookies are typically used to store small pieces of information.
(D) Cookies can only be created and read by the server.
Correct Answer: (D) Cookies can only be created and read by the server.
Q. 55. माउस होवर पर किसी छवि को ज़ूम करने के लिए
To zoom an image on mouse hover
(A) Transform
(B) None of these
(C) Transition
(D) Both a and b
Correct Answer: (D) Both a and b
Q. 56. पोर्ट नंबर 21 का उपयोग किसके लिए किया जाता है?
Port number 21 is used for
(A) HTTP
(B) SMTP
(C) FTP
(D) HTTPS
Correct Answer: (C) FTP
Q. 57. पूरी तरह से पारदर्शी के लिए कौन सा विकल्प सही है?
Which option represents full transparency?
(A) rgba(255,55,255,.5)
(B) rgba(255,255,255,0.0)
(C) rgba(255,55,255,1)
(D) None of these
Correct Answer: (B) rgba(255,255,255,0.0)
Q. 58. किसी इमेज में rounded corners को जोड़ने के लिए कौन सी क्लास का उपयोग किया जाता है?
To add rounded corners to an image, which class is used:
(A) w3-rounded
(B) None of these
(C) w3-round
(D) w3-round corner
Correct Answer: (C) w3-round
Q. 59. कौन सी w3-css क्लासेस का उपयोग टेक्स्ट और बटन को होवरबल बैकग्राउंड कलर्स देने के लिए किया जाता है?
Which w3-css classes are used to give hoverable background colors to text and buttons?
(A) w3-hover-color
(B) w3.hover-color
(C) w3-hoverable-color
(D) w3-hover-color
Correct Answer: (A) w3-hover-color
Q. 60. Sublime text editor का डिफ़ॉल्ट एक्सटेंशन क्या है?
What is the default extension of the Sublime Text Editor?
(A) .text
(B) .xml
(C) .html
(D) .txt
Correct Answer: (D) .txt
Q. 61. w3-container क्लास का कार्य क्या है?
What is the function of the w3-container class?
(A) 16px left and right margin
(B) 16px top and bottom padding
(C) 16px left and right padding
(D) Both A and B
Correct Answer: (C) 16px left and right padding
Q. 62. CSS में कौन सी भाषा client-side scripting language है?
Which is a client-side scripting language?
(A) Python
(B) JavaScript
(C) HTML
(D) CSS
Correct Answer: (B) JavaScript
Q. 63. w3.font में प्रयुक्त डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Identify the default font used in w3.font
(A) Verdana
(B) Times New Roman
(C) None of the above
(D) Arial
Correct Answer: (A) Verdana
Q. 64. w3c का फुल फॉर्म क्या है?
What is the full form of w3c?
(A) World wide web consortium
(B) World three concept
(C) World wide web Computer
(D) word wide web consortium
Correct Answer: (A) World wide web consortium
Q. 65. एच.टी.एम.एल. का पूर्ण रूप क्या है?
What is the full form of HTML?
(A) Hyphenation text markup language
(B) Hyper text markup language
(C) Hyper text marking language
(D) Hunhanation test marking language
Correct Answer: (B) Hyper text markup language
Q. 66. बेस यूआरएल को स्थापित करने के लिए एक बेहतर अप्रोच है का प्रयोग।
A better approach to establish base URL is to use:
(A) BASE element
(B) HEAD element
(C) Both (a) and (b)
(D) None of these
Correct Answer: (A) BASE element
Q. 67. वर्ल्ड वाइड वेब क्या है?
What is World Wide Web?
(A) A computer game
(B) A software program
(C) Another name for the Internet
(D) The part of the internet that enables information sharing
Correct Answer: (D) The part of the internet that enables information sharing
Q. 68. <b> टैग के अलावा, टेक्स्ट को कौन-सा टैग बोल्ड बनाता है?
Apart from the <b> tag, which tag also makes text bold?
(A) <emp>
(B) <fat>
(C) <strong>
(D) <black>
Correct Answer: (C) <strong>
Q. 69. CSS का प्रयोग किसी भी प्रकार के XML दस्तावेज के साथ भी किया जा सकता है।
CSS can also be used with any kind of XML documents.
(A) True
(B) False
Correct Answer: (A) True
Q. 70. एक वेब पेज एक चित्र प्रदर्शित करता है। उस चित्र को प्रदर्शित करने के लिए कौन-सा टैग प्रयोग किया गया?
A webpage displays an image. Which tag is used to display that image?
(A) <src>
(B) <picture>
(C) <img>
(D) <image>
Correct Answer: (C) <img>
Q. 71. What is the task of DNS Name server?
डीएनएस नेम सर्वर का कार्य क्या है?
(A) Translating domain names into a specific IP address
(B) Translating domain names into a specific UDP address
(C) Translating domain names into a specific FTP address
(D) Translating domain names into a specific TCP address
Correct Answer: (A) Translating domain names into a specific IP address
Q. 72. <LI> टैग का प्रयोग क्यों किया जाता है?
The <LI> tag is used for:
(A) Creating hyperlinks
(B) Adding images to a page
(C) Creating a new list item with a hyperlink
(D) Displaying dropdown menus
Correct Answer: (C) Creating a new list item with a hyperlink
Q. 73. CSS का पूर्ण रूप क्या है?
What does CSS stand for?
(A) Cascading Style Sheets
(B) Computer Style Syntax
(C) Coding Sheet Standard
(D) None of these
Correct Answer: (A) Cascading Style Sheets
Q. 74. ग्राफिक का कोई भाग जो किसी अन्य हॉट जोन में शामिल नहीं है, किस भाग का हिस्सा माना जाता है?
Any part of the graphic not included in another hot zone is considered part of:
(A) polygon
(B) default
(C) point
(D) rect
Correct Answer: (B) default
Q. 75. एक्सटर्नल CSS को HTML के किस टैग में लिखा जाता है?
In which HTML tag is external CSS written?
(A) <head> tag
(B) <body> tag
(C) <p> tag
(D) <tr> tag
Correct Answer: (A) <head> tag
Q. 76. एक CSS रूल सेट में क्या होता है?
A CSS rule set consists of:
(A) Only properties
(B) A tag and property
(C) A selector and a declaration block
(D) Only a selector
Correct Answer: (C) A selector and a declaration block
Q. 77. Notepad++ में फॉन्ट साइज चेंज करने के लिए किस मेनू का उपयोग करते हैं?
Which menu is used to change font size in Notepad++?
(A) Edit
(B) File
(C) Setting
(D) Language
Correct Answer: (C) Setting
Q. 78. डिफॉल्ट रूप से Notepad++ में फाइल का नाम क्या होता है?
What is the default file name in Notepad++?
(A) New1
(B) DOC
(C) .txt
(D) Untitled
Correct Answer: (A) New1
Q. 79. वर्ल्ड वाइड वेब कंसोर्टियम (W3C) के बारे में कौन-सा कथन सही नहीं है?
What is not true about W3.CSS?
(A) W3.CSS provides equality for all devices
(B) W3.CSS is not the standard CSS
(C) W3.CSS is mobile first and responsive
(D) W3.CSS supports all browsers
Correct Answer: (B) W3.CSS is not the standard CSS
Q. 80. HTML टैग जो सर्वर पर दस्तावेज़ के अंदर डेटा को स्टोर करने के लिए प्रयोग होता है:
Which tag/technology is used to store data within the document on the server?
(A) XML
(B) HTML
(C) CGI
(D) DHTML
Correct Answer: (A) XML
Q. 81. Photoshop कब लॉन्च किया गया था?
When was Photoshop launched?
(A) 1989
(B) 1987
(C) 1988
(D) 1986
Correct Answer: (C) 1988
Q. 82. डायनामिक वेबसाइट का क्या नुकसान हो सकता है?
Which of the following is a disadvantage of dynamic websites?
(A) Higher cost
(B) Easy to update
(C) Smooth Navigation
(D) None of these
Correct Answer: (A) Higher cost
Q. 83. What is the full form of HTTP?
HTTP का पूरा नाम क्या है?
(A) Hypertext Transfer Protocol
(B) Hyphenation text test program
(C) Hypertext Transfer Package
(D) None of the above
Correct Answer: (A) Hypertext Transfer Protocol
Q. 84. Which is not a valid background property in CSS?
CSS में निम्नलिखित में से कौन-सी मान्य पृष्ठभूमि संपत्ति नहीं है?
(A) background-position
(B) background-image
(C) background-color
(D) background-iterate
Correct Answer: (D) background-iterate
Q. 85. CSS का पूरा नाम है:
CSS stands for:
(A) Creative Style Sheets
(B) Cascading Style Sheets
(C) Central Styling Solution
(D) Core Sheet Structure
Correct Answer: (B) Cascading Style Sheets
Q. 86. किसी दस्तावेज़ की सामग्री के एक स्वतंत्र भाग को प्रस्तुत करने और उसका प्रतिनिधित्व करने के लिए किस टैग का उपयोग किया जाता है?
Which tag is used to render and represents an independent piece of content of a document?
(A) Blog
(B) Newspaper
(C) Article
(D) Record
Correct Answer: (C) Article
Q. 87. नोटपैड++ में कौन सा कनवर्टर मौजूद है?
Which converter is present in Notepad++?
(A) ASCII to HEX
(B) ASCII to OCT
(C) HEX to ASCII
(D) Both (A) and (C)
Correct Answer: (D) Both (A) and (C)
Q. 88. किसी एलिमेंट में टेक्स्ट की पहली पंक्ति को इंडेंट करने की अनुमति देने वाली प्रॉपर्टी कौन सी है?
The ______ property allows to indent the first line of text in an element.
(A) text-indent
(B) first-indent
(C) text-first
(D) text-first-indent
Correct Answer: (A) text-indent
Q. 89. हाइपरटेक्स्ट एक _______ है।
Hypertext is a:
(A) Text which contains links to other texts
(B) None of the above
(C) Text more than 1000 words
(D) Text with heavy text jargons
Correct Answer: (A) Text which contains links to other texts
Q. 90. HTML के <label> टैग के बारे में क्या सही नहीं है?
What is not true about the <label> tag of HTML?
(A) Defines a label for many form elements
(B) Useful for screen-reader users
(C) Useful for visually challenged users
(D) All the above
Correct Answer: (C) Useful for visually challenged users
Q. 91. W3.CSS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है।
W3.CSS does not provide the following border class:
(A) w3-border-top
(B) w3-border-right
(C) w3-border-bottom
(D) w3-border-gutter
Correct Answer: (D) w3-border-gutter
Q. 92. फ़ाइल प्रोटोकॉल का उपयोग किस लिए किया जाता है?
File protocol is used for:
(A) transfer of computer files from a server to a client
(B) deciding the storage space of files
(C) deciding the design and structure of the file
(D) transfer of computer files from hard disk to main memory
Correct Answer: (A) transfer of computer files from a server to a client
Q. 93. HTML5 में मान्य नए <input> टैग एलिमेंट की पहचान करें।
Identify the valid new <input> tag element in HTML 5?
(A) fax
(B) letter
(C) None of the above
(D) email
Correct Answer: (D) email
Q. 94. W3.Table _______ टेबलों के लिए निम्न क्लास प्रदान नहीं करता है।
W3.Table does not provide the following class for tables.
(A) w3-border
(B) w3-striped
(C) w3-bordered
(D) w3-stripe
Correct Answer: (D) w3-stripe
Q. 95. फोटो को टिंट करने के लिए कैमरा लेंस में रंगीन फिल्टर जोड़ने वाले फोटोग्राफरों के विचार पर आधारित फिल्टर कौन सा है?
Which filter is based on the idea of photographers adding colored filters to the camera lens to tint the photo?
(A) Artistic Filter
(B) Photo Filter
(C) Image Filter
(D) None of the above
Correct Answer: (B) Photo Filter
Q. 96. <nav> टैग का उपयोग किस लिए किया जाता है?
A set of navigation links is defined using tag:
(A) <href>
(B) <a>
(C) None of the above
(D) <nav>
Correct Answer: (D) <nav>
Q. 97. Angular JS के लिए निम्न में से कौन सा कथन मान्य नहीं है?
What is not a valid statement for Angular JS?
(A) Angular JS extends HTML attributes
(B) It is added using <script> tag
(C) It is a JavaScript framework
(D) It is a framework written in C
Correct Answer: (D) It is a framework written in C
Q. 98. जावास्क्रिप्ट में एक्सपोनेंशियल ऑपरेटर क्या है?
Exponential operator in JavaScript is:
(A) %
(B) ^
(C) **
(D) None of the above
Correct Answer: (C) **
Q. 99. स्टाइल शीट की बॉडी में क्या शामिल होता है?
The body of the style sheet includes _______.
(A) CSS rules
(B) Sheet rules
(C) Format rules
(D) Style rules
Correct Answer: (A) CSS rules
Q. 100. फोटो-एडिटिंग सॉफ्टवेयर की विशेषताओं की पहचान करें।
Identify the features of photo-editing software.
(A) Air brushing
(B) Red-eye removal
(C) Cropping
(D) All of the above
Correct Answer: (D) All of the above
Hope aapne M2-R5 O Level NIELIT July 2024 ke previous papers padh liye hain aur samajh bhi liya hai.
आज तक के सभी ओ-लेवल प्रीवियस पेपर्स को पढ़ना, डाउनलोड करना या मॉक टेस्ट देना है तो नीचे दिए गए बटन को दबाइये!
Kya aap M2-R5 O Level July 2024 ke previous papers ka mock test dena chahte hain?, Neeche diye gaye button par click karein.
Agar aap M2-R5 O Level July 2024 ke previous papers PDF mein download karna chahte hain?, to neeche diye gaye button par click karein.
Apna study experience humse neeche comment box mein zarur share karein. Agar aapko koi galti mile to humein batana na bhoolen. 😊