wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

M2 R5 Chapter 9

Total questions: 104

Worksheet time: 57mins

Name
Class
Date
1.

HTML का पूरा नाम क्या है?

a)

HyperText Markup Language

b)

HighText Machine Language

c)

HyperText Machine Language

d)

HighText Markup Language

2.

CSS का पूरा नाम क्या है?

a)

Cascading Style Sheets

b)

Computer Style Sheets

c)

Creative Style Sheets

d)

Colorful Style Sheets

3.

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

a)

background-color

b)

color

c)

bg-color

d)

background-style

4.

JavaScript का उपयोग किस लिए किया जाता है?

a)

To add interactivity to web pages

b)

To design web layouts

c)

To store data on the server

d)

To create databases

5.

निम्नलिखित में से कौन सा मान्य JavaScript डेटा प्रकार है?

a)

Number

b)

String

c)

Boolean

d)

All of the above

6.

HTTP का पूरा नाम क्या है?

a)

HyperText Transfer Protocol

b)

HighText Transfer Protocol

c)

Hyperlink Transfer Protocol

d)

HyperText Transmission Protocol

7.

इंटरनेट पर सुरक्षित संचार के लिए कौन सा प्रोटोकॉल उपयोग किया जाता है?

a)

HTTPS

b)

FTP

c)

HTTP

d)

SMTP

8.

छोटी वेबसाइटों के लिए कौन सी होस्टिंग सबसे अच्छी है?

a)

Shared Hosting

b)

Dedicated Hosting

c)

Cloud Hosting

d)

VPS Hosting

9.

डोमेन नाम का उद्देश्य क्या है?

a)

To uniquely identify a website

b)

To provide server space

c)

To create databases

d)

To enhance web performance

10.

फ़ायरवॉल क्या करता है?

a)

Protects against unauthorized access

b)

Increases internet speed

c)

Stores passwords securely

d)

Deletes viruses automatically

11.

निम्नलिखित में से कौन सा एक मजबूत पासवर्ड है?

a)

12345

b)

admin

c)

P@ssw0rd!23

d)

password

12.

निम्नलिखित में से कौन सा एक मजबूत पासवर्ड है?

a)

12345

b)

admin

c)

P@ssw0rd!23

d)

password

13.

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

a)

action

b)

method

c)

target

d)

enctype

14.

किस CSS प्रॉपर्टी का उपयोग किसी तत्व की चौड़ाई सेट करने के लिए किया जाता है?

a)

width

b)

size

c)

element-width

d)

layout

15.

कौन सा position प्रॉपर्टी मान तत्व को स्क्रॉल करते समय भी जगह पर रखता है?

a)

static

b)

relative

c)

fixed

d)

absolute

16.

JavaScript में फंक्शन कैसे परिभाषित किया जाता है?

a)

function myFunction()

b)

def myFunction()

c)

create myFunction()

d)

new Function()

17.

JavaScript में मान वापस करने के लिए कौन सा कीवर्ड उपयोग किया जाता है?

a)

return

b)

break

c)

exit

d)

output

18.

कौन सा परीक्षण यह सुनिश्चित करता है कि वेब पेज कई डिवाइसों पर काम करें?

a)

Responsive testing

b)

Load testing

c)

Unit testing

d)

Security testing

19.

पैठ परीक्षण किस पर केंद्रित है?

a)

Finding security vulnerabilities

b)

Improving website design

c)

Optimizing speed

d)

Managing traffic

20.

HTML में दो टेबल सेल को कैसे मर्ज किया जा सकता है?

a)

Using colspan

b)

Using merge

c)

Using rowspan

d)

Using combine

21.

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

a)

color

b)

text-color

c)

font-color

d)

background-color

22.

text-transform प्रॉपर्टी क्या करती है?

4 lines
23.

Text Color बदलने के लिए कौन सी प्रॉपर्टी उपयोग की जाती है?

a)

color

b)

text-color

c)

font-color

d)

background-color

24.

text-transform प्रॉपर्टी क्या करती है?

a)

Changes text case (uppercase, lowercase)

b)

Changes text color

c)

Aligns text

d)

Applies shadow to text

25.

JavaScript में निम्नलिखित में से कौन सा लूपिंग स्ट्रक्चर है?

a)

for

b)

while

c)

do-while

d)

All of the above

26.

कौन सा लूप कम से कम एक बार निष्पादित होगा, भले ही स्थिति गलत हो?

a)

do-while

b)

for

c)

while

d)

None of the above

27.

FTP का पूरा नाम क्या है?

a)

File Transfer Protocol

b)

Fast Transfer Protocol

c)

File Transmission Process

d)

File Tracking Protocol

28.

कौन सी होस्टिंग प्रकार उच्च-सुरक्षा वेबसाइटों के लिए आदर्श है?

a)

Dedicated Hosting

b)

Shared Hosting

c)

Free Hosting

d)

Local Hosting

29.

फ़िशिंग क्या है?

a)

Stealing sensitive information using fake websites or emails

b)

Hacking server databases

c)

Encrypting user files

d)

Spamming email inboxes

30.

रैंसमवेयर किस प्रकार का है?

a)

Malware

b)

Antivirus

c)

Firewall

d)

Encryption tool

31.

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

a)

<video>

b)

<embed>

c)

<movie>

d)

<media>

32.

वेब पेज में ऑडियो कैसे जोड़ा जा सकता है?

a)

Using

b)

Using tag

c)

Using tag

d)

Using tag

33.

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

a)

Margin

b)

Border

c)

Padding

d)

Font-size

34.

Padding प्रॉपर्टी का उपयोग किस लिए किया जाता है?

a)

Adding space inside the element's border

b)

Adding space outside the element

c)

Changing border style

d)

Aligning text

35.

कौन सी घटना तब होती है जब उपयोगकर्ता HTML तत्व पर क्लिक करता है?

a)

onclick

b)

onhover

c)

onpress

d)

onchange

36.

onload घटना कब ट्रिगर होती है?

a)

The browser finishes loading a page

b)

The user clicks a button

c)

An input field is m

37.

onload घटना कब ट्रिगर होती है?

a)

The browser finishes loading a page

b)

The user clicks a button

c)

An input field is modified

d)

A form is submitted

38.

HTTP प्रतिक्रिया कोड 200 का क्या अर्थ है?

a)

OK (Success)

b)

Page not found

c)

Server error

d)

Unauthorized access

39.

404 त्रुटि क्या संकेत देती है?

a)

Page not found

b)

Server overloaded

c)

Unauthorized user

d)

Successful request

40.

निम्नलिखित में से कौन सा नेटवर्क टोपोलॉजी नहीं है?

a)

Star

b)

Ring

c)

Tree

d)

String

41.

OSI मॉडल की कौन सी परत एन्क्रिप्शन से संबंधित है?

a)

Presentation Layer

b)

Data Link Layer

c)

Network Layer

d)

Application Layer

42.

DOM का पूरा नाम क्या है?

a)

Document Object Model

b)

Data Object Module

c)

Document Organizational Method

d)

Dynamic Object Management

43.

JavaScript में किसी HTML तत्व को उसके ID द्वारा चयनित करने के लिए कौन सी विधि उपयोग की जाती है?

a)

getElementById()

b)

getElementByTag()

c)

selectById()

d)

querySelector()

44.

निम्नलिखित में से कौन दो-कारक प्रमाणीकरण का उदाहरण है?

a)

Password + OTP

b)

Password + Username

c)

Email + Phone number

d)

Username + Security question

45.

VPN का प्राथमिक उपयोग किस लिए किया जाता है?

a)

Securing internet connections

b)

Increasing network speed

c)

Accessing hardware remotely

d)

Storing large files

46.

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

a)

target="_blank"

b)

newtab="true"

c)

tab="_new"

d)

link="new"