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 elements is used in the <HEAD> section on an HTML/XHTML page, if we want to use an external style sheet file to decorate the page ?
कौन से तत्वों का उपयोग किया जाता है
<src
<link>
<style>
<css>
Next Question
25
See Explanation !
2
In order to establish a site, the following should be considered:
साइट स्थापित करने के लिए, निम्नलिखित पर विचार किया जाना चाहिए:
Provide new information regularly
Let your visitors register for e-mail notification of changes to the site
Update existing information
All of the above
Previous Question
Next Question
25
See Explanation !
3
Find the odd one out:
विषम चुनें
Adobe PageMill and SiteMill
NetScape Navigator Gold
Microsoft FrontPage
DOS
Previous Question
Next Question
25
See Explanation !
4
Chrome, Safari, Mozilla Firefox are example of
क्रोम, सफारी, मोज़िला फ़ायरफ़ॉक्स के उदाहरण हैं
Browser
Search Engine
Both Browser & Search Engine
None of these
Previous Question
Next Question
25
See Explanation !
5
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
Markup Language
Programming Language
Network Protocol
Scripting Language
Previous Question
Next Question
25
See Explanation !
6
What is the correct syntax for referring to an external script called "abc.js"?
"abc.js" नामक बाहरी स्क्रिप्ट का उल्लेख करने के लिए सही वाक्यविन्यास क्या है?
<script href=" abc.js">
<script scr="abc.js">
<script name="abc.js">
<script src=" abc.js">
Previous Question
Next Question
25
See Explanation !
7
A terminal emulation protocol that allows users to log-on to a host computer from remote computers is
एक टर्मिनल एमुलेशन प्रोटोकॉल जो उपयोगकर्ताओं को रिमोट कंप्यूटर से होस्ट कंप्यूटर पर लॉग - ऑन करने की अनुमति देता है
Telnet
TCP/IP
FTP
Point-to-Point protocol (PPP)
Previous Question
Next Question
25
See Explanation !
8
Embedded software is used in:
एम्बेडेड सॉफ़्टवेयर का उपयोग इसमें किया जाता है:
Online Railway Information System
Mobile Phones
e-learning software
Multimedia software
Previous Question
Next Question
25
See Explanation !
9
Twitter is example of
ट्विटर इसका उदाहरण है
E-mail System
System application
Social Networking
Web URL
Previous Question
Next Question
25
See Explanation !
10
The <small> and <big> tags are special in a what way?
small Tag और big टैग किस तरह से विशेष हैं?
They are for images only
They work on anything
They can be repeated
None of the above
Previous Question
Next Question
25
See Explanation !
11
Which one is valid attribute of <body> tag
कौन सा एक मान्य विशेषता है
color
text
font
image
Previous Question
Next Question
25
See Explanation !
12
The CSS property column-count is used for
CSS प्रॉपर्टी कॉलम - गणना के लिए उपयोग किया जाता है
Setting the number of columns an element should be divided into
Controlling the spacing between columns
Changing the font style of text in columns
Applying a border around columns
Previous Question
Next Question
25
See Explanation !
13
What is not true about External Style sheet
बाहरी स्टाइल शीट के बारे में क्या सही नहीं है
It is a separate document that contains CSS rules
It separates content from the presentation but both are still contained in a single file
It separates the content and style into separate files
It allows a web designer and a content author to work in parallel
Previous Question
Next Question
25
See Explanation !
14
Which of the following components can be injected as a dependency in AngularJS?
AngularJS में निर्भरता के रूप में निम्नलिखित में से किस घटक को इंजेक्ट किया जा सकता है?
factory
service
value
All of the above
Previous Question
Next Question
25
See Explanation !
15
Which of the following options is incorrect with reference to status codes ?
स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
200 OK
304 Not Found
400 Bad Request
301 Moved Permanently
Previous Question
Next Question
25
See Explanation !
16
To start a list using filled circles we use
हमारे द्वारा उपयोग की जाने वाली भरी हुई मंडलियों का उपयोग करके एक सूची शुरू करने के लिए
<ul type:"disc">
<ul type="round">
<ul type="disc">
<ul type:"round">
Previous Question
Next Question
25
See Explanation !
17
Which of the following is not a text editor ?
निम्नलिखित में से कौन एक टेक्स्ट एडिटर नहीं है?
Paint
Sublime
Notepad++
Visual Studio Code
Previous Question
Next Question
25
See Explanation !
18
What is the correct HTML tag to create multiline textbox
मल्टीलाइन टेक्स्टबॉक्स बनाने के लिए सही HTML टैग क्या है
<textarea>
<input>
<form>
<textfield>
Previous Question
Next Question
25
See Explanation !
19
Which attribute is used to specify where to open the linked document?
लिंक किए गए दस्तावेज़ को कहाँ खोलना है, यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?
target
coords
rel
pos
Previous Question
Next Question
25
See Explanation !
20
Which of the following is a filter in Angular Js ?
निम्नलिखित में से कौन सा कोणीय Js में एक फ़िल्टर है?
Currency
Date
Date
All of the above
Previous Question
Next Question
25
See Explanation !
21
FTP stans for?
के लिए एफ़टीपी (FTP) स्टैन?
File Transaction Protocol
File Transfer Protocol
File Task Protocol
Fast Transfer Protocol
Previous Question
Next Question
25
See Explanation !
22
w3.cSS is a standard CSS that has
w3.cSS एक मानक CSS है जिसमें
jQuery library.
JavaScript library
Both (A) and (B) are true.
Both (A) and (B) are false.
Previous Question
Next Question
25
See Explanation !
23
To cluster a group of elements together to apply formatting
फ़ॉर्मेटिंग लागू करने के लिए तत्वों के एक समूह को एक साथ क्लस्टर करना
tag
class
id
div
Previous Question
Next Question
25
See Explanation !
24
Network interface card physical address is known as ?
नेटवर्क इंटरफ़ेस कार्ड का भौतिक पता किसके रूप में जाना जाता है?
MAC Address
Process Number
Modem ID
Hard Disk Number
Previous Question
Next Question
25
See Explanation !
25
Cookie stores the data on
कुकी डेटा को इस पर संग्रहीत करती है
Server
Remote Server
Browser
All of These
Previous Question