Syllabus
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Identity the default font used in w3.font
W3.font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Next Question
25
See Explanation !
2
The pop() method of the array does which of the following task?
सरणी की POP() विधि निम्नलिखित में से किस कार्य को करती है?
decrements the total length by 1
increments the total length by 1
prints the first element but no effect on the length
updates the element
Previous Question
Next Question
25
See Explanation !
3
The Internet user the ____ as the protocol engine .
प्रोटोकॉल इंजन के रूप में इंटरनेट उपयोगकर्ता ____।
SLIP
HTTP
TCP/IP
PPP
Previous Question
Next Question
25
See Explanation !
4
Which selector applies styles to all <p> elements inside a <div> with the class .content
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
content p
p.content
.content > p
p .content
Previous Question
Next Question
25
See Explanation !
5
Which attribute is used to set background color of html page?
HTML पृष्ठ के पृष्ठभूमि रंग को सेट करने के लिए किस विशेषता का उपयोग किया जाता है?
bgcolor
background
back color
None of the above
Previous Question
Next Question
25
See Explanation !
6
Which tag inserts a line horizontally on your webpage ?
कौन सा टैग आपके वेबपेज पर क्षैतिज रूप से एक पंक्ति सम्मिलित करता है?
<hr>
<line>
<line directon = "horizontal">
<tr>
Previous Question
Next Question
25
See Explanation !
7
What does the CSS property display: none; do
सीएसएस प्रॉपर्टी क्या प्रदर्शित करती है: कोई नहीं; क्या करें
Hides the element
Changes the font
Increases the element's size
Makes the element visible
Previous Question
Next Question
25
See Explanation !
8
Which attribute will make a checkbox selected/ ticked by default?
कौन सी विशेषता डिफ़ॉल्ट रूप से चयनित/ टिक किए गए चेकबॉक्स को बनाएगी?
ticked
select
selected
checked
Previous Question
Next Question
25
See Explanation !
9
Directive to initialize Angular JS application
कोणीय जेएस एप्लिकेशन को आरंभ करने का निर्देश
ng-app
ng-init
ng-model
none of the above
Previous Question
Next Question
25
See Explanation !
10
Find the only statement in the following that is correct:
निम्नलिखित में एकमात्र कथन खोजें जो सही है:
JavaScript interpreter processes programs written in Java
JavaScript interpreter processes the commands in a Script written in JavaScript
Java and JavaScript are almost similar
JavaScript cannot be embedded in HTML
Previous Question
Next Question
25
See Explanation !
11
Which tag creates a check box for a from in HTML?
कौन सा टैग HTML में FROM के लिए एक चेक बॉक्स बनाता है?
<checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
Previous Question
Next Question
25
See Explanation !
12
The CSS property position: static; is used to
CSS प्रॉपर्टी की स्थिति: static; का उपयोग किया जाता है
Fix the element at the top of the viewport during scrolling
Remove the element from the document flow
Position the element relative to its normal position
Center-align the element on the page
Previous Question
Next Question
25
See Explanation !
13
Which of the following is an example of a search engine on the internet?
निम्नलिखित में से कौन इंटरनेट पर खोज इंजन का एक उदाहरण है?
MS Office
Google
Gmail
Windows
Previous Question
Next Question
25
See Explanation !
14
What is the correct syntax of doctype in HTML5?
HTML5 में डॉक्टाइप का सही वाक्यविन्यास क्या है?
</doctype html>
<doctype html>
<doctype html!>
<!doctype html>
Previous Question
Next Question
25
See Explanation !
15
Which of the following property is used to make the text underline in CSS?
CSS में टेक्स्ट को रेखांकित करने के लिए निम्नलिखित में से किस प्रॉपर्टी का उपयोग किया जाता है?
text-decoration
font-dimension
text-style
text-underline
Previous Question
Next Question
25
See Explanation !
16
Is there a standard protocol for sending and receiving messages in emails?
क्या ईमेल में संदेश भेजने और प्राप्त करने के लिए कोई मानक प्रोटोकॉल है?
HTTP
MIMI
IMAP
FTP
Previous Question
Next Question
25
See Explanation !
17
HTTP PUT request method is used to?
HTTP पुट अनुरोध विधि का उपयोग किसके लिए किया जाता है?
Return contents of a specified document
Return header information
place the specified document with the enclosed data
Execute the specified document with the enclosed data
Previous Question
Next Question
25
See Explanation !
18
When following piece of code is executed, what output will be generated? #include int main(){ char arr[7]="Network"; printf("%s", arr); return 0; }
INVALID LANGUAGE PAIR SPECIFIED. EXAMPLE: LANGPAIR=EN|IT USING 2 LETTER ISO OR RFC3066 LIKE ZH-CN. ALMOST ALL LANGUAGES SUPPORTED BUT SOME MAY HAVE NO CONTENT
Network
N
Garbage value
Compilation error
Previous Question
Next Question
25
See Explanation !
19
Which of the following is not the element associated with the HTML table layout?
निम्नलिखित में से कौन सा HTML तालिका लेआउट से जुड़ा तत्व नहीं है?
alignment
color
size
spanning
Previous Question
Next Question
25
See Explanation !
20
Web pages starts with which of the following tag?
वेब पेज निम्नलिखित में से किस टैग से शुरू होते हैं?
<Body>
<Title>
<HTML>
<Form>
Previous Question
Next Question
25
See Explanation !
21
HTML uses
एचटीएमएल (HTML)
User defined Tags
Pre-Specified Tags
Predefined Tags
All of the Above
Previous Question
Next Question
25
See Explanation !
22
What does the CSS property position: fixed; do
सीएसएस संपत्ति की स्थिति क्या है: स्थिर; करें
Positions the element relative to its normal position
Centers the element on the page
Removes the element from the document flow
Fixes the element to a specified position in the viewport
Previous Question
Next Question
25
See Explanation !
23
Which CSS pseudo-element is used to select the first line of a block
ब्लॉक की पहली पंक्ति का चयन करने के लिए किस CSS स्यूडो - तत्व का उपयोग किया जाता है
:first-line
:line-first
:first-letter
:line-start
Previous Question
Next Question
25
See Explanation !
24
Port Number 21 is used for
पोर्ट नंबर 21 का उपयोग किसके लिए किया जाता है
HTTP
HTTPS
FTP
SMTP
Previous Question
Next Question
25
See Explanation !
25
The total time to prepare a disk drive mechanism for a block of data to be read from is:
डेटा के एक ब्लॉक को पढ़ने के लिए डिस्क ड्राइव तंत्र तैयार करने का कुल समय है:
latency
latency plus transmission time
latency plus seek time
latency plus seek time plus transmission time
Previous Question