Font size
WorksheetsM2 R5 Chapter 9
Total questions: 104
Worksheet time: 57mins
HTML का पूरा नाम क्या है?
HyperText Markup Language
HighText Machine Language
HyperText Machine Language
HighText Markup Language
CSS का पूरा नाम क्या है?
Cascading Style Sheets
Computer Style Sheets
Creative Style Sheets
Colorful Style Sheets
CSS में बैकग्राउंड का रंग बदलने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
background-color
color
bg-color
background-style
JavaScript का उपयोग किस लिए किया जाता है?
To add interactivity to web pages
To design web layouts
To store data on the server
To create databases
निम्नलिखित में से कौन सा मान्य JavaScript डेटा प्रकार है?
Number
String
Boolean
All of the above
HTTP का पूरा नाम क्या है?
HyperText Transfer Protocol
HighText Transfer Protocol
Hyperlink Transfer Protocol
HyperText Transmission Protocol
इंटरनेट पर सुरक्षित संचार के लिए कौन सा प्रोटोकॉल उपयोग किया जाता है?
HTTPS
FTP
HTTP
SMTP
छोटी वेबसाइटों के लिए कौन सी होस्टिंग सबसे अच्छी है?
Shared Hosting
Dedicated Hosting
Cloud Hosting
VPS Hosting
डोमेन नाम का उद्देश्य क्या है?
To uniquely identify a website
To provide server space
To create databases
To enhance web performance
फ़ायरवॉल क्या करता है?
Protects against unauthorized access
Increases internet speed
Stores passwords securely
Deletes viruses automatically
निम्नलिखित में से कौन सा एक मजबूत पासवर्ड है?
12345
admin
P@ssw0rd!23
password
निम्नलिखित में से कौन सा एक मजबूत पासवर्ड है?
12345
admin
P@ssw0rd!23
password
फॉर्म डेटा कहां भेजना है यह निर्दिष्ट करने के लिए कौन सा एट्रिब्यूट उपयोग किया जाता है?
action
method
target
enctype
किस CSS प्रॉपर्टी का उपयोग किसी तत्व की चौड़ाई सेट करने के लिए किया जाता है?
width
size
element-width
layout
कौन सा position प्रॉपर्टी मान तत्व को स्क्रॉल करते समय भी जगह पर रखता है?
static
relative
fixed
absolute
JavaScript में फंक्शन कैसे परिभाषित किया जाता है?
function myFunction()
def myFunction()
create myFunction()
new Function()
JavaScript में मान वापस करने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
return
break
exit
output
कौन सा परीक्षण यह सुनिश्चित करता है कि वेब पेज कई डिवाइसों पर काम करें?
Responsive testing
Load testing
Unit testing
Security testing
पैठ परीक्षण किस पर केंद्रित है?
Finding security vulnerabilities
Improving website design
Optimizing speed
Managing traffic
HTML में दो टेबल सेल को कैसे मर्ज किया जा सकता है?
Using colspan
Using merge
Using rowspan
Using combine
CSS में टेक्स्ट का रंग बदलने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
color
text-color
font-color
background-color
text-transform प्रॉपर्टी क्या करती है?
Text Color बदलने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
color
text-color
font-color
background-color
text-transform प्रॉपर्टी क्या करती है?
Changes text case (uppercase, lowercase)
Changes text color
Aligns text
Applies shadow to text
JavaScript में निम्नलिखित में से कौन सा लूपिंग स्ट्रक्चर है?
for
while
do-while
All of the above
कौन सा लूप कम से कम एक बार निष्पादित होगा, भले ही स्थिति गलत हो?
do-while
for
while
None of the above
FTP का पूरा नाम क्या है?
File Transfer Protocol
Fast Transfer Protocol
File Transmission Process
File Tracking Protocol
कौन सी होस्टिंग प्रकार उच्च-सुरक्षा वेबसाइटों के लिए आदर्श है?
Dedicated Hosting
Shared Hosting
Free Hosting
Local Hosting
फ़िशिंग क्या है?
Stealing sensitive information using fake websites or emails
Hacking server databases
Encrypting user files
Spamming email inboxes
रैंसमवेयर किस प्रकार का है?
Malware
Antivirus
Firewall
Encryption tool
HTML में वीडियो एम्बेड करने के लिए कौन सा टैग उपयोग किया जाता है?
<video>
<embed>
<movie>
<media>
वेब पेज में ऑडियो कैसे जोड़ा जा सकता है?
Using
Using
Using
Using
निम्नलिखित में से कौन CSS बॉक्स मॉडल का हिस्सा नहीं है?
Margin
Border
Padding
Font-size
Padding प्रॉपर्टी का उपयोग किस लिए किया जाता है?
Adding space inside the element's border
Adding space outside the element
Changing border style
Aligning text
कौन सी घटना तब होती है जब उपयोगकर्ता HTML तत्व पर क्लिक करता है?
onclick
onhover
onpress
onchange
onload घटना कब ट्रिगर होती है?
The browser finishes loading a page
The user clicks a button
An input field is m
onload घटना कब ट्रिगर होती है?
The browser finishes loading a page
The user clicks a button
An input field is modified
A form is submitted
HTTP प्रतिक्रिया कोड 200 का क्या अर्थ है?
OK (Success)
Page not found
Server error
Unauthorized access
404 त्रुटि क्या संकेत देती है?
Page not found
Server overloaded
Unauthorized user
Successful request
निम्नलिखित में से कौन सा नेटवर्क टोपोलॉजी नहीं है?
Star
Ring
Tree
String
OSI मॉडल की कौन सी परत एन्क्रिप्शन से संबंधित है?
Presentation Layer
Data Link Layer
Network Layer
Application Layer
DOM का पूरा नाम क्या है?
Document Object Model
Data Object Module
Document Organizational Method
Dynamic Object Management
JavaScript में किसी HTML तत्व को उसके ID द्वारा चयनित करने के लिए कौन सी विधि उपयोग की जाती है?
getElementById()
getElementByTag()
selectById()
querySelector()
निम्नलिखित में से कौन दो-कारक प्रमाणीकरण का उदाहरण है?
Password + OTP
Password + Username
Email + Phone number
Username + Security question
VPN का प्राथमिक उपयोग किस लिए किया जाता है?
Securing internet connections
Increasing network speed
Accessing hardware remotely
Storing large files
किस एट्रिब्यूट का उपयोग लिंक को एक नई टैब में खोलने के लिए किया जाता है?
target="_blank"
newtab="true"
tab="_new"
link="new"
_self
_blank
_parent
_top
तत्वों के स्टैकिंग ऑर्डर को नियंत्रित करने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
z-index
position
stack-order
तत्वों के स्टैकिंग ऑर्डर को नियंत्रित करने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
z-index
position
stack-order
layer-index
float प्रॉपर्टी का उपयोग किस लिए किया जाता है?
Placing elements to the left or right of a container
Aligning text vertically
Creating a background gradient
Adjusting the font size
JavaScript में ऑब्जेक्ट कैसे बनाया जाता है?
Using {} brackets
Using [] brackets
Using <> brackets
Using () brackets
JavaScript ऑब्जेक्ट प्रॉपर्टी को परिभाषित करने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
let
this
var
None of the above
वेब विकास में पहला चरण क्या है?
Planning and defining requirements
Writing code
Testing the website
Deploying the website
कौन सा चरण कार्यक्षमता और डिज़ाइन को सत्यापित करता है?
Testing
Deployment
Development
Planning
सर्वर से डेटा प्राप्त करने के लिए कौन सा HTTP मेथड उपयोग किया जाता है?
GET
POST
PUT
DELETE
मौजूदा संसाधनों को अपडेट करने के लिए कौन सा HTTP मेथड उपयोग किया जाता है?
PUT
GET
POST
DELETE
CAPTCHA का पूरा नाम क्या है?
Completely Automated Public Turing test to tell Computers and Humans Apart
Computer-Assisted Program to Test Cyber Hacking Attempts
Completely Automated Public Tracking and Coding Analysis
Computer-Assisted Protocol for Traffic Control
निम्नलिखित में से कौन मैलवेयर का उदाहरण है?
Virus
Trojan
Spyware
All of the above
method="post" एट्रिब्यूट फॉर्म में क्या करता है?
Sends form data securely to the server
Displays form data in the URL
Redirects to another page
Resets the form
किसी फॉर्म फील्ड को अनिवार्य कैसे बनाते हैं?
Add the required attribute
Add the mandatory attribute
Add the default at
किसी फॉर्म फील्ड को अनिवार्य कैसे बनाते हैं?
Add the required attribute
Add the mandatory attribute
Add the default attribute
Add the must-fill attribute
किस चयनकर्ता का उपयोग विशिष्ट ID पर स्टाइल लागू करने के लिए किया जाता है?
#id
.id
id[]
id()
CSS में * (यूनिवर्सल) चयनकर्ता का उद्देश्य क्या है?
To select all elements
To select all classes
To select all IDs
To select all tags starting with a specific letter
URL का कौन सा भाग प्रोटोकॉल को निर्दिष्ट करता है?
https://
Domain name
Path
Query string
वर्ल्ड वाइड वेब का आविष्कार किसने किया?
Tim Berners-Lee
Steve Jobs
Bill Gates
Elon Musk
JavaScript में त्रुटियों को संभालने के लिए कौन सा स्टेटमेंट उपयोग किया जाता है?
try-catch
if-else
do-while
catch-finally
finally ब्लॉक क्या करता है?
Executes code regardless of an error
Executes only if an error occurs
Skips code after an error
Executes at the beginning of a try block
SSL का पूरा नाम क्या है?
Secure Sockets Layer
Secure System Login
Safe System Layer
Secure Software Layer
एक मजबूत साइबर सुरक्षा फ्रेमवर्क में आवश्यकता होती है...
Encryption
Regular updates
Firewall and antivirus
All of the above
मिनीफिकेशन क्या है?
Removing unnecessary characters from code
Creating smaller versions of images
Compressing web pages for faster load times
Reducing server bandwidth
कैशिंग वेबसाइट के प्रदर्शन को कैसे बेहतर बनाती है?
Storing frequently accessed data locally
Increasing server load
Adding security layers
Enhancing graphics
HTTP का मुख्य उद्देश्य क्या है?
Transmitting hypertext data between a web browser and a server
Encrypting sensitive information
Tracking website analytics
Providing file storage services
HTTP की तुलना में कौन सा प्रोटोकॉल अधिक सुरक्षित है?
HTTPS
FTP
SMTP
TCP
टैग में alt एट्रिब्यूट का उपयोग किस लिए किया जाता है?
Displaying alternative text if the image fails to load
Changing the image size
Adding a hyperlink to the image
Adjusting image brightness
कौन सा एट्रिब्यूट टैग में लिंक किए गए संसाधन का URL निर्दिष्ट करता है?
href
src
link
target
CSS में ट्रांजिशन इफेक्ट बनाने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
transition
animate
effect
transform
@keyframes नियम क्या परिभाषित करता है?
Animation behavior
Transition speed
Text effects
Image alignment
HTML और CSS का निरीक्षण करने के लिए कौन सा ब्राउज़र टूल उपयोग किया जाता है?
Developer Tools
Browser Console
Task Manager
File Explorer
अधिकांश ब्राउज़रों में डेवलपर कंसोल खोलने के लिए कौन सी शॉर्टकट कुंजी है?
F12
Ctrl + D
Alt + C
Shift + F5
ARIA एट्रिब्यूट्स का उद्देश्य क्या है?
Improving web accessibility for screen readers
Styling elements
Managing database connections
Enhancing security
निम्नलिखित में से कौन वेब एक्सेसिबिलिटी को बेहतर बनाता है?
Using descriptive alt text for images
Avoiding semantic HTML
Removing keyboard navigation
Using inline styles
कौन सा हमला दो पक्षों के बीच संचार को इंटरसेप्ट करता है?
Man-in-the-middle attack
Phishing
Ransomware
SQL injection
कौन सा सुरक्षा उपाय अनधिकृत पहुंच को रोकने में मदद करता है?
Two-factor authentication
Weak passwords
Unencrypted data
Public Wi-Fi
500 HTTP एरर कोड क्या संकेत करता है?
Server error
Resource not found
Request timeout
Forbidden access
निम्नलिखित में से कौन वेबसाइट लोड समय में सुधार कर सकता है?
Image optimization
Using large file sizes
Avoiding cache usage
Increasing HTML file size
JavaScript में फ़ंक्शन को कैसे घोषित किया जाता है?
function myFunction() {}
function: myFunction()
declare myFunction()
create function myFunction()
JavaScript में फ़ंक्शन से मान लौटाने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
return
output
value
result
निम्नलिखित में से कौन वेब डिज़ाइन में एक महत्वपूर्ण तत्व है?
User Experience (UX)
Complex coding
Random color choices
Long content blocks
एक अच्छा वेबसाइट डिज़ाइन किसे प्राथमिकता देनी चाहिए?
Usability and accessibility
Overloaded graphics
Multiple ads
Too many pages
कौन सा होस्टिंग प्रकार कम ट्रैफ़िक वाली छोटी वेबसाइटों के लिए सबसे उपयुक्त है?
Shared Hosting
Dedicated Hosting
VPS Hosting
Cloud Hosting
क्लाउड होस्टिंग का मुख्य लाभ क्या है?
Scalability and flexibility
Lower security
Limited bandwidth
Expensive costs
कौन सी घटना तब होती है जब उपयोगकर्ता इनपुट फ़ील्ड का मान बदलता है?
onchange
onfocus
onclick
onblur
onsubmit घटना क्या ट्रिगर करती है?
Form submission
Form reset
Input focus
Input validation
वेब सुरक्षा में एन्क्रिप्शन का उपयोग किस लिए किया जाता है?
onsubmit घटना क्या ट्रिगर करती है?
Form submission
Form reset
Input focus
Input validation
वेब सुरक्षा में एन्क्रिप्शन का उपयोग किस लिए किया जाता है?
To protect data transmission
To block unwanted ads
To increase website speed
To add functionality
निम्नलिखित में से कौन सी सामान्य विधि है जो वेबसाइटों को SQL इंजेक्शन हमलों से बचाती है?
Parameterized queries
Using large database files
Avoiding user input
Disabling forms
कौन सा एट्रिब्यूट यह निर्दिष्ट करने के लिए उपयोग किया जाता है कि एक फॉर्म फील्ड को सबमिट करने से पहले भरा जाना चाहिए?
required
validate
mandatory
fill
CSS में ग्रिड लेआउट बनाने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?
display: grid
grid-template-columns
flex-direction
grid-gap
display: flex प्रॉपर्टी क्या करती है?
It arranges items in a row or column
It changes the color of elements
It adds borders to elements
It removes margins from elements
JavaScript में एक ऐरे कैसे बनाया जाता है?
let arr = []
let arr = {}
arr = new Array()
let arr = ""
JavaScript में एक ऐरे के पहले तत्व को कैसे एक्सेस किया जाता है?
arr[0]
arr[1]
arr.first
arr.firstElement()
वेब विकास में संस्करण नियंत्रण के लिए कौन सा उपकरण उपयोग किया जाता है?
Git
Webpack
Node.js
Bootstrap
निम्नलिखित में से कौन वेब विकास का एक उदाहरण है?
Angular
Photoshop
Excel
PowerPoint
