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
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Which of the following is part of an HTML tag and provides additional information about the element?
निम्नलिखित में से कौन सा HTML टैग का हिस्सा है और तत्व के बारे में अतिरिक्त जानकारी प्रदान करता है?
Attribute
Cookie
Ordered List
Hypertext
Next Question
25
See Explanation !
2
What is Favicon?
फेविकॉन क्या है?
The word "favicon" is a combination of "favorite" and "icon"
Icon associated with a particular website
Both A and B
None of above
Previous Question
Next Question
25
See Explanation !
3
IPv6 addressed have a size of
संबोधित IPv6 का आकार है
32 bits
64 bits
128 bits
256 bits
Previous Question
Next Question
25
See Explanation !
4
In HTML Audio/Video,which attribute sets or returns whether it should start playing as soon as it is loaded?
एचटीएमएल ऑडियो/वीडियो में,कौन सी विशेषता सेट करती है या लौटती है कि क्या इसे लोड होते ही खेलना शुरू कर देना चाहिए?
controls
audio
autoplay
loop
Previous Question
Next Question
25
See Explanation !
5
A world wide web contains webpages
एक वर्ल्ड वाइड वेब में वेबपेज होते हैं
residing in many computers
created using HTML
with links to other webpages
residing in many computers linked together using HTML
Previous Question
Next Question
25
See Explanation !
6
Which of the following type of service provided by whatsApp
व्हाट्सएप द्वारा निम्नलिखित में से किस प्रकार की सेवा प्रदान की जाती है
bloging
eCommerce
instant messaging
Mobile Banking
Previous Question
Next Question
25
See Explanation !
7
We can delete the maximum number of e-mail at a time is-
हम एक समय में ई - मेल की अधिकतम संख्या को हटा सकते हैं -
Multiple
Only Two
Only One
Only three
Previous Question
Next Question
25
See Explanation !
8
Can the element <h1> be replaced with <H1>?
क्या तत्व h1 टैग को H1 टैग से प्रतिस्थापित किया जा सकता है?
No, they represent different elements altogether
Yes, both are same
First is correct only
Second is correct only
Previous Question
Next Question
25
See Explanation !
9
Arrays in JavaScript are defined by which of the following statements?
जावास्क्रिप्ट में सरणियों को निम्नलिखित में से किस कथन द्वारा परिभाषित किया जाता है?
It is an ordered list of values
It is an ordered list of objects
It is an ordered list of string
It is an ordered list of functions
Previous Question
Next Question
25
See Explanation !
10
The CSS property visibility: visible; does what to an element
CSS प्रॉपर्टी विज़िबिलिटी: दिखाई देती है; किसी एलिमेंट को क्या करती है
Hides the element
Makes the element visible
Removes the element from the document flow
Adds transparency to the element
Previous Question
Next Question
25
See Explanation !
11
Which of the following CSS selectors are used to specify a group of elements
तत्वों के समूह को निर्दिष्ट करने के लिए निम्नलिखित CSS चयनकर्ताओं में से किसका उपयोग किया जाता है
tag
id
class
both class and tag
Previous Question
Next Question
25
See Explanation !
12
Error detection at the data link layer is achieved by
डेटा लिंक लेयर पर त्रुटि का पता लगाने का लक्ष्य किसके द्वारा प्राप्त किया जाता है
Bit stuffing
Cyclic redundancy codes
Hamming codes
Equalization
Previous Question
Next Question
25
See Explanation !
13
________ is HTTP web server
________ HTTP वेब सर्वर है
Lucene
Fedora
Perl
Apache
Previous Question
Next Question
25
See Explanation !
14
TCP/IP is a ______ hierarchical protocol suite developed before the OSI model.
टीसीपी/आईपी एक ______ पदानुक्रमित प्रोटोकॉल सूट है जिसे ओएसआई मॉडल से पहले विकसित किया गया था।
7-layers
4-layers
5-layers
3-layers
Previous Question
Next Question
25
See Explanation !
15
Which of these defined the internet?
इनमें से किसने इंटरनेट को परिभाषित किया?
The Federal Networking Council
The Federal Network Council
The Federal Networking Committee
The Federal Network Committee
Previous Question
Next Question
25
See Explanation !
16
How do you make a list item in an unordered list display without bullets
आप बिना गोलियों के बिना बिना क्रमबद्ध सूची प्रदर्शन में एक सूची आइटम कैसे बनाते हैं
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Previous Question
Next Question
25
See Explanation !
17
Which of the following is not a semantic element?
निम्नलिखित में से कौन एक शब्दार्थ तत्व नहीं है?
<form>
<article>
<table>
<span>
Previous Question
Next Question
25
See Explanation !
18
Which CSS framework developed by twitter
ट्विटर द्वारा कौन सा सीएसएस फ्रेमवर्क विकसित किया गया है
W3.css
Bulma
Bootstrap
Flex
Previous Question
Next Question
25
See Explanation !
19
What is the maximum time limit of video that can be uploaded to Twitter?
वीडियो की अधिकतम समय सीमा क्या है जिसे ट्विटर पर अपलोड किया जा सकता है?
30 Seconds
1 Minute
2 Minutes
2 Minutes 20 Seconds
Previous Question
Next Question
25
See Explanation !
20
HTTP uses port number of TCP
HTTP TCP के पोर्ट नंबर का उपयोग करता है
25
23
80
21
Previous Question
Next Question
25
See Explanation !
21
Identity the default font used in w3.font
W3.font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question
Next Question
25
See Explanation !
22
The primary purpose of the array map() function is that it __________
सरणी मानचित्र() फ़ंक्शन का प्राथमिक उद्देश्य यह है कि यह __________ है।
maps the elements of another array into itself
passes each element of the array and returns the necessary mapped elements
passes each element of the array on which it is invoked to the function you specify, and returns an array containing the values returned by that function
pass the elements of the array into another array
Previous Question
Next Question
25
See Explanation !
23
What is the correct way in which we can start an ordered list that has the numeric value count of 5?
सही तरीका क्या है जिसमें हम एक क्रमबद्ध सूची शुरू कर सकते हैं जिसमें 5 की संख्यात्मक मान गणना है?
<ol type = “1” start = “5”>
<ol type = “1” num = “5”>
<ol type = “1” begin = “5”>
<ol type = “1” initial = “5”>
Previous Question
Next Question
25
See Explanation !
24
Which tcp port is used by a web server, in general?
सामान्य रूप से वेब सर्वर द्वारा किस टीसीपी पोर्ट का उपयोग किया जाता है?
21
80
25
23
Previous Question
Next Question
25
See Explanation !
25
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