More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
Computer Education 7th Class Chapter 3 Online Test MCQs With Answers
Question # 1
Which step involves breaking down complex prblems into smaller parts.
Choose an answer
Decompostion
Pattern recongnition
Generalization and Abstraction
Algorithm Design
Previous
Skip
Next
Question # 2
The sequence where we repeat a specific set of instructions, again and again, is called.
Choose an answer
Condition
Sequence
Loop
All
Previous
Skip
Next
Question # 3
The algorithm which goes through al possible solutions untill the required soultionin found is.
Choose an answer
Recursive Algorithm
Searchign algorithm
Brute force algorithm
Sortig algorithm
Previous
Skip
Next
Question # 4
What is the characteristic of an algorithm that states that each step must be clear and lead to only one measning.
Choose an answer
Clear and unambiguous
Well-defined imputs
Well -defined outputs
Feasible
Previous
Skip
Next
Question # 5
Breaking down a problem into sub-problems is called.
Choose an answer
Generalization
Doconstruction
Design
Pattern Recognition
Previous
Skip
Next
Question # 6
Which tpe of algorithm goes through all possible solutions untill the required solution is found?
Choose an answer
Brute force algorithm
Recursive algorithm
Sorting algorithm
Divide and conuer algorithm
Previous
Skip
Next
Question # 7
The loops which are never going to end are called.
Choose an answer
Finite loops
Infinite loops
Intermediate loops
Simple loops
Previous
Skip
Next
Question # 8
What the purpose of arrow in a flowchart.
Choose an answer
To link different processes in the flowchart
To indicate the start and stop points
To represent input or output
To indicate the direction of flow within the same process
Previous
Skip
Next
Question # 9
What are the prerequisites for writing an algorithm
Choose an answer
A clear prblem definitionl input and output
A broblem with no constracints or limitations
Input with multipel characters
A problem with no clear solution
Previous
Skip
Next
Question # 10
Which of the following is not a cornerstone of Computatonal Thingking?
Choose an answer
Decomposition
Pattern reongnition
Generalization and Abstraction
Probability calculation
Previous
Skip
Next
Back