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
An Internet service that allows the user logs on and runs on a remote computer and use programs installed on the remote computer is __________.
एक इंटरनेट सेवा जो उपयोगकर्ता को एक दूरस्थ कंप्यूटर पर लॉग ऑन करने और चलाने और दूरस्थ कंप्यूटर पर स्थापित कार्यक्रमों का उपयोग करने की अनुमति देती है, वह __________ है।
Intranet
HTTP
Telnet
FTP
Next Question
25
See Explanation !
2
Chrome, Safari, Mozilla Firefox are example of
क्रोम, सफारी, मोज़िला फ़ायरफ़ॉक्स के उदाहरण हैं
Browser
Search Engine
Both Browser & Search Engine
None of these
Previous Question
Next Question
25
See Explanation !
3
Router Operate at which layer ?
राउटर किस लेयर पर काम करता है?
Network
Physical
Data Link
Transport
Previous Question
Next Question
25
See Explanation !
4
Which of the following will give blue color to text?
निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?
color: hsl(255, 0, 0);
color: hsl(0, 255, 0);
color: rgba(0, 0, 255, 1);
color: rgba(0, 0, 255, 0);
Previous Question
Next Question
25
See Explanation !
5
The CSS property justify-content is used in:
CSS प्रॉपर्टी justify - content का उपयोग निम्न में किया जाता है:
Flexbox
Grid layout
Text alignment
Adding shadows to the element
Previous Question
Next Question
25
See Explanation !
6
What is the use of Forms in HTML?
HTML में फ़ॉर्म का क्या उपयोग है?
to display contents
to collect user’s input
to search the site by user’s input
none of the above
Previous Question
Next Question
25
See Explanation !
7
Which attribute is used to provide a unique identifier to an HTML element
HTML तत्व को एक अद्वितीय पहचानकर्ता प्रदान करने के लिए किस विशेषता का उपयोग किया जाता है
id
class
name
identifier
Previous Question
Next Question
25
See Explanation !
8
Server side scripts is:
सर्वर साइड स्क्रिप्ट है:
A visible to the end user
Defined to user
Invisible to the end user
Both (b) and (c)
Previous Question
Next Question
25
See Explanation !
9
Who is the founder of facebook?
फेसबुक के संस्थापक कौन हैं?
Charles babbage
Mark Zukerberg
Bill Gates
None
Previous Question
Next Question
25
See Explanation !
10
Which class is used to center-align text in W3.CSS
W3.CSS में टेक्स्ट को सेंटर - अलाइन करने के लिए किस क्लास का इस्तेमाल किया जाता है
w3-center
w3-align
w3-text-center
w3-align-center
Previous Question
Next Question
25
See Explanation !
11
Which of the following is a container tag
निम्नलिखित में से कौन एक कंटेनर टैग है
<select>
<body>
<input>
Both (A) and (B)
Previous Question
Next Question
25
See Explanation !
12
What is a module in AngularJS ?
AngularJS में एक मॉड्यूल क्या है?
expression
application
element
None of the above
Previous Question
Next Question
25
See Explanation !
13
The CSS property text-decoration: none; is used to
CSS प्रॉपर्टी टेक्स्ट - डेकोरेशन: कोई नहीं; करने के लिए उपयोग किया जाता है
Remove the underline from a link
Apply an underline to a link
Change the font size of a link
Set the color of a link
Previous Question
Next Question
25
See Explanation !
14
The CSS property border-radius is used to
CSS प्रॉपर्टी बॉर्डर - रेडियस का उपयोग किसके लिए किया जाता है
Change the color of the border
Add a shadow to the element
Create rounded corners for the element
Applies absolute positioning to all child elements
Previous Question
Next Question
25
See Explanation !
15
What is the proper html syntax for referencing an external style sheet ?
बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित एचटीएमएल सिंटैक्स क्या है?
<style src="demostyle.css">
<stylesheet>demostyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="demostyle.css>
None of these
Previous Question
Next Question
25
See Explanation !
16
In IP packet __________ specifies the length, in bytes, of the entire IP packet, including the data and header.
आईपी पैकेट में __________ पूरे आईपी पैकेट की लंबाई, बाइट्स में, डेटा और हेडर सहित निर्दिष्ट करता है।
IP Header Length
Total Length
Fragment Offset
Header Checksum
Previous Question
Next Question
25
See Explanation !
17
Which is true about <iframe> tag?
जो iframe Tag के बारे में सच है
Its inline frame
Embed another document within a current HTML document
None
Both (A) and (B) are true
Previous Question
Next Question
25
See Explanation !
18
Full form of SGML
SGML का पूर्ण रूप
Small Generalized Markup Language.
Standard Generalized Markup Language.
Standard Global Markup Language.
Small Global Markup Language.
Previous Question
Next Question
25
See Explanation !
19
The <hr> tag in HTML is used for
HTML में hr टैग का प्रयोग किया जाता है
new line
vertical ruler
new paragraph
horizontal line
Previous Question
Next Question
25
See Explanation !
20
Correct HTML Tag for largest heading:
सबसे बड़े शीर्षक के लिए सही HTML टैग:
<headgt;
<h6gt;
<headinggt;
<h1gt;
Previous Question
Next Question
25
See Explanation !
21
Fundamental HTML Block is known as
मौलिक एचटीएमएल ब्लॉक के रूप में जाना जाता है
HTML Body
HTML Tag
HTML Attribute
HTML Entity
Previous Question
Next Question
25
See Explanation !
22
Which social media is more based on mobile compare desktop.
कौन सा सोशल मीडिया मोबाइल तुलना डेस्कटॉप पर अधिक आधारित है।
Facebook
Twitter
Instagram
None of These
Previous Question
Next Question
25
See Explanation !
23
A reliable stream service in TCP is described as two-way transmission, free of transmission ________, with no lost or duplicate ________, and the bytes are delivered in the same ________ in which they were transmitted.
TCP में एक विश्वसनीय स्ट्रीम सेवा को ट्रांसमिशन ________ से मुक्त, दो - तरफा ट्रांसमिशन के रूप में वर्णित किया गया है, जिसमें कोई खोया या डुप्लिकेट ________ नहीं है, और बाइट्स उसी ________ में वितरित की जाती हैं जिसमें उन्हें प्रेषित किया गया था।
errors; bytes; manner
failure; packets; sequence
errors; activity; manner
errors; bytes; sequence
Previous Question
Next Question
25
See Explanation !
24
which w3-css classes used to give hoverable background colors to the text and buttons
जो w3 - css क्लासेस टेक्स्ट और बटन को होवर करने योग्य बैकग्राउंड रंग देते थे
w3-hover-color
w3.hover-color
w3:hover-color
w3-hovreable-color
Previous Question
Next Question
25
See Explanation !
25
Take the item out.
आइटम को बाहर निकालें।
Pretending
Denial of Service
Manipulation
Win2000
Previous Question