MCQExams
0:0:1
CBSE
JEE
NTSE
NEET
Practice
Homework
×
Computer Science
Algorithms
What is an algorithm?
Report Question
0%
Patterns and trends used to solve a problem
0%
A set of step-by-step instructions to resolve a problem
0%
A programming language
What are algorithms used for?
Report Question
0%
To plan out the solution to a problem
0%
As a platform to program a solution
0%
To test a solution to a problem
Which of these is NOT an algorithm?
Report Question
0%
Following recipe instructions
0%
Working out how an engine works
0%
Tying your shoelaces
0%
Making a cup of coffee
When can an algorithm be used?
Report Question
0%
Only with computers
0%
For programming
0%
To design a solution to any problem
What is decomposition?
Report Question
0%
Searches the computer's memory for data
0%
Repeats a program
0%
Getting small part of a problem and adding them together
0%
Breaking down a complex problem
What is abstraction?
Report Question
0%
Removal of certain details, keeping relevant the information
0%
Stores data in a program for retrieval
0%
Freedom from representing art
0%
Detects errors while program is running
If it is AFTER 7am, what do you need to do?
Report Question
0%
Take the bus
0%
Take the subway
0%
Check the time
0%
Leave home
What should be considered when designing an algorithm?
Report Question
0%
If there is more than one way to solve the problem
0%
If the correct hardware is being used
0%
If the correct software is being used
You are at the yellow arrow, pointing in the direction indicated. How would you move to fill in the 2 black squares?
Report Question
0%
Straight, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn right, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 2, Fill Square
How can an algorithm be represented?
Report Question
0%
As a flowchart only
0%
As pseudocode only
0%
As a flowchart or pseudocode
What is a flowchart?
Report Question
0%
A diagram that represents a set of instructions
0%
A high-level language that has specific syntax
0%
A way of describing a set of instructions that doesn’t use specific syntax
What is the correct symbol for a process instruction in a flowchart?
Report Question
0%
A rectangle
0%
A parallelogram
0%
A square
What is the correct symbol for an input in a flowchart?
Report Question
0%
A parallelogram
0%
A rectangle
0%
A square
What links each instruction in a flowchart?
Report Question
0%
A line
0%
A double line
0%
An arrow
What is the correct symbol for a decision in a flowchart?
Report Question
0%
A rectangle
0%
A diamond
0%
A square
What is the correct symbol for an output in a flowchart?
Report Question
0%
A parallelogram
0%
A rectangle
0%
A diamond
Algorithms are 1 of the 4 techniques of Computational Thinking
Report Question
0%
True
0%
False
You are at the yellow arrow, pointing in the direction indicated. How would you move to fill in the 2 black squares?
Report Question
0%
Straight, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn right, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 2, Fill Square
Algorithms are infinite
Report Question
0%
True
0%
False
Algorithms are
Report Question
0%
Coding language for computers
0%
a series of steps and instructions
0%
programming robots
What is finite?
Report Question
0%
it has an ending
0%
it is precise
0%
lasts forever
What is precise?
Report Question
0%
it is exact
0%
it lasts forever
0%
it has mistakes
an algorithm can be used for problem solving
Report Question
0%
true
0%
false
Programming is
Report Question
0%
To plan daily the week activity
0%
To give instructions to a computer to be executed.
0%
To give recommendations to a computer to be executed.
When developing algorithms, the given instructions must be
Report Question
0%
Truly specific
0%
General
0%
Approximated
0%
Ramdon
What is a sequence
Report Question
0%
Putting and executing instructions in order.
0%
A pattern of numbers.
0%
Instructions which a computer follows.
0%
A line of code
Which is the easiest set of instructions to follow?
Report Question
0%
Draw a house.
0%
Draw a house with 4 windows, a door, chimney and a path.
0%
Draw a house with windows and a drive.
0%
Draw a square, with 4 squares inside.
If an algorithm is complicated it is easy to follow?
Report Question
0%
TRUE
0%
FALSE
Why is this not a sequence? Start carPut in keyTurn keyDrive away
Report Question
0%
There are spelling mistakes
0%
The instructions are in the correct order
0%
The instructions are in the wrong order
0%
It is a sequence
An organized set of rules or steps to perform an action, is also known as...
Report Question
0%
Scratch
0%
Software
0%
Algorithm
0%
Block
StartPut your hand on the doorknobTurn the doorknob to the side until it unlocks the doorPush or pull the door to open itEnd..................................................What would be an appropiate title for this algorithm?
Report Question
0%
How to push a door
0%
Steps to stand infront of a door
0%
Steps to touch a doorknob
0%
How to open a door
An Algorithm, should be easy to follow (clear). That means it should be...
Report Question
0%
Doable
0%
Understandable
0%
Finite
0%
Precise
An Algorithm, should have a beginning and an end. That means it should be...
Report Question
0%
Doable
0%
Understandable
0%
Finite
0%
Precise
Choose the option that better completes the statement."Algorithms are useful to help us...
Report Question
0%
write a tv show without pen and paper
0%
perform any activity.
0%
understand how to build a rocket in a full moon in mars when you are a unicorn
0%
digest our food
A cooking recipe is a clear example of an Algorithm.
Report Question
0%
True
0%
False
What is an Algorithm?
Report Question
0%
A chart showing the flow of a series of events
0%
Step-by-step instructions used to solve a problem
0%
A decision arrived at by following instructions
0%
A computer program that follows a chart
Programming languages give computers instructions
Report Question
0%
True
0%
False
What algorithm do we use when we're building a wardrobe?
Report Question
0%
A set of directions
0%
A recipe
0%
A list of instructions
What algorithm do we use when we're making a cake?
Report Question
0%
A set of directions
0%
A recipe
0%
A list of instructions
When you write an algorithm the order of the instructions is very important.
Report Question
0%
True
0%
False
What should be considered when designing an algorithm?
Report Question
0%
If the correct hardware is being used
0%
If the correct software is being used
0%
If there is more than one way of solving the problem
When can algorithms be used?
Report Question
0%
Only with computers
0%
Only when programming
0%
Only with flowcharts
0%
Any time to design solutions to problems
An algorithm ...
Report Question
0%
... illustrates some steps, in no particular order, and following no logical reasoning
0%
... illustrates a series steps in a particular order, following logical reasoning
0%
... illustrates some random shapes in a flowchart but in a set order
0%
... illustrates series of decisions needed to bake a cake
What is the correct definition of an algorithm?
Report Question
0%
An algorithm is a step by step instructions to solve a problem.
0%
An algorithm is a process of baking bread.
0%
An algorithm is a software used to compute numbers.
0%
An algorithm is the process of breaking problems.
An Algorithm has 4 main characteristics. It should be....
Report Question
0%
Doable, Creative, finite and precise
0%
Doable, Understandable, finite and precise
0%
Amazing, Understandable, finite and precise
0%
Doable, Understandable, Infinite and precise
Any user should be able to perform an Algorithm without any problems, that means it should be....
Report Question
0%
Doable
0%
Understandable
0%
Infinite
0%
Precise
If an Algorithm is performed correctly should always give same result, that means it should be....
Report Question
0%
Doable
0%
Understandable
0%
Finite
0%
Precise
Algorithms have ________ main characteristics.
Report Question
0%
3
0%
6
0%
4
0%
5
Decomposition is a term used to define...
Report Question
0%
The process of assigning value to a variable.
0%
The process of taking out unnecessary details from problems.
0%
The process of breaking down problems into smaller problems.
0%
The process of coding a problem.
Abstraction is.....
Report Question
0%
The process of drawing abstract pictures.
0%
The process of assigning values to variables.
0%
The process of breaking down problems.
0%
The process of removing unnecessary details from a problem.
What is Problem Solving?
Report Question
0%
The process that computer follow when solving problems that require a computer solution
0%
The process that programmers follow when solving problems that require a computer solution
What is the missing part of this Algorithm: Input - Process - ?
Report Question
0%
Sequence
0%
Output
0%
Abstract
0%
Iteration
When doing a flow chart, rectangles represent
Report Question
0%
Inputs
0%
Conditions
0%
Actions
0%
Start and end point
What' s a sensor?
Report Question
0%
It' s a component that receives information from the environment
0%
It' s a component that sends information to the environment
0%
It' s a truly sensitive component
0%
It' s a component able to feel your emotions.
Programming is
Report Question
0%
To plan daily the week activity
0%
To give instructions to a computer to be executed.
0%
To give recommendations to a computer to be executed.
When developing algorithms, the given instructions must be
Report Question
0%
Truly specific
0%
General
0%
Approximated
0%
Ramdon
We commonly use a flow chart previously to
Report Question
0%
Better comprehend the program process
0%
To have a whole vision about how the program will run
0%
To draw a scheme about the program befor writing the code
0%
All answers are correct
The components we connect to the board can be either
Report Question
0%
digital or analogue
0%
analogue or catalogue
0%
catalogue or digital
0%
just digital
A buzzer (zumbador) is a ____________ component
Report Question
0%
Digital
0%
Analogue
Furthermore, when selecting components to develop the programming, we must choose both sensors and actuators. True or false
Report Question
0%
False
0%
True
Sensors are
Report Question
0%
Like human brain
0%
Like human limbs
0%
Like human sensors
Actuators are
Report Question
0%
Like human senses
0%
Like human brain
0%
Like human limbs
Digital components respond to binary code (0-1)
Report Question
0%
False
0%
True
Light sensor is a good example for __________ component
Report Question
0%
digital
0%
analogue
0%
mixed
A light sensor shows less resistance according to the received light intensity. Thus the higher light intensity, the lower LDR resistance will be
Report Question
0%
True
0%
False
0%
Not always
0%
It depends on the light intensity value
Analogue components read values oscillate from
Report Question
0%
100-1123
0%
100-1023
0%
0-800
0%
0-1023
Bitbloq LDR component (light sensor) can read values from
Report Question
0%
10-810
0%
10-800
0%
0-800
0%
0-1023
If it is AFTER 7am, what do you need to do?
Report Question
0%
Take the bus
0%
Take the subway
0%
Check the time
0%
Leave home
You are at the yellow arrow, pointing in the direction indicated. How would you move to fill in the 2 black squares?
Report Question
0%
Straight, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn right, Straight x 1, Fill Square
0%
Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 2, Fill Square
Which flowchart symbol represents a decision?
Report Question
0%
Circle
0%
Triangle
0%
Diamond
0%
Rectangle
Which flowchart symbol represents an input or output?
Report Question
0%
Square
0%
Rectangle
0%
Pentagon
0%
Diamond
What symbol is used to represent the direction of the flow?
Report Question
0%
A Line
0%
An Arrow
0%
A square
What are the 2 main ways an algorithm can be represented?
Report Question
0%
Hardware and Software
0%
Flowcharts and Pseudocode
0%
Charts and Diagrams
What is sequencing?
Report Question
0%
Small steps making up larger tasks
0%
When a task is repeated until there is a required outcome
0%
A question is asked and one of two courses of action happen
0%
The order in which tasks are to be carried out
What is selection?
Report Question
0%
Small steps making up larger tasks
0%
When a task is repeated until there is a required outcome
0%
A question is asked and one of two courses of action happen
0%
The order in which tasks are to be carried out
What is Iteration?
Report Question
0%
Small steps making up larger tasks
0%
When a task is repeated until there is a required outcome
0%
A question is asked and one of two courses of action happen
0%
The order in which tasks are to be carried out
Which of the following best describes pseudo code?
Report Question
0%
A diagram that shows the flow of a program.
0%
The code used to solve a problem with all of the correct syntax.
0%
A written design of a program without worrying about the syntax.
An algorithm asks a user to enter their age, the system reads this and then outputs a 'Thank You' message.This is an example of which of the algorithm constructs?
Report Question
0%
Decision (Selection)
0%
Loop (Iteration)
0%
Order (Sequence)
An Algorithm asks the user to enter their gender (M or F) and prints out a different comment depending on what they entered.This is an example of which of the algorithm constructs?
Report Question
0%
Decision (Selection)
0%
Loop (Iteration)
0%
Order (Sequence)
What are the three basic constructs that make up algorithms?
Report Question
0%
Iteration, Composition, and Looping
0%
CPU, ALU, and Control Unit
0%
Flowcharts, code and pseudo code
0%
Sequence, Decision, and Repetition
It is important to be _______ when creating an algorithm.
Report Question
0%
precise
0%
musical
0%
kind
What is an algorithm?
Report Question
0%
A pattern
0%
A set of step-by-step instructions
0%
A song
To make a computer work, algorithms have to be turned into ____.
Report Question
0%
stories
0%
sentences
0%
pictures
0%
code
Adil wrote code to control a toy robot. Adil was ___________ the computer to move round the room.
Report Question
0%
Programming
0%
Shaping
0%
Colouring
0%
Drawing
From the start position if I code the following where will I land? FORWARD -FORWARD-TURN LEFT-FORWARD
Report Question
0%
Treasure chest
0%
Parrot
0%
Flag
0%
Hat
Identify the correct definition for 'algorithm'
Report Question
0%
A problem
0%
A solution to a problem
0%
The steps that are taken to solve a problem
0%
The words to enter when typing
What does a searching algorithm do?
Report Question
0%
Search through a set of data
0%
Save a set of data
0%
Help to organise data
Identify the search algorithm
Report Question
0%
Random search
0%
Binary search
0%
Denary search
0%
Next Item search
Identify the description of a linear search
Report Question
0%
Put the elements in order, check each item in turn
0%
Put the elements in order, compare to the middle value, split the list in order and repeat
0%
Elements do not need to be in order, check each item in turn
0%
Elements do not need to be in order, compare to the middle value, split the list in order and repeat
Identify the description of a binary search
Report Question
0%
Put the elements in order, check each item in turn
0%
Put the elements in order, compare to the middle value, split the list in order and repeat
0%
Elements do not need to be in order, check each item in turn
0%
Elements do not need to be in order, compare to the middle value, split the list in order and repeat
What is a binary search?
Report Question
0%
Each item is checked in order
0%
The list is split into 2 and compared
0%
The first 2 values are compared and moved
0%
Nothing happens
Which of the following are sorting algorithms?
Report Question
0%
Binary, linear
0%
Numerical, phonetic
0%
Bubble, merge
0%
File, alphabetical
Which of the following is not a sorting algorithm?
Report Question
0%
Bubble
0%
Insertion
0%
Binary
0%
Merge
Which sorting algorithm splits a list of items into individual lists?
Report Question
0%
Merge
0%
Bubble
0%
Binary
0%
None of them do
What is a Merge Sort?
Report Question
0%
An algorithm to search unordered data
0%
An algorithm to search ordered data
0%
A method of sorting data by dividing a list into two sub-lists and then repeating the process until all elements are in order.
0%
A method of sorting data by inserting each element into the correct order.
Describe a disadvantage of a linear search algorithm
Report Question
0%
Data does not need to be in order.
0%
Performs well over large ordered lists.
0%
Can only work on an ordered list. If unordered must use a linear search.
0%
Slow with large data sets.
Describe an advantage of a linear search algorithm
Report Question
0%
Data does not need to be in order.
0%
Performs well over large ordered lists.
0%
Can only work on an ordered list. If unordered must use a linear search.
0%
Slow with large data sets.
Describe a disadvantage of a binary search algorithm
Report Question
0%
Data does not need to be in order.
0%
Performs well over large ordered lists.
0%
Can only work on an ordered list. If unordered must use a linear search.
0%
Slow with large data sets.
Which sorting algorithm is described by moving through a list repeatedly, swapping elements that are in the wrong order?
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of the above
Which type of search algorithm is this?
Report Question
0%
Binary
0%
Linear
Which type of search algorithm is this?
Report Question
0%
Binary
0%
Linear
Which type of sort algorithm is this?
Report Question
0%
Bubble
0%
Merge
0%
Insertion
The following list is to be sorted using a bubble sort:12 6 8 1 3What will the list look like after the first iteration through the list?
Report Question
0%
6 8 1 3 12
0%
6 12 1 8 3
0%
1 3 6 8 12
0%
6 8 1 12 3
A binary search is to be performed on the list:3 5 9 10 23How many comparisons would it take to find number 9?
Report Question
0%
0-1
0%
2-3
0%
4-5
0%
I can't find the number 9
What is pseudocode?
Report Question
0%
Simplified programming language, that is not a specific language
0%
Complicated programming language
0%
Simple programming language, which is linked to a specific language
0%
A type of cheese
What flowchart symbol does this represent?
Report Question
0%
Input/Output
0%
Start/End
0%
Decision
0%
Process
What is this symbol?
Report Question
0%
Decision
0%
Input/Output
0%
Start/End
0%
Process
What does this pseudocode do?print "Hello"
Report Question
0%
Nothing
0%
Prints the word "Hello" to the output
0%
hello is print in pseudocode
0%
The code won't work
Abstraction is the representation of real world problems in a computer
Report Question
0%
True
0%
False
A linear search is when a list is split into 2 and compared?
Report Question
0%
True
0%
False
Bubble sort takes the first two values of a list, and swaps them if wrong?
Report Question
0%
True
0%
False
Merge Sort is?
Report Question
0%
When a list is kept as one and compared
0%
List is split into 2 and merged together
0%
List is split into 2 and kept seperate
0%
Nothing
An Insertion sort builds the final list two items at a time
Report Question
0%
True
0%
False
What does this shape represent in flowchart?
Report Question
0%
Start/Stop
0%
Decision
0%
Process
0%
Input/Output
The process carried out in computer systems is represented by _______________ in flowchart.
Report Question
0%
Rectangle
0%
parallelogram
0%
Square
0%
Diamond
Computers can solve any problem that can be computationally solved.
Report Question
0%
TRUE
0%
FALSE
Identify the search algorithm
Report Question
0%
Random search
0%
Binary search
0%
Denary search
0%
Next Item search
Identify the description of a linear search
Report Question
0%
Put the elements in order, check each item in turn
0%
Put the elements in order, compare to the middle value, split the list in order and repeat
0%
Elements do not need to be in order, check each item in turn
0%
Elements do not need to be in order, compare to the middle value, split the list in order and repeat
Identify the description of a binary search
Report Question
0%
Put the elements in order, check each item in turn
0%
Put the elements in order, compare to the middle value, split the list in order and repeat
0%
Elements do not need to be in order, check each item in turn
0%
Elements do not need to be in order, compare to the middle value, split the list in order and repeat
Define the term computational thinking
Report Question
0%
Using a computer
0%
Developing an algorithm to solve a problem
0%
Making a computer use artificial intelligence
0%
Google is computational thinking
Which of the following is not a component of computational thinking?
Report Question
0%
Abstraction
0%
Typing
0%
Decomposition
0%
Algorithmic thinking
Define the term abstraction within computational thinking
Report Question
0%
Adding together numbers
0%
Taking a real world problem and designing a computer program that exactly replicates every part of that problem in the computer
0%
Performing multiple calculations on a list of variables
0%
Representing real world problems in a computer program, using symbols and removing unnecessary elements
Identify which statement describes algorithmic thinking
Report Question
0%
Thinking like a computer
0%
Writing binary numbers
0%
Identifying the steps involved in solving a problem
0%
Identifying what problems need to be solved
A linear search is to be performed on the list above.How many comparisons would it take to find the number 1?
Report Question
0%
1
0%
2
0%
3
0%
4
A binary search is to be performed on the list above.How many comparisons would it take to find the number 9?
Report Question
0%
0-1
0%
2-3
0%
4-5
0%
It can't find the number 9
A binary search is to be performed on the list above.How many comparisons would it take to the find the number 101?
Report Question
0%
0-1
0%
1-2
0%
3-4
0%
4-5
Identify the search performed by the above algorithm
Report Question
0%
Linear
0%
Binary
0%
Both linear and binary
0%
Neither, it does not work
Which sorting algorithm is described by: moving through a list repeatedly, swapping elements that are in the wrong order.
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of the above
Which sorting algorithm is described by: split a list into individual lists, then combine these, two lists at a time.
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of the above
Which sorting algorithm is described by: take each item in turn, compare it to the items in the sorted list and place it in the ordered position in the sorted list.
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of the above
What is the first action in an insertion sort?
Report Question
0%
Make a new list
0%
Mark the first item as the ordered list
0%
Compare the first and second elements
0%
Put the first element in the correct place
The two lists above are to be merged, which element first goes into the new merged list
Report Question
0%
0
0%
1
0%
2
0%
3
Which sorting algorithm needs to go through the list repeatedly?
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of them do
Which sorting algorithm splits a list of items into individual lists.
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of them do
Which sorting algorithm takes an item from the list, and puts it in the correct place in a sorted list?
Report Question
0%
Merge
0%
Bubble
0%
Insertion
0%
None of them do
Identify the purpose of the above flowchart symbol
Report Question
0%
Input/Output
0%
Output
0%
Start/Stop
0%
Decision
Identify the purpose of the above flowchart symbol
Report Question
0%
Process
0%
Input/Output
0%
Sub-process
0%
Decision
Identify the purpose of the above flowchart symbol
Report Question
0%
Process
0%
Input/Output
0%
Sub-process
0%
Decision
How many arrows should come out of a decision symbol in a flowchart?
Report Question
0%
0
0%
1
0%
2
0%
3
What is an Algorithm
Report Question
0%
A program
0%
Step by step instructions to achieve a given task
0%
It is a computer language
0%
It is computer hardware
An instruction or a command in a flowchart is called
Report Question
0%
An Input
0%
An Output
0%
A Process
A logical step-by-step process for solving a problem is called
Report Question
0%
Algorithms
0%
Coding
0%
Binary Numbers
0%
Hexadecimal
Which option is a searching algorithm
Report Question
0%
Bubble
0%
Linear
0%
Merge
A diagram that represents a set of instructions is called:
Report Question
0%
Computers
0%
Shapes
0%
Pseudocode
0%
Flow Chart
Which option is a SEARCHING algorithm?
Report Question
0%
Quick
0%
Binary
0%
Bubble
0%
Insertion
This diagram is which algorithm
Report Question
0%
Bubble
0%
Linear
0%
Merge
0%
Quick sort
Would you class the Bubble Sorting algorithm, fast or slow for a large Array of data?
Report Question
0%
Fast
0%
Slow
Binary search only works on....
Report Question
0%
An UNSORTED Array
0%
A SORTED array
Why do we need algorithms?
Report Question
0%
To tell the mouse and keyboard what to do
0%
To achieve a given task
0%
To use computational thinking
0%
None of these reasons!
0:0:1
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
0
Answered
0
Not Answered
0
Not Visited
Correct : 0
Incorrect : 0
Report Question
×
What's an issue?
Question is wrong
Answer is wrong
Other Reason
Want to elaborate a bit more? (optional)
Support mcqexams.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page