page-banner
WDP M2-R5.1 MCQs SET-5
Q1.
"w3-border-0" w3.css के लिए एक प्रॉपर्टी है, निम्न में से कौन सा सत्य है?

“w3-border-0” is a border property for w3.css, which of the following is true?
A. इसकी अंडाकार सीमाएँ हैं / It has rounded borders
B. सभी सीमाएं हटा दें / removes all borders
C. केवल गोल बॉर्डर हटाता है / removes rounded borders only
D. इनमें से कोई नहीं / None of these
View Answer
Q2.
"w3-row-padding" एक क्लास है जो परिभाषित करता है:

“w3-row-padding” is a class which defines:
A. Container for responsive classes, with 8px left and right padding
B. Container for responsive classes with no padding
C. Container for responsive classes with padding
D. None of these
View Answer
Q3.
एचटीएमएल के लिए क्या सच है?

What is true for HTML?
A. It is used to design static web pages.
B. It is used to design dynamic web pages
C. Both (A) and (B) are true
D. None is true
View Answer
Q4.
वेब पेज के लिए कोडिंग करते समय HTML में टैग्स का उचित क्रम है:

The proper sequence of tags in HTML while coding for a web page is:
A. <HTML>, <TITLE>, <BODY>, <HEAD>
B. <HEAD>, <HTML>, <TITLE>, <BODY>
C. <HTML>, <HEAD>, <TITLE>, <BODY>
D. <HTML>, <HEAD>, <BODY>, <TITLE>
View Answer
Q5.
यदि आपको लगता है कि Variable की Value बदल सकती है तो किस Keyword का प्रयोग किया जाता है?

If you think the value of the variable can change then which keyword is used?
A. Var
B. Const
C. Let
D. Nothing
View Answer
Q6.
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
View Answer
Q7.
कोड की उपरोक्त पंक्तियों में # दर्शाता है:

The # in the above lines of code represents:
A. an id tag
B. class name
C. an universal tag
D. horizontal frame
View Answer
Q8.
वर्ल्ड वाइड वेब क्या है?

What is the World Wide Web?
A. सॉफ्टवेयर जो इंटरनेट को नियंत्रित करता है। / Software that controls the internet.
B. इंटरनेट का दूसरा नाम / Another name for the internet.
C. इंटरकनेक्टेड वेबपेजों के लिए सिस्टम जो इंटरनेट पर पहुंच योग्य हैं। / System for interconnected WebPages which are accessible over the internet.
D. ऊपर के सभी / All of the above
View Answer
Q9.
निम्नलिखित HTML टैग का उपयोग internal CSS घोषित करने के लिए किया जाता है:

Following HTML tag is used to declare internal CSS:
A. <style>
B. <Head>
C. <link>
D. <Script>
View Answer
Q10.
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?

Which of the following type of variable is visible only within a function where it is defined?
A. ग्लोबल वेरिएबल / Global variable
B. लोकल वेरिएबल / Local variable
C. A और B दोनों / Both (A) and (B)
D. इनमे से कोई भी नहीं / None of the above
View Answer
Q11.
फ़ंक्शन जो CSS में गणना की अनुमति देता है:

Function that allows calculation in CSS:
A. calc() function
B. calculator()
C. calculate()
D. calcu()
View Answer
Q12.
वक्र समायोजन का उपयोग नियंत्रित करने के लिए किया जाता है:

The curve adjustment is used to control the:
A. छवि में जोखिम / exposure in the image
B. छवि का आकार / shape of the image
C. छवि की दिशा / direction of the image
D. ऊपर के सभी / All of the above
View Answer
Q13.
HTML में मौजूद सभी टैग हैं:

All the tags present in HTML are:
A. Non - Case Sensitive
B. Lower Case
C. Upper Case
D. Case Sensitive
View Answer
Q14.
निम्न में से कौन सी प्रोग्रामिंग लैंग्वेज बैक एंड उद्देश्य के लिए उपयोग की जाती है:

Which of the following Programming languages are used for Back end purpose:
A. C#
B. Ruby
C. Golang
D. All of the above
View Answer
Q15.
CSS में किसी एलिमेंट का बैकग्राउंड कलर बदलने के लिए इस्तेमाल किया जाने वाला एट्रीब्यूट

The attribute used to change the background color of an element in CSS:
A. bgcolor
B. color-bg
C. bg-color
D. background-color
View Answer
Q16.
निम्नलिखित में से कौन w3-कंटेनर वर्ग से संबंधित नहीं है?

Which of the following elements does not belong to the w3-container class?
A. <section>
B. <get>
C. <blockquote>
D. <header>
View Answer
Q17.
"w3 - बॉर्डर" w3.CSS तालिकाओं के लिए प्रयुक्त वर्ग में से एक है जो परिभाषित करता है

“w3 - border” is one of the class used for w3.CSS tables which defines:
A. Bordered lines
B. Bordered Table
C. Dashed lines
D. None of these
View Answer
Q18.
निम्नलिखित में से कौन से फ्री वेब ब्राउजर हैं?

Which of the following are free web browsers?
A. Opera
B. Mozilla Firefox
C. Brave
D. All of the above
View Answer
Q19.
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करने के लिए प्रयोग किया जाता है जिनकी विशेषता मान निर्दिष्ट मान के साथ समाप्त होती है।

Which of the following selectors is used to select elements whose attribute value ends with a specified value?
A. [attribute="value"]
B. [attribute$="value"]
C. [$attribute="value"]
D. [attribute^ =”value”]
View Answer
Q20.
"This” एक _________ है

“This” is a:
A. Keyword
B. Function
C. Declaration Statement
D. Data Type
View Answer
Q21.
AngularJS में एक मॉड्यूल का उपयोग करके बनाया जा सकता है:

A module in AngularJS can be created using:
A. angularjs.module
B. module.angular
C. angular.modules
D. angular.module
View Answer
Q22.
HTTP प्रोटोकॉल किस पोर्ट पर कार्य करता है?

The protocol HTTP works on which port?
A. 20
B. 80
C. 21
D. 443
View Answer
Q23.
जावास्क्रिप्ट में alert() फ़ंक्शन का उपयोग किया जाता है:

The alert() function in JavaScript is used for:
A. To display a virtual alert box
B. To display output on console
C. To evaluate the expression
D. Both (A) and (C)
View Answer
Q24.
CSS वेरिएबल की वैल्यू डालने का फंक्शन है:

Function to insert values of a CSS variable is:
A. var()
B. rand()
C. varchar()
D. calc()
View Answer
Q25.
CSS में एक प्रकार का कॉम्बिनेटर है:

A type of combinator in CSS is:
A. >
B. +
C. ~
D. All of the above
View Answer