A series is given with one term missing. Select the correct alternative from the given ones that will complete the series.
EP, IU, MZ, QE, ?
The pattern followed here is:

A series is given with one term missing. Select the correct alternative from the given ones that will complete the series.
EP, IU, MZ, QE, ?
The pattern followed here is:

No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to DiscussThe correct answer is about 70% water.
Important Points
Key Points
The correct answer is Dot Matrix.
Important Points
Key Points
Additional Information
Concept:
Explanation:
Child labour:
Dowry System:
Important Points
Thus,
Dowry and child labour are punishable offences: Correct
Dowry and child labour are necessary evils: Incorrect
Dowry and child labour are common in the villages: Incorrect
Dowry and child labour are common in cities: Incorrect
Which of the following is an unconditional control structure?
Below are a few types of Unconditional Control Structures
The “break” Statement
A break statement terminates the execution of the loop and the control is transferred to the statement immediately following the loop.
Syntax : Jump-statement; break;
The “continue” Statement
The continue statement is used to bypass the remainder of the current pass through a loop.
Syntax : Jump-statement; Continue;
The “goto” Statement
C supports the “goto” statement to branch unconditionally from one point to another in the program.
Syntax :
goto label;
.............
.............
.............
label:
statement;
Return Statement :
The return statement terminates the execution of a function and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call.
Syntax : Jump-statement: return expression;
Therefore answer is goto statement i.e, Option 4
The correct answer is Atomic Energy.
Key Points