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 2
100 Questions • M2-R5.1
60:00
← Back
1
What does FTP stand for? / FTP का पूर्ण रूप क्या है?
A
File Transfer Protocol
B
Fast Transfer Protocol
C
File Text Protocol
D
Folder Transfer Protocol
2
Which tag is used to create a table in HTML? / HTML में टेबल बनाने के लिए किस टैग का उपयोग किया जाता है?
A
<table>
B
<tab>
C
<tbl>
D
<tr>
3
What is the correct HTML for creating a password field? / पासवर्ड फील्ड बनाने के लिए सही HTML कौन सा है?
A
<input type='text'>
B
<input type='password'>
C
<password>
D
<input type='secret'>
4
Which of the following is a server-side scripting language? / निम्नलिखित में से कौन सर्वर-साइड स्क्रिप्टिंग भाषा है?
A
HTML
B
CSS
C
JavaScript
D
PHP
5
What does the <em> tag do in HTML? / HTML में <em> टैग क्या करता है?
A
Makes text bold
B
Makes text italic (emphasis)
C
Makes text underlined
D
Makes text larger
6
Which attribute is used to set the width of a table in HTML? / HTML में टेबल की चौड़ाई सेट करने के लिए किस एट्रिब्यूट का उपयोग किया जाता है?
A
width
B
size
C
border
D
cellpadding
7
What is the default font size of <h1> tag in HTML? / HTML में <h1> टैग का डिफॉल्ट फॉन्ट साइज क्या है?
A
10px
B
16px
C
24px
D
32px
8
Which tag is used to add comments in HTML? / HTML में कमेंट जोड़ने के लिए किस टैग का उपयोग किया जाता है?
A
<!-- comment -->
B
<comment>
C
// comment
D
/* comment */
9
What does the <strong> tag do in HTML? / HTML में <strong> टैग क्या करता है?
A
Makes text bold with strong importance
B
Makes text italic
C
Makes text underlined
D
Makes text small
10
What is the purpose of the 'cellpadding' attribute in an HTML table? / HTML टेबल में 'cellpadding' एट्रिब्यूट का उद्देश्य क्या है?
A
Space between cell border and content
B
Space between cells
C
Space between rows
D
Space between columns
11
Which tag is used to define an ordered list in HTML? / HTML में ऑर्डर्ड लिस्ट को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?
A
<ul>
B
<ol>
C
<li>
D
<dl>
12
What does JavaScript use to store data temporarily? / JavaScript डेटा को अस्थायी रूप से स्टोर करने के लिए किसका उपयोग करता है?
A
Variables
B
Functions
C
Loops
D
Conditions
13
Which HTML tag is used to define a footer for a document? / दस्तावेज़ के लिए फुटर परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<bottom>
B
<footer>
C
<foot>
D
<end>
14
What is the purpose of the 'target' attribute in an <a> tag? / <a> टैग में 'target' एट्रिब्यूट का उद्देश्य क्या है?
A
To specify where to open the link
B
To specify link color
C
To specify link size
D
To specify link style
15
Which CSS property is used to set the height of an element? / एलिमेंट की ऊंचाई सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
width
B
height
C
size
D
length
16
What does the <thead> tag define in an HTML table? / HTML टेबल में <thead> टैग क्या परिभाषित करता है?
A
Table body
B
Table footer
C
Table header group
D
Table row
17
Which of the following is used to create a loop in JavaScript? / JavaScript में लूप बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
if
B
else
C
for
D
switch
18
Which CSS property is used to add space between cells in a table? / टेबल में सेल्स के बीच जगह जोड़ने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
cellspacing
B
border-spacing
C
padding
D
margin
19
What does the 'target="_blank"' attribute do in a link? / लिंक में 'target="_blank"' एट्रिब्यूट क्या करता है?
A
Opens link in same tab
B
Opens link in new tab
C
Opens link in parent frame
D
Opens link in full screen
20
Which HTML element is used to define a navigation bar? / नेविगेशन बार को परिभाषित करने के लिए किस HTML एलिमेंट का उपयोग किया जाता है?
A
<nav>
B
<menu>
C
<navigation>
D
<navbar>
21
What is the correct CSS syntax to make text italic? / टेक्स्ट को इटैलिक बनाने के लिए सही CSS सिंटैक्स क्या है?
A
font-weight: italic
B
font-style: italic
C
text-style: italic
D
font: italic
22
Which HTML5 input type is used for URL input? / URL इनपुट के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
text
B
url
C
link
D
web
23
What does the <tfoot> tag define in an HTML table? / HTML टेबल में <tfoot> टैग क्या परिभाषित करता है?
A
Table header
B
Table body
C
Table footer
D
Table caption
24
Which CSS property is used to set the maximum width of an element? / एलिमेंट की अधिकतम चौड़ाई सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
width
B
min-width
C
max-width
D
full-width
25
What is the purpose of the 'action' attribute in an HTML form? / HTML फॉर्म में 'action' एट्रिब्यूट का उद्देश्य क्या है?
A
To specify where to send form data
B
To specify form style
C
To specify form method
D
To validate form
26
Which JavaScript statement is used to make decisions? / निर्णय लेने के लिए किस JavaScript स्टेटमेंट का उपयोग किया जाता है?
A
for
B
while
C
if-else
D
switch
27
What does the 'method' attribute in an HTML form specify? / HTML फॉर्म में 'method' एट्रिब्यूट क्या निर्दिष्ट करता है?
A
How to send form data (GET/POST)
B
Where to send form data
C
Form validation rules
D
Form styling
28
Which CSS property is used to set the border style? / बॉर्डर स्टाइल सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
border-width
B
border-color
C
border-style
D
border-line
29
What does the 'GET' method do in an HTML form? / HTML फॉर्म में 'GET' मेथड क्या करता है?
A
Sends form data in URL
B
Sends form data in request body
C
Hides form data
D
Encrypts form data
30
Which HTML5 input type is used for telephone number? / टेलीफोन नंबर के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
text
B
number
C
tel
D
phone
31
What does the 'POST' method do in an HTML form? / HTML फॉर्म में 'POST' मेथड क्या करता है?
A
Sends form data in URL
B
Sends form data in request body
C
Displays form data in URL
D
Does not send data
32
Which CSS property is used to set the background image? / बैकग्राउंड इमेज सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
background-color
B
background-image
C
bg-image
D
image-background
33
What does the 'onsubmit' event do in JavaScript? / JavaScript में 'onsubmit' इवेंट क्या करता है?
A
Triggers when form is submitted
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
34
Which HTML tag is used to define an article? / आर्टिकल परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<div>
B
<section>
C
<article>
D
<content>
35
What is the purpose of the 'value' attribute in an input field? / इनपुट फील्ड में 'value' एट्रिब्यूट का उद्देश्य क्या है?
A
To set default value
B
To set input name
C
To set input type
D
To validate input
36
Which CSS property is used to set the text transformation? / टेक्स्ट ट्रांसफॉर्मेशन सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-align
B
text-transform
C
text-decoration
D
text-style
37
What does the 'onclick' event do in JavaScript? / JavaScript में 'onclick' इवेंट क्या करता है?
A
Triggers when element is clicked
B
Triggers when page loads
C
Triggers when mouse moves
D
Triggers when key is pressed
38
Which HTML5 element is used to define independent content? / स्वतंत्र कंटेंट परिभाषित करने के लिए किस HTML5 एलिमेंट का उपयोग किया जाता है?
A
<section>
B
<article>
C
<div>
D
<span>
39
What is the purpose of the 'disabled' attribute in an input field? / इनपुट फील्ड में 'disabled' एट्रिब्यूट का उद्देश्य क्या है?
A
Makes input field non-editable
B
Makes input field required
C
Hides input field
D
Validates input field
40
Which CSS property is used to set the line height? / लाइन हाइट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
line-spacing
B
line-height
C
text-height
D
spacing
41
What does the 'onload' event do in JavaScript? / JavaScript में 'onload' इवेंट क्या करता है?
A
Triggers when page finishes loading
B
Triggers when element is clicked
C
Triggers when form is submitted
D
Triggers when key is pressed
42
Which HTML tag is used to define a caption for a figure? / फिगर के लिए कैप्शन परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<caption>
B
<figcaption>
C
<legend>
D
<label>
43
What is the purpose of the 'readonly' attribute in an input field? / इनपुट फील्ड में 'readonly' एट्रिब्यूट का उद्देश्य क्या है?
A
Makes input field read-only
B
Makes input field required
C
Hides input field
D
Disables input field
44
Which CSS property is used to set the letter spacing? / लेटर स्पेसिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
letter-spacing
B
word-spacing
C
text-spacing
D
spacing
45
What does the 'onmouseover' event do in JavaScript? / JavaScript में 'onmouseover' इवेंट क्या करता है?
A
Triggers when mouse moves over an element
B
Triggers when mouse leaves an element
C
Triggers when mouse clicks
D
Triggers when page loads
46
Which HTML tag is used to define a sidebar? / साइडबार परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<side>
B
<aside>
C
<sidebar>
D
<nav>
47
What is the purpose of the 'selected' attribute in a dropdown? / ड्रॉपडाउन में 'selected' एट्रिब्यूट का उद्देश्य क्या है?
A
Pre-selects an option
B
Disables an option
C
Hides an option
D
Validates an option
48
Which CSS property is used to set the word spacing? / वर्ड स्पेसिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
letter-spacing
B
word-spacing
C
text-spacing
D
spacing
49
What does the 'onmouseout' event do in JavaScript? / JavaScript में 'onmouseout' इवेंट क्या करता है?
A
Triggers when mouse moves over an element
B
Triggers when mouse leaves an element
C
Triggers when mouse clicks
D
Triggers when page loads
50
Which HTML tag is used to define a time or date? / समय या तारीख परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<date>
B
<time>
C
<datetime>
D
<calendar>
51
What is the purpose of the 'multiple' attribute in a file input? / फाइल इनपुट में 'multiple' एट्रिब्यूट का उद्देश्य क्या है?
A
Allows multiple file selection
B
Allows only one file
C
Disables file selection
D
Validates file type
52
Which CSS property is used to set the text indent? / टेक्स्ट इंडेंट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-indent
B
indent
C
padding-left
D
margin-left
53
What does the 'onchange' event do in JavaScript? / JavaScript में 'onchange' इवेंट क्या करता है?
A
Triggers when value of an element changes
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
54
Which HTML5 input type is used for search input? / सर्च इनपुट के लिए किस HTML5 इनपुट टाइप का उपयोग किया जाता है?
A
text
B
search
C
find
D
query
55
What is the purpose of the 'autocomplete' attribute in HTML5? / HTML5 में 'autocomplete' एट्रिब्यूट का उद्देश्य क्या है?
A
Enables auto-fill suggestions
B
Automatically submits form
C
Automatically validates form
D
Automatically clears form
56
Which CSS property is used to set the vertical alignment of an element? / एलिमेंट की वर्टिकल अलाइनमेंट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
text-align
B
vertical-align
C
align
D
position
57
What does the 'onfocus' event do in JavaScript? / JavaScript में 'onfocus' इवेंट क्या करता है?
A
Triggers when element gets focus
B
Triggers when element loses focus
C
Triggers when element is clicked
D
Triggers when page loads
58
Which HTML tag is used to define a progress bar? / प्रोग्रेस बार परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<progress>
B
<meter>
C
<bar>
D
<loading>
59
Which CSS property is used to set the white space handling? / वाइट स्पेस हैंडलिंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
white-space
B
text-space
C
space-handling
D
wrap
60
What does the 'onblur' event do in JavaScript? / JavaScript में 'onblur' इवेंट क्या करता है?
A
Triggers when element gets focus
B
Triggers when element loses focus
C
Triggers when element is clicked
D
Triggers when page loads
61
Which HTML tag is used to define a meter (gauge)? / मीटर (गेज) परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<progress>
B
<meter>
C
<gauge>
D
<bar>
62
What is the purpose of the 'placeholder' attribute in an input field? / इनपुट फील्ड में 'placeholder' एट्रिब्यूट का उद्देश्य क्या है?
A
Shows a hint inside input field
B
Sets default value
C
Validates input
D
Disables input
63
Which CSS property is used to set the overflow behavior? / ओवरफ्लो व्यवहार सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
overflow
B
scroll
C
hidden
D
auto
64
What does the 'onkeypress' event do in JavaScript? / JavaScript में 'onkeypress' इवेंट क्या करता है?
A
Triggers when a key is pressed
B
Triggers when key is released
C
Triggers when mouse clicks
D
Triggers when page loads
65
Which HTML tag is used to define a dialog box? / डायलॉग बॉक्स परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<dialog>
B
<popup>
C
<box>
D
<window>
66
What is the purpose of the 'size' attribute in an input field? / इनपुट फील्ड में 'size' एट्रिब्यूट का उद्देश्य क्या है?
A
Sets the width of input field
B
Sets the height of input field
C
Sets the font size
D
Sets the max length
67
Which CSS property is used to set the cursor style? / कर्सर स्टाइल सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
cursor
B
pointer
C
mouse
D
hand
68
What does the 'onkeydown' event do in JavaScript? / JavaScript में 'onkeydown' इवेंट क्या करता है?
A
Triggers when key is pressed down
B
Triggers when key is released
C
Triggers when mouse clicks
D
Triggers when page loads
69
What is the purpose of the 'maxlength' attribute in an input field? / इनपुट फील्ड में 'maxlength' एट्रिब्यूट का उद्देश्य क्या है?
A
Sets maximum characters allowed
B
Sets minimum characters required
C
Sets the width
D
Sets the height
70
Which CSS property is used to set the z-index (stack order)? / जेड-इंडेक्स (स्टैक ऑर्डर) सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
index
B
layer
C
z-index
D
stack
71
What does the 'onkeyup' event do in JavaScript? / JavaScript में 'onkeyup' इवेंट क्या करता है?
A
Triggers when key is pressed down
B
Triggers when key is released
C
Triggers when mouse clicks
D
Triggers when page loads
72
Which HTML tag is used to define a header for a document? / दस्तावेज़ के लिए हेडर परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<head>
B
<header>
C
<top>
D
<heading>
73
What is the purpose of the 'min' attribute in number input? / नंबर इनपुट में 'min' एट्रिब्यूट का उद्देश्य क्या है?
A
Sets minimum value allowed
B
Sets maximum value allowed
C
Sets default value
D
Sets step value
74
Which CSS property is used to set the visibility of an element? / एलिमेंट की दृश्यता सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
display
B
visibility
C
opacity
D
show
75
What does the 'onreset' event do in JavaScript? / JavaScript में 'onreset' इवेंट क्या करता है?
A
Triggers when form is reset
B
Triggers when form is submitted
C
Triggers when page loads
D
Triggers when mouse clicks
76
Which HTML tag is used to define a mark/highlighted text? / मार्क/हाइलाइटेड टेक्स्ट परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<highlight>
B
<mark>
C
<yellow>
D
<hilight>
77
What is the purpose of the 'max' attribute in number input? / नंबर इनपुट में 'max' एट्रिब्यूट का उद्देश्य क्या है?
A
Sets minimum value allowed
B
Sets maximum value allowed
C
Sets default value
D
Sets step value
78
Which CSS property is used to set the display type of an element? / एलिमेंट के डिस्प्ले प्रकार सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
show
B
display
C
type
D
visible
79
What does the 'onselect' event do in JavaScript? / JavaScript में 'onselect' इवेंट क्या करता है?
A
Triggers when text is selected
B
Triggers when element is clicked
C
Triggers when form is submitted
D
Triggers when page loads
80
Which HTML tag is used to define a deleted text? / डिलीट किए गए टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<del>
B
<delete>
C
<strike>
D
<remove>
81
What is the purpose of the 'step' attribute in number input? / नंबर इनपुट में 'step' एट्रिब्यूट का उद्देश्य क्या है?
A
Sets the interval between values
B
Sets minimum value
C
Sets maximum value
D
Sets default value
82
Which CSS property is used to set the float of an element? / एलिमेंट का फ्लोट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
align
B
float
C
position
D
clear
83
What does the 'onerror' event do in JavaScript? / JavaScript में 'onerror' इवेंट क्या करता है?
A
Triggers when an error occurs
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
84
Which HTML tag is used to define inserted text? / इन्सर्ट किए गए टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<add>
B
<insert>
C
<ins>
D
<new>
85
What is the purpose of the 'formaction' attribute in HTML5? / HTML5 में 'formaction' एट्रिब्यूट का उद्देश्य क्या है?
A
Overrides form action for a submit button
B
Sets form method
C
Sets form target
D
Validates form
86
Which CSS property is used to set the clear property (for floats)? / क्लियर प्रॉपर्टी सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
clear
B
float-clear
C
remove
D
reset
87
What does the 'onresize' event do in JavaScript? / JavaScript में 'onresize' इवेंट क्या करता है?
A
Triggers when window is resized
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
88
Which HTML tag is used to define a small text? / छोटे टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<mini>
B
<small>
C
<tiny>
D
<size>
89
What is the purpose of the 'formenctype' attribute in HTML5? / HTML5 में 'formenctype' एट्रिब्यूट का उद्देश्य क्या है?
A
Specifies encoding type for form submission
B
Specifies form action
C
Specifies form method
D
Specifies form target
90
Which CSS property is used to set the outline of an element? / एलिमेंट का आउटलाइन सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
border
B
outline
C
line
D
frame
91
What does the 'onscroll' event do in JavaScript? / JavaScript में 'onscroll' इवेंट क्या करता है?
A
Triggers when element is scrolled
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
92
Which HTML tag is used to define a subscript text? / सबस्क्रिप्ट टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<sup>
B
<sub>
C
<down>
D
<below>
93
What is the purpose of the 'formmethod' attribute in HTML5? / HTML5 में 'formmethod' एट्रिब्यूट का उद्देश्य क्या है?
A
Overrides form method for a submit button
B
Specifies form action
C
Specifies form target
D
Validates form
94
Which CSS property is used to set the resize behavior of an element? / एलिमेंट के रीसाइज व्यवहार को सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
resize
B
scale
C
size
D
zoom
95
What does the 'ontoggle' event do in JavaScript? / JavaScript में 'ontoggle' इवेंट क्या करता है?
A
Triggers when details element is opened/closed
B
Triggers when page loads
C
Triggers when mouse clicks
D
Triggers when key is pressed
96
Which HTML tag is used to define a superscript text? / सुपरस्क्रिप्ट टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<sup>
B
<sub>
C
<up>
D
<above>
97
What is the purpose of the 'formtarget' attribute in HTML5? / HTML5 में 'formtarget' एट्रिब्यूट का उद्देश्य क्या है?
A
Overrides form target for a submit button
B
Specifies form action
C
Specifies form method
D
Specifies form encoding
98
Which CSS property is used to set the transition effect? / ट्रांजिशन इफेक्ट सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A
animation
B
transition
C
effect
D
move
99
What does the <details> tag do in HTML5? / HTML5 में <details> टैग क्या करता है?
A
Creates a collapsible section
B
Creates a table
C
Creates a form
D
Creates a list
100
Which HTML tag is used to define a variable in programming? / प्रोग्रामिंग में वेरिएबल को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
A
<var>
B
<variable>
C
<let>
D
<const>
📋 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:
60 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