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

Solved - O Level Web Design Paper July 2022 | Set 2

Ques 1 Report Error

CSS की स्थिति संपत्ति डिफ़ॉल्ट मान __________ है।

CSS's position property default value is __________.

[A] Relative

[B] Absolute

[C] Fixed

[D] Static

Correct Answer : Static


Ques 2 Report Error

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

Which of the following is a correct CSS Syntax ?

[A] {body; color:orange;}

[B] {body: color=orange;}

[C] body:color=orange;

[D] body{color:orange;}

Correct Answer : body{color:orange;}


Ques 3 Report Error

एंकर तत्व का निम्नलिखित में से कौन सा गुण इंगित करता है कि उपयोगकर्ता वर्तमान में किसी तत्व पर क्लिक करना?

Which of the following properties of an anchor element indicates that the user is currently clicking on an element ?

[A] :link

[B] :visited

[C] :hover

[D] :active

Correct Answer : :link


Ques 4 Report Error

आप सभी अनुच्छेद तत्वों को 'ग्रे' रंग में कैसे बनाएंगे?

How will you make all paragraph elements 'GREY' in color ?

[A] p.all {color: grey;}

[B] p.all {color: #990000;}

[C] all.p {color: #998877;}

[D] p {color: grey;}

Correct Answer : p {color: grey;}


Ques 5 Report Error

Ctrl + ⇧ + F उदात्त पाठ संपादक में __________ के लिए शॉर्टकट कुंजी है।

Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.

[A] Find

[B] Find in the Files

[C] Find in Folder

[D] None of the above

Correct Answer : Find in the Files


Ques 6 Report Error

किसी छवि को टेक्स्ट से घेरने के लिए किस सीएसएस प्रॉपर्टी का उपयोग करना चाहिए?

Which CSS property should one use to encircle an image with text?

[A] Float

[B] Push

[C] Align

[D] wrap

Correct Answer : Float


Ques 7 Report Error

नीचे दिए गए कोड में किस प्रकार का CSS प्रयोग किया गया है?

Which type of CSS is used in the code below ?

<p style = "border:2px solid red;">

[A] External CSS

[B] Internal CSS

[C] Inline CSS

[D] None of these

Correct Answer : Inline CSS


Ques 8 Report Error

नोटपैड++ में वर्तमान लाइन को डुप्लिकेट करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?

Which shortcut key is used to duplicate the current line in Notepad++ ?

[A] Ctrl + Shift + D

[B] Ctrl + Alt + D

[C] Ctrl + D

[D] Alt + D

Correct Answer : Ctrl + D


Ques 9 Report Error

फ़ोटोशॉप छवियों को बनाने और उनमें हेरफेर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

Which of the following is used for creating and manipulating photoshop images ?

[A] Panels

[B] Layers

[C] Tools

[D] Effects

Correct Answer : Layers


Ques 10 Report Error

www (वर्ल्ड वाइड वेब) का आविष्कार किसने किया?

Who invented www (World Wide Web) ?

[A] Bill Gates

[B] Lee. N. Feyong

[C] Tim Berners Lee

[D] Tom Berners Lee

Correct Answer : Tim Berners Lee


Ques 11 Report Error

दिए गए img टैग में, दोहरे उद्धरण के अंदर "img.png" का क्या अर्थ है?

In the given img tag, what "img.png" inside the double quote implies ?

[A] element

[B] attribute

[C] value

[D] operator

Correct Answer : value


Ques 12 Report Error

किसी दस्तावेज़ का ज़ूम स्तर बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?

What is the keyboard shortcut for increasing a document's zoom level ?

[A] Alt + the plus key (+)

[B] Ctrl + the plus key (+)

[C] Alt + >

[D] Ctrl + z

Correct Answer : Ctrl + the plus key (+)


Ques 13 Report Error

निम्नलिखित में से कौन सा ब्राउज़र नहीं है?

Which of the following is not a browser ?

[A] Microsoft Edge

[B] Google Meet

[C] Mozilla Firefox

[D] Google Chrome

Correct Answer : Google Meet


Ques 14 Report Error

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

Which is the correct syntax for Angular Module ?

[A] var variable_name = angular.module("app_name", []);

[B] var variable_name =angular.modules("app_name”);

[C] var variable_name = angular.module();

[D] var variable_name = new module();

Correct Answer : var variable_name = angular.module("app_name", []);


Ques 15 Report Error

HTML5 में निम्नलिखित में से कौन सा वीडियो प्रारूप है?

Which of the following is video format in HTML5 ?

[A] MP5

[B] WebM

[C] wbr

[D] None

Correct Answer : WebM


Ques 16 Report Error

नोटपैड++ में खुली सभी फाइलों को कैसे बंद करें?

How to close all files open in Notepad++?

[A] File Menu -> Close option

[B] Search Menu -> Close all

[C] File Menu -> Close all

[D] Ctrl + w

Correct Answer : File Menu -> Close all


Ques 17 Report Error

किसी छवि के हिस्सों को हटाने के लिए निम्नलिखित में से किस विकल्प का उपयोग किया जा सकता है?

Which of the following options can be used to remove parts of an image ?

[A] print

[B] crop

[C] rotate

[D] resize

Correct Answer : crop


Ques 18 Report Error

निम्नलिखित में से कौन सी विशेषता <iframe> टैग का प्रयोग किया जाता है तो एम्बेड करने के लिए पृष्ठ के URL को परिभाषित करती है?

Which of the following attributes defines the URL of the page to embed when the <iframe> tag is used ?

[A] src

[B] href

[C] style

[D] title

Correct Answer : src


Ques 19 Report Error

__________ कंप्यूटर हैं जो एक नेटवर्क से जुड़ते हैं और कंप्यूटर संसाधनों को दूसरे नेटवर्क तक पहुंचाते हैं

__________ are computers that connect to a network and deliver resources to other computers.

[A] Servers

[B] Mainframe

[C] Network

[D] Clients

Correct Answer : Servers


Ques 20 Report Error

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

Which of the following is true about AngularJS expressions ?

[A] Expressions behave in same way as ng-bind directives

[B] Expressions are used to bind application data to html

[C] Expressions are written inside double braces like {{expression}}

[D] All of these

Correct Answer : All of these


Ques 21 Report Error

निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में Arrays को परिभाषित करता है?

Which of the following statements define Arrays in JavaScript ?

[A] It is an ordered list of values

[B] It is an ordered list of objects

[C] It is an ordered list of string

[D] It is an ordered list of functions

Correct Answer : It is an ordered list of values


Ques 22 Report Error

किसी फ़ॉन्ट का चेहरा सेट करने के लिए निम्नलिखित में से किस गुण का उपयोग किया जाता है?

Which of the following properties is used to set the face of a font ?

[A] font-family

[B] font-face

[C] font-variant

[D] font-style

Correct Answer : font-family


Ques 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] UserName

[B] {{UserName}}

[C] {UserName}

[D] {_UserName}

Correct Answer : {{UserName}}


Ques 24 Report Error

सामान्यीकृत रंग सुधार के लिए, कौन सा कमांड एक छवि रंगों के समग्र संयोजन को समायोजित करता है?

For generalized color correction, which command adjusts the overall combination of colors in an image ?

[A] The Color Balance

[B] Variations

[C] Curves

[D] None of the above

Correct Answer : The Color Balance


Ques 25 Report Error

फ़ोटोशॉप की कौन सी विशेषता किसी छवि में हाल ही में किए गए परिवर्तनों को ट्रैक करती है?

Which feature of photoshop track recent changes made to an image ?

[A] Help

[B] Creative suite

[C] History Panel

[D] File

Correct Answer : History Panel


Ques 26 Report Error

कोई किसी तत्व का फ़ॉन्ट कैसे बदल सकता है?

How can one change the font of an element ?

[A] f:

[B] Font:

[C] Font-family:

[D] Font:b

Correct Answer : Font-family:


Ques 27 Report Error

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

What is a Model in MVC ?

[A] the lowest level of the pattern responsible for maintaining data

[B] represents server-side data

[C] represents data stored in a database

[D] none of the mentioned

Correct Answer : the lowest level of the pattern responsible for maintaining data


Ques 28 Report Error

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

Marquee tag is used for __________.

[A] To scroll piece of text or image

[B] Mark the list of items

[C] To hide the text

[D] None of the above

Correct Answer : To scroll piece of text or image


Ques 29 Report Error

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

How to read and render an HTML page ?

[A] Through Web server

[B] Through Web network

[C] Through Web browser

[D] Through Web matrix

Correct Answer : Through Web browser


Ques 30 Report Error

HTML टैग __________ में संलग्न हैं।

HTML Tags are enclosed in __________.

[A] ? And!

[B] < And >

[C] {And}

[D] # And #

Correct Answer : < And >


Ques 31 Report Error

किसी भी वेबपेज से कंप्यूटर सिस्टम में फ़ाइल स्थानांतरण को __________ कहा जाता है।

File transfer from any webpage to computer system is referred to as __________.

[A] Uploading

[B] Forwarding

[C] Downloading

[D] Transferring

Correct Answer : Downloading


Ques 32 Report Error

फ़ोटोशॉप फ़ाइल के लिए फ़ाइल एक्सटेंशन क्या है?

What is the file extension for a Photoshop file ?

[A] .psd

[B] .pds

[C] .photo

[D] .phsd

Correct Answer : .psd


Ques 33 Report Error

CSS पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है?

For what purpose is the CSS padding property used ?

[A] Border

[B] Space

[C] Background Color

[D] Margin

Correct Answer : Space


Ques 34 Report Error

एक रंग प्रणाली के रंगों की श्रेणी जिसे वह प्रदर्शित या प्रिंट कर सकता है __________ है।

A color system's range of colors that it can display or print is __________.

[A] Dithering

[B] The Gamut

[C] Color Model

[D] None of the above

Correct Answer : The Gamut


Ques 35 Report Error

CSS का उपयोग करके निम्नलिखित में से किसे एनिमेट करना संभव नहीं है?

Which of the following is not possible to animate using CSS?

[A] Padding

[B] Word-spacing

[C] Text-transform

[D] Width

Correct Answer : Text-transform


Ques 36 Report Error

किसी छवि पर अपना नाम लिखने के लिए किस टूल का उपयोग किया जाता है?

Which tool is used to write your name on an image ?

[A] Transform tool

[B] Draw tool

[C] Text tool

[D] Sketch tool

Correct Answer : Text tool


Ques 37 Report Error

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

Which of the following is correct ?

[A] Style sheets allow content to be optimized for more than one type of device.

[B] CSS can store web applications locally with the help of an offline cache.

[C] Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website.

[D] All of the above.

Correct Answer : All of the above.


Ques 38 Report Error

HTML मेटाडेटा निम्नलिखित में से किस टैग में मौजूद है?

HTML metadata is present in which of the following tags ?

[A] <Head>

[B] <body>

[C] <title>

[D] <p>

Correct Answer : <Head>


Ques 39 Report Error

मास्क लेयर के साथ काम करते समय, मिटाने वाले प्रभाव के लिए, चित्र में "हटाने" और"जोड़ें" के लिए किस उपकरण का उपयोग किया जाता है ?

When working with a Mask Layer, for an erasing effect, what tool is used to "take away" and "add" to the picture ?

[A] Selection Tool

[B] Paint Brush

[C] Paint Bucket

[D] Lasso Tool

Correct Answer : Paint Brush


Ques 40 Report Error

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

What is the output of the following JavaScript code ?

<script>
var a;
document.getElementById("demo").innerHTML = a+1;
</script>

[A] 0

[B] undefined

[C] 1

[D] NaN

Correct Answer : NaN


Ques 41 Report Error

निम्नलिखित में से किसे त्रुटि नहीं माना जाता है:

Which one of the following is not considered as an error :

[A] Division by zero

[B] Missing of Bracket

[C] Syntax error

[D] Missing of semicolons

Correct Answer : Division by zero


Ques 42 Report Error

Ctrl + ⇧ + P उदात्त पाठ संपादक में __________ खोलने की शॉर्टकट कुंजी है।

Ctrl + ⇧ + P is the shortcut key to open __________ in sublime text editor.

[A] Web Browser

[B] Command Prompt

[C] Quick-open files by name

[D] Toggle sidebar

Correct Answer : Command Prompt


Ques 43 Report Error

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

Which of the following statements is/are correct ?

[A] An IP address consists of four bytes (or 32 bits) each of which can be a number from 0 to 255.

[B] For browsing or sending an email, an IP address assigned to the computer is required.

[C] IP address is always unique for each computer.

[D] All are correct.

Correct Answer : All are correct.


Ques 44 Report Error

निम्नलिखित में से कौन सा एक नेटवर्क उन नियमों के सेट को परिभाषित करता है जिनका पालन प्रत्येक कंप्यूटर पर किया जाता है?

Which of the following defines the set of rules that are followed by each computer present on a network ?

[A] Web

[B] HTTP

[C] Domain

[D] Protocol

Correct Answer : Protocol


Ques 45 Report Error

निम्नलिखित में से किस फ़ाइल प्रकार में एनिमेटेड होने की क्षमता नहीं है?

Which of the following file types does not have the ability to be animated ?

[A] .PNG

[B] .PSD

[C] .GIF

[D] None of the above

Correct Answer : .PNG


Ques 46 Report Error

यदि पैराम्स किसी पैराग्राफ के लिए एक DOM ऑब्जेक्ट है, तो पैराग्राफ में पाठ बदलें निम्न में से कौन सा सही सिंटैक्स है?

If params is a DOM object for a paragraph, which of the following is a correct syntax to change the text in the paragraph ?

[A] params.value = “Updated Text”;

[B] params.content=”Updated Text”

[C] params.nodeValue = “Updated Text”;

[D] params.firstChlid.nodeValue = “Updated Text”;

Correct Answer : params.nodeValue = “Updated Text”;


Ques 47 Report Error

निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?

Which of the following directives allows one to use form ?

[A] ng-app

[B] ng-form

[C] ng-controller

[D] ng-bind

Correct Answer : ng-form


Ques 48 Report Error

वर्तमान HTML दस्तावेज़ में बाहरी JavaScript फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax to call an external JavaScript file in the current HTML document ?

[A] <script src=" test.js"></script>

[B] <script href=" test.js"></script>

[C] <import src=" test.js"></import>

[D] <script link=" test.js"></script>

Correct Answer : <script src=" test.js"></script>


Ques 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] Only I

[B] I and II

[C] Only III

[D] I, II and III

Correct Answer : I, II and III


Ques 50 Report Error

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

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

[A] var defines a variable while let defines a constant.

[B] There is no such major difference between them.

[C] The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.

[D] var defined function scoped variable while let define block scoped variable.

Correct Answer : var defined function scoped variable while let define block scoped variable.


Ques 51 Report Error

इंटरनेट से जुड़ने के लिए निम्नलिखित में से क्या आवश्यक है?

Which of the following is required for joining the internet ?

[A] Internet architecture board

[B] Internet society

[C] Internet service provider

[D] Different computer

Correct Answer : Internet service provider


Ques 52 Report Error

CSS फ़ाइल में एकाधिक पंक्ति टिप्पणियाँ कैसे सम्मिलित करें?

How to insert multiple line comments in a CSS file ?

[A] //statement

[B] „statement

[C] /* statement */

[D] // statement //

Correct Answer : /* statement */


Ques 53 Report Error

कौन सी सीएसएस प्रॉपर्टी यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए या नहीं, कुछ दिखाएं बिंदु (दीर्घवृत्त), या एक कस्टम स्ट्रिंग प्रदर्शित करें?

Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?

[A] Text-decoration

[B] Text-stroke

[C] Text-shadow

[D] Text-overflow

Correct Answer : Text-overflow


Ques 54 Report Error

HTML में ऑर्डर की गई सूची बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

Which of the following is used to create an ordered list in HTML?

[A] <ul>

[B] <ol>

[C] <pl>

[D] <hl>

Correct Answer : <ol>


Ques 55 Report Error

HTTP का मतलब __________ है।

HTTP stands for __________.

[A] Hyper Text Transfer Protocol

[B] Hyper Trasfer Text Protocol

[C] Hyper Text Transmission Protocol

[D] Hyper Transmission Text Protocol

Correct Answer : Hyper Text Transfer Protocol


Ques 56 Report Error

नीचे उल्लिखित सीएसएस गुणों में से, निम्नलिखित में से किसका उपयोग टेक्स्ट बोल्ड बनाने के लिए किया जाता है?

From the below mentioned CSS properties, which of the following is used to make the text bold?

[A] Text-align: bold

[B] Font-style: bold

[C] Font-weight: bold

[D] Text-decoration: bold

Correct Answer : Font-weight: bold


Ques 57 Report Error

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

Which of the following is not a mouse event ?

[A] onclick

[B] onmousescroller

[C] onmouseover

[D] onmousemove

Correct Answer : onmousescroller


Ques 58 Report Error

कौन सा चयनकर्ता एक निश्चित स्थिति के आधार पर तत्वों का चयन करता है?

Which selector selects elements based on a certain state ?

[A] Combinator selector

[B] Pseudo Class selector

[C] Pseudo elements selector

[D] Attribute selector

Correct Answer : Pseudo Class selector


Ques 59 Report Error

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

Which of the following is not a text editor ?

[A] Paint

[B] Sublime

[C] Notepad++

[D] Visual Studio Code

Correct Answer : Paint


Ques 60 Report Error

सीएसएस शैली या कोड का उपयोग करके, कोई सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटा सकता है?

By using CSS style or code, how can one remove the underline from all hyperlinks ?

[A] a {text-decoration: no-underline;}

[B] a {text: no-underline;}

[C] a {text-decoration:none;}

[D] a {text-style: no-underline;}

Correct Answer : a {text-decoration:none;}


Ques 61 Report Error

जावास्क्रिप्ट में "आकाश नीला है" लिखने का सही वाक्यविन्यास है:

The correct syntax to write “Sky is blue” in JavaScript is :

[A] jscript.write(“Sky is blue”)

[B] document.write(“Sky is blue”)

[C] print(“Sky is blue”)

[D] jscript.print(“Sky is blue”)

Correct Answer : document.write(“Sky is blue”)


Ques 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] 10

[B] 15

[C] 5

[D] 50

Correct Answer : 50


Ques 63 Report Error

किसी छवि के चारों ओर गुलाबी बिंदीदार बॉर्डर बनाने के लिए किस सीएसएस विशेषता का उपयोग करना चाहिए?

Which CSS attribute(s) should one use to create a pink dotted border around an image?

[A] I

[B] II

[C] III

[D] Both II and III

Correct Answer : Both II and III


Ques 64 Report Error

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

What will happen in the following case ?


h1 {color: red text-decoration: underline; font-style: italic;}

[A] color: red, text-decoration: underline and font-style: italic all works

[B] text-decoration: underline and font-style: italic works

[C] color: red, text-decoration: underline works

[D] only font-style: italic works

Correct Answer : only font-style: italic works


Ques 65 Report Error

निम्नलिखित में से कौन सी मार्कअप भाषाएँ SGML पर आधारित हैं?

Which of the following markup languages are based on SGML ?

[A] VHML

[B] XML

[C] CFML

[D] SML

Correct Answer : XML


Ques 66 Report Error

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

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

[A] Match A Specified Element

[B] Select The Active Links

[C] Are Used to Select All the Visited Links

[D] Are Used to Define a Special State of An Element

Correct Answer : Are Used to Define a Special State of An Element


Ques 67 Report Error

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

Which of the following is true ?

[A] BR tag is used to have a blank line

[B] In tables, the header cell is centered by default and the data cells are right-aligned

[C] The <TR> is used to create a data cell

[D] INPUT tag must have at least 4 attributes

Correct Answer : BR tag is used to have a blank line


Ques 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] Only I

[B] Only II

[C] Both I and II

[D] None of the above

Correct Answer : Both I and II


Ques 69 Report Error

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

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

[A] <style src="demostyle.css”>

[B] <stylesheet>demostyle.css</stylesheet/>

[C] <link rel = “stylesheet” type= “text/css” href= “demostyle.css”>

[D] None of these

Correct Answer : <link rel = “stylesheet” type= “text/css” href= “demostyle.css”>


Ques 70 Report Error

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

Which of the following expressions is true ?

[A] { expression }

[B] [{ expression }]

[C] _expression

[D] {{ expression }}

Correct Answer : {{ expression }}


Ques 71 Report Error

CSS में छवि पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है:\

To control image repetition in CSS , the correct option is :

[A] h1 { background-loop: none; }

[B] h1 { background-repeat: none; }

[C] h1 { background-iterate: none; }

[D] None of the above

Correct Answer : h1 { background-repeat: none; }


Ques 72 Report Error

HTML में सबसे बड़ी हेडिंग डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

Which of the following tag is used for inserting the largest heading in HTML ?

[A] <h3>

[B] <h1>

[C] <h6>

[D] <h2>

Correct Answer : <h1>


Ques 73 Report Error

निम्नलिखित में से किसका उपयोग किसी विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे CSS में कभी भी ओवरराइड नहीं किया जा सकता है?

Which of the following is used to apply a specific rule and can never be overridden in CSS ?

[A] @important

[B] !important!

[C] !important

[D] important!

Correct Answer : !important


Ques 74 Report Error

निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट डिज़ाइन किया गया है?

For which of the following purpose(s) JavaScript is designed for ?

[A] To style HTML Pages

[B] To perform server-side scripting operation

[C] To execute query related to DB on server

[D] To add interactivity to HTML Pages

Correct Answer : To add interactivity to HTML Pages


Ques 75 Report Error

कौन सी सीएसएस संपत्ति छवि की स्पष्टता निर्दिष्ट करती है?

Which CSS Property specifies the clarity of the image ?

[A] Overlay

[B] Clearfix

[C] Clarity

[D] Opacity

Correct Answer : Opacity


Ques 76 Report Error

निम्नलिखित में से कौन सा इंटरनेट पर सर्च इंजन का उदाहरण है?

Which of the following is an example of a search engine on the internet ?

[A] MS Office

[B] Google

[C] Gmail

[D] Windows

Correct Answer : Google


Ques 77 Report Error

CSS सिंटैक्स में "रंग:काला" को __________ के रूप में जाना जाता है।

The “color:black” in CSS syntax is known as __________.

[A] Value

[B] Declaration

[C] Selector

[D] Rule

Correct Answer : Declaration


Ques 78 Report Error

किसी एकल तत्व की शैली को परिभाषित करने के लिए किस सीएसएस चयनकर्ता का उपयोग किया जाएगा?

Which CSS selector will be used to define a single element's style ?

[A] Id

[B] Class

[C] Text

[D] Name

Correct Answer : Id


Ques 79 Report Error

निम्नलिखित संक्रमण में, .4s क्या वर्णन करता है?

In the following transition, what does .4s describe ?


transition: color .4s linear;

[A] Word-spacing

[B] Padding

[C] Duration

[D] Property

Correct Answer : Duration


Ques 80 Report Error

AngularJS एक __________ है।

AngularJS is a __________.

[A] HTML Framework

[B] .Net Framework

[C] JavaScript framework

[D] Oracle Framework

Correct Answer : JavaScript framework


Ques 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] Code 1

[B] Code 2

[C] Both Code 1 and Code 2

[D] Cannot Compare

Correct Answer : Code 1


Ques 82 Report Error

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

What is a module in AngularJS ?

[A] expression

[B] application

[C] element

[D] none of the above

Correct Answer : application


Ques 83 Report Error

वेब पर छवियों का मानक रिज़ॉल्यूशन क्या है?

What is the standard resolution of images on the web ?

[A] 72 PPI

[B] 300 PPI

[C] 256 PPI

[D] 172 PPI

Correct Answer : 72 PPI


Ques 84 Report Error

बॉडी बैकग्राउंड कलर के लिए किस विशेषता का उपयोग किया जाता है?

Which attribute is used for body background color ?

[A] bgcolor

[B] background

[C] back color

[D] None of the above

Correct Answer : bgcolor


Ques 85 Report Error

स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?

Which of the following options is incorrect with reference to status codes ?

[A] 200 OK

[B] 304 Not Found

[C] 400 Bad Request

[D] 301 Moved Permanently

Correct Answer : 304 Not Found


Ques 86 Report Error

__________ सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है।

__________ is the HTML tag used for superscript text.

[A] <sup>

[B] <superscript>

[C] <s>

[D] <superscripted>

Correct Answer : <sup>


Ques 87 Report Error

सीएसएस में, चयनकर्ताओं का उपयोग उन तत्वों का चयन करने के लिए किया जाता है जिन्हें आप स्टाइल करना चाहते हैं।

In CSS, selectors are __________ used to select the elements you want to style.

[A] Classes

[B] Patterns

[C] Properties

[D] Functions

Correct Answer : Patterns


Ques 88 Report Error

__________ HTML5 दस्तावेज़ के लिए एक घोषणा है।

__________ is a declaration for an HTML5 document.

[A] <!DOCTYPE html>

[B] </DOCTYPE html>

[C] <DOCTYPE html>

[D] <DOCTYPE html!>

Correct Answer : <!DOCTYPE html>


Ques 89 Report Error

CSS सिंटैक्स को __________ भागों में विभाजित किया गया है।

CSS syntax is divided into __________ parts.

[A] Selector and Declaration

[B] Property name and value

[C] Color and style

[D] None of these

Correct Answer : Selector and Declaration


Ques 90 Report Error

छवि __________ पिक्सेल रंग बदलकर छवि का स्वरूप बदल रही है

Image __________ is changing the appearance of an image by altering the colors of the pixels.

[A] cropping

[B] filtering

[C] blurring

[D] rotating

Correct Answer : filtering


Ques 91 Report Error

निम्नलिखित में से कौन सा वेबकिट के लिए सीएसएस एक्सटेंशन उपसर्ग है?

Which of the following is the CSS Extension Prefixes for Webkit ?

[A] -webkit

[B] -o-

[C] -web

[D] –chrome

Correct Answer : -webkit


Ques 92 Report Error

वेब क्लाइंट द्वारा वेब पेज देखने के लिए किस प्रोग्राम का उपयोग किया जाता है?

Which program is used by web clients to view the web pages ?

[A] Web browser

[B] Protocol

[C] Web Server

[D] Search engines

Correct Answer : Web browser


Ques 93 Report Error

सीएसएस का उपयोग करके सफेद रंग निर्दिष्ट करने के लिए निम्नलिखित में से कौन सा तरीका मान्य है?

Which of the following ways are valid to specify white color using CSS ?

I. #FFFFFF
II. rgb (255, 255, 255)
III. rgb (FF, FF, FF)

[A] Only I

[B] Only III

[C] Both I and III

[D] Both I and II

Correct Answer : Both I and II


Ques 94 Report Error

इंटरनेट की उत्पत्ति __________ की अवधारणा से हुई है।

The internet originated from the concept of __________.

[A] Microsoft

[B] ARPANET

[C] Web

[D] IBM

Correct Answer : ARPANET


Ques 95 Report Error

वेब प्रकाशन की आवश्यकता के लिए निम्नलिखित में से कौन सा सही विकल्प है?

Which of the following is the correct option for the requirement of web publishing ?

[A] Internet Connection

[B] Web development software

[C] Web Server

[D] All of the above

Correct Answer : All of the above


Ques 96 Report Error

यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?

What type of value gets printed if we add the following two variables ?

var a = "10";var b = 50;

[A] Long

[B] Text

[C] Integer

[D] Number

Correct Answer : Text


Ques 97 Report Error

W3.CSS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है।

W3.CSS does not provides the following border class.

[A] w3-border-top

[B] w3-border-right

[C] w3-border-bottom

[D] w3-border-gutter

Correct Answer : w3-border-gutter


Ques 98 Report Error

कौन सी सीएसएस संपत्ति निर्दिष्ट करती है कि किसी वीडियो या छवि का आकार उसके सामग्री बॉक्स में फिट करने के लिए कैसे बदला जाता है?

Which CSS property specifies how a video, or an image is resized to fit its content box ?

[A] Position

[B] Object-position

[C] Object-fit

[D] None of these

Correct Answer : Object-fit


Ques 99 Report Error

निम्नलिखित में से कौन सा/से एक <style> टैग है/हैं?

Which of the following is/are a <style> tag(s) ?

[A] <b>

[B] <tt>

[C] <i>

[D] All of the above are style tags

Correct Answer : All of the above are style tags


Ques 100 Report Error

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

W3.CSS is a standard CSS that has :

[A] jQuery library.

[B] JavaScript library.

[C] Both (A) and (B) are true.

[D] Both (A) and (B) are false.

Correct Answer : Both (A) and (B) are false.


Related Papers
Latest Updates