Subscribe Us

Advertisement

web designing mcqs set 1

web designing and publishing set 1




1. In the below code snippet, in what order will the margins be added?

p {

margin: 25px 50px 75px 100px; }

 

A. Top, Right, Bottom, Left टॉप, राईट, बॉटम, लेफ्ट

B. Top, Left, Bottom, Right टॉप, लेफ्ट, बॉटम, राईट

C. Top, Bottom, Left, Right टॉप, बॉटम, लेफ्ट, राईट

D. Right, Left, Top, Bottom राईट, लेफ्ट, टॉप, बॉटम

 

2. Graphic editing has to be performed ग्राफिक एडिटिंग परफार्म की जाती है

 

A. To improve the attributes of existing image. मौजूदा इमेज के ऐट्रीब्यूट को बेहतर बनाने के लिए।

B. To remove unwanted portions of the image. इमेज के अवांछित भागों को हटाने के लिए

C. To add special effects, not possible with actual photography स्पेशल इफेक्ट को जोड़ने के लिए, वास्तविक फोटोग्राफी के साथ संभव नहीं है

D. All of the above उपरोक्त सभी

 

3. Which one of the following is not used to generate dynamic web pages? डॉयनामिक वेब पेज बनाने के लिए निम्नलिखित में से किसका उपयोग नहीं किया जाता है?

 

A. PHP

B. ASP.NET

C. JSP

D. None

4. Can negative values be allowed in padding property क्या पैडिंग प्रॉपर्टी में नकारात्मक मानों की अनुमति दी जा सकती है

 

A. Yes

B. No

C. Depends on property

D. None of the above

 

5. Which of the following is the correct regarding meta tag in HTML? एचटीएमएल में मेटा टैग के बारे में निम्नलिखित में से कौन सा सही है।

 

A. <meta>... </meta>

B. <meta name = " " />

C. <metadata>...</metadata>

D. <metadata name = " " />

 

6. Which tag inserts a line horizontally on your webpage? आपके वेबपेज पर कौन-सा टैग एक लाइन को हॉरीजेन्टल में इन्सर्ट करता है?

 

A. <hr>

B. <line>

C. <line directon = "horizontal">

D. <tr>

 

7. Which one of the following is not support by Notepad? निम्न में से एक नोटपैड के द्वारा सपोर्ट नहीं किया जाता है।

 

A. Read Text रीड टेक्स्ट

 

B. Write Text राईट टेक्स्ट

C. Read & Write Text रीड एण्ड राईट टेक्स्ट

D. Graphics ग्राफिक्स

 

8. Which of the following are valid ways to represent a colour in CSS? सीएसएस में किसी कलर को रिप्रेसेन्ट करने के लिए निम्नलिखित में से कौन से वैध तरीके हैं?

 

A. A valid color name

B. RGB values

C. HEX values

D. All of the above.

 

9. Which of the following is the correct way to select all h1 headers in a div element? निम्नलिखित में से कौन एक div एलिमेन्ट में सभी h1 हेडरो का चयन करने का सही तरीका है?

 

A. div-h1

B. div h1

C. hi

D. None of the above

 

10. Multiple declarations of variables are symbol in JavaScript. separated by जावास्क्रिप्ट में वेरिएबल के मल्टीपल डिक्लेरेशन को....... सिम्बल द्वारा अलग किया जाता है।

 

A. Comma कॉमा

B. Semicolan सेमीकोलन

 

C. Asterisk ऐस्ट्रिक.

D. Colonकोलन

 

11. Which of the following is used to make rounded borders around elements using which CSS property?निम्नलिखित में से किस सीएसएस प्रॉपर्टी का उपयोग एलिमेन्ट के चारों ओर राउन्ड बॉर्डर बनाने के लिए उपयोग किया जाता है?

 

A. border-collapse                                               

 B. border-round

C. border-radius

D. None of the above

 

12. Which of the following CSS framework is used to create a responsive design? निम्नलिखित में से किस सीएसएस फ्रेमवर्क का उपयोग एक रिस्पॉन्सिव डिजाइन बनाने के लिए किया जाता है?

 

A. django

B. rails             

C. larawell

D. bootstrap

 

13. Which of the following function defines a linear gradient as a CSS image? निम्नलिखित में से कौन सा फंक्शन एक सीनियर ग्रेडिएंट को सीएसएस इमेज के रूप में डिफाइन करता 8?

 

A. gradient.

B. linear-gradient

C. grayscale.  

D. Image

 

14. Which of the following are parts of the CSS box model? निम्नलिखित में से कौन-सा सीएसएस बॉक्स मॉडल के भाग हैं?

 

A. Margins

B. Borders

C. Padding

D. All of the Above

 

15. Which of the following CSS property can be used to set the image as a border instead of the border style?इमेज को बॉर्डर स्टाइल के बजाय बॉर्डर के रूप में सेट करने के लिए निम्नलिखित में से कौन सी सीएसएस प्रॉपर्टी का उपयोग किया जा सकता है?

 

A. background-image-source

B. background-image

C. border-image-source

D. border-image

 

16. Which of the following CSS property specifies the type of list item marker? निम्नलिखित में से कौन सी सीएसएस प्रॉपर्टी सूची आइटम मार्कर के प्रकार को स्पेशिफाई करती है?

 

A. list

B. list-style-type

C. ul

D. ol

 

17. How can we select elements with a specified attribute in CSS? हम सीएसएस में निर्दिष्ट ऐट्रीब्यूट वाले एलिमेन्टो का चयन कैसे कर सकते हैं?

 

A. [attribute]selector

B. [property]selector

C. Both A and B

D. None of the above

 

18. What are the different types of gradients in CSS? सीएसएस में विभिन्न प्रकार के ग्रेडिएंट क्या है?

 

A. Linear Gradients

B. Conic Gradients

C. Radial Gradients

D. All of the Above

 

19. Classes of W3.CSS card are W3.CSS कार्ड की क्लासेस है।

 

A. W3-card

B. W3-card 2

C. w3-card4

D. All of the above

 

20. Which classes are used to display type of style? स्टाइल के टाइप को प्रदर्शित करने के लिए किस क्लॉस का उपयोग किया जाता है?

 

A. W3.CSS image class

B. W3.CSS form class

C. Both of the above

D. None of these

 

21. Which of the following components of the CSS box model are transparent? सीएसएस बॉक्स मॉडल के निम्नलिखित में से कौन त्ता कम्पोनेन्ट पारदर्शी होता है?

 

A. Padding

B. Margin

C. Both A and B

D. content

 

22. Which class is used to sets the container to 1/3rd of the window. कंटेनर को विंडो के 1/3 पर सेट करने के लिए किस क्लॉस का उपयोग किया जाता है।

 

A. W3-third

B. W3-Quarter

C. W3-col

D. None of the above

 

23. Which of the following can be achieved with CSS lists? निम्नलिखित में से क्या सीएसएस सूचियों से प्राप्त किया जा सकता है?

 

A. Set different list item markers for ordered lists.

B. Set different list item markers for unordered lists.

C. Set an image as the list item marker       

 D. All of the above

 

24. What is the feature of W3.CSS ? W3.CSS के क्या फीचर होते हैं?

 

A. in-built responsive designing.

B. provides standard CSS.

C. Inspired by Google Material Design and Free to use.

D. All of the above 

25.......... specify page description, author and keywords.......... पृष्ठ विवरण, लेखक और कीवर्ड स्पेशिफाई करता है।

 

A. <META>

B. <HR>

C. <BR>

D. <P>

 

26. Which of the following is the correct syntax to display "This is O LEVEL Class" in an alert box using JavaScript?  जावास्क्रिप्ट का उपयोग करते हुए अलर्ट बॉक्स में "This is O LEVEL Class प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सही सिटैक्स है? है।

 

A. alertbox("This is O LEVEL Class").

B. alert("This is O LEVEL Class")

C. msgbox("This is O LEVEL Class").

D. None of the above

 

27. Which class is used to display the text over an image. किसी इमेज पर टेक्स्ट प्रदर्शित करने के लिए किस क्लॉस का उपयोग किया जाता है।

 

A. W3-title

B. W3-card

C. W3-image

D. None of the above

 

28. HTML was developed in एचटीएमएल डेवलप किया गया था?

 

A. 1990

B. 1991

C. 1992

D. 1993

 

29....... element is a container for meta data ......... एलिमेन्ट मेटा डेटा के लिए एक कंटेनर है

 

A. <HTML>

B. <!DOCTYPE>

C. <HEAD>

D. <TITLE>

 

30. Which class is used to create awesome input control.अवेसम इनपुट कन्ट्रोल बनाने के लिए किस क्लॉस का उपयोग किया जाता है।

 

 A. W3-input

B. W3-label

CW3-checkbox

D. W3-checkmark

 

31. Which tag encloses all the tags, attributes and information to be displayed in the Web page. कौन सा टैग वेब पेज में प्रदर्शित होने वाले सभी टैग, ऐट्रीब्यूटो और सूचनाओं को संलग्न करता है।

 

 A. <HTML>          

 B. <BODY>

C. <FONT>

D. <P>

 

32. Which class specifies a column in a 12 column grid. 12 कॉलम ग्रिड में कौन सा क्लॉस एक कॉलम को स्पेशिफाई करता है।

 

 A. W3-col

B. W3-column

C. w3-image

D. None of the above

 

33. In 1993, the first graphical browser called was released. 1993 में, जारी किया गया था। नामक पहला ग्राफिकल ब्राउजर

 

A. skype स्काईप

B. Mosaic मोजैक

C. pandora पढोरा

D. None of the above- उपर्युक्त कोई नहीं

 

34. A CSS Rule set contains a selector and a एक सीएसएस नियम सेट में एक सेलेक्टर और एक होता है।

 

 A declaration block

B. class

C. HTML code

D. None of the above

 

35. ..........is a global hypertext system that was initially developed in 1989 by Tim Berners Lee. .........एक ग्लोबल हाइपरटेक्स्ट सिस्टम है जिसे शुरुआत में 1989 में टिम बर्नर्स ली द्वारा विकसित किया गया था।

 

A. WWW

B. FTP

C. TCP

D. None of these

 

36. Which one of the following is the example of class selector. निम्नलिखित में से कौन सा क्लॉस सेलेक्टर का उदाहरण है?

 

A. h2{color:#000000;}.        

B. h2 {color:#000000;}

C. #h2{color:#000000;}

D. None of the above

 

37. Which W3.css class is used to make a text as Left Alignment. .........प्रॉपर्टी टेक्स्ट को लेफ्ट एलाइनमेंट बनाने के लिए किस W3.css क्लास का इस्तेमाल किया जाता है।

 

A. w3-align-left

B. w3-left

C. w3-left-align

D. w3-text-left

 

38. Bootstrap is used for बुटस्ट्रेप का उपयोग के लिए किया जाता है?

 

A. Web Applications

B. A Lot Of Internet Of Things

C. Bigdata

D. Data

 

39. Which W3.CSS class adds borders at top, right, bottom, left (All side) to an element. एक कौन सा W3-CSS क्लॉस किसी एलिमेन्ट के ऊपर, दाएं, नीचे, बाएं (सभी तरफ) बॉर्डर जोड़ता है।

 

A. w3-border

B. w3-border-all

C. w3-border-0

D. All of these

 

40. The W3-container class is the perfect class use for .The W3-container क्लॉस ........के उपयोग के लिए परफेक्ट क्लॉस है।

 

A. <div>

B. <article> ,<header>,<footer>

C. <section>

D. All of these

 

41. Which of the following services are available on the World Wide Web? वर्ल्ड वाइड वेब पर निम्नलिखित में से कौन सी सेवाएं उपलब्ध हैं?

 

i.Encryption    II.HTTP     lll.HTML     IV.Firewalls

 

A. i and ii.

B. ii. and iii.                                                               

 C. iii. and iv.

D. i and iv.

 

42. Protocols are.....प्रोटाकॉल है?

 

A.Agreements on how communication components and DTE's are to communicate.                                                         B. Logical communication channels for transferring data.

C. Physical communication channels used for transferring data

D. None of the above

 

43. W3.CSS is the alternative of W3-CSS का विकल्प है-

 

A. Bootstrap

B. JavaScript

C. Angular JS         

D. HTML

 

44. ........is text with hyperlinks........हाइपरलिंक्स वाला टेक्स्ट है।

 

A Lower text-लोवर टेक्स्ट

B. Upper text अपर टेक्स्ट

C. Toggle text-टॉगल टेक्स्ट                                      

D. Hypertext-हाईपरटेक्स्ट

 

45. w3-color class is used for w3-color क्लॉस का उपयोग किया जाता है

 

A. to Set Background Color

B. to Set TEXT Color

C. to Set the Border color

D. All of these

 

46. What is a cookie? कुकी क्या है?

 

A. Computer Code used to show animation and play sound.

B. Information sent to the computer that is used later to give information back to a visited web site.

C. An advertisement that will at sometime be displayed on your screen.                          

 D. Computer code that automatically records all purchases and payments, you make from your computer.

 

47. https is a एचटीटीपीएस है-

 

A. Scripting language स्क्रिष्टिंग लेग्वेज

B. Browser

C. Security connection सिक्योरिटी कनेक्शन

D. Authoring Tool ऑधरिंग टूल

 

48. The Domain name in an URL refers to the एक यूआरएल में डोमेन नाम रिफर करता है

 

A. Protocol-प्रोटोकाल

B. Server-सर्वर

C. filename फाईलनेम

D. directory डायरेक्टरी

 

49. W3.css is used for....W3.css का उपयोग ........के लिए किया जाता है।

 

A. Client Side Server

B. Client Side Scripting

C. Responsive Web Designing

D . All of the above.

 

50. ........are used to identify a user who returns to a Website. ..........का उपयोग किसी वेबसाइट पर लौटने वाले उपयोगकर्ता की पहचान करने के लिए किया जाता है।

 

A Cookies

B. Plug-ins

C. Scripts

D. ASPS

 

51. Desirable properties of a website are

 

i. a meaningful address

ii. help and search facilities

 iii. links to related sites

iv. features to allow users to give feedback

v. hosting on a mainframe.

 

एक वेबसाइट के वांछनीय प्रॉपर्टी हैं

 

i. एक सार्थक पता

ii. सहायता और खोज सुविधाएं

iii. संबंधित साइटों के लिक

iv) उपयोगकर्ताओं को प्रतिक्रिया देने की अनुमति देने के लिए सुविधाएँ                                                               v. मेनप्रोम पर होस्टिंग।

 

A. i,ii,iii

B. i,ii,iiii,iv

C. i,ii,iii,iv,v

D. i,ii,iii,v

 

52. Which Class Produce Largest Font Size in W3.CSS. W3-CSS में कौन सा क्लॉस सबसे बड़ा फॉन्ट आकार उत्पन्न करता है?

 

A. w3-Jumbo

B. w3-xxxlarge

C. w3-xxlarge

D. w3-xlarge

 

53. NotePad++ is which type of software नोटपैड++ किस प्रकार का सॉफ्टवेयर है

 

A. Text Editor टेक्स्ट एडीटर

B. Image Editor इमेज एडीटर

C. HTML Editor एचटीएमएल एडीटर

D. All of these इनमें से सभी

 

54. Which one is incorrect class name for Font size in W3.CSS. W3-CSS में फॉन्ट आकार के लिए कौन सा क्लॉसनेम गलत है।

 

A. w3-jumbo

B. w3-large

C. w3-normal

D. w3-tiny

 

55. Which value of position always fixes the position of the element relative to the viewport? व्यूपोर्ट के सापेक्ष स्थिति का कौन सा मान हमेशा एलिमेन्ट की स्थिति को फिक्स करता है?

 

A. absolute

B. fixed

C. static

D. sticky

 

56. W3.css provides the css for W3.css के लिए सीएसएस प्रदान करता है?

 

A. Desktop - डेस्कटाप

B. Laptop-लैपटाप

C. Tablet & Mobile टेबलेट और मोबाईल

D. All of the Above उपर्युक्त सभी

 

57. How do you group multiple selectors? आप एकाधिक सेलेक्टरो को कैसे ग्रुप करते है-

 

A. Separate each selector with a plus sign. प्रत्येक सेलेक्टर को प्लस चिन्ह से सेपरेट करें।

B. Separate each selector with a space. प्रत्येक सेलेक्टर को स्पेस से सेपरेट करें।

C. Separate each selector with a comina. प्रत्येक सेलेक्टर को कॉमा से सेपरेट करें।

D. Separate each selector with star. प्रत्येक सेलेक्टर को स्टार से सेपरेट करें।

 

58. Which of the following is not used with text- decoration property?निम्नलिखित में से किसका प्रयोग टेक्स्ट डेकोरेशन प्रॉपर्टी के साथ नहीं किया जाता है?

 

A. overline

B. underline

C. line-through

D. Inline

 

59. Which W3.CSS class is used to display a. border around a table.टेबल के चारों ओर बॉर्डर प्रदर्शित करने के लिए किस W3-CSS क्लास का उपयोग किया जाता है।

 

A. w3-border

B. w3-table-border

C. w3 Bordered

D. w3-border-table

 

60. Which property will be used to display an image of at least 100px width? कम से कम 100 पिक्सल चौड़ाई की इमेज प्रदर्शित करने के लिए किस प्रॉपर्टी का उपयोग किया जाएगा?

 

A. max-height

B. max-width

C. min-height

D. min-width

 

61. Which W3.CSS Class is used to remove all Border from html Element. html Element से सभी Border को हटाने के लिए किस W3-CSS Class का प्रयोग किया जाता है?

 

A. w3-border-none

B. w3-border-0

C. w3-border-remove

D. w3-no-border

 

62. The w3-panel class adds a....... top and bottom margin and a ........left and right padding to any HTML element. W3-पैनल क्लॉस किसी भी एचटीएमएल एलिमेन्ट में एक .......शीर्ष और निचला मार्जिन और  एक....... बाएँ और दाएँ पैडिंग जोड़ता है।

 

A. 4PX 4PX         

B. 16PX 16PX

C. 4PX 16PX

D. 16PX 4PX

 

63. if the elements <p>, <h4> and <a> tags are needed to be of the orange color, then which of the following will do this? यदि एलिमेन्ट <p>, <h4> और <a> टैग को नारंगी रंग में करने की आवश्यकता है. तो निम्न विकल्प में से कौन ऐसा करेगा?

 

A. p h4 a {color:orange:}

B. p:h4;a{color:orange;}

C. p+a+h4{color:orange;}

D. h4,a,p{color:orange;}

 

64. How to apply styles to all <span> element Inside para's having class style? पैरा की क्लास स्टाइल के अंदर सभी <span> एलिमेंट में स्टाइल कैसे लागू करें?

 

A. p.style span

B. p.style.span

C. p.style span*

D. None of the above उपर्युक्त में से कोई नहीं

 

65. In W3.CSS the Default Font Size for <h1>tag is W3-CSS में <h1> टैग के लिए डिफॉल्ट फॉन्ट आकार  है

A. 64PX

B. 36PX

C. 32PX

D. 24PX

 

66. Which of the following selector selects the elements that are the default among a set of similar elements?निम्नलिखित में से कौन सा सेलेक्टर उन एलिमेन्टो का चयन करता है जो समान एलिमेन्टो के समूह में डिफॉल्ट होते हैं?

 

A. :default

B. :%

C. :disabled

D. None of these

 

67. How to apply specific styles to h1 tag only when mouse points to it? केवल h1 टैग पर विशिष्ट शैलियों को कैसे लागू करें जब माउस इसे इंगित करता है?

 

A. h1.hover

B. h1: hover

C. h1:hover

D. h1:hover

 

68. If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin? यदि किसी एलिमेन्ट में शीर्ष के लिए मार्जिन वैल्यू 20 पीएक्स, नीचे के लिए 20 पीएक्स, दाईं ओर 30 पीएक्स, बाईं ओर 30 पीएक्स है। तो निम्न में से कौन सा मार्जिन सेट करने का सही तरीका है?

 

A. margin: 20px 20px 30px 30px

B. margin: 30px 20px

C. margin: 20px 30px

D. margin: 30px 30px 20px 20px

 

69. Which W3.CSS class is used to add zebra- stripes to a table टेबल में ज़ेबरा स्ट्राइप्स जोड़ने के लिए किस W3- CSS क्लास का इस्तेमाल किया जाता है

 

A. w3-table-striped

B. w3-zebra

C. w3-striped

D. w3-zebra-striped

 

70. If an element becomes invisible but the rest of the web page layout is not affected, then what could be the property applied to that element? यदि कोई एलिमेन्ट अदृश्य हो जाता है लेकिन शेष वेब पेज लेआउट प्रभावित नहीं होता है, तो उस एलिमेन्ट पर क्या प्रॉपर्टी लागू हो सकती है?

 

A. display: none;

B. visibility: hidden;

C. display: hidden;

D. visibility: none;

 

71. Which tag is used to contain content that is related to the primary content of the webpage, but isn't the primary content of the page. वेबपेज के प्राथमिक कन्टेन्ट से संबंधित कन्टेन्ट को शामिल करने के लिए किस टैग का उपयोग किया जाता है, लेकिन यह पेंज का प्राथमिक कन्टेन्ट नहीं है।

 

A. header

B. tooter

C. aside

D. nav

 

72. Which one is correct w3.css Class for Right Alignment. राइट एलाइनमेंट के लिए कौन सा एक सही w3- CSS क्लास है?

 

A. w3-align-right

B. w3-right-align

C. w3-text-right

D. w3-right

 

73. How do you select all p elements inside a div element? आप डिव एलिमेन्ट के अंदर सभी एलिमेन्ट का चयन कैसे करते हैं?

 

A. div p

B. div.p

C. div+p

D. div-p

 

74. If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible. यदि बैकग्राउंड इमेज कंटेनर की चौड़ाई से बड़े या छोटे आकार का है, तो कोड की कौन सी लाइन इसे पूरी तरह से दृश्यमान बनाने के लिए इसका आकार बदल देगी।

 

A. background-size: contain;

B. background-repeat: no-repeat;

C. background-size: cover:

D. none of the above

 

75. Which W3.CSS Class Properties are not included in w3-table-all Class W3-टेबल ऑल क्लॉस में कौन सी W3-CSS क्लास प्रॉपर्टी शामिल नहीं हैं?

 

A. w3-striped

B. w3-border

C. w3-centered

D. w3-table

 

76. What is the output of the following JavaScript code? निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?

<script type="text/javascript"

language="javascript">

        var x=5;

var y=6;

var res=eval("x*y");

document.write(res);

         </script>

 

A. "30"

B. 5*6

C. 30

D. "5*6"

 

77. Features of Sublime Text Editor सबलाईन टेक्स्ट एडिटर के फीचर है।

 

A. Column selection and multi-select editing

B. Syntax highlight and high contrast display.

C. Auto completion, code building, Snippets

D. All of the above

 

78. Which of the following selectors select any tag with an id attribute set? निम्नलिखित में से कौन सा सेलेक्टर आईडी ऐट्रीब्यूट के साथ किसी टैग को सेलेक्ट करता है।

 

A. E#id

B.. class

C. #id

D. *

 

79. Which of the following Attribute is used to include External JS code inside your HTML Document.एचटीएमएल डॉक्यूमेंट के अंदर बाहरी जेएस कोड को शामिल करने के लिए निम्नलिखित में से किस ऐट्रीब्यूट का उपयोग किया जाता है-

 

A. Script

B. sre

C. Link

D. Rel

 

80. What does the 'margin:auto' means? मार्जिन ऑटो का क्या अर्थ है?

 

A. Set the margin equally on top and bottom of the element. एलीमेंट के ऊपर और नीचे समान रूप से मार्जिन सेट करें।

B. Set the margin equally on left and right of the element. एलीमेंट के दायें तथा बायें समान रूप से मार्जिन सेट करें।

C. Set the margin equally on all sides of the element. एलीमेंट के सभी तरफ समान रूप से मार्जिन सेट करें।

D. It is uncertain what will happen. यह अनिश्चित है कि क्या होगा।

 

81. What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element? विड्य ऐट्रीब्यूट की वैल्यू क्या होनी चाहिए, ताकि एलिमेन्ट की विड्थ अपने मूल एलिमेन्ट की वर्तमान विड्थ में समायोजित हो जाए?

 

A. 100rem

B. 100%

C. 100vw

D. 100em

 

82. w3-container class adds a.............left and right padding to any HTML element w3-कंटेनर क्लॉस किसी भी एचटीएमएल एलिमेन्ट में बाएँ और दाएँ........ पैडिंग जोड़ता है।

 

A. 4PX

B. 8PX

C. 16PX

D. 32PX

 

83. Which of the following will give blue color to text? निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?

 

A. color: hsl(255, 0, 0);

B. color: hsl(0, 255, 0);

C. color: rgba(0, 0, 255, 1);

D. color: rgba(0, 0, 255, 0);

 

84. What is the alternate name for javascript? जावास्क्रिप्ट का वैकल्पिक नाम क्या है?

 

A. LimeScript

B. ECMScript

C. Coffee Script

D. ECMAScript

 

85. What is the correct way to write a javascript array जावास्क्रिप्ट ऐरे लिखने का सही तरीका क्या है

 

A. var colors=1=("red"),2=("green"),3=("blue")

B. var colors=(1:"red",2:"green",3:"blue")

C. var colors="red","green","blue"

D. var colors=["red","green","blue"]

 

86. The function definitions in JavaScript begins with जावास्क्रिप्ट में फंक्शन की डेफिनेशन........ के साथ शुरू होता है।

 

A. Identifier and Parantheses

B. Return type and Identifier

C. Return type, Function keyword, Identifier and Parantheses

D. Identifier and Return type

 

87. Online publishing means ऑनलाइन पब्लिशिंग का अर्थ है:-

 

A. Creating and uploading web pages on web server. वेब सर्वर पर वेब पेज क्रियेट करना और अपलोड करना।

B. Selling online books on web server. वेब सर्वर पर ऑनलाईन बुक बेचना

C. Printing online books on web server. वेब सर्वर पर ऑनलाईन बुक प्रिंट करना

D. creating online books on web server. वेब सर्वर पर ऑनलाईन बुक क्रियेट करना

 

88. Networks are vulnerable to computer crime like..नेटवर्क कंप्यूटर अपराध की चपेट में होता हैं जैसे

 

A. Theft, vandalism and grafitti

B. Hacking viruses and software piracy

C.Internet addiction, sabotage and negligence

D. None of the above

 

89. Which of the following is not considered as an error in JavaScript? निम्नलिखित में से किसे जावास्क्रिप्ट में त्रुटि नहीं माना जाता है?

 

A. Syntax error

B. Missing of semicolons

C. Division by zero

D. None of these

 

90. How many columns are there in the basic grid of a skeleton? स्केलटन के बेसिक ग्रिड मे कितने कॉलम्स होते है

 

A. 17

B. 12

C. 16

D. 10

 

91. The type of a variable that is volatile is एक वेरिएबल का प्रकार जो अस्थिर है

 

A. volatile variable

B. Mutable variable

C. immutable variable

D. Dynamic variable

 

92. Web Crawler has a web robot called वेब कॉलर मे एक वेब रोबोट होता है।

 

A. Crawler Robot

B. Crawl bot

C. Web bot

D.Web robot

 

93. Which of the following is not a valid JavaScript variable name? निम्नलिखित में से कौन वैध जावास्क्रिप्ट वेरियेबिल नाम नहीं है?

 

A. 5myvalue

B. myvalue5

C. Myvalue

D. None of these

 

94. The extension of JavaScript file is जावास्क्रिप्ट फाईल का एक्सटेंसन है।

 

A. .html

B. .js

C. .ajs

D. .css

 

95. What is the output of this expression? इस एक्सप्रेशन का आउटपुट क्या हैः

                              X=2+"2";

A. 22

B. 4

C. 2

D. Syntax Error

 

96. Which tag is used to identify the keywords describing the site? साइट का वर्णन करने वाले कीवर्ड की पहचान करने के लिए किस टैग का उपयोग किया जाता है?

 

A. Meta Tag - मेटा टैग

B. Comment Tag - कमेंट टैग

C. Anchor Tag - एंकर टैग

D. Title Tag - टाईटल टैग

 

97. What is the correct JavaScript syntax to write "Hello World"?'हैलो वर्ल्ड लिखने के लिए सही जावास्क्रिप्ट सिंटैक्स क्या है?

 

A. System.out.println("Hello World")

B. println("Hello World")

C. document.write("Hello World")

D. response.write("Hello World")

 

98. Which was the first browser to support JavaScript?जावास्क्रिप्ट को सपोर्ट करने वाला पहला ब्राउजर कौन सा था?

 

A. IE - आई

B. NetScape-नेटस्केप

C. GoogleChrome - गूगल क्रोम

D. Mozilla Firefox मोजिला फॉयरफॉक्स

 

99. Which of the following selector selects elements that do not match the selector s?निम्नलिखित में से कौन सा सेलेक्टर उन एलिमेन्टो का चयन करता है जो सेलेक्टर एस से मेल नहीं खाते हैं?

 

A. :!(s)

B. :nth-child(s)

C. :not(s)

D. none of the mentioned

 

100. Choose the correct JavaScript syntax to change the content of the following HTML code.निम्न एचटीएमएल कोड का कन्टेन्ट बदलने के लिए सही जावास्क्रिप्ट कोड है।                        <P id="OLEVEL">This is OLEVEL</p>

 

A.document.getElementById("OLEVEL").inne

rHTML="A LEVEL";

B.document.getElement("OLEVEL").innerHT

ML="A LEVEL";

C.document.getElementById("OLEVEL").inner HTML=A LEVEL;

D. document.getId("OLEVEL")="A LEVEL"; 

Post a Comment

0 Comments

web designing mcqs set 1