🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

O Level Web Design Paper July 2022 | Set 2

Question: 14 Report Error

एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax for Angular Module ?

A)
B)
C)
D)

Question: 20 Report Error

AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?

Which of the following is true about AngularJS expressions ?

A)
B)
C)
D)

Question: 23 Report Error

नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "उपयोगकर्ता नाम" का मान कैसे प्रिंट करें?

Consider the below div tag content statement, how to print the value of "UserName"?

<div ng-app="" ng-init="firstName='John'">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="UserName"></p>
<p>You wrote: __________ </p>
</div>


A)
B)
C)
D)

Question: 27 Report Error

एमवीसी में मॉडल क्या है?

What is a Model in MVC ?

A)
B)
C)
D)

Question: 28 Report Error

मार्की टैग का उपयोग __________ के लिए किया जाता है।

Marquee tag is used for __________.

A)
B)
C)
D)

Question: 29 Report Error

HTML पेज को कैसे पढ़ें और प्रस्तुत करें?

How to read and render an HTML page ?

A)
B)
C)
D)

Question: 37 Report Error

निम्न में से कौन सा सही है ?

Which of the following is correct ?

A)
B)
C)
D)

Question: 43 Report Error

निम्नलिखित में से कौन सा/से कथन सही है/हैं?

Which of the following statements is/are correct ?

A)
B)
C)
D)

Question: 49 Report Error

निम्नलिखित में से कौन सा/से मार्कअप भाषा का उद्देश्य है/हैं?

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)
B)
C)
D)

Question: 50 Report Error

कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Which statement specify correct difference between var and let keywords in JavaScript ?

A)
B)
C)
D)

Question: 55 Report Error

HTTP का मतलब __________ है।

HTTP stands for __________.

A)
B)
C)
D)

Question: 62 Report Error

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?

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)
B)
C)
D)

Question: 64 Report Error

निम्नलिखित स्थिति में क्या होगा?

What will happen in the following case ?


h1 {color: red text-decoration: underline; font-style: italic;}
A)
B)
C)
D)

Question: 66 Report Error

सीएसएस में छद्म वर्ग के लिए निम्नलिखित में से कौन सा सत्य है?

Which of the following is true for pseudo class in CSS ?

A)
B)
C)
D)

Question: 67 Report Error

निम्नलिखित में से कौन सा सही है ?

Which of the following is true ?

A)
B)
C)
D)

Question: 68 Report Error

निम्नलिखित में से कौन सा कथन सत्य है/हैं?

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)
B)
C)
D)

Question: 69 Report Error

बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित HTML सिंटैक्स क्या है?

What is the proper html syntax for referencing an external style sheet ?

A)
B)
C)
D)

Question: 80 Report Error

AngularJS एक __________ है।

AngularJS is a __________.

A)
B)
C)
D)

Question: 81 Report Error

निम्नलिखित में से कौन सा कोड सबसे अधिक कुशल है?

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)
B)
C)
D)

Question: 82 Report Error

AngularJS में मॉड्यूल क्या है?

What is a module in AngularJS ?

A)
B)
C)
D)

Question: 100 Report Error

W3.CSS एक मानक CSS है जिसमें:

W3.CSS is a standard CSS that has :

A)
B)
C)
D)

Related Papers











































Latest Updates