O Level Web Designing Solved Paper 2022 | ओ लेवल M2R5 जुलाई 2022 Solve Paper

O Level old paper

O Level Web Designing Previous Paper 2020 | O Level M2 R5 Old Paper 2022 

1. एचटीएमएल टैग _____________में संलग्न है:
1. HTML tag are enclosed in_________.
A) ?And!
B) < And >
C) { And }
D) # And #

Show Answer
B) < And >

2. _____________सुपरस्क्रिप्ट टेक्स्ट के लिये उपयोग किया जाने वाला एचटीएमएल टैग है:
2. _________ is the HTML tag used for superscript text.
A) < sup >
B) < superscript >
C) { s }
D) < superscripted

Show Answer
A) < sup >

3. एंगुलर जेएस एक्सप्रेशन के बारे में निम्नलिखित में से कौन सा सही है?
3. Which of the following is true about AngularJS expression?
A) Expression behave in same way as ng-bind directives
B) Expression are used to bind application data to html
C) Expressions are written inside double braces like {{expression}}
D) All of these

Show Answer
D) All of these

4. एमवीसी में एक मॉडल क्या है ?
4. What is a Model in MVC?
A) The lowest level of the pattern responsible for maintaining data (डेटा को बनाए रखने के लिए अपनाई जाने वाली पद्धति का निम्नतम स्तर)
B) Represents server-side data (सर्वर साइड डेटा का प्रतिनिधित्व करता है)
C) Represents data stored in a database (डेटाबेस में संग्रहित डेटा का प्रतिनिधित्व करता है।)
D) None of the mentioned (उपरोक्त में से कोई नहीं)

Show Answer
A) The lowest level of the pattern responsible for maintaining data (डेटा को बनाए रखने के लिए अपनाई जाने वाली पद्धति का निम्नतम स्तर)

5. निम्नलिखित में से कौन एक < style > टैग हैं?
5. Which of the following is/are a < style > tag(s)?
A) < tt >
B) < b >
C) < i >
D) All of the above are style tags

Show Answer
D) All of the above are style tags

6. W3.css निम्न में से कौन सी बोर्डर क्लास प्रोवाइड नहीं करता है।
6. W3.CSS does not provides the following border class.
A) w3-border-top
B) w3-border-right
C) w3-border-bottom
D) w3-border-gutter

Show Answer
D) w3-border-gutter

7. निम्नलिखित में से कौन एक माउस इवेंट नहीं है ?
7. Which of the following is not a mouse event?
A) onclick
B) onmouseover
C) onmousescroller
D) onmousemove

Show Answer
C) onmousescroller

8. निम्नलिखित में से कौन-सा/से मार्कअप भाषा का उद्देश्य है / है ?
8. 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, I और III

Show Answer
D) I, I और III

9. W3.CSS एक मानक CSS है जिसमें :
9. W3.CSS is a standard CSS that has
A) jQuery library
B) JavaScript library
C) Both (A) and (B) are true
D) Both (A) and (B) are false

Show Answer
D) Both (A) and (B) are false

10. WWW (वर्ल्ड वाइड वेब) का आविष्कार किसने किया ?
10. Who invented www (World Wide Web) ?
A) Bill Gates (बिल गेट्स)
B) Lee. N. Feyong (ली. एन. फेयोग)
C) Tim Berners Lee (टिम बर्नर्स ली)
D) Tom Berners Lee (टॉम बर्नर्स ली)

Show Answer
C) Tim Berners Lee (टिम बर्नर्स ली)

11. वेब क्लाइंट वेब पेज देखने के लिए किस प्रोग्राम का उपयोग करते हैं?
11. Which program is used by web clients to view the web pages?
A) Web browser
B) Protocol
C) Web Server
D) Search engine

Show Answer
A) Web browser

12. Ctrl+Shift+P सबलाइम टेक्स्ट एडिटर में______को खोलने का शॉर्टकट कुंजी है।
12. Ctrl+Shift+P is the shortcut key to open_______ in sublime text editor.
A) Web browser
B) Command Prompt
C) Quick-open files by name
D) Toggle sidebar

Show Answer
B) Command Prompt

13. निम्नलिखित में से कौन सी मार्कअप भाषा SGML पर आधारित है ?
12. Which of the following markup languages are based on SGML?
A) VHML
B) XML
C) CFML
D) SML

Show Answer
B) XML

14. स्थिति कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है ?
14. Which of the following markup languages are based on SGML?
A) 200 OK
B) 304 Not Found
C) 400 Bad Request
D) 301 Moved Permanently

Show Answer
B) 304 Not Found

15. नीचे दिए गए डिव टैग कंटेस्टेटमेंट पर विचार करें "यूजरनेम" का मान कैसे करे?
15. Consider the below div tag content statement, how to print the value of "UserName"?

A) UserName
B) {{UserName))
C) (UserName)
D) {_UserName)

Show Answer
B) {{UserName))

16. एंगुलर मॉड्यूल के लिए सही सिटेक्स कौन सा है ?
16. 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 = angular.module();
D) var variable_name = new module();

Show Answer
A) var variable_name = angular.module("app_name", []);

17. निम्नलिखित में से कौन एक नेटवर्क पर मौजूद प्रत्येक कंप्यूटर द्वारा अनुसरण किए जाने वाले नियमों के सेट को परिभाषित करता है ?
17. Which of the following defines the set of rules that are followed by each computer present on a network?
A) Web
B) HTTP
C) Domain
D) Protocol

Show Answer
D) Protocol

18. इमेज पर अपना नाम लिखने के लिए किस टूल का उपयोग किया जाता है?
18. Which tool is used to write your name on an image?
A) Transform tool
B) Draw tool
C) Text tool
D) Sketch tool

Show Answer
C) Text tool

19. इंटरनेट से जुड़ने के लिए निम्न में से क्या आवश्यक है?
19. Which of the following is required for joining the internet?
A) Internet architecture board
B) Internet society
C) Internet service provider
D) Different computer

Show Answer
C) Internet service provider

20. Ctrl + Shift + F सबलाइम टेक्स्ट एडिटर मे____________के लिए शॉर्टकट कुंजी है।
20. Ctrl + Shift + 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

Show Answer
B) Find in the Files

21. कौन सी सीएसएस प्रॉपर्टी निर्दिष्ट करती है कि कैसे एक वीडियो, या एक छवि को उसके सामग्री बॉक्स में फिट करने के लिए आकार दिया जाता है ?
21. Which CSS property specifies how a video, or an image is resized to fit its content box?
A) Position
B) Object-position
C) Object-fit
D) None of these.

Show Answer
C) Object-fit

22. एचटीएमएल में ऑर्डर की गई सूची बनाने के लिए निम्र में से किसका उपयोग किया जाता है ?
22. Which of the following is used to create an ordered list in HTML?
A) <ul>
B) <ol>
C) <pb>
D) <hl>

Show Answer
B) <ol>

23. सीएसएस सिंटेक्स को_________ भागों में बाटा गया है।
23. CSS syntax is divided into_______ parts.
A) Selector and Declaration
B) Property name and value
C) Color and style
D) None of these

Show Answer
B) Property name and value

24. कोई किसी तत्व का फॉन्ट कैसे बदल सकता है ?
24. How can one change the font of an element?
A) f:
B) Font:
C) Font-family:
D) Font:b

Show Answer
C) Font-family:

25. वर्तमान एचटीएमएल दस्तावेज़ में बाहरी जावास्क्रिप्ट फाइल को कॉल करने के लिए सही सिंटेक्स कौन सा है ?
25. Which is the correct syntax to call an external JavaScript file in the current HTML document ?
A) <script src="test.js"></script>
B) <script hrel "Test.js"></script>
C) <import src="test.js"></import>
D) <script link="test.js"></script>

Show Answer
A) <script src="test.js"></script>

26. निम्नलिखित में से कौन सा एक्सप्रेशन सही है ?
26. Which of the following expressions is true?
A) { expression }
B) [{ expression }]
C) _expression
D) {{ expression }}

Show Answer
D) {{ expression }}

27. आप सभी पैराग्राफ एलेमेंट्स को 'ग्रे' रंग में कैसे बनाएंगे?
27. How will you make all paragraph elements 'GREY' in color?
A) pall {color: grey;}
B) p.all {color: #990000;}
C) all.p {color: #998877:}
D) p (color: grey;)

Show Answer
D) p (color: grey;)

28. फॉण्ट का फेस सेट करने के लिए निम्न में से किस प्रॉपर्टी का प्रयोग किया जाता है ?
28. Which of the following properties is used to set the face of a font?
A) font-family
B) font-face
C) font-variant
D) font-style

Show Answer
A) font-family

29. किसी छवि के चारों ओर गुलाबी डॉटेड बॉर्डर बनाने के लिए किस सीएसएस विशेषता (विशेषताओं) का उपयोग करना चाहिए ?
29. Which CSS attribute(s) should one use to create a pink dotted border around an image?
 	I. border-line
	II. border-style:
	III. border-color
A) I
B) II
C) III
D) Both II and III

Show Answer
D) Both II and III

30. एचटीटीपी का पूर्ण रूप है?
30. HTTP stand for_______
A) Hyper Text Transfer Protocol
B) Hyper Transfer Text Protocol
C) Hyper Text Transmission Protocol
D) Hyper Transmission Text Protocol

Show Answer
A) Hyper Text Transfer Protocol

31. इमेज_______पिक्सेल के रंगों को बदलकर एक इमेज का रूप बदलता है
31. Image______ is changing the appearance of an image by altering the colors of the pixels.
A) cropping
B) filtering
C) blurring
D) rotating

Show Answer
B) filtering

32. वेब प्रकाशन की आवश्यकता के लिए निम्नलिखित में से कौन सा विकल्प सही है?
32. Which of the following is the correct option for the requirement of web publishing?
A) Internet Connection
B) Web Development Software
C) Web Server
D) All of the above

Show Answer
D) All of the above

33. निम्नलिखित में से कौन सा विकल्प सही है?
33. Which of the following is the 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. (CSS एक ऑफलाइन कैश की मदद से वेब एप्लिकेशन को स्थानीय रूप से स्टोर कर सकता है।)
C) Using CSS, we can view offline websites. The also ensures faster loading and better overall performance of the website. (CSS का उपयोग करके हम ऑफलाइन वेबसाइट देख सकते हैं। यह वेबसाइट के तेज लोडिंग और बेहतर समग्र प्रदर्शन को भी सुनिश्चित करता है।)
D) All of the above (ऊपर के सभी)

Show Answer
A) Style sheets allow content to be optimized for more than one type of device. (स्टाइल शीट सामग्री को एक से अधिक प्रकार के डिवाइस के लिए अनुकूलित करने की अनुमति देती है।)

34. ___________एक एचटीएमएल 5 दस्तावेज़ के लिए एक डिक्लेरेशन है।
34. ___________is a declaration for an HTML5 document.
A) <!DOCTYPE html>
B) </DOCTYPE html>
C) <DOCTYPE html>
D) <DOCTYPE html!>

Show Answer
A) <!DOCTYPE html>

35. एक रंग प्रणाली के रंगों की श्रेणी जिन्हें वह प्रदर्शित या प्रिंट कर सकता है वह______________ है।
35. A color system's range of colors that it can display or print is___________
A) Dithering
B) The Gamut
C) Color Model
D) None of the above

Show Answer
B) The Gamut

36. निम्नलिखित में से कौन एक सही सीएसएस सिटेक्स है ?
36. Which of the following is a correct CSS Syntax?
A) {body; color:orange;}
B) {body: color-orange;}
C) body color=orange;
D) body{color:orange;}

Show Answer
D) body{color:orange;}

37. निम्नलिखित में से कौन वेबकिट के लिए CSS एक्सटेंशन प्रीफिक्स है ?
37. Which of the following is the CSS Extension Prefixes for Webkit?
A) -webkit
B) -o-
C) -web
D) -chrome

Show Answer
A) -webkit

38. एचटीएमएल मेटाडेटा निम्न में से किस टैग में मौजूद है ?
38. HTML metadata is present in which of the following tags?
A) <Head>
B) <body>
C) <title>
D) <p>

Show Answer
A) <Head>

39. निम्नलिखित में से HTML में कौन सा टैग सबसे बड़ी हेडिंग डालने के लिए प्रयोग किया जाता है ?
39. Which of the following tag is used for inserting the largest heading in HTML??
A) <h3>
B) <h1>
C) <h6>
D) <h2>

Show Answer
B) <h1>

40. एंकर एलिमेंट के निम्नलिखित में से कौन सी प्रॉपर्टी यह दर्शाती है कि उपयोगकर्ता वर्तमान में किसी एलीमेंट पर क्लिक कर रहा है ?
40. Which of the following properties of an anchor element indicates that the user is currently clicking on an element ?
A) :link
B) :visited
C) :hover
D) :active

Show Answer
D) :active

41. सीएसएस में उच्च वर्ग के लिए निम्नलिखित में से कौन सा सही है ?
41. Which of the following is true for pseudo class in CSS?
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 (किसी तत्व की विशेष स्थिति को परिभाषित करने के लिए उपयोग किया जाता है।)

Show Answer
D) Are Used to Define a Special State of An Element (किसी तत्व की विशेष स्थिति को परिभाषित करने के लिए उपयोग किया जाता है।)

42. फोटोशॉप फाइल के लिए फाइल एक्सटेंशन क्या है ?
42. What is the file extension for a Photoshop file ?
A) .psd
B) .pds
C) .photo
D) .phsd

Show Answer
A) .psd

43. निम्नलिखित में से कौन इंटरनेट पर सर्च इंजन का उदाहरण है ?
43. Which of the following is an example of a search engine on the internet?
A) एमएस ऑफिस
B) गूगल
C) जीमेल
D) विंडोज

Show Answer
B) गूगल

44. किसी एलिमेंट के स्टाइल को परिभाषित करने के लिए किस सीएसएस सेलेक्टर का उपयोग किया जाएगा ?
44. Which CSS selector will be used to doline a single element's style?
A) Id
B) Class
C) Text
D) Name

Show Answer
A) Id

45. बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित एचटीएमएल सिटेक्स क्या है?
45. What is the proper fitml syntax for referencing an external style sheet?
A) <style src="demostyle.css>
B) <stylesheet>demostyle.css</stylesheet>
C) <link rel= "stylesheet" type="text/css" href="demostyle.css>
D) None of these

Show Answer
C) <link rel= "stylesheet" type="text/css" href="demostyle.css>

46. निम्नलिखित में से कौन एक टेक्स्ट एडिटर नहीं है ?
46. Which of the following is not a text editor?
A) Paint
B) Notepad++
C) Sublime
D) Visual Studio Code

Show Answer
A) Paint

47. निम्नलिखित में से कौन सा कोड सबसे कार्यक्षम है?
47. Which of the following code is most efficient ?
   
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

Show Answer
B) Code 2

48. निम्नलिखित में से किसका उपयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे CSS में कभी भी ओवरराइड नहीं किया जा सकता है?
48. 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!

Show Answer
C) !important

49. फोटोशॉप का कौन सा फीचर इमेज में हाल ही में हुए बदलाव को ट्रैक करता है?
49. Which feature of photoshop track recent changes made to an image?
A) Help
B) Creative Suite
C) History Panel
D) File

Show Answer
C) History Panel

51. नीचे दिए गए सीएसएस गुणों से, टेक्स्ट को बोल्ड बनाने के लिए निम्न में से किसका उपयोग किया जाता है ?
51. 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

Show Answer
C) Font-weight: bold

52. किसी छवि को टेक्स्ट के साथ घेरने के लिए किस सीएसएस प्रॉपर्टी का उपयोग करना चाहिए ?
52. Which CSS property should one use to encircle an image with text?
A) Float
B) Push
C) Align
D) wrap

Show Answer
A) Float

53. मार्की टैग___________ के लिए प्रयोग किया जाता है।
53. 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 (उपरोक्त में से कोई नहीं)

Show Answer
A) To scroll piece of text or image (टेक्स्ट या इमेज के अंश को स्क्रॉल करने)

54. एचटीएमएल पेज को कैसे पढ़ें और रेंडर करें ?
54. How to read and render an HTML page ?
A) Through Web server (वेब सर्वर के माध्यम से)
B) Through Web network (वेब नेटवर्क के माध्यम से)
C) Through Web browser (वेब ब्राउज़र के माध्यम से)
D) Through Web matrix (वेब मैट्रिक्स के माध्यम से)

Show Answer
C) Through Web browser (वेब ब्राउज़र के माध्यम से)

55. जब <iframe> टैग का उपयोग किया जाता है, तो निम्न में से कौन सी विशेषता एम्बेड करने के लिए पृष्ठ के URL को परिभाषित करती है ?
55. Which of the following attributes defines the URL of the page to embed when the <iframe> tag is used?
A) src
B) href
C) style
D) title

Show Answer
A) src

56. दिए गए img टैग में, दोहरे उद्धरण चिह्न के अंदर "img.png" का क्या अर्थ है?
56. In the given img tag, what "img.png" inside the double quote implies?
A) element
B) attribute
C) value
D) operator

Show Answer
C) value

57. दस्तावेज के जूम स्तर को बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है ?
57. 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

Show Answer
B) Ctrl + the plus key (+)

58. सीएसएस में इमेज पुनरावृति को नियंत्रित करने के लिए सही विकल्प है
58. To control image repetition in CSS, the correct option is:
A) h1 {background-loop: none; }
B) h1 {background-repeat: none;}
C) h1 {background-iterate: none;}
D) None of the above

Show Answer
B) h1 {background-repeat: none;}

59. नीचे दिए गए कोड में किस प्रकार के सीएसएस का प्रयोग किया गया है ?
59. Which type of CSS is used in the code below?
   <p style="border:2px solid red;">  		
A) Extemal CSS
B) Internal CSS
C) Inline CSS
D) None of these

Show Answer
C) Inline CSS

60. सीएसएस स्टाइल या कोड का उपयोग करके,सभी हाइपरलिंक्स से अंडरलाइन कैसे हटाया सकता है ?
60. By using CSS style or code, can one remove the underline from all hyperlinks?
A) a {text-decoration: no underline;}
B) a {text: no-underline;}
C) a {text-decoration: none;}
D) a {text-decoration: no underline;}

Show Answer
C) a {text-decoration: none;}

61. एंगुलरजेएस में एक मॉड्यूल है ?
61. What is a module in AngularJS?
A) expression
B) application
C) element
D) none the above

Show Answer
B) application

62. नोटपैड में चालू पंक्ति को डुप्लीकेट के लिए किस शॉर्टकट का प्रयोग जाता है ?
62. Which shortcut key is used to duplicate current line in Notepad++?
A) Ctrl + Shift + D
B) Ctrl + Alt + D
C) Ctrl + D
D) Alt + D

Show Answer
C) Ctrl + D

63. कौन सी सीएसएस प्रॉपर्टी छवि की स्पष्टता को निर्दिष्ट करती है?
63. Which CSS Property specifies the clarity of the image?
A) Overlay
B) Clearfix
C) Clarity
D) Opacity

Show Answer
D) Opacity

64. कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है ?
64. Which statement specify correct difference between var and let keywords in JavaScript?
A) var defines a variable while let defines a constant (var एक वेरिएबल को परिभाषित करता है जबकि let एक स्थिरांक को परिभाषित करता है।)
B) There is no such major difference between them (उनके बीच कोई बड़ा अंतर नहीं है।)
C) The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed. (var के साथ घोषित वेरिएबल का मान बदला जा सकता है जबकि let के साथ घोषित वेरिएबल का मान बदला नहीं जा सकता है।)
D) var defined function scoped variable while let define block scoped variable. (var फ्रैक्शन स्कोप्ड वेरिएबल को परिभाषित करता है जबकि let ब्लॉक स्कोप्ड वेरिएबल को परिभाषित करते हैं।)

Show Answer
D) var defined function scoped variable while let define block scoped variable. (var फ्रैक्शन स्कोप्ड वेरिएबल को परिभाषित करता है जबकि let ब्लॉक स्कोप्ड वेरिएबल को परिभाषित करते हैं।)

65. निम्नलिखित में से कौन सा/से कथन सही है/हैं ?
65. 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. (एक आईपी पते में चार बाइट्स (या 32 बिट्स) होते हैं, जिनमें से प्रत्येक 0 से 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. (सभी सही हैं।)

Show Answer
D) All are correct. (सभी सही हैं।)

66. सीएसएस में, सेलेक्टर्स__________का उपयोग उन तत्वों का चयन करने के लिए किया जाता है जिन्हें आप स्टाइल करना चाहते हैं।
66. In CSS, selectors are______used to select the elements you want to style.
A) Classes
B) Patterns
C) Properties
D) Functions

Show Answer
A) Classes

67. निम्न में से कौन सा सही है ?
67. Which of the following is true?
A) BR tag is used to have a blank line (बीआर टैग का उपयोग ब्लैक लाइन के लिए किया जाता है)
B) In tables, the header cell is centered by default and the data cells are right-aligned (तालिकाओं में, हेडर सेल डिफ़ॉल्ट रूप से केंद्रित होता है और डेटा सेल दाई ओर-संरेखित होते हैं।)
C) The <TR> is used to create a data cell (डेटा सेल बनाने के लिए <TR> का उपयोग किया जाता है।)
D) INPUT tag must have at least 4 attributes (इनपुट टैग में कम से कम 4 एट्रीब्यूट होनी चाहिए)

Show Answer
A) BR tag is used to have a blank line (बीआर टैग का उपयोग ब्लैक लाइन के लिए किया जाता है)

68. निम्न में से कौन एक ब्राउजर नहीं है ?
68. Which of the following is not a browser?
A) Microsoft Edge
B) Google Meet
C) Mozilla Firefox
D) Google Chrome

Show Answer
B) Google Meet

69. निम्नलिखित में से कौन सीएसएस का उपयोग करके एनिमेट करना संभव नहीं है ?
69. Which of the following is not possible to animate using CSS?
A) Padding
B) Word-spacing
C) Text-transform
D) Width

Show Answer
C) Text-transform

70. एचटीएमएल 5 में निम्न में से कौन सा वीडियो फॉर्मेट है ?
70. Which of the following is video format in HTML5
A) MP5
B) WebM
C) wor
D) None

Show Answer
A) MP5

71. निम्नलिखित में से कौन सा/से कथन सत्य है है ?
71. Which of the following statement (s) is/are true ?
 	I. The web designer shouldn't just be concerned about the looks but also about user interface
(वेब डिज़ाइनर को केवल रूपरंग के बारे में ही नहीं बल्कि उपयोगकर्ता इंटरफ़ेस के बारे में भी चिंतित होना चाहिए) II. Usability is very important in web design
(वेब डिज़ाइन में उपयोगिता बहुत महत्वपूर्ण है)
A) Only I
B) Only II
C) Both I and II
D) None of the above

Show Answer
C) Both I and II

71. निम्नलिखित में से कौन सा/से कथन सत्य है है ?
71. Which of the following statement (s) is/are true ?
 	I. The web designer shouldn't just be concerned about the looks but also about user interface
	  (वेब डिज़ाइनर को केवल रूपरंग के बारे में ही नहीं बल्कि उपयोगकर्ता इंटरफ़ेस के बारे में भी चिंतित होना चाहिए)
	II. Usability is very important in web design 
	  (वेब डिज़ाइन में उपयोगिता बहुत महत्वपूर्ण है)
A) Only I
B) Only II
C) Both I and II
D) None of the above

Show Answer
C) Both I and II

72. निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा ?
72. What will be the output of the following JavaScript code ?
	<p id="demo"></p> 
	<script>
	var js = 10; 
	js *= 5;
	document.getElementById("demo").innerHTML =js;
	</script>
A) 10
B) 15
C) 5
D) 50

Show Answer
D) 50

73. सीएसएस का स्थिति गुण डिफ़ॉल्ट मान_____________ है ?
73. CSS's position property default value is_________.
A) Relative
B) Absolute
C) Fixed
D) Static

Show Answer
A) Relative

74. निम्नलिखित में से किस फ़ाइल प्रकार में एनिमेटेड होने की क्षमता नहीं है ?
74. Which of the following file types does not have the ability to be animated?
A) .PNG
B) .PSD
C) .GIF
D) None of the above

Show Answer
A) .PNG

75. सीएसएस पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है ?
75. For what purpose is the CSS padding property used?
A) Border
B) Space
C) Background Color
D) Margin

Show Answer
B) Space

76. निम्नलिखित ट्रांजिसन में, .4s क्या वर्णन करता है ?
76. In the following transition, what does .4s describe ?
	transition: color .4s linear;
A) Word-spacing
B) Padding
C) Selector
D) Rule

Show Answer
C) Duration

77. सीएसएस में "color:black" को___________के रूप में जाना जाता है।
77. The "color:black" in CSS syntax is known as__________.
A) Value
B) Declaration
C) Background Color
D) Margin

Show Answer
B) Declaration

78. कौन सी CSS प्रोपटी यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ बिंदु (इलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें ?
78. 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-stroke
C) Text- shadow
D) Text-overflow

Show Answer
D) Text-overflow

79. किसी भी वेबपेज से कंप्यूटर सिस्टम में फाइल ट्रांसफर को______________कहा जाता है।
79. File transfer from any webpage to computer system is referred to as __________.
A) Uploading
B) Forwarding
C) Downloading
D) Transferring

Show Answer
C) Downloading

80. निम्नलिखित मामले में क्या होगा ?
80. What will happen in the following case?
	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

Show Answer
D) only font-style: italic works

81. निम्नलिखित में से किसे त्रुटि नहीं माना जाता है।
81. 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

Show Answer
D) Missing of semicolons

82. बॉडी बैकग्राउंड रंग के लिए किस विशेषता का उपयोग किया जाता है ?
82. Which attribute is used for body background color?
A) bgcolor
B) background
C) back color
D) None of the above

Show Answer
A) bgcolor

83. एक सीएसएस फाइल में एकाधिक लाइन टिप्पणियां कैसे करें?
83. How to insert multiple line comments in a CSS file?
A) // statement
B) 'statement
C) /* statement */
D) // statement //

Show Answer
C) /* statement */

84. निम्नलिखित में से किसका प्रयोग फोटोशॉप इमेज बनाने और उसमें हेर-फेर करने के लिए किया जाता है ?
84. Which of the following is used for creating and manipulating photoshop images?
A) Panels
B) Layers
C) Tools
D) Effects

Show Answer
C) Tools

85. निम्न में से किस विकल्प का उपयोग किसी छवि के कुछ हिस्सों को हटाने के लिए किया जा सकता है ?
85. Which of the following options can be used to remove parts of an image?
A) print
B) crop
C) rotates
D) resize

Show Answer
B) crop

86. इंटरनेट की उत्पत्ति_____________की अवधारणा से हुई है।
86. The internet originated from the concept of_________
A) Microsoft
B) ARPANET
C) Web
D) IBM

Show Answer
B) ARPANET

87. जावास्क्रिप्ट में “स्काई इज ब्लू" लिखने का सही सिटैक्स है:
87. The correct syntax to write "Sky is blue" in JavaScnpt is :
A) jscript.write("Sky is blue")
B) document.write("Sky is blue")
C) print("Sky is blue")
D) jscript.print("Sky is blue")

Show Answer
B) document.write("Sky is blue")

88. वेब पर छवियों का मानक रिजॉल्यूशन क्या है?
88. What is the standard resolution of images on the web?
A) 72 PPI
B) 300 PPI
C) 256 PPI
D) 172 PPI

Show Answer
A) 72 PPI

89. कौन सा चयनकर्ता एक निश्चित अवस्था के आधार पर तत्वों का चयन करता है ?
89. The correct syntax to write "Sky is blue" in JavaScnpt is :
A) Combinator selector
B) Pseudo Class selector
C) Pseudo elements selector
D) Attribute selector

Show Answer
C) Pseudo elements selector

90. नोटपैड में खुली हुई सभी फाइलों को कैसे बंद करें?
90. How to close all files open in Notepad++?
A) File Menu -> Close option
B) Search Menu -> Close all
C) File Menu -> Close all
D) Ctrl+w

Show Answer
C) File Menu -> Close all

91. यदि हम निम्नलिखित दो वेरिएबल्स को जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है ?
91. What type of value gets printed if we add the following two variables ?
		var a = "10";var b = 50;
A) Long
B) Text
C) Integer
D) Number

Show Answer
B) Text

92. मास्क लेयर के साथ काम करते समय, एक मिटाने वाले प्रभाव के लिए चित्र में "हटाने" और "जोड़ने के लिए किस उपकरण का उपयोग किया जाता है ?
92. When working with a Mask Layer, for an erasing effect, what tool is used to "take away" and "add" to the picture?
A) Selection Tool
B) Paint Brush
C) Paint Bucket
D) Lasso Tool

Show Answer
A) Selection Tool

93. निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में ऐरेज को परिभाषित करता है ?
93. Which of the following staternents define Arrays in JavaScript?
A) It is an ordered list of values
B) It is an ordered list of objects
C) It is an ordered list of string
D) It is an ordered list of functions

Show Answer
A) It is an ordered list of values

94. निम्नलिखित में से किस उद्देश्य (उद्देश्यों) के लिए जावास्क्रिप्ट को डिजाइन किया गया है ?
94. For which of the following purpose(s) JavaScript is designed for ?
A) To style HTML Pages
B) To perform server-side scripting operation
C) To execute query related to DB on server
D) To add interactivity to HTML Pages

Show Answer
D) To add interactivity to HTML Pages

95. निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है ?
95. What is the output of the following JavaScript code?
		<script>
		var a;
		document.getElementById("demo").innerHTML = a+1;
		</script>
A) 0
B) undefined
C) 1
D) NaN

Show Answer
B) undefined

96. सामान्यीकृत रंग सुधार के लिए, कौन सा कमांड एक छवि में रंगों के समग्र संयोजन को समायोजित करता है?
96. 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

Show Answer
A) The Color Balance

97. यदि एक पैराग्राफ के लिए params एक DOM ऑब्जेक्ट है, तो पैराग्राफ में टेक्स्ट को बदलने के लिए निम्नलिखित में से कौन सा सही सिंटेक्स है ?
97. If params is a DOM object for a paragraph, which of the following is a correct syntax to change the text in the paragraph?
A) params.value = "Updated Text"
B) params.content="Updated Text"
C) params.nodeValue = "Updated Text"
D) params.firstChlid.nodeValue = "Updated Text";

Show Answer
A) params.value = "Updated Text"

98. _____________कंप्यूटर है जो एक नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन प्रदान करते हैं।
98. ___________are computers that connect to a network and deliver resources to other computers.
A) Servers
B) Mainframe
C) Network
D) Clients

Show Answer
A) Servers

99. निम्न में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है ?
99. Which of the following directives allows one to use form?
A) ng-app
B) ng-form
C) ng-controller
D) ng-bind

Show Answer
B) ng-form

100. एंगुलरजेएस एक_________ है।
100. AngularJS is a_______.
A) HTML Framework
B) Net Framework
C) JavaScript framework
D) Oracle Framework

Show Answer
C) JavaScript framework

Post a Comment

1 Comments