Important Notice:
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
O Level
Notes
Follow us:
OLevelNotes
Home
O Level Notes
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
CCC
CCC Chapter Wise Notes
CCC Chapter Wise MCQ
CCC Modal Paper
CCC Previous Paper
CCC Assignment
CCC Online Test/Real Portal
Chapter Wise MCQ
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Model Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
O Level Real Test Portal
Old Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Practical Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Assignment
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Contact Us
ADCA Course
Introduction To Computer
Introduction To OS
MS Office
Tally Prime
Graphic Design
Web Design
Programming Language
Learn Typing
Typing Tutor
Typing Test
KCIT Student
Student Login
KCIT Student
M2-R5.1 Model Paper — Set 6
100 Questions • M2-R5.1
90:00
← Back
1
What is the purpose of the CSS 'margin' property? / CSS 'margin' प्रॉपर्टी का उद्देश्य क्या है?
A
Creates space outside the border
B
Creates space inside the border
C
Creates space around text
D
Creates space between lines
2
Which HTTP status code means 'OK' (request successful)? / कौन सा HTTP स्टेटस कोड 'OK' (सफल अनुरोध) दर्शाता है?
A
200
B
404
C
500
D
403
3
What is the purpose of the 'forEach' loop in JavaScript? / JavaScript में 'forEach' लूप का उद्देश्य क्या है?
A
Executes a function for each array element
B
Creates a new array
C
Filters array elements
D
Checks array condition
4
What is the difference between 'let' and 'var' in JavaScript? / JavaScript में 'let' और 'var' के बीच क्या अंतर है?
A
let is block-scoped, var is function-scoped
B
let is function-scoped, var is block-scoped
C
Both are same
D
let is global, var is local
5
What is the purpose of the CSS 'flex-direction' property? / CSS 'flex-direction' प्रॉपर्टी का उद्देश्य क्या है?
A
Defines direction of flex items (row or column)
B
Defines alignment of flex items
C
Defines space between flex items
D
Defines wrapping of flex items
6
Which HTTP method is used to request data from a server? / सर्वर से डेटा अनुरोध करने के लिए किस HTTP मेथड का उपयोग किया जाता है?
A
GET
B
POST
C
PUT
D
DELETE
7
What is the purpose of the 'map()' method in JavaScript? / JavaScript में 'map()' मेथड का उद्देश्य क्या है?
A
Creates a new array by applying function to each element
B
Filters array elements
C
Reduces array to single value
D
Checks array condition
8
Which CSS property is used to align items vertically in flexbox? / फ्लेक्सबॉक्स में आइटम्स को वर्टिकली अलाइन करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
align-items
B
justify-content
C
flex-direction
D
flex-wrap
9
What is the purpose of the 'try-catch' statement in JavaScript? / JavaScript में 'try-catch' स्टेटमेंट का उद्देश्य क्या है?
A
Handles errors gracefully
B
Creates loops
C
Defines functions
D
Declares variables
10
Which HTTP status code means 'Page Not Found'? / कौन सा HTTP स्टेटस कोड 'पेज नॉट फाउंड' दर्शाता है?
A
404
B
200
C
500
D
403
11
What is the purpose of the 'filter()' method in JavaScript? / JavaScript में 'filter()' मेथड का उद्देश्य क्या है?
A
Creates new array with elements that pass a test
B
Creates new array by applying function
C
Reduces array to single value
D
Executes function for each element
12
Which CSS property is used to align items horizontally in flexbox? / फ्लेक्सबॉक्स में आइटम्स को हॉरिजॉन्टली अलाइन करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
justify-content
B
align-items
C
flex-direction
D
flex-wrap
13
What is the purpose of the 'Promise' object in JavaScript? / JavaScript में 'Promise' ऑब्जेक्ट का उद्देश्य क्या है?
A
Handles asynchronous operations
B
Creates loops
C
Defines variables
D
Creates arrays
14
Which HTTP method is used to send data to a server? / सर्वर पर डेटा भेजने के लिए किस HTTP मेथड का उपयोग किया जाता है?
A
POST
B
GET
C
PUT
D
DELETE
15
What is the purpose of the 'reduce()' method in JavaScript? / JavaScript में 'reduce()' मेथड का उद्देश्य क्या है?
A
Reduces array to a single value
B
Creates new array
C
Filters array elements
D
Executes function for each element
16
Which CSS property is used to create space between flex items? / फ्लेक्स आइटम्स के बीच जगह बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
gap
B
margin
C
padding
D
space-between
17
What is the purpose of the 'async/await' in JavaScript? / JavaScript में 'async/await' का उद्देश्य क्या है?
A
Write asynchronous code in synchronous style
B
Create loops
C
Define functions
D
Handle errors
18
Which HTTP status code means 'Internal Server Error'? / कौन सा HTTP स्टेटस कोड 'इंटरनल सर्वर एरर' दर्शाता है?
A
500
B
404
C
200
D
403
19
What is the purpose of the 'find()' method in JavaScript? / JavaScript में 'find()' मेथड का उद्देश्य क्या है?
A
Returns first element that passes a test
B
Returns all elements that pass a test
C
Returns index of element
D
Checks if element exists
20
Which CSS property is used to wrap flex items to next line? / फ्लेक्स आइटम्स को अगली लाइन में लपेटने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
flex-wrap
B
flex-direction
C
flex-flow
D
flex-wrap: wrap
21
What is the purpose of the 'some()' method in JavaScript? / JavaScript में 'some()' मेथड का उद्देश्य क्या है?
A
Checks if any element passes a test
B
Checks if all elements pass a test
C
Returns first element
D
Filters array
22
Which HTTP method is used to delete data from a server? / सर्वर से डेटा डिलीट करने के लिए किस HTTP मेथड का उपयोग किया जाता है?
A
DELETE
B
GET
C
POST
D
PUT
23
What is the purpose of the 'every()' method in JavaScript? / JavaScript में 'every()' मेथड का उद्देश्य क्या है?
A
Checks if all elements pass a test
B
Checks if any element passes a test
C
Returns first element
D
Filters array
24
Which CSS property is used to change the order of flex items? / फ्लेक्स आइटम्स का क्रम बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
order
B
flex-order
C
item-order
D
sequence
25
What is the purpose of the 'includes()' method in JavaScript? / JavaScript में 'includes()' मेथड का उद्देश्य क्या है?
A
Checks if array contains a certain element
B
Returns index of element
C
Adds element to array
D
Removes element from array
26
Which HTTP status code means 'Forbidden' (access denied)? / कौन सा HTTP स्टेटस कोड 'फॉरबिडन' (एक्सेस अस्वीकृत) दर्शाता है?
A
403
B
404
C
401
D
500
27
What is the purpose of the 'slice()' method in JavaScript? / JavaScript में 'slice()' मेथड का उद्देश्य क्या है?
A
Returns a copy of part of an array
B
Removes elements from array
C
Adds elements to array
D
Replaces elements in array
28
Which CSS property is used to set the background color of an element? / एलिमेंट का बैकग्राउंड कलर सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
background-color
B
color
C
bgcolor
D
background
29
What is the purpose of the 'splice()' method in JavaScript? / JavaScript में 'splice()' मेथड का उद्देश्य क्या है?
A
Adds, removes, or replaces array elements
B
Returns copy of array
C
Filters array
D
Checks array condition
30
Which HTTP method is used to update existing data on a server? / सर्वर पर मौजूदा डेटा अपडेट करने के लिए किस HTTP मेथड का उपयोग किया जाता है?
A
PUT
B
GET
C
POST
D
DELETE
31
What is the purpose of the 'concat()' method in JavaScript? / JavaScript में 'concat()' मेथड का उद्देश्य क्या है?
A
Merges two or more arrays
B
Adds element to array
C
Removes element from array
D
Filters array
32
Which CSS property is used to set the transparency of an element? / एलिमेंट की पारदर्शिता सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
opacity
B
visibility
C
transparent
D
filter
33
What is the purpose of the 'indexOf()' method in JavaScript? / JavaScript में 'indexOf()' मेथड का उद्देश्य क्या है?
A
Returns first index of specified element
B
Checks if element exists
C
Returns last index
D
Removes element
34
Which HTTP status code means 'Unauthorized' (authentication required)? / कौन सा HTTP स्टेटस कोड 'अनॉथराइज्ड' (प्रमाणीकरण आवश्यक) दर्शाता है?
A
401
B
403
C
404
D
400
35
What is the purpose of the 'join()' method in JavaScript? / JavaScript में 'join()' मेथड का उद्देश्य क्या है?
A
Converts array elements to a string
B
Adds elements to array
C
Removes elements from array
D
Filters array
36
Which CSS property is used to set the border of an element? / एलिमेंट का बॉर्डर सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
border
B
outline
C
margin
D
padding
37
What is the purpose of the 'reverse()' method in JavaScript? / JavaScript में 'reverse()' मेथड का उद्देश्य क्या है?
A
Reverses the order of array elements
B
Sorts array
C
Filters array
D
Merges array
38
Which HTTP method is used to partially update data on a server? / सर्वर पर डेटा को आंशिक रूप से अपडेट करने के लिए किस HTTP मेथड का उपयोग किया जाता है?
A
PATCH
B
PUT
C
POST
D
GET
39
What is the purpose of the 'sort()' method in JavaScript? / JavaScript में 'sort()' मेथड का उद्देश्य क्या है?
A
Sorts array elements
B
Reverses array
C
Filters array
D
Merges array
40
Which CSS property is used to set the font size of text? / टेक्स्ट का फॉन्ट साइज सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
font-size
B
text-size
C
font-style
D
size
41
What is the purpose of the 'pop()' method in JavaScript? / JavaScript में 'pop()' मेथड का उद्देश्य क्या है?
A
Removes last element from array
B
Removes first element
C
Adds element to end
D
Adds element to beginning
42
Which HTTP status code means 'Bad Request' (invalid syntax)? / कौन सा HTTP स्टेटस कोड 'बैड रिक्वेस्ट' (अमान्य सिंटैक्स) दर्शाता है?
A
400
B
401
C
403
D
404
43
What is the purpose of the 'push()' method in JavaScript? / JavaScript में 'push()' मेथड का उद्देश्य क्या है?
A
Adds element to end of array
B
Removes last element
C
Adds element to beginning
D
Removes first element
44
Which CSS property is used to set the font weight (bold/normal)? / फॉन्ट वेट (बोल्ड/नॉर्मल) सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
font-weight
B
font-style
C
font-size
D
font-family
45
What is the purpose of the 'shift()' method in JavaScript? / JavaScript में 'shift()' मेथड का उद्देश्य क्या है?
A
Removes first element from array
B
Removes last element
C
Adds element to beginning
D
Adds element to end
46
Which HTTP status code means 'Created' (resource successfully created)? / कौन सा HTTP स्टेटस कोड 'क्रिएटेड' (संसाधन सफलतापूर्वक बनाया गया) दर्शाता है?
A
201
B
200
C
204
D
202
47
What is the purpose of the 'unshift()' method in JavaScript? / JavaScript में 'unshift()' मेथड का उद्देश्य क्या है?
A
Adds element to beginning of array
B
Removes first element
C
Adds element to end
D
Removes last element
48
Which CSS property is used to set the text color? / टेक्स्ट का रंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
color
B
text-color
C
font-color
D
bgcolor
49
What is the purpose of the 'typeof' operator in JavaScript? / JavaScript में 'typeof' ऑपरेटर का उद्देश्य क्या है?
A
Returns data type of a variable
B
Checks equality
C
Compares values
D
Assigns value
50
Which HTTP status code means 'No Content' (successful but no response body)? / कौन सा HTTP स्टेटस कोड 'नो कंटेंट' (सफल लेकिन कोई रिस्पॉन्स बॉडी नहीं) दर्शाता है?
A
204
B
200
C
201
D
202
51
What is the purpose of the 'instanceof' operator in JavaScript? / JavaScript में 'instanceof' ऑपरेटर का उद्देश्य क्या है?
A
Checks if object is an instance of a class
B
Checks data type
C
Compares values
D
Assigns value
52
Which CSS property is used to set the text alignment (left, center, right)? / टेक्स्ट अलाइनमेंट (लेफ्ट, सेंटर, राइट) सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-align
B
align
C
text-position
D
position
53
What is the purpose of the 'delete' operator in JavaScript? / JavaScript में 'delete' ऑपरेटर का उद्देश्य क्या है?
A
Removes a property from an object
B
Deletes variable
C
Deletes array element
D
Deletes function
54
Which HTTP status code means 'Moved Permanently' (redirect)? / कौन सा HTTP स्टेटस कोड 'मूव्ड परमानेंटली' (रीडायरेक्ट) दर्शाता है?
A
301
B
302
C
304
D
307
55
What is the purpose of the 'in' operator in JavaScript? / JavaScript में 'in' ऑपरेटर का उद्देश्य क्या है?
A
Checks if property exists in object
B
Checks if value exists in array
C
Checks data type
D
Compares values
56
Which CSS property is used to set the line height of text? / टेक्स्ट की लाइन हाइट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
line-height
B
text-height
C
line-spacing
D
height
57
What is the purpose of the 'throw' statement in JavaScript? / JavaScript में 'throw' स्टेटमेंट का उद्देश्य क्या है?
A
Creates a custom error
B
Throws exception
C
Catches error
D
Handles error
58
Which HTTP status code means 'Found' (temporary redirect)? / कौन सा HTTP स्टेटस कोड 'फाउंड' (टेम्परेरी रीडायरेक्ट) दर्शाता है?
A
302
B
301
C
304
D
307
59
What is the purpose of the 'alert()' function in JavaScript? / JavaScript में 'alert()' फंक्शन का उद्देश्य क्या है?
A
Displays a popup message
B
Displays confirmation box
C
Displays input box
D
Logs to console
60
Which CSS property is used to set the text decoration (underline, overline, line-through)? / टेक्स्ट डेकोरेशन (अंडरलाइन, ओवरलाइन, लाइन-थ्रू) सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-decoration
B
text-style
C
text-format
D
decoration
61
What is the purpose of the 'confirm()' function in JavaScript? / JavaScript में 'confirm()' फंक्शन का उद्देश्य क्या है?
A
Displays confirmation box with OK/Cancel
B
Displays alert box
C
Displays input box
D
Logs to console
62
Which HTTP status code means 'Not Modified' (cached version used)? / कौन सा HTTP स्टेटस कोड 'नॉट मॉडिफाइड' (कैश्ड वर्शन उपयोग किया गया) दर्शाता है?
A
304
B
301
C
302
D
307
63
What is the purpose of the 'prompt()' function in JavaScript? / JavaScript में 'prompt()' फंक्शन का उद्देश्य क्या है?
A
Displays input box to get user input
B
Displays alert box
C
Displays confirmation box
D
Logs to console
64
Which CSS property is used to set the text transform (uppercase, lowercase, capitalize)? / टेक्स्ट ट्रांसफॉर्म (अपरकेस, लोअरकेस, कैपिटलाइज़) सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-transform
B
transform
C
text-style
D
case
65
What is the purpose of the 'console.log()' function in JavaScript? / JavaScript में 'console.log()' फंक्शन का उद्देश्य क्या है?
A
Outputs message to browser console
B
Displays alert box
C
Displays confirmation box
D
Displays input box
66
Which HTTP status code means 'Bad Gateway' (server error)? / कौन सा HTTP स्टेटस कोड 'बैड गेटवे' (सर्वर त्रुटि) दर्शाता है?
A
502
B
500
C
503
D
504
67
What is the purpose of the 'setTimeout()' function in JavaScript? / JavaScript में 'setTimeout()' फंक्शन का उद्देश्य क्या है?
A
Executes code after a specified delay
B
Executes code repeatedly
C
Stops execution
D
Pauses execution
68
Which CSS property is used to set the letter spacing? / लेटर स्पेसिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
letter-spacing
B
word-spacing
C
text-spacing
D
spacing
69
What is the purpose of the 'setInterval()' function in JavaScript? / JavaScript में 'setInterval()' फंक्शन का उद्देश्य क्या है?
A
Executes code repeatedly at specified intervals
B
Executes code once
C
Stops execution
D
Pauses execution
70
Which HTTP status code means 'Service Unavailable' (server overloaded)? / कौन सा HTTP स्टेटस कोड 'सर्विस अनअवेलेबल' (सर्वर ओवरलोडेड) दर्शाता है?
A
503
B
500
C
502
D
504
71
What is the purpose of the 'clearTimeout()' function in JavaScript? / JavaScript में 'clearTimeout()' फंक्शन का उद्देश्य क्या है?
A
Cancels a timeout set by setTimeout()
B
Cancels interval
C
Starts timeout
D
Resets timeout
72
Which CSS property is used to set the word spacing? / वर्ड स्पेसिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
word-spacing
B
letter-spacing
C
text-spacing
D
spacing
73
What is the purpose of the 'clearInterval()' function in JavaScript? / JavaScript में 'clearInterval()' फंक्शन का उद्देश्य क्या है?
A
Cancels an interval set by setInterval()
B
Cancels timeout
C
Starts interval
D
Resets interval
74
Which HTTP status code means 'Gateway Timeout' (server timeout)? / कौन सा HTTP स्टेटस कोड 'गेटवे टाइमआउट' (सर्वर टाइमआउट) दर्शाता है?
A
504
B
500
C
502
D
503
75
What is the purpose of the 'parseInt()' function in JavaScript? / JavaScript में 'parseInt()' फंक्शन का उद्देश्य क्या है?
A
Parses string to integer
B
Parses string to float
C
Parses string to boolean
D
Converts to string
76
Which CSS property is used to set the white space handling? / वाइट स्पेस हैंडलिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
white-space
B
text-space
C
space
D
wrap
77
What is the purpose of the 'parseFloat()' function in JavaScript? / JavaScript में 'parseFloat()' फंक्शन का उद्देश्य क्या है?
A
Parses string to float
B
Parses string to integer
C
Parses string to boolean
D
Converts to string
78
Which HTTP status code means 'Conflict' (request conflict with server state)? / कौन सा HTTP स्टेटस कोड 'कॉन्फ्लिक्ट' (सर्वर स्थिति के साथ अनुरोध संघर्ष) दर्शाता है?
A
409
B
400
C
401
D
403
79
What is the purpose of the 'isNaN()' function in JavaScript? / JavaScript में 'isNaN()' फंक्शन का उद्देश्य क्या है?
A
Checks if value is Not a Number
B
Checks if value is number
C
Checks if value is defined
D
Checks if value is null
80
Which CSS property is used to set the overflow behavior? / ओवरफ्लो व्यवहार सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
overflow
B
scroll
C
clip
D
hidden
81
What is the purpose of the 'isFinite()' function in JavaScript? / JavaScript में 'isFinite()' फंक्शन का उद्देश्य क्या है?
A
Checks if value is a finite number
B
Checks if value is infinite
C
Checks if value is number
D
Checks if value is defined
82
Which HTTP status code means 'Too Many Requests' (rate limiting)? / कौन सा HTTP स्टेटस कोड 'टू मेनी रिक्वेस्ट्स' (रेट लिमिटिंग) दर्शाता है?
A
429
B
400
C
401
D
403
83
What is the purpose of the 'encodeURI()' function in JavaScript? / JavaScript में 'encodeURI()' फंक्शन का उद्देश्य क्या है?
A
Encodes a URI by escaping special characters
B
Decodes URI
C
Encodes URL
D
Decodes URL
84
Which CSS property is used to set the cursor style on hover? / होवर पर कर्सर स्टाइल सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
cursor
B
pointer
C
mouse
D
hand
85
What is the purpose of the 'decodeURI()' function in JavaScript? / JavaScript में 'decodeURI()' फंक्शन का उद्देश्य क्या है?
A
Decodes an encoded URI
B
Encodes URI
C
Encodes URL
D
Decodes URL
86
Which HTTP status code means 'Request Timeout' (server timeout)? / कौन सा HTTP स्टेटस कोड 'रिक्वेस्ट टाइमआउट' (सर्वर टाइमआउट) दर्शाता है?
A
408
B
400
C
401
D
403
87
What is the purpose of the 'eval()' function in JavaScript? / JavaScript में 'eval()' फंक्शन का उद्देश्य क्या है?
A
Executes JavaScript code represented as string
B
Evaluates expression
C
Converts string to number
D
Parses JSON
88
Which CSS property is used to set the visibility of an element? / एलिमेंट की दृश्यता सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
visibility
B
display
C
opacity
D
show
89
What is the purpose of the 'Number()' function in JavaScript? / JavaScript में 'Number()' फंक्शन का उद्देश्य क्या है?
A
Converts value to a number
B
Converts value to string
C
Converts value to boolean
D
Converts value to array
90
What is the purpose of the 'String()' function in JavaScript? / JavaScript में 'String()' फंक्शन का उद्देश्य क्या है?
A
Converts value to a string
B
Converts value to number
C
Converts value to boolean
D
Converts value to array
91
What is the purpose of the 'Boolean()' function in JavaScript? / JavaScript में 'Boolean()' फंक्शन का उद्देश्य क्या है?
A
Converts value to a boolean
B
Converts value to number
C
Converts value to string
D
Converts value to array
92
What is the purpose of the 'Array.isArray()' method in JavaScript? / JavaScript में 'Array.isArray()' मेथड का उद्देश्य क्या है?
A
Checks if value is an array
B
Checks if value is object
C
Checks if value is string
D
Checks if value is number
93
What is the purpose of the 'Math.random()' function in JavaScript? / JavaScript में 'Math.random()' फंक्शन का उद्देश्य क्या है?
A
Generates random number between 0 and 1
B
Generates random integer
C
Generates random string
D
Generates random boolean
94
What is the purpose of the 'Math.floor()' function in JavaScript? / JavaScript में 'Math.floor()' फंक्शन का उद्देश्य क्या है?
A
Rounds number down to nearest integer
B
Rounds number up
C
Rounds to nearest integer
D
Returns absolute value
95
What is the purpose of the 'Math.ceil()' function in JavaScript? / JavaScript में 'Math.ceil()' फंक्शन का उद्देश्य क्या है?
A
Rounds number up to nearest integer
B
Rounds number down
C
Rounds to nearest integer
D
Returns absolute value
96
What is the purpose of the 'Math.round()' function in JavaScript? / JavaScript में 'Math.round()' फंक्शन का उद्देश्य क्या है?
A
Rounds number to nearest integer
B
Rounds up
C
Rounds down
D
Returns absolute value
97
What is the purpose of the 'Math.abs()' function in JavaScript? / JavaScript में 'Math.abs()' फंक्शन का उद्देश्य क्या है?
A
Returns absolute value of a number
B
Returns negative value
C
Returns positive value
D
Returns square root
98
What is the purpose of the 'Math.pow()' function in JavaScript? / JavaScript में 'Math.pow()' फंक्शन का उद्देश्य क्या है?
A
Raises number to a power
B
Multiplies numbers
C
Adds numbers
D
Subtracts numbers
99
What is the purpose of the 'Math.sqrt()' function in JavaScript? / JavaScript में 'Math.sqrt()' फंक्शन का उद्देश्य क्या है?
A
Returns square root of a number
B
Returns cube root
C
Raises to power
D
Returns absolute value
100
What is the purpose of the 'Date()' object in JavaScript? / JavaScript में 'Date()' ऑब्जेक्ट का उद्देश्य क्या है?
A
Work with dates and times
B
Store dates
C
Calculate time
D
Format dates
📋 Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Answered
Not Answered
ℹ️ Quiz Info
Total Questions:
100
Time Limit:
90 min
Subject:
M2-R5.1
Passing:
60%
Attempt all questions before submitting. You can review your answers using the navigator above.
Answered:
0
/ 100
Submit Quiz