Jul 2022 Set 1 M2-R5

1 / 100

Which of the following is the correct syntax of variables in javascript ?
निम्नलिखित में से जावास्क्रिप्ट में वेरिएबल्स का सही सिंटैक्स कौन सा है?

2 / 100

Which of the following directives are used in AngularJS ?
निम्नलिखित में से कौन से निर्देश AngularJS में उपयोग किए जाते हैं?

3 / 100

Notepad++ is written in which language -
नोटपैड++ किस भाषा में लिखा गया है -

4 / 100

Which of the following type of variable is visible only within a function where it is defined ?
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फ़ंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?

5 / 100

Which of the following is true for HTTP protocol ?
HTTP प्रोटोकॉल के लिए निम्नलिखित में से कौन सा सत्य है?

6 / 100

The proper sequence of tags in HTML while coding for a web page is :
वेब पेज के लिए कोडिंग करते समय HTML में टैग का उचित क्रम है:

7 / 100

How to change the text sizes in CSS ?
सीएसएस में टेक्स्ट का आकार कैसे बदलें?

8 / 100

Which of the following element does not belong to the w3-container class ?
निम्नलिखित में से कौन सा तत्व w3-container वर्ग से संबंधित नहीं है?

9 / 100

Which of the following are the methods of the MovieClip object ?
निम्नलिखित में से कौन सी मूवीक्लिप ऑब्जेक्ट की विधियाँ हैं?

10 / 100

Which property of w3.CSS restrict a responsive image to a maximum size ?
w3.CSS का कौन सा गुण एक उत्तरदायी छवि को अधिकतम आकार तक सीमित करता है?

11 / 100

Which of the following are free web browsers ?
निम्नलिखित में से कौन से निःशुल्क वेब ब्राउज़र हैं?

12 / 100

*my classname
{
attributes here
}
In the above line of code * represents:
कोड की उपरोक्त पंक्ति में * दर्शाता है:

13 / 100

Which of the following is not a photo editor tool ?
निम्नलिखित में से कौन सा फोटो एडिटर टूल नहीं है?

14 / 100

Which of the following w3.CSS classes is not used to align-text ?
निम्नलिखित में से कौन सी w3.CSS क्लास का उपयोग एलाइन-टेक्स्ट के लिए नहीं किया जाता है?

15 / 100

The curve adjustment is used to control the :
वक्र समायोजन का उपयोग निम्नलिखित को नियंत्रित करने के लिए किया जाता है:

16 / 100

Which of these represents the description list tags ?
इनमें से कौन विवरण सूची टैग का प्रतिनिधित्व करता है?

17 / 100

Different ways in which CSS one can be added to the HTML :
CSS को HTML में जोड़ने के विभिन्न तरीके:

18 / 100

A new directives in AngularJS is created by using the :
AngularJS में एक नया डायरेक्टिव निम्नलिखित का उपयोग करके बनाया गया है:

19 / 100

The root element is another name of which of the following tags ?
रूट एलिमेंट निम्नलिखित में से किस टैग का दूसरा नाम है?

20 / 100

All the tags present in HTML are :
HTML में मौजूद सभी टैग इस प्रकार हैं:

21 / 100

Following HTML tag is used to declare internal CSS :
आंतरिक CSS घोषित करने के लिए निम्नलिखित HTML टैग का उपयोग किया जाता है:

22 / 100

Which of the following is the default font size used in w3.CSS ?
निम्नलिखित में से कौन सा w3.CSS में उपयोग किया जाने वाला डिफ़ॉल्ट फ़ॉन्ट आकार है?

23 / 100

Function that allow calculation in CSS :
फ़ंक्शन जो सीएसएस में गणना की अनुमति देता है:

24 / 100

Syntax to add containers in w3.CSS :
w3.CSS में कंटेनर जोड़ने के लिए सिंटैक्स:

25 / 100

What will be the response of the form if we set the value of method attribute (method = “post”) to POST ?
<form method="post"> ……. </form>
यदि हम मैथेड एट्रीब्यूट (method = “पोस्ट”) का मान POST पर सेट करते हैं तो फॉर्म की प्रतिक्रिया क्या होगी?
<form method="post"> ……. </form>

26 / 100

The ng-model directive in AngularJS provides :
AngularJS में ng-model निर्देश प्रदान करता है:

27 / 100

HSL in CSS stands for ?
CSS में HSL का मतलब क्या है?

28 / 100

The protocol HTTP works on which port ?
HTTP प्रोटोकॉल किस पोर्ट पर काम करता है?

29 / 100

Which of the following is the correct CSS syntax ?
निम्नलिखित में से कौन सा सही CSS सिंटैक्स है?

30 / 100

W3.CSS is a standard CSS that has :
W3.CSS एक मानक CSS है जिसमें :

31 / 100

<!DOCTYPE html>
<html>
<body>
<h2>The name Attribute</h2>
<form method = “get”>
First name:<br> <input type="text" value="Shivansh"> <br>
Last name:<br> <input type="text" name="lastname" value="kumar"> <br>
<input type="submit" value="Submit">
</form>
</body>
</html>
In the above code, the name attribute is missing (bold line ). What will be the effect of not using the name attribute ?
उपरोक्त कोड में, नाम विशेषता गायब है (बोल्ड लाइन)। नाम विशेषता का उपयोग न करने का क्या प्रभाव होगा?

32 / 100

An HTML program can be compiled using which extension ?
एक HTML प्रोग्राम को किस एक्सटेंशन का उपयोग करके संकलित किया जा सकता है?

33 / 100

Function to insert values of a CSS variable is :
CSS वेरिएबल के मान सम्मिलित करने के लिए फ़ंक्शन है:

34 / 100

The following operator “>>>” represents :
निम्नलिखित ऑपरेटर “>>>” दर्शाता है:

35 / 100

How to remove parts of an image ?
किसी इमेज के कुछ हिस्सों को कैसे हटाएं?

36 / 100

What is true for HTML ?
HTML के लिए क्या सत्य है?

37 / 100

A type of combinator in CSS is :
CSS में एक प्रकार का कॉम्बिनेटर है:

38 / 100

Which of the programming languages supported by Notepad++ ?
नोटपैड++ किस प्रोग्रामिंग भाषा का समर्थन करता है?

39 / 100

Which of the following Programming languages are used for Back end purpose :
निम्नलिखित में से कौन सी प्रोग्रामिंग भाषा बैक-एंड उद्देश्य के लिए उपयोग की जाती है:

40 / 100

The attribute used to change the background color of an element in CSS :
CSS में किसी तत्व का बैकग्राउंड कलर बदलने के लिए प्रयुक्त विशेषता:

41 / 100

Which of the following is not a selection tool in Photoshop?
निम्नलिखित में से कौन सा फोटोशॉप में चयन उपकरण नहीं है?

42 / 100

Confirm() method in JavaScript belongs to which method ?
जावास्क्रिप्ट में Confirm() विधि किस विधि से संबंधित है?

43 / 100

Which of the following selector is used to select elements whose attribute value ends with a specified value.
निम्नलिखित में से किस सेलेक्टर का उपयोग उन तत्वों का चयन करने के लिए किया जाता है जिनका विशेषता मान एक निर्दिष्ट मान के साथ समाप्त होता है।

44 / 100

AngularJS developed by __________ and follows __________ .
AngularJS __________ द्वारा विकसित किया गया है और __________ का अनुसरण करता है।

45 / 100

Sublime text editor is written in which language -
सबलाइम टेक्स्ट एडिटर किस भाषा में लिखा गया है -

46 / 100

Which of the following is a type of web hosting ?
निम्नलिखित में से कौन सा वेब होस्टिंग का एक प्रकार है?

47 / 100

If you think the value of the variable can change then which keyword is used ?
यदि आपको लगता है कि वेरिएबल का मान बदल सकता है तो कौन सा कीवर्ड उपयोग किया जाता है?

48 / 100

Which of the following supported the initial INTERNET development ?
निम्नलिखित में से किसने प्रारंभिक इंटरनेट विकास का समर्थन किया?

49 / 100

How to add shadow to text in CSS ?
CSS में टेक्स्ट में शैडो कैसे जोड़ें?

50 / 100

“This” is a :
“This” एक है:

51 / 100

Which of the following is the correct Tween in Adobe Flash CS4 ?
निम्नलिखित में से कौन सा एडोब फ्लैश CS4 में सही ट्वीन है?

52 / 100

Which of the following is not a browser ?
निम्नलिखित में से कौन ब्राउज़र नहीं है?

53 / 100

Which of the following is an image file format ?
निम्नलिखित में से कौन सा एक इमेज फ़ाइल प्रारूप है?

54 / 100

“w3-hover-color” class defines the :
“w3-hover-color” क्लास परिभाषित करता है:

55 / 100

URL stands for which of the following :
URL निम्न में से किसका प्रतिनिधित्व करता है :

56 / 100

To add rounded corners to an image which class is used :
किसी इमेज में गोल कोने जोड़ने के लिए किस क्लास का उपयोग किया जाता है:

57 / 100

Alps.
What is the usage of “alt” attribute in the above line of code ?
कोड की उपरोक्त पंक्ति में “alt” विशेषता का उपयोग क्या है?

58 / 100

Which of the following is used to specify the transparency of an element is in CSS :
सीएसएस में किसी तत्व की पारदर्शिता निर्दिष्ट करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है:

59 / 100

How many heading tags are available in HTML by default ?
HTML में डिफ़ॉल्ट रूप से कितने शीर्षक टैग उपलब्ध हैं?

60 / 100

Which of the following framework are used for back end ?
निम्नलिखित में से कौन सा फ्रेमवर्क बैक एंड के लिए उपयोग किया जाता है?

61 / 100

SGML stands for ?
एसजीएमएल का मतलब क्या है?

62 / 100

Id selector is denoted by the :
आईडी सेलेक्टर को निम्न द्वारा दर्शाया जाता है

63 / 100

The type of CSS popularly used for designing pages for websites :
वेबसाइटों के लिए पेज डिजाइन करने के लिए लोकप्रिय रूप से उपयोग किया जाने वाला CSS का प्रकार:

64 / 100

Which of the following classes used to display an extra large list ?
निम्नलिखित में से कौन सा क्लास अतिरिक्त बड़ी सूची प्रदर्शित करने के लिए उपयोग किया जाता है?

65 / 100

<style>
#myHeader {
background-color: lightblue;
color: black;
padding: 40px;
text-align: center;
}
</style>
The # in the above lines of code represents:
कोड की उपरोक्त पंक्तियों में # का अर्थ है:

66 / 100

Tone balance feature in Photoshop is split into:
फ़ोटोशॉप में टोन बैलेंस सुविधा को निम्न में विभाजित किया गया है:

67 / 100

The syntax of AngularJS looks like :
AngularJS का सिंटैक्स इस प्रकार है:

68 / 100

The HTML <iframe> tag specifies.
HTML <iframe> टैग निर्दिष्ट करता है.

69 / 100

A module in AngularJS can be created using :
AngularJS में एक मॉड्यूल निम्नलिखित का उपयोग करके बनाया जा सकता है:

70 / 100

W3.CSS has a panel class that adds top and bottom margin and left and right padding to any HTML elements respectively. Which of the following is true ?
W3.CSS में एक पैनल क्लास है जो किसी भी HTML एलिमेंट में क्रमशः ऊपर और नीचे मार्जिन और बाएँ और दाएँ पैडिंग जोड़ता है। निम्न में से कौन सा सत्य है?

71 / 100

Which of the following IDE's (Integrated Development Environment) are used for the development of AngularJS ?
निम्नलिखित में से कौन सा IDE (एकीकृत विकास वातावरण) AngularJS के विकास के लिए उपयोग किया जाता है?

72 / 100

Expressions in AngularJS can be written as :
AngularJS में एक्सप्रेशन इस प्रकार लिखी जा सकती हैं:

73 / 100

In CSS which of the following are different types of gradients :
CSS में निम्नलिखित में से कौन से विभिन्न प्रकार के ग्रेडिएंट हैं:

74 / 100

The attribute used to make rounded corners around an element in CSS is :
CSS में किसी तत्व के चारों ओर गोल कोने बनाने के लिए प्रयुक्त विशेषता है:

75 / 100

Which of the following is the symbol used for filter in AngularJS is ?
AngularJS में फ़िल्टर के लिए निम्नलिखित में से कौन सा प्रतीक उपयोग किया जाता है?

76 / 100

What will be the response if we set the value of target attribute to “_blank” in form element?
यदि हम फॉर्म एलिमेंट में लक्ष्य विशेषता का मान "_blank" पर सेट करते हैं तो क्या प्रतिक्रिया होगी?
<form target="_blank"> ……</form>

77 / 100

Which of the following are two common event handler function use for both Buttons and Movie Clips ?
निम्नलिखित में से कौन से दो सामान्य इवेंट हैंडलर फ़ंक्शन बटन और मूवी क्लिप दोनों के लिए उपयोग किए जाते हैं?

78 / 100

“w3-border-0” is a border property for w3.css, which of the following is true ?
“w3-border-0” w3.css के लिए एक बॉर्डर प्रॉपर्टी है, निम्नलिखित में से कौन सा सत्य है?

79 / 100

What are the following Indentation options available in the sublime text editor :
सबलाइम टेक्स्ट एडिटर में निम्नलिखित इंडेंटेशन विकल्प क्या उपलब्ध हैं:

80 / 100

Which tags won’t get affected if their closing tags are not used in html ?
यदि html में क्लोजिंग टैग का उपयोग नहीं किया जाता है तो कौन से टैग प्रभावित नहीं होंगे?

81 / 100

New layers in an image are always added to the :
किसी इमेज में नई परतें हमेशा निम्नलिखित में जोड़ी जाती हैं:

82 / 100

The correct syntax for referring to an external CSS ?
बाहरी CSS को संदर्भित करने के लिए सही सिंटैक्स क्या है?

83 / 100

Sublime Text editor is compatible with which of the following Operating System :
सबलाइम टेक्स्ट एडिटर निम्नलिखित में से किस ऑपरेटिंग सिस्टम के साथ संगत है:

84 / 100

Who proposed the www (World wide web) ?
www (वर्ल्ड वाइड वेब) का प्रस्ताव किसने दिया?

85 / 100

“w3-row-padding” is a class which defines :
“w3-row-padding” एक वर्ग है जो परिभाषित करता है:

86 / 100

What does an empty tag represent ?
एक खाली टैग क्या दर्शाता है?

87 / 100

The alert() function in JavaScript is used for :
जावास्क्रिप्ट में alert() फ़ंक्शन का उपयोग निम्न के लिए किया जाता है:

88 / 100

Symbol used to write comment in CSS is :
CSS में टिप्पणी लिखने के लिए प्रयोग किया जाने वाला चिन्ह है:

89 / 100

Which of the following is not a search engine ?
निम्नलिखित में से कौन सर्च इंजन नहीं है?

90 / 100

“w3 - border” is one of the class used for w3.CSS tables which defines :
“w3 - बॉर्डर” w3.CSS तालिकाओं के लिए उपयोग किए जाने वाले क्लास में से एक है जो परिभाषित करता है:

91 / 100

In which of the following way you can insert a SCRIPT tag in JavaScript ?
निम्नलिखित में से किस तरीके से आप जावास्क्रिप्ट में स्क्रिप्ट टैग डाल सकते हैं?

92 / 100

In CSS the difference between two lines of your content is set by :
CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर इस प्रकार निर्धारित किया जाता है:

93 / 100

Give the output of the program
प्रोग्राम का आउटपुट दीजिए
<html>
<body>
<script>
var number=50;//global variable
function a(){
alert(number);
}
function b(){
alert(number);
}
a();
</script>
</body>
</html>

94 / 100

Which protocol is used to transmit information on www ?
www पर सूचना प्रसारित करने के लिए किस प्रोटोकॉल का उपयोग किया जाता है?

95 / 100

In order to change the shape which tool is used ?
आकार बदलने के लिए किस उपकरण का उपयोग किया जाता है?

96 / 100

On encountering an empty statement the interpreter will do :
रिक्त कथन मिलने पर इंटरप्रीटर निम्न कार्य करेगा:

97 / 100

What is the World Wide Web ?
वर्ल्ड वाइड वेब क्या है?

98 / 100

__________ option you would adjust to make the colors more vivid ?
रंगों को अधिक उज्ज्वल बनाने के लिए आप किस विकल्प को समायोजित करेंगे?

99 / 100

Document Object Model represents :
डाक्यूमेंट ऑब्जेक्ट मॉडल निम्न का प्रतिनिधित्व करता है:

100 / 100

“s3” class in w3.CSS defines :
w3.CSS में "s3" क्लास परिभाषित करती है:

Your score is

The average score is 51%

0%