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
What is facebook?
Facebook क्या है?
Search engine
Browser
Messenger
social media
Next Question
25
See Explanation !
2
Which of the following attributes defines the URL of the page to embed when the iframe tag is used ?
निम्नलिखित में से कौन सी विशेषताएँ iframe टैग का उपयोग करते समय एम्बेड करने के लिए पृष्ठ के URL को परिभाषित करती हैं?
Src
href
style
title
Previous Question
Next Question
25
See Explanation !
3
The map definition file is generally stored in
मानचित्र परिभाषा फ़ाइल को आम तौर पर इसमें संग्रहीत किया जाता है
CGI-BIN
RECYCLE-BIN
BIN
All of the above
Previous Question
Next Question
25
See Explanation !
4
Which media makes use of light for data transmission?
कौन सा मीडिया डेटा ट्रांसमिशन के लिए प्रकाश का उपयोग करता है?
Twisted Pair
Coaxial
Fibre optics
Microwaves
Previous Question
Next Question
25
See Explanation !
5
What is the correct syntax for applying a class in CSS
सीएसएस में कक्षा लागू करने के लिए सही वाक्यविन्यास क्या है
#classname
.classname
classname
*classname
Previous Question
Next Question
25
See Explanation !
6
The CSS property transform-origin is used to
CSS प्रॉपर्टी ट्रांसफॉर्म - ओरिजिन का उपयोग ________ के लिए किया जाता है
Set the initial position of a transformed element
Define the order of stacking for positioned elements
Apply a shadow to the element
Change the font size of the element
Previous Question
Next Question
25
See Explanation !
7
Which is the correct CSS syntax written inside the style tag?
स्टाइल टैग के अंदर लिखा गया सही CSS सिंटैक्स क्या है?
body { font-size: 20px; }
body { font-size= 20px };
body:{ font-size: 20px; }
body:{ font-size= 20px; }
Previous Question
Next Question
25
See Explanation !
8
How does the “for” attribute of label links to input box?
इनपुट बॉक्स में लेबल लिंक की "for" विशेषता कैसे होती है?
set the “name” attribute of input to same value as “for” attribute
set the “value” attribute of input to same value as “for” attribute
set the “id” attribute of input to same value as “for” attribute
all the above options are necessary
Previous Question
Next Question
25
See Explanation !
9
One of the special features of an interpreter in reference with the for loop is that ___________
फॉर लूप के संदर्भ में एक दुभाषिया की विशेष विशेषताओं में से एक यह है कि ___________
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
The iterations can be infinite when an interpreter is used
The body of the loop is executed only once
the iteration is finite when an interpreter is used
Previous Question
Next Question
25
See Explanation !
10
Which one of the following is a web browser?
निम्नलिखित में से कौन सा एक वेब ब्राउज़र है?
Google
Yahoo
Mozilla Firefox
Bing
Previous Question
Next Question
25
See Explanation !
11
Which of the following is the correct way to send mail in HTML?
HTML में मेल भेजने का सही तरीका निम्नलिखित में से कौन सा है?
<a href = "mailto: xy@y">
<a href = "xy@y">
<mail xy@y</mail>
None of the above
Previous Question
Next Question
25
See Explanation !
12
Who is known as the Father of HTML
कौन सी मशीन कई काम कर सकती है
Steve Jobs
Tim Berners-Lee
Bill Gates
Vint Cerf
Previous Question
Next Question
25
See Explanation !
13
ISDN PRI has how many channels
ISDN PRI के कितने चैनल हैं
22B+1D
23B+1D
24B+1D
25B+1D
Previous Question
Next Question
25
See Explanation !
14
Which tag is used to contain content that is related to the primary content of the webpage, but isn't the primary content of the page.
किस टैग का उपयोग वेबपेज की प्राथमिक सामग्री से संबंधित सामग्री को शामिल करने के लिए किया जाता है, लेकिन यह पृष्ठ की प्राथमिक सामग्री नहीं है।
header
footer
nav
aside
Previous Question
Next Question
25
See Explanation !
15
Which CSS property specifies how a video, or an image is resized to fit its content box ?
कौन सी सीएसएस प्रॉपर्टी निर्दिष्ट करती है कि किसी वीडियो या इमेज को उसके कंटेंट बॉक्स में फिट करने के लिए कैसे नया आकार दिया जाता है?
Position
Object-position
Object-Fit
None of These
Previous Question
Next Question
25
See Explanation !
16
An email ID consist of -
एक ईमेल आईडी में -
User ID
Domain name
Both
None
Previous Question
Next Question
25
See Explanation !
17
What does the CSS property background-repeat: no-repeat; do
सीएसएस (CSS) प्रॉपर्टी की पृष्ठभूमि क्या है - दोहराएँ: दोहराएँ नहीं; करें
Repeats the background horizontally and vertically
Does not repeat the background image
Repeats the background only vertically
Changes the background color
Previous Question
Next Question
25
See Explanation !
18
Which of the following is the CGI method of invoking a CGI program?
सीजीआई कार्यक्रम को लागू करने की सीजीआई विधि निम्नलिखित में से कौन सी है?
GET method
HEAD method
Both a and b above
None of the above
Previous Question
Next Question
25
See Explanation !
19
A software that prevents external access to a system is termed as
एक सॉफ्टवेयर जो किसी सिस्टम तक बाहरी पहुंच को रोकता है, उसे कहा जाता है
Gateway
Firewall
Intrusion Prevention system
Anti-Virus
Previous Question
Next Question
25
See Explanation !
20
Which CSS property is used to change the background color of an element?
किसी एलिमेंट के बैकग्राउंड का रंग बदलने के लिए किस CSS प्रॉपर्टी का इस्तेमाल किया जाता है?
color
background-style
bg-color
background-color
Previous Question
Next Question
25
See Explanation !
21
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 !
22
Which attribute specifies an image's width in HTML
कौन सी विशेषता HTML में छवि की चौड़ाई निर्दिष्ट करती है
width
size
alt
src
Previous Question
Next Question
25
See Explanation !
23
OSI Reference Layer responsible for routing
रूटिंग के लिए जिम्मेदार OSI रेफ़रेंस लेयर
Physical
Network
Data link
Transport
Previous Question
Next Question
25
See Explanation !
24
The :nth-child(odd) selector in CSS selects
सीएसएस में :nth - child(विषम) चयनकर्ता का चयन करता है
Every odd-numbered child element of its parent
Every even-numbered child element of its parent
Only the first child element of its parent
All child elements of its parent
Previous Question
Next Question
25
See Explanation !
25
Which is the correct syntax for Angular Module ?
कोणीय मॉड्यूल के लिए सही वाक्यविन्यास क्या है?
var variable_name = angular.module("app_name", );
var variable_name =angular.modules("app_name");
var variable_name = angular.module();
var variable_name = new module();
Previous Question