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
Which one is incorrect class name for Font Size in W3.CSS
W3.CSS में फ़ॉन्ट आकार के लिए कौन सा क्लास नाम गलत है
w3-jumbo
w3-large
w3-normal
w3-tiny
Next Question
25
See Explanation !
2
Automatic variables are allocated memory in
स्वचालित चर में मेमोरी आवंटित की जाती है
heap
Data segment
Code segment
stack
Previous Question
Next Question
25
See Explanation !
3
CSS syntax is divided into____ part
सीएसएस सिंटैक्स को ____ भाग में विभाजित किया गया है
Selector and Declaration
Property name and value
Color and style
None-of these
Previous Question
Next Question
25
See Explanation !
4
Acronym for SGML is
SGML का संक्षिप्त नाम है
Standalone Global Markup Language
Standard Global Markup Language
Standard Generalized Markup Language
Standalone Generalized Markup Language
Previous Question
Next Question
25
See Explanation !
5
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 !
6
Which type of CSS is used in the code ? >p style = "border:2px solid red;"<
कोड में किस प्रकार के CSS का उपयोग किया जाता है?
External CSS
Internal CSS
Inline CSS
None of these
Previous Question
Next Question
25
See Explanation !
7
How to read and render an HTML page?
HTML पेज को कैसे पढ़ें और रेंडर करें?
Through Web server
Through Web network
Through Web browser
Through Web matrix
Previous Question
Next Question
25
See Explanation !
8
A proper scripting language is a __________
एक उचित स्क्रिप्टिंग भाषा __________ है।
High level programming language
Assembly level programming language
Machine level programming language
Low level programming language
Previous Question
Next Question
25
See Explanation !
9
Default value of CSS position property is
सीएसएस पोजीशन प्रॉपर्टी का डिफ़ॉल्ट मान है
Relative
Absolute
Fixed
Static
Previous Question
Next Question
25
See Explanation !
10
Is it possible to insert a table within another table?
क्या किसी अन्य तालिका के भीतर एक तालिका सम्मिलित करना संभव है?
Yes, but there must be exactly 2 rows and 2 columns in first table.
Yes, table can be inserted into cell of another table.
Yes, but there must be no border in other table.
No, it’s not possible.
Previous Question
Next Question
25
See Explanation !
11
Which HTML attribute is used to specify an alternate text for an image
किसी छवि के लिए वैकल्पिक पाठ निर्दिष्ट करने के लिए किस HTML विशेषता का उपयोग किया जाता है
alt
title
src
link
Previous Question
Next Question
25
See Explanation !
12
Which of the following is used to open document in new window / Tab ?
नई विंडो / टैब में दस्तावेज़ खोलने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
<a target=”_self”>Link</a>
<a target=”_blank”>Link</a>
<a target=”_top”>Link</a>
<a target=”_parent”>Link</a>
Previous Question
Next Question
25
See Explanation !
13
A user can get files from another computer on the Internet by using
कोई उपयोगकर्ता इंटरनेट पर किसी अन्य कंप्यूटर से फ़ाइलें प्राप्त कर सकता है
HTTP
TELNET
UTP
FTP
Previous Question
Next Question
25
See Explanation !
14
_________ the general form of the name of a file or directory, specifies a unique location in a file system.
_________ फ़ाइल या निर्देशिका के नाम का सामान्य रूप, फ़ाइल सिस्टम में एक अद्वितीय स्थान निर्दिष्ट करता है।
Source name
Path name
URL and Port number
Host number
Previous Question
Next Question
25
See Explanation !
15
What is olx?
OLX क्या है?
e goverence
e commerce
e-mail
None
Previous Question
Next Question
25
See Explanation !
16
How do you select all p elements inside a div element?
आप एक div तत्व के अंदर सभी p तत्वों का चयन कैसे करते हैं?
div p
div.p
div + p
div ~ p
Previous Question
Next Question
25
See Explanation !
17
What will be added by using <td></td> tag ?
td tag का उपयोग करके क्या जोड़ा जाएगा
cell
row
step
column
Previous Question
Next Question
25
See Explanation !
18
What is the correct way to declare a document as HTML5
किसी दस्तावेज़ को HTML5 घोषित करने का सही तरीका क्या है
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!DOCTYPE html>
<!DOCTYPE html5>
Previous Question
Next Question
25
See Explanation !
19
Which converter is present in Notepad++?
नोटपैड में कौन सा कनवर्टर मौजूद है?
ASCII to HEX
ASCII to OCT
HEX to ASCII
Both (A) and (C)
Previous Question
Next Question
25
See Explanation !
20
How many columns are supported in the responsive grid?
उत्तरदायी ग्रिड में कितने कॉलम समर्थित हैं?
10
11
12
13
Previous Question
Next Question
25
See Explanation !
21
The CSS property border-image is used for
CSS प्रॉपर्टी बॉर्डर - इमेज का उपयोग किसके लिए किया जाता है
Adding a background image to the border
Applying an image as the border of an element
Changing the color of the border
Adjusting the spacing between lines of text
Previous Question
Next Question
25
See Explanation !
22
Which of the following is used to read a HTML page and render it ?
HTML पृष्ठ को पढ़ने और उसे रेंडर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है ?
Web browser
Web server
Web matrix
Web network
Previous Question
Next Question
25
See Explanation !
23
Voice mail,E-mail,online service,the internet and the www are all example of
वॉयस मेल,ई - मेल, ऑनलाइन सेवा, इंटरनेट और www इसके सभी उदाहरण हैं
computer categaries
connectivity
Telecommuting
None of the above
Previous Question
Next Question
25
See Explanation !
24
Which of the following is not an HTML 5 Tag?
इनमें से कौन सा HTML 5 टैग नहीं है?
<span>
<nav>
<frameset>
None of these
Previous Question
Next Question
25
See Explanation !
25
Call Based architecture is known as
कॉल आधारित वास्तुकला के रूप में जाना जाता है
ATM
FDDI
LAN
Client Server
Previous Question