Q1.
CSS की पोजीशन प्रॉपर्टी की डिफॉल्ट वैल्यू __________ है।
CSS's position property default value is __________.
A.
Relative
B.
Absolute
C.
Fixed
D.
Static
View Answer
Correct Answer: Static
Q2.
निम्नलिखित में से कौन सा एक सही CSS सिंटैक्स है?
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;}
View Answer
Correct Answer: body{color:orange;}
Q3.
एंकर एलिमेंट के निम्नलिखित में से कौन सी प्रॉपर्टी यह दर्शाती है की उपयोगकर्ता वर्तमान में किसी एलिमेंट पर क्लिक कर रहा है?
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
View Answer
Correct Answer: :active
Q4.
आप सभी पैराग्राफ तत्वों को 'ग्रे' रंग में कैसे बनायेंगे?
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;}
View Answer
Correct Answer: p {color: grey;}
Q5.
सबलाइम टेक्स्ट एडिटर में __________ के लिए 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
View Answer
Correct Answer: Find
Q6.
इमेज को टेक्स्ट से घेरने के लिए किस CSS प्रॉपर्टी का इस्तेमाल करना चाहिए?
Which CSS property should one use to encircle an image with text?
A.
Float
B.
Push
C.
Align
D.
Wrap
View Answer
Correct Answer: Wrap
Q7.
Notepad++ में करेंट लाइन को डुप्लीकेट करने के लिए किस शॉर्टकट की का प्रयोग किया जाता है
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
View Answer
Correct Answer: Ctrl + D
Q8.
निम्नलिखित में से किसका उपयोग फोटोशॉप इमेज बनाने और मैनिपुलेट करने के लिए किया जाता है?
Which of the following is used for creating and manipulating photoshop images ?
A.
Panels
B.
Layers
C.
Tools
D.
Effects
View Answer
Correct Answer: Tools
Q9.
www (वर्ल्ड वाइड वेब) का आविष्कार किसने किया?
Who invented www (World Wide Web) ?
A.
Bill Gates
B.
Lee. N. Feyong
C.
Tim Berners Lee
D.
Tom Berners Lee
View Answer
Correct Answer: Tim Berners Lee
Q10.
दिए गए img टैग में, दोहरे उद्धरण के अंदर "img.png" का क्या अर्थ है?
In the given img tag, what "img.png" inside the double quote implies ?
A.
element
B.
attribute
C.
value
D.
operator
View Answer
Correct Answer: value
Q11.
दस्तावेज़ के ज़ूम स्तर को बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है
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
View Answer
Correct Answer: Ctrl + the plus key (+)
Q12.
निम्न में से कौन सा ब्राउज़र नहीं है ?
Which of the following is not a browser ?
A.
Microsoft Edge
B.
Google Meet
C.
Mozilla Firefox
D.
Google Chrome
View Answer
Correct Answer: Google Meet
Q13.
Angular Module के लिए सही सिंटैक्स कौन सा है?
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();
View Answer
Correct Answer: var variable_name = angular.module("app_name", []);
Q14.
HTML5 में निम्न में से कौन सा वीडियो प्रारूप है?
Which of the following is video format in HTML5 ?
A.
MP5
B.
WebM
C.
wbr
D.
None
View Answer
Correct Answer: WebM
Q15.
Notepad++ में खुली सभी फाइलों को कैसे बंद करें?
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
View Answer
Correct Answer: File Menu -> Close all
Q16.
निम्न में से कौनसा/से <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
View Answer
Correct Answer: All of the above are style tags
Q17.
इमेज के कुछ हिस्सों को हटाने के लिए निम्न में से किस विकल्प का उपयोग किया जा सकता है?
Which of the following options can be used to remove parts of an image ?
A.
print
B.
crop
C.
rotate
D.
resize
View Answer
Correct Answer: crop
Q18.
निम्नलिखित में से कौन सी विशेषता <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
View Answer
Correct Answer: src
Q19.
__________ कंप्यूटर हैं जो एक नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन प्रदान करते हैं।
__________ are computers that connect to a network and deliver resources to other computers.
A.
Servers
B.
Mainframe
C.
Network
D.
Clients
View Answer
Correct Answer: Servers
Q20.
एंगुलरजेएस एक्सप्रेशन के बारे में निम्नलिखित में से कौन सा सही है?
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
View Answer
Correct Answer: All of these
Q21.
निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में 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
View Answer
Correct Answer: यह मूल्यों की एक क्रमबद्ध सूची है/It is an ordered list of values
Q22.
निम्नलिखित में से किस गुण का उपयोग फॉन्ट के चेहरे को सेट करने के लिए किया जाता है?
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
View Answer
Correct Answer: font-family
Q23.
सामान्यीकृत रंग सुधार के लिए, कौन सा आदेश छवि में रंगों के समग्र संयोजन को समायोजित करता है?
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
View Answer
Correct Answer: The Color Balance