Important Notice:
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
O Level
Notes
Follow us:
OLevelNotes
Home
O Level Notes
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
CCC
CCC Chapter Wise Notes
CCC Chapter Wise MCQ
CCC Modal Paper
CCC Previous Paper
CCC Assignment
CCC Online Test/Real Portal
Chapter Wise MCQ
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Model Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
O Level Real Test Portal
Old Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Practical Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Assignment
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Contact Us
ADCA Course
Introduction To Computer
Introduction To OS
MS Office
Tally Prime
Graphic Design
Web Design
Programming Language
Learn Typing
Typing Tutor
Typing Test
KCIT Student
Student Login
KCIT Student
M2-R5.1 Model Paper — Set 1
100 Questions • M2-R5.1
60:00
← Back
1
What does HTML stand for? / HTML का पूर्ण रूप क्या है?
A
Hyper Text Markup Language
B
High Text Markup Language
C
Hyper Transfer Markup Language
D
High Transfer Markup Language
2
Which tag is used to create a hyperlink in HTML? / HTML में हाइपरलिंक बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<link>
B
<a>
C
<href>
D
<url>
3
What does CSS stand for? / CSS का पूर्ण रूप क्या है?
A
Creative Style Sheets
B
Computer Style Sheets
C
Cascading Style Sheets
D
Colorful Style Sheets
4
Which of the following is a JavaScript popup box? / निम्नलिखित में से कौन JavaScript का पॉपअप बॉक्स है?
A
alert()
B
confirm()
C
prompt()
D
All of these
5
Which tag is used to display an image in HTML? / HTML में इमेज दिखाने के लिए किस टैग का उपयोग किया जाता है?
A
<img>
B
<pic>
C
<src>
D
<image>
6
Which of the following is a front-end scripting language? / निम्नलिखित में से कौन सी फ्रंट-एंड स्क्रिप्टिंग भाषा है?
A
PHP
B
Python
C
JavaScript
D
Java
7
What is the correct HTML tag for the largest heading? / सबसे बड़े हेडिंग के लिए सही HTML टैग कौन सा है?
A
<h6>
B
<heading>
C
<h1>
D
<head>
8
Which tag is used to create an unordered list in HTML? / HTML में अनऑर्डर्ड लिस्ट बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<ol>
B
<ul>
C
<li>
D
<list>
9
Which attribute is used to specify the URL of an image in the <img> tag? / <img> टैग में इमेज का URL निर्दिष्ट करने के लिए किस एट्रिब्यूट का उपयोग किया जाता है?
A
href
B
link
C
src
D
url
10
What is the correct HTML for creating a hyperlink? / हाइपरलिंक बनाने के लिए सही HTML कौन सा है?
A
<a url='https://example.com'>Example</a>
B
<a href='https://example.com'>Example</a>
C
<link href='https://example.com'>Example</link>
D
<href='https://example.com'>Example</a>
11
Which tag is used to create a table row in HTML? / HTML में टेबल रो बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<td>
B
<th>
C
<tr>
D
<table>
12
What is the full form of URL? / URL का पूर्ण रूप क्या है?
A
Uniform Resource Locator
B
Universal Resource Locator
C
Uniform Retrieval Locator
D
Universal Retrieval Locator
13
Which of the following is a back-end scripting language? / निम्नलिखित में से कौन सी बैक-एंड स्क्रिप्टिंग भाषा है?
A
HTML
B
CSS
C
PHP
D
JavaScript
14
Which tag is used for italic text in HTML? / HTML में इटैलिक टेक्स्ट के लिए किस टैग का उपयोग किया जाता है?
A
<b>
B
<i>
C
<em>
D
Both B and C
15
What does the <hr> tag do in HTML? / HTML में <hr> टैग क्या करता है?
A
Creates a hyperlink
B
Creates a horizontal line
C
Creates a header
D
Creates a new paragraph
16
Which of the following is an HTML5 semantic element? / निम्नलिखित में से कौन HTML5 का सिमेंटिक एलिमेंट है?
A
<div>
B
<span>
C
<section>
D
<b>
17
What is the correct HTML for adding a background color? / बैकग्राउंड कलर जोड़ने के लिए सही HTML कौन सा है?
A
<body bg='red'>
B
<background>red</background>
C
<body style='background-color:red'>
D
<body color='red'>
18
What is the use of the <div> tag in HTML? / HTML में <div> टैग का उपयोग क्या है?
A
To create a division or section
B
To create a table
C
To create a list
D
To create a form
19
Which of the following is a CSS selector? / निम्नलिखित में से कौन CSS सिलेक्टर है?
A
#id
B
.class
C
element
D
All of these
20
Which tag is used to create a checkbox in HTML form? / HTML फॉर्म में चेकबॉक्स बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<input type='radio'>
B
<input type='checkbox'>
C
<check>
D
<input type='button'>
21
Which of the following is used to add JavaScript in HTML? / HTML में JavaScript जोड़ने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
<javascript>
B
<js>
C
<script>
D
<code>
22
What does the <title> tag define in HTML? / HTML में <title> टैग क्या परिभाषित करता है?
A
The title of the webpage shown in browser tab
B
A heading on the page
C
A paragraph
D
A footer
23
What is the correct HTML for inserting a line break? / लाइन ब्रेक डालने के लिए सही HTML कौन सा है?
A
<br>
B
<lb>
C
<break>
D
<hr>
24
Which attribute is used to make an input field required in HTML5? / HTML5 में इनपुट फील्ड को अनिवार्य बनाने के लिए किस एट्रिब्यूट का उपयोग किया जाता है?
A
mandatory
B
required
C
necessary
D
validate
25
What is the default value of the 'position' property in CSS? / CSS में 'position' प्रॉपर्टी का डिफॉल्ट मान क्या है?
A
relative
B
absolute
C
static
D
fixed
26
What does the <footer> tag represent in HTML5? / HTML5 में <footer> टैग क्या दर्शाता है?
A
The main content area
B
The navigation area
C
The footer of a section or page
D
The heading area
27
Which CSS property is used to change the background color? / बैकग्राउंड कलर बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
color
B
bgcolor
C
background-color
D
background
28
What is the correct HTML for creating a text input field? / टेक्स्ट इनपुट फील्ड बनाने के लिए सही HTML कौन सा है?
A
<input type='text'>
B
<textfield>
C
<input type='textarea'>
D
<text>
29
Which tag is used to define a table header cell in HTML? / HTML में टेबल हेडर सेल को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?
A
<td>
B
<th>
C
<tr>
D
<thead>
30
Which HTML5 tag is used to play audio files? / ऑडियो फाइल चलाने के लिए किस HTML5 टैग का उपयोग किया जाता है?
A
<music>
B
<sound>
C
<audio>
D
<mp3>
31
What is the correct CSS syntax to set font size to 20px? / फॉन्ट साइज 20px सेट करने के लिए सही CSS सिंटैक्स क्या है?
A
font: 20px
B
text-size: 20px
C
font-size: 20px
D
size: 20px
32
Which of the following is NOT a valid JavaScript operator? / निम्नलिखित में से कौन मान्य JavaScript ऑपरेटर नहीं है?
A
==
B
===
C
!==
D
=!
33
What does the <nav> tag define in HTML5? / HTML5 में <nav> टैग क्या परिभाषित करता है?
A
Navigation links
B
A network connection
C
A new article
D
A sidebar
34
Which CSS property is used to add space between the border and content? / बॉर्डर और कंटेंट के बीच जगह जोड़ने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
margin
B
padding
C
spacing
D
border-spacing
35
What is the default display value of a <div> element? / <div> एलिमेंट का डिफॉल्ट डिस्प्ले मान क्या है?
A
inline
B
inline-block
C
block
D
none
36
Which tag is used to create a dropdown list in HTML form? / HTML फॉर्म में ड्रॉपडाउन लिस्ट बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<input type='dropdown'>
B
<dropdown>
C
<select>
D
<list>
37
What does the 'colspan' attribute do in an HTML table? / HTML टेबल में 'colspan' एट्रिब्यूट क्या करता है?
A
Merges two or more rows
B
Merges two or more columns
C
Sets column color
D
Sets column width
38
Which of the following is a CSS framework? / निम्नलिखित में से कौन CSS फ्रेमवर्क है?
A
W3.CSS
B
AngularJS
C
Node.js
D
PHP
39
What is the purpose of the 'autofocus' attribute in HTML5? / HTML5 में 'autofocus' एट्रिब्यूट का उद्देश्य क्या है?
A
To automatically focus on an input field when page loads
B
To automatically submit a form
C
To automatically validate a form
D
To automatically clear a form
40
Which CSS property is used to change the font of text? / टेक्स्ट का फॉन्ट बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
font-family
B
text-font
C
font-style
D
font-type
41
What is the correct HTML for creating a radio button? / रेडियो बटन बनाने के लिए सही HTML कौन सा है?
A
<input type='radio'>
B
<radio>
C
<input type='button'>
D
<input type='checkbox'>
42
Which of the following is a CSS property for border? / निम्नलिखित में से कौन CSS की बॉर्डर प्रॉपर्टी है?
A
border-width
B
border-style
C
border-color
D
All of these
43
What does the <article> tag represent in HTML5? / HTML5 में <article> टैग क्या दर्शाता है?
A
A self-contained content
B
A navigation menu
C
A header section
D
A footer section
44
Which CSS property is used to set the space outside the border? / बॉर्डर के बाहर जगह सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
padding
B
margin
C
spacing
D
border-space
45
What is the correct JavaScript syntax to write 'Hello World'? / 'Hello World' लिखने के लिए सही JavaScript सिंटैक्स क्या है?
A
print('Hello World')
B
console.log('Hello World')
C
document.write('Hello World')
D
Both B and C
46
Which attribute is used to specify a pattern for input validation in HTML5? / HTML5 में इनपुट वैलिडेशन के लिए पैटर्न निर्दिष्ट करने के लिए किस एट्रिब्यूट का उपयोग किया जाता है?
A
validate
B
regex
C
pattern
D
format
47
What does the <iframe> tag do in HTML? / HTML में <iframe> टैग क्या करता है?
A
Embeds another HTML page within the current page
B
Creates a form
C
Creates a table
D
Creates a list
48
Which of the following is a type of CSS? / निम्नलिखित में से कौन CSS का प्रकार है?
A
Inline CSS
B
Internal CSS
C
External CSS
D
All of these
49
What does the <aside> tag represent in HTML5? / HTML5 में <aside> टैग क्या दर्शाता है?
A
Main content
B
Sidebar content
C
Footer content
D
Header content
50
Which CSS property is used to control the text alignment? / टेक्स्ट अलाइनमेंट नियंत्रित करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-align
B
align
C
text-position
D
position
51
What is the correct HTML for creating a submit button? / सबमिट बटन बनाने के लिए सही HTML कौन सा है?
A
<input type='submit'>
B
<button type='submit'>
C
Both A and B
D
<submit>
52
Which of the following is a JavaScript framework? / निम्नलिखित में से कौन JavaScript फ्रेमवर्क है?
A
AngularJS
B
Laravel
C
Django
D
Spring
53
What does the 'required' attribute do in HTML5 forms? / HTML5 फॉर्म में 'required' एट्रिब्यूट क्या करता है?
A
Makes the input field mandatory
B
Makes the input field optional
C
Makes the input field read-only
D
Makes the input field disabled
54
Which CSS property is used to make text bold? / टेक्स्ट को बोल्ड बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
font-weight: bold
B
text-bold: bold
C
font-style: bold
D
bold: yes
55
What is the correct HTML for creating a textarea? / टेक्स्टएरिया बनाने के लिए सही HTML कौन सा है?
A
<input type='textarea'>
B
<textarea>
C
<textfield>
D
<text>
56
What is the purpose of the Selection Tool in photo editing? / फोटो एडिटिंग में सिलेक्शन टूल का उद्देश्य क्या है?
A
To select a specific area of an image
B
To delete an image
C
To resize an image
D
To rotate an image
57
Which W3.CSS class is used to create a container? / कंटेनर बनाने के लिए किस W3.CSS क्लास का उपयोग किया जाता है?
A
w3-box
B
w3-container
C
w3-div
D
w3-section
58
What is the purpose of the Paint Tool in photo editing? / फोटो एडिटिंग में पेंट टूल का उद्देश्य क्या है?
A
To apply color to an image
B
To crop an image
C
To resize an image
D
To rotate an image
59
What does HTTP stand for? / HTTP का पूर्ण रूप क्या है?
A
HyperText Transfer Protocol
B
High Transfer Text Protocol
C
Hyper Transfer Protocol
D
High Text Transfer Protocol
60
Which HTML5 input type is used for email validation? / ईमेल वैलिडेशन के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
text
B
email
C
password
D
tel
61
What is the purpose of the Transform Tool in photo editing? / फोटो एडिटिंग में ट्रांसफॉर्म टूल का उद्देश्य क्या है?
A
To rotate, scale, or skew an image
B
To delete an image
C
To add text
D
To change brightness
62
What is a meta search engine? / मेटा सर्च इंजन क्या है?
A
A search engine that sends queries to multiple search engines
B
A search engine for images only
C
A search engine for videos only
D
A search engine for news only
63
Which CSS property is used to add shadow to text? / टेक्स्ट में शैडो जोड़ने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
shadow: text
B
text-shadow
C
font-shadow
D
text-decoration
64
Which tag is used to define a definition list in HTML? / HTML में डेफिनिशन लिस्ट को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?
A
<ul>
B
<ol>
C
<dl>
D
<li>
65
What does AngularJS use to bind data to HTML? / AngularJS HTML में डेटा बाइंड करने के लिए किसका उपयोग करता है?
A
Expressions {{ }}
B
Directives
C
Modules
D
All of these
66
What is the purpose of the Text Tool in photo editing? / फोटो एडिटिंग में टेक्स्ट टूल का उद्देश्य क्या है?
A
To add text to an image
B
To delete text from an image
C
To resize text
D
To rotate text
67
What is web hosting? / वेब होस्टिंग क्या है?
A
A service that stores websites on a server
B
A service that creates websites
C
A service that designs websites
D
A service that sells websites
68
Which CSS property is used to set the width of an element? / एलिमेंट की चौड़ाई सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
width
B
size
C
max-width
D
min-width
69
What is the purpose of the <pre> tag in HTML? / HTML में <pre> टैग का उद्देश्य क्या है?
A
To display preformatted text
B
To create a paragraph
C
To create a heading
D
To create a link
70
What are Layers in photo editing? / फोटो एडिटिंग में लेयर्स क्या होती हैं?
A
Different levels of an image stacked on top of each other
B
Tools for cropping
C
Tools for resizing
D
Tools for rotating
71
What is a browser? / ब्राउज़र क्या है?
A
Software to access and view websites
B
Software to create websites
C
Software to edit images
D
Software to write code
72
Which W3.CSS class is used for responsive grid columns? / रिस्पॉन्सिव ग्रिड कॉलम के लिए किस W3.CSS क्लास का उपयोग किया जाता है?
A
w3-col
B
w3-row
C
w3-cell
D
w3-grid
73
What is the purpose of Brightness/Contrast adjustment in photo editing? / फोटो एडिटिंग में ब्राइटनेस/कंट्रास्ट एडजस्टमेंट का उद्देश्य क्या है?
A
To adjust the lightness and darkness of an image
B
To crop an image
C
To resize an image
D
To rotate an image
74
What is the default value of the 'display' property for a <span> element? / <span> एलिमेंट के लिए 'display' प्रॉपर्टी का डिफॉल्ट मान क्या है?
A
block
B
inline
C
inline-block
D
none
75
Which HTML5 input type is used for numeric values? / संख्यात्मक मानों के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
text
B
number
C
digit
D
numeric
76
What does the 'src' attribute specify in the <audio> tag? / <audio> टैग में 'src' एट्रिब्यूट क्या निर्दिष्ट करता है?
A
The source URL of the audio file
B
The source of the video file
C
The source of the image
D
The source of the link
77
What is the purpose of Filters in photo editing? / फोटो एडिटिंग में फिल्टर का उद्देश्य क्या है?
A
To apply special effects to an image
B
To crop an image
C
To resize an image
D
To rotate an image
78
Which W3.CSS class is used to add a border? / बॉर्डर जोड़ने के लिए किस W3.CSS क्लास का उपयोग किया जाता है?
A
w3-border
B
w3-line
C
w3-outline
D
w3-frame
79
What is the purpose of the <u> tag in HTML? / HTML में <u> टैग का उद्देश्य क्या है?
A
To underline text
B
To make text uppercase
C
To make text italic
D
To make text bold
80
What is the purpose of Improve Colors and Tone in photo editing? / फोटो एडिटिंग में इम्प्रूव कलर्स एंड टोन का उद्देश्य क्या है?
A
To enhance the color quality of an image
B
To crop an image
C
To resize an image
D
To rotate an image
81
What is a search engine? / सर्च इंजन क्या है?
A
A tool to find information on the internet
B
A tool to create websites
C
A tool to edit images
D
A tool to write code
82
Which CSS property is used to change the list item marker? / लिस्ट आइटम मार्कर बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
list-style
B
list-type
C
list-marker
D
marker-style
83
What is the correct HTML for creating a reset button? / रीसेट बटन बनाने के लिए सही HTML कौन सा है?
A
<input type='reset'>
B
<button type='reset'>
C
Both A and B
D
<reset>
84
What is web publishing? / वेब पब्लिशिंग क्या है?
A
The process of uploading content to a website
B
The process of designing a website
C
The process of coding a website
D
The process of hosting a website
85
Which HTML5 input type is used for date selection? / तारीख चयन के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
datetime
B
date
C
time
D
calendar
86
What does the 'controls' attribute do in the <audio> tag? / <audio> टैग में 'controls' एट्रिब्यूट क्या करता है?
A
Displays audio controls like play, pause
B
Hides audio controls
C
Disables audio
D
Enables autoplay
87
Which of the following is a W3.CSS color class? / निम्नलिखित में से कौन W3.CSS का कलर क्लास है?
A
w3-red
B
w3-blue
C
w3-green
D
All of these
88
What is the purpose of the <s> tag in HTML? / HTML में <s> टैग का उद्देश्य क्या है?
A
To strikethrough text
B
To underline text
C
To make text bold
D
To make text italic
89
Which CSS property is used to set the border radius? / बॉर्डर रेडियस सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
border-radius
B
border-round
C
corner-radius
D
round-border
90
What does the <section> tag represent in HTML5? / HTML5 में <section> टैग क्या दर्शाता है?
A
A thematic group of content
B
A sidebar
C
A footer
D
A header
91
What is the purpose of Notepad++ editor? / Notepad++ एडिटर का उद्देश्य क्या है?
A
To write and edit code
B
To browse the internet
C
To edit images
D
To play games
92
Which HTML5 input type is used for range slider? / रेंज स्लाइडर के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
slider
B
range
C
scroll
D
drag
93
What is the purpose of the 'name' attribute in form elements? / फॉर्म एलिमेंट्स में 'name' एट्रिब्यूट का उद्देश्य क्या है?
A
To identify form data on the server
B
To style the element
C
To set the value
D
To disable the element
94
Which of the following is a CSS positioning property? / निम्नलिखित में से कौन CSS की पोजिशनिंग प्रॉपर्टी है?
A
position: relative
B
position: absolute
C
position: fixed
D
All of these
95
What is the purpose of Sublime Text editor? / Sublime Text एडिटर का उद्देश्य क्या है?
A
To write and edit code
B
To browse the internet
C
To edit images
D
To play games
96
What is the purpose of the <mark> tag in HTML5? / HTML5 में <mark> टैग का उद्देश्य क्या है?
A
To highlight text
B
To mark a list item
C
To create a bookmark
D
To underline text
97
What is a dynamic website? / डायनामिक वेबसाइट क्या है?
A
A website with content that changes based on user interaction
B
A website with fixed content
C
A website with only text
D
A website with only images
98
What does the <figure> tag represent in HTML5? / HTML5 में <figure> टैग क्या दर्शाता है?
A
Self-contained content like images with captions
B
A footer
C
A header
D
A navigation bar
99
Which CSS property is used to set the opacity of an element? / एलिमेंट की ओपेसिटी सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
transparency
B
opacity
C
visible
D
filter
100
What is responsive web designing? / रिस्पॉन्सिव वेब डिजाइनिंग क्या है?
A
Websites that adapt to different screen sizes
B
Websites that are fast
C
Websites with animations
D
Websites with videos
📋 Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Answered
Not Answered
ℹ️ Quiz Info
Total Questions:
100
Time Limit:
60 min
Subject:
M2-R5.1
Passing:
60%
Attempt all questions before submitting. You can review your answers using the navigator above.
Answered:
0
/ 100
Submit Quiz