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 Science 7th Class Chapter 3 Online Test MCQs With Answers
Question # 1
Which of the following is an example of coputations thingking
Choose an answer
Recipe to bake a cake
Reding a bicycle
Listening to music
Painting a picture
Previous
Skip
Next
Question # 2
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 # 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
Which symbol represents the start or stop point in a flowcart.
Choose an answer
Arrow
Terminal
Decision
Input/Output
Previous
Skip
Next
Question # 5
Which strcuture executes a statement or set of statements only if the condition in true.
Choose an answer
Sequence strcuture
Selection strcuture
Conditinal structure
Repetition structure
Previous
Skip
Next
Question # 6
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 # 7
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
Question # 8
Breaking down a problem into sub-problems is called.
Choose an answer
Generalization
Doconstruction
Design
Pattern Recognition
Previous
Skip
Next
Question # 9
Whcih step involves creating a set of instructions to solve a sprblem.
Choose an answer
Decomposition
Algorithm Design
Generalization and Abstraction
Pattern recongnition
Previous
Skip
Next
Question # 10
What is the tpe of algorithm that uses a random numebr to decide the expected outcome.
Choose an answer
Brute force algorihm
Recursive algorithm
Sorting algorithm
Randomized algorithm
Previous
Skip
Next
Back