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 — MASTER Set 7
100 Questions • M2-R5.1
90:00
← Back
1
HTML stands for? (HTML का पूर्ण रूप क्या है?)
A
Hyper Text Markup Language
B
Hyper Text Machine Language
C
Hyper Text Marking Language
D
High Text Marking Language
2
Which of the following is used to read an HTML page and render it? (HTML पेज पढ़ने और रेंडर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?)
A
Web server
B
Web network
C
Web browser
D
Web matrix
3
What is the correct syntax of doctype in HTML5? (HTML5 में doctype का सही सिंटैक्स क्या है?)
A
</doctype html>
B
<doctype html>
C
<doctype html!>
D
<!doctype html>
4
Which of the following tag is used for inserting the largest heading in HTML? (HTML में सबसे बड़ी हेडिंग लगाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?)
A
head
B
<h1>
C
<h6>
D
heading
5
In which part of the HTML metadata is contained? (HTML मेटाडेटा किस भाग में निहित होता है?)
A
head tag
B
title tag
C
html tag
D
body tag
6
Which of the following is not a HTML5 tag? (निम्नलिखित में से कौन सा HTML5 टैग नहीं है?)
A
<track>
B
<video>
C
<slider>
D
<source>
7
How do we write comments in HTML? (HTML में कमेंट कैसे लिखते हैं?)
A
</…….>
B
<!……>
C
</……/>
D
<…….!>
8
Which of the following elements in HTML5 defines video or movie content? (HTML5 में निम्नलिखित में से कौन सा तत्व वीडियो या मूवी कंटेंट को परिभाषित करता है?)
A
<video>
B
<movie>
C
<audio>
D
<media>
9
Which of the following is not the element associated with the HTML table layout? (निम्नलिखित में से कौन सा HTML टेबल लेआउट से संबंधित तत्व नहीं है?)
A
alignment
B
color
C
size
D
spanning
10
Which element is used for styling HTML5 layout? (HTML5 लेआउट को स्टाइल करने के लिए किस तत्व का उपयोग किया जाता है?)
A
CSS
B
jQuery
C
JavaScript
D
PHP
11
Which HTML tag is used for making character appearance bold? (कैरेक्टर को बोल्ड दिखाने के लिए किस HTML टैग का उपयोग किया जाता है?)
A
<u>content</u>
B
<b>content</b>
C
<br>content</br>
D
<i>content</i>
12
Which HTML tag is used to insert an image? (इमेज लगाने के लिए किस HTML टैग का उपयोग किया जाता है?)
A
<img url='htmllogo.jpg' />
B
<img alt='htmllogo.jpg' />
C
<img src='htmllogo.jpg' />
D
<img link='htmllogo.jpg' />
13
HTML is a subset of? (HTML किसका सबसेट है?)
A
SGMT
B
SGML
C
SGME
D
XHTML
14
Which character is used to represent when a tag is closed in HTML? (HTML में टैग बंद करने के लिए किस कैरेक्टर का उपयोग किया जाता है?)
A
#
B
!
C
/
D
\
15
Among the following, which is the HTML paragraph tag? (निम्नलिखित में से HTML पैराग्राफ टैग कौन सा है?)
A
<p>
B
<pre>
C
<hr>
D
<a>
16
In HTML, which attribute is used to create a link that opens in a new window tab? (HTML में, नई विंडो टैब में खुलने वाला लिंक बनाने के लिए किस एट्रिब्यूट का उपयोग किया जाता है?)
A
src='_blank'
B
alt='_blank'
C
target='_self'
D
target='_blank'
17
Which of the following HTML tag is used to create an unordered list? (अनऑर्डर्ड लिस्ट बनाने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?)
A
<ol>
B
<ul>
C
<li>
D
<ll>
18
Which HTML element is used for abbreviation or acronym? (एब्रीविएशन या एक्रोनिम के लिए किस HTML एलिमेंट का उपयोग किया जाता है?)
A
<abbr>
B
<blockquote>
C
<q>
D
<em>
19
Which of the following HTML tag is used to add a row in a table? (टेबल में रो जोड़ने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?)
A
<th>
B
<table>
C
<tr>
D
<tt>
20
Which of the following tag is used to create a text area in HTML Form? (HTML फॉर्म में टेक्स्ट एरिया बनाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?)
A
<textarea></textarea>
B
<text></text>
C
<input type='text' />
D
<input type='textarea' />
21
To show deleted text, which HTML element is used? (डिलीट किए गए टेक्स्ट को दिखाने के लिए किस HTML एलिमेंट का उपयोग किया जाता है?)
A
<del>
B
<em>
C
<strong>
D
<ins>
22
Which tag is used to create a dropdown in HTML Form? (HTML फॉर्म में ड्रॉपडाउन बनाने के लिए किस टैग का उपयोग किया जाता है?)
A
<input>
B
<select>
C
<text>
D
<textarea>
23
Which tag is used to create a numbered list in HTML? (HTML में नंबर्ड लिस्ट बनाने के लिए किस टैग का उपयोग किया जाता है?)
A
<ol>
B
<ul>
C
<li>
D
<ll>
24
How to create a checkbox in HTML Form? (HTML फॉर्म में चेकबॉक्स कैसे बनाया जाता है?)
A
<input type='text'>
B
<input type='textarea'>
C
<input type='checkbox'>
D
<input type='button'>
25
Which of the following extension is used to save an HTML file? (HTML फाइल को सेव करने के लिए निम्नलिखित में से किस एक्सटेंशन का उपयोग किया जाता है?)
A
.hl
B
.h
C
.htl
D
.html
26
Which tag is used to create a blank line in HTML? (HTML में ब्लैंक लाइन बनाने के लिए किस टैग का उपयोग किया जाता है?)
A
<b>
B
<br>
C
<em>
D
<a>
27
Which HTML tag is used to convert the plain text into italic format? (प्लेन टेक्स्ट को इटैलिक फॉर्मेट में बदलने के लिए किस HTML टैग का उपयोग किया जाता है?)
A
<b>
B
<p>
C
<i>
D
<a>
28
What is the use of <hr/> tag in HTML? (HTML में <hr/> टैग का क्या उपयोग है?)
A
For making content appearance italics
B
To create vertical rule between sections
C
To create a line break
D
To create horizontal rule between sections
29
Which attribute is not essential under <iframe>? (<iframe> के अंतर्गत कौन सा एट्रिब्यूट आवश्यक नहीं है?)
A
frame border
B
width
C
height
D
src
30
Which tag is used to underline the text in HTML? (HTML में टेक्स्ट को अंडरलाइन करने के लिए किस टैग का उपयोग किया जाता है?)
A
<p>
B
<u>
C
<i>
D
<ul>
31
Which attribute specifies a unique alphanumeric identifier to be associated with an element? (कौन सा एट्रिब्यूट किसी एलिमेंट के साथ एक अद्वितीय अल्फ़ान्यूमेरिक पहचानकर्ता निर्दिष्ट करता है?)
A
type
B
article
C
id
D
class
32
Which HTML element is used for YouTube videos? (YouTube वीडियो के लिए किस HTML एलिमेंट का उपयोग किया जाता है?)
A
<samp>
B
<small>
C
<frame>
D
<iframe>
33
For displaying data in JavaScript, we can't use? (JavaScript में डेटा दिखाने के लिए, हम किसका उपयोग नहीं कर सकते?)
A
document.write()
B
console.log()
C
innerHTML
D
document.getElementById()
34
For testing we should use? (टेस्टिंग के लिए हमें किसका उपयोग करना चाहिए?)
A
document.write()
B
console.log()
C
window.alert()
D
innerHTML
35
Which of the following keyword stops the execution of JavaScript? (निम्नलिखित में से कौन सा कीवर्ड JavaScript के निष्पादन को रोकता है?)
A
break
B
return
C
debugger
D
try...catch
36
JavaScript numbers are stored as? (JavaScript नंबर किस रूप में स्टोर किए जाते हैं?)
A
integers
B
double precision floating point
C
double
D
floating point
37
Which method is not used for converting variables to number? (वेरिएबल्स को नंबर में बदलने के लिए किस मेथड का उपयोग नहीं किया जाता है?)
A
parseInt()
B
Number()
C
parseFloat()
D
valueOf()
38
In HTML, the tags are? (HTML में, टैग कैसे होते हैं?)
A
in upper case
B
case-sensitive
C
in lowercase
D
not case sensitive
39
Which tag is used in HTML5 for the initialization of the document type? (HTML5 में डॉक्यूमेंट टाइप के इनिशियलाइजेशन के लिए किस टैग का उपयोग किया जाता है?)
A
<Doctype HTML>
B
<! DOCTYPE html>
C
<Doctype>
D
<\Doctype html>
40
What is the correct way to start an ordered list that has numeric value count of 5? (ऑर्डर्ड लिस्ट को शुरू करने का सही तरीका क्या है जिसमें संख्यात्मक मान 5 हो?)
A
<ol type='1' start='5'>
B
<ol type='1' num='5'>
C
<ol type='1' begin='5'>
D
<ol type='1' initial='5'>
41
Which HTML tag do we use for displaying the power in the expression (x² - y²)? (एक्सप्रेशन (x² - y²) में पावर दिखाने के लिए किस HTML टैग का उपयोग करते हैं?)
A
<p>
B
<sub>
C
<sup>
D
None of the above
42
In HTML, the correct way of commenting out something would be using? (HTML में, किसी चीज़ को कमेंट करने का सही तरीका क्या है?)
A
## and #
B
<!-- and -->
C
</-- and -/>
D
<!-- and -!>
43
Text within STRONG tag is displayed as? (STRONG टैग के अंदर का टेक्स्ट कैसे दिखाया जाता है?)
A
Indented
B
Italic
C
list
D
Bold
44
TD tag is used for? (TD टैग का उपयोग किसके लिए किया जाता है?)
A
Table row
B
Table Records
C
Table heading
D
Row Heading
45
The extension of JavaScript file is? (JavaScript फाइल की एक्सटेंशन क्या है?)
A
.html
B
.js
C
.css
D
.ajs
46
Yahoo, Infoseek and Lycos are? (याहू, इन्फोसीक और लाइकोस क्या हैं?)
A
Search Engines
B
News groups
C
Browsers
D
None of the above
47
What is a search engine? (सर्च इंजन क्या है?)
A
Program that search documents
B
A program that searches engines for specified keywords
C
A machinery engine that search data
D
A hardware component
48
HTML document start and end with which tag pairs? (HTML डॉक्यूमेंट किस टैग पेयर से शुरू और खत्म होता है?)
A
HTML
B
Web
C
Body
D
Head
49
<br> Tag is used for? (<br> टैग का उपयोग किसके लिए किया जाता है?)
A
Line Break
B
Horizontal row
C
Heading
D
Underline
50
In HTML the character H stands for? (HTML में H अक्षर क्या दर्शाता है?)
A
Hyphenation
B
Hyper text
C
Hypertext marking
D
Hyphenation test
51
What does the CSS stands for? (CSS का पूर्ण रूप क्या है?)
A
Creating Style Sheets
B
Cascading Style Sheets
C
Computer Style Sheets
D
Colorful Style Sheets
52
What is the full form of HTTP? (HTTP का पूर्ण रूप क्या है?)
A
Hyphenation text test program
B
Hypertext transfer protocol
C
Hypertext transfer package
D
None of the above
53
Expand WAN? (WAN का पूर्ण रूप क्या है?)
A
World area network
B
Wide area network
C
Web area network
D
None of the above
54
Who is making the Web standards? (वेब मानक कौन बना रहा है?)
A
Mozilla
B
Microsoft
C
The World Wide Web Consortium
D
NVIDIA
55
Which of the following protocol is used by electronic mail? (इलेक्ट्रॉनिक मेल द्वारा निम्नलिखित में से किस प्रोटोकॉल का उपयोग किया जाता है?)
A
telnet
B
ftp
C
smtp
D
rdp
56
Which of the following is suitable for networking in a building? (बिल्डिंग में नेटवर्किंग के लिए निम्नलिखित में से कौन सा उपयुक्त है?)
A
WAN
B
LAN
C
MAN
D
BAN
57
Which of the following is not a search engine? (निम्नलिखित में से कौन सा सर्च इंजन नहीं है?)
A
Google
B
Yahoo
C
Twitter
D
AltaVista
58
Which function would you use to send messages to users requesting for text input? (टेक्स्ट इनपुट के लिए उपयोगकर्ताओं को संदेश भेजने के लिए आप किस फ़ंक्शन का उपयोग करेंगे?)
A
Display()
B
Prompt()
C
Alert()
D
Confirm()
59
The rules with regards to conduct for Internet users is known as? (इंटरनेट उपयोगकर्ताओं के लेकर आचरण के नियम क्या कहलाते हैं?)
A
Mosaic
B
Netiquette
C
Protocol
D
Internet Protocol
60
A Spider is? (स्पाइडर क्या है?)
A
A Computer virus
B
A Browser
C
A program that catalogs websites
D
A hacker community
61
FTP does not use? (FTP किसका उपयोग नहीं करता है?)
A
Two transfer mode
B
Control connection to remote computer before file can be transferred
C
User Datagram Protocol
D
Authorization of a user through login and password verification
62
The HTML tags that create a table header are? (टेबल हेडर बनाने वाले HTML टैग कौन से हैं?)
A
<head></head>
B
<ttop></ttop>
C
<th></th>
D
</td></td>
63
Which of the following is the correct HTML for inserting background image? (बैकग्राउंड इमेज लगाने के लिए सही HTML निम्नलिखित में से कौन सा है?)
A
<back ground img='background.gif'>
B
<img src='background.gif' background/>
C
<a href='background.gif'>
D
<body background='background.gif'>
64
The main function of a browser is to? (ब्राउज़र का मुख्य कार्य क्या है?)
A
Compile HTML
B
Interpret HTML
C
de-compile HTML
D
interpret CGI programs
65
In <IMG SRC='C:PICTURE/BB1.gif' ALIGN=middle>, ALIGN is? (<IMG SRC='C:PICTURE/BB1.gif' ALIGN=middle> में, ALIGN क्या है?)
A
A tag
B
The head
C
The body
D
An attribute
66
Web pages are uniquely defined using? (वेब पेज विशिष्ट रूप से किसके द्वारा परिभाषित किए जाते हैं?)
A
IP addresses
B
URL
C
Domain
D
Filename
67
Which of the following services are available on the World Wide Web? (वर्ल्ड वाइड वेब पर निम्नलिखित में से कौन सी सेवाएं उपलब्ध हैं?)
A
Encryption
B
HTTP
C
HTML
D
Firewalls
68
Iframe in HTML is used to display a web page within a web page. (HTML में Iframe का उपयोग वेब पेज के अंदर वेब पेज दिखाने के लिए किया जाता है।)
A
TRUE
B
FALSE
69
A Website's home page is normally named home.htm or home.html. (एक वेबसाइट के होम पेज को सामान्यतः home.htm या home.html नाम दिया जाता है।)
A
TRUE
B
FALSE
70
Domain names are converted to? (डोमेन नेम किसमें बदले जाते हैं?)
A
a binary string
B
alphanumeric string
C
IP addresses
D
A hexadecimal string
71
It is possible to display pictures in HTML specification by using the tag? (HTML स्पेसिफिकेशन में किस टैग का उपयोग करके चित्र दिखाना संभव है?)
A
<GR src=Picturefile>
B
<PIC src=Picturefile>
C
<IMG src=Picturefile>
D
<GIF src=Picturefile>
72
A search engine is a program to search? (सर्च इंजन खोजने के लिए एक प्रोग्राम है?)
A
For information
B
webpages
C
webpages for specified index terms
D
webpages for information using specified search terms
73
XML is? (XML क्या है?)
A
superset of HTML
B
Extensible Markup Language
C
Part of DHTML
D
Presentation language
74
A world wide web contains webpages? (वर्ल्ड वाइड वेब में वेबपेज होते हैं?)
A
residing in many computers
B
created using HTML
C
with links to other webpages
D
residing in many computers linked together using HTML
75
What is cell padding? (सेल पैडिंग क्या है?)
A
Used to separate cell walls from their contents
B
Used to set space between cells
C
Both a and b above
D
Used to provide width to a cell
76
Plug-in is a? (प्लग-इन क्या है?)
A
Software
B
Hardware
C
Software and hardware both used for specific purpose
D
Flash player
77
E-mail message can be protected by? (ईमेल संदेश को किसके द्वारा सुरक्षित किया जा सकता है?)
A
Encryption
B
Caching
C
Mirroring
D
Shadowing
78
IP address of a packet is normally analyzed by? (पैकेट का IP एड्रेस सामान्यतः किसके द्वारा विश्लेषित किया जाता है?)
A
CPU
B
Router
C
Modem
D
Hub
79
What are meta tags used for? (मेटा टैग का उपयोग किसके लिए किया जाता है?)
A
To store information usually relevant to browsers and search engines
B
To only store information usually relevant to browsers
C
To only store information about search engines
D
To store information about external links
80
WebCrawler has a web robot called? (वेबक्रॉलर का वेब रोबोट क्या कहलाता है?)
A
Crawler Robot
B
Crawl bot
C
Web bot
D
Web robot
81
Which file controls how your frames will appear? (कौन सी फ़ाइल नियंत्रित करती है कि आपके फ्रेम कैसे दिखाई देंगे?)
A
Frameset
B
Master Document
C
Template
D
Timeline
82
Which tag is a container? (कौन सा टैग कंटेनर है?)
A
<body>
B
<br>
C
<hr>
D
</td>
83
Which of the following CSS selectors are used to specify a group of elements? (निम्नलिखित में से किस CSS सेलेक्टर का उपयोग एलिमेंट्स के समूह को निर्दिष्ट करने के लिए किया जाता है?)
A
tag
B
id
C
class
D
both class and tag
84
Which of the following has introduced text, list, box, margin, border, color, and background properties? (निम्नलिखित में से किसने टेक्स्ट, लिस्ट, बॉक्स, मार्जिन, बॉर्डर, कलर और बैकग्राउंड प्रॉपर्टीज़ पेश की हैं?)
A
HTML
B
PHP
C
CSS
D
Ajax
85
Which of the following CSS framework is used to create a responsive design? (रेस्पॉन्सिव डिज़ाइन बनाने के लिए निम्नलिखित में से किस CSS फ्रेमवर्क का उपयोग किया जाता है?)
A
django
B
rails
C
larawell
D
W3CSS
86
Which of the following CSS selector is used to specify a rule to bind a particular unique element? (किसी विशेष अद्वितीय एलिमेंट को बाइंड करने के लिए नियम निर्दिष्ट करने के लिए निम्नलिखित में से किस CSS सेलेक्टर का उपयोग किया जाता है?)
A
tag
B
id
C
class
D
both class and tag
87
Which of the following CSS property is used to make the text bold? (टेक्स्ट को बोल्ड करने के लिए निम्नलिखित में से किस CSS प्रॉपर्टी का उपयोग किया जाता है?)
A
text-decoration: bold
B
font-weight: bold
C
font-style: bold
D
text-align: bold
88
Which of the following is the correct way to apply CSS Styles? (CSS स्टाइल लागू करने का सही तरीका निम्नलिखित में से कौन सा है?)
A
in an external CSS file
B
inside an HTML element
C
inside the <head> section of an HTML page
D
all of the mentioned
89
Which of the following CSS property sets the font size of text? (निम्नलिखित में से कौन सी CSS प्रॉपर्टी टेक्स्ट का फ़ॉन्ट साइज़ सेट करती है?)
A
font-size
B
text-size
C
text
D
size
90
Which of the following is not the property of the CSS box model? (निम्नलिखित में से कौन सी CSS बॉक्स मॉडल की प्रॉपर्टी नहीं है?)
A
margin
B
color
C
width
D
height
91
Which of the following CSS property is used to set the color of the text? (टेक्स्ट का कलर सेट करने के लिए निम्नलिखित में से किस CSS प्रॉपर्टी का उपयोग किया जाता है?)
A
text-decoration
B
pallet
C
colour
D
color
92
Which of the following CSS Property controls how an element is positioned? (निम्नलिखित में से कौन सी CSS प्रॉपर्टी नियंत्रित करती है कि एलिमेंट कैसे पोजीशन किया गया है?)
A
static
B
position
C
fix
D
set
93
Which of the following property is used to align the text in a table? (टेबल में टेक्स्ट को अलाइन करने के लिए निम्नलिखित में से किस प्रॉपर्टी का उपयोग किया जाता है?)
A
text-align
B
align
C
text
D
none of the mentioned
94
What is the preferred way for adding a background color in HTML? (HTML में बैकग्राउंड कलर जोड़ने का पसंदीदा तरीका क्या है?)
A
<body background='yellow'>
B
<background>yellow</background>
C
<body style='background-color:yellow'>
D
<background color='yellow'>text</background>
95
What is the correct HTML for creating a hyperlink? (हाइपरलिंक बनाने का सही HTML क्या है?)
A
<a name=''>A</a>
B
<a>B</a>
C
<a href='http://www.example.com'>example</a>
D
<a url='http://www.example.com'>example</a>
96
Which of these tags are all </table> tags? (इनमें से कौन से टैग सभी <table> टैग हैं?)
A
<thead><head><tfoot>
B
</table><thead><tfoot>
C
<table><tr><td>
D
<thead><body>处
97
Which of the following JavaScript cannot do? (निम्नलिखित में से JavaScript क्या नहीं कर सकता है?)
A
JavaScript can react to events
B
JavaScript can manipulate HTML elements
C
JavaScript can be used to validate data
D
All of the Above
98
_________ keyword is used to declare variables in javascript. (JavaScript में वेरिएबल घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?)
A
Var
B
Dim
C
String
D
None of the above
99
Can a data cell contain images? (क्या डेटा सेल में इमेज हो सकती है?)
A
yes
B
no
100
Using _______ statement is how you test for a specific condition. (विशिष्ट स्थिति का परीक्षण करने के लिए आप किस स्टेटमेंट का उपयोग करते हैं?)
A
Select
B
If
C
Switch
D
For
📋 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:
90 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