Solved - O Level Web Design Paper January 2022
“w3-border-0” is a border property for w3.css, which of the following is true ?
"w3-बॉर्डर-0" w3.css के लिए एक बॉर्डर प्रॉपर्टी है, निम्नलिखित में से कौन सा सत्य है?
[A] It has rounded borders
[B] removes all borders
[C] removes rounded borders only
[D] None of these
Correct Answer : removes all borders
निम्नलिखित में से किसका उपयोग HTML पेज को पढ़ने और उसे रेंडर करने के लिए किया जाता है?
Which of the following is used to read a HTML page and render it ?
[A] Web browser
[B] Web server
[C] Web matrix
[D] Web network
Correct Answer : Web browser
DNS __________ का अनुवाद करता है।
DNS translates __________.
[A] domain name into IP
[B] IP into domain name
[C] both (A) & (B)
[D] domain name into physical address
Correct Answer : both (A) & (B)
एक बार ईमेल भेजे जाने के बाद, संदेश टुकड़ों में टूट जाता है जिसे __________ कहा जाता है।
Once the email is sent, the message is broken into pieces called __________.
[A] Packets
[B] Process
[C] Digits
[D] Bytes
Correct Answer : Packets
__________ विशेषता प्रत्येक सेल के भीतर स्थान जोड़ती है।
The __________ attribute adds space within each cell.
[A] Cell Spacing
[B] Cell Padding
[C] Width
[D] Align
Correct Answer : Cell Padding
बाहरी स्टाइल शीट को संदर्भित करने के लिए सही HTML क्या है?
What is the correct HTML for referring to an external style sheet ?
[A] <link rel=”stylesheet” type=”text/css” href=”mystyle.css”>
[B] <stylesheet> my style.css</stylesheet>
[C] <style src =”mystyle.css”>
[D] <style link=”mystyle.css”>
Correct Answer : <link rel=”stylesheet” type=”text/css” href=”mystyle.css”>
HTML दस्तावेज़ में बाह्य स्टाइल शीट को संदर्भित करने का सही स्थान कौन सा है?
Where in an HTML document is the correct place to refer to an external style sheet ?
[A] In the <body> section
[B] In the<head> section
[C] At the end of the document
[D] Anywhere in the document
Correct Answer : In the<head> section
सबसे बड़े शीर्षक के लिए सही HTML तत्व चुनें:
Choose the correct HTML element for the largest heading :
[A] <h6>
[B] <head>
[C] <h1>
[D] <heading>
Correct Answer : <h1>
"xxx.js" नामक बाह्य स्क्रिप्ट को संदर्भित करने के लिए सही सिंटैक्स क्या है?
What is the correct syntax for referring to an external script called "xxx.js" ?
[A] <script href=”xxx.js”>
[B] <script src=”xxx.js”>
[C] <script name=”xxx.js”>
[D] <script id =”xxx.js”>
Correct Answer : <script src=”xxx.js”>
आप अलर्ट बॉक्स में "हैलो वर्ल्ड" कैसे लिखेंगे?
How do you write "Hello World" in an alert box ?
[A] alert("Hello World")
[B] alertBox("Hello World")
[C] msgBox("Hello World")
[D] msg("Hello World")
Correct Answer : alert("Hello World")
निम्नलिखित में से कौन Angular Js में एक फ़िल्टर है?
Which of the following is a filter in Angular Js ?
[A] Currency
[B] Date
[C] Uppercase
[D] All of the above
Correct Answer : All of the above
जावास्क्रिप्ट की व्याख्या और निष्पादन की तुलना में HTML और CSS को प्रस्तुत करना अधिक तेज़ है
It is faster to render HTML and CSS than to interpret and execute JavaScript
[A] True
[B] False
Correct Answer : True
पैडिंग गुण को ऋणात्मक मानों का उपयोग करने की अनुमति है।
Padding property is allowed using negative values.
[A] True
[B] False
Correct Answer : False
बाहरी जावास्क्रिप्ट फ़ाइल में <script> टैग होना चाहिए.
The external JavaScript file must contain the <script> tag.
[A] true
[B] false
Correct Answer : false
जावास्क्रिप्ट जावा के समान है।
JavaScript is the same as Java.
[A] True
[B] False
Correct Answer : False
Angular JS पूरी तरह से HTML और JavaScript पर आधारित है
Angular JS is entirely based on HTML and JavaScript.
[A] True
[B] False
Correct Answer : True
TELNET प्रोटोकॉल पोर्ट 24 पर काम कर रहा है।
TELNET protocol is working on port 24.
[A] True
[B] False
Correct Answer : False
जावास्क्रिप्ट केस-सेंसिटिव है।
JavaScript is case-sensitive.
[A] True
[B] False
Correct Answer : True
हम Angular JS में कस्टम डायरेक्टिव बना सकते हैं।
We can create custom directive in Angular JS.
[A] True
[B] False
Correct Answer : True
हम बिना किसी प्लगइन के सीधे HTML5 में SVG टैग का उपयोग कर सकते हैं।
We can use SVG tags directly in HTML5 without any plugin.
[A] True
[B] False
Correct Answer : True
HTML5 में छह नई अर्थगत विशेषताएं शामिल की गईं।
In HTML5 six new semantic attributes were introduced.
[A] True
[B] False
Correct Answer : False