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
Javascript
Set 4
25
See Explanation !
1
AngularJS is a
एंगुलरजेएस क्या है
HTML Framework
.Net Framework
JavaScript framework
Oracle Framework
Next Question
25
See Explanation !
2
Identify the invalid HTML event
अमान्य HTML ईवेंट की पहचान करें
unload
load
onmouseout
onmouseover
Previous Question
Next Question
25
See Explanation !
3
Which comparison operator is used to find equality of type as well as content between two variables?
किस तुलना ऑपरेटर का उपयोग दो चर के बीच प्रकार की समानता के साथ - साथ सामग्री खोजने के लिए किया जाता है?
==
===
====
None of the above
Previous Question
Next Question
25
See Explanation !
4
What is not a valid statement for Angular JS?
कोणीय JS के लिए मान्य कथन क्या नहीं है?
It is a JavaScript framework
It is added using <script> tag
It is a framework written in C
Angular JS extends HTML attributes
Previous Question
Next Question
25
See Explanation !
5
Exponential operator in JavaScript is:
जावास्क्रिप्ट में घातीय ऑपरेटर है:
^
%
**
None of the above
Previous Question
Next Question
25
See Explanation !
6
An element can be accessed in Java Script using:
जावा स्क्रिप्ट में एक तत्व का उपयोग किया जा सकता है:
getElementsByName
getElementById
getElementsByClassName
All of the above
Previous Question
Next Question
25
See Explanation !
7
Directive to initialize Angular JS application
कोणीय जेएस एप्लिकेशन को आरंभ करने का निर्देश
ng-app
ng-init
ng-model
none of the above
Previous Question
Next Question
25
See Explanation !
8
What is the role of JavaScript in web design?
वेब डिज़ाइन में जावास्क्रिप्ट की क्या भूमिका है?
define the content of webpages
specify the layout of webpages
program the behavior of webpages
none of the above
Previous Question
Next Question
25
See Explanation !
9
Identify the invalid statement about Angular JS Expressions
कोणीय जेएस अभिव्यक्तियों के बारे में अमान्य कथन की पहचान करें
written inside doublebr braces: {{expression }}
written inside a directive: ng-bind="expression "
return the result exactly where the expression is written
Angular JS expressions are different from JavaScript expressions
Previous Question
Next Question
25
See Explanation !
10
What is not true about ng-repeat directive in Angular JS?
कोणीय जेएस में एनजी - रिपीट निर्देश के बारे में क्या सच नहीं है?
repeats an HTML element
clones HTML elements once for each item in a collection
used on an arry of objects
defines initial values for an Angular JS application
Previous Question
Next Question
25
See Explanation !
11
Which operator is used to get datatype of a variable in JavaScrip
JavaScrip में किसी चर का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है
instanceof
gettype
typeof
none of the above
Previous Question
Next Question
25
See Explanation !
12
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल्स को निम्न का उपयोग करके घोषित नहीं किया जा सकता है:
var
let
set
None of these
Previous Question
Next Question
25
See Explanation !
13
Which class property makes an image transparent ?
कौन सी श्रेणी की संपत्ति एक छवि को पारदर्शी बनाती है?
w3-opacity
w3-trans
w3-grayscale
None of the above
Previous Question
Next Question
25
See Explanation !
14
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओं को करने के लिए किस जावास्क्रिप्ट कथन का उपयोग किया जाता है?
if
for
while
switch
Previous Question
Next Question
25
See Explanation !
15
Which of the following can be used as a prefix for Directives ?
निर्देशों के उपसर्ग के रूप में निम्नलिखित में से किसका उपयोग किया जा सकता है?
data
ng-
Both (A) and (B)
None of the above
Previous Question
Next Question
25
See Explanation !
16
JavaScript can change?
जावास्क्रिप्ट बदल सकती है?
HTML Conternt
HTML Attribute Values
HTML Styles
AIl of the above
Previous Question
Next Question
25
See Explanation !
17
Which statement is used to come out switch block?
स्विच ब्लॉक से बाहर आने के लिए किस कथन का उपयोग किया जाता है?
exit
break
default
out
Previous Question
Next Question
25
See Explanation !
18
JavaScript was invented by _____
जावास्क्रिप्ट का आविष्कार _____ द्वारा किया गया था
HelSinki Linus
W3 Group
Brendan Eich
James Gossling
Previous Question
Next Question
25
See Explanation !
19
Variable can hold ____ value at a time.
वेरिएबल एक बार में ____ मान रख सकता है।
Muliple
Single
None of these
Double
Previous Question
Next Question
25
See Explanation !
20
Integer variable is declared using following syntax in Js.
Js में निम्नलिखित वाक्यविन्यास का उपयोग करके पूर्णांक चर घोषित किया जाता है।
int num;
integer num;
Integer nums;
var num;
Previous Question
Next Question
25
See Explanation !
21
JavaScript was originally developed under the name ______ .
जावास्क्रिप्ट मूल रूप से ______ नाम के तहत विकसित की गई थी।
ActionScript
Sencha
Oak
Mocha
Previous Question
Next Question
25
See Explanation !
22
Which was the first browser to support JavaScript?
जावास्क्रिप्ट का समर्थन करने वाला पहला ब्राउज़र कौन सा था?
IE
NetScape
Google Chrome
Mozilla Firefox
Previous Question
Next Question
25
See Explanation !
23
Which of the following Attribute is used to include External JS code inside your HTML Document -
निम्नलिखित में से किस विशेषता का उपयोग आपके HTML दस्तावेज़ के अंदर बाहरी JS कोड को शामिल करने के लिए किया जाता है -
Script
src
Link
Rel
Previous Question
Next Question
25
See Explanation !
24
JavaScript is designed for following purpose-
जावास्क्रिप्ट को निम्नलिखित उद्देश्य के लिए डिज़ाइन किया गया है -
To execute Query related to DB on server.
To style HTMLpages.
To Add Interactivity to HTML pages.
To perform server side scripting operation.
Previous Question
Next Question
25
See Explanation !
25
Angular js is a type of open source framework for
कोणीय js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
Front end
Back end
Full end
All of above
Previous Question