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
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 # 2
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 # 3
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
Question # 4
What is the disadvantage of using a flowchart.
Choose an answer
Easy to understand
Difficult to modify
Time saving
Easy to understand for people who don't know flowchart symbols
Previous
Skip
Next
Question # 5
The loops which hae to be terminated are called.
Choose an answer
Infinite loops
Simple loops
Intermediate loops
Finite loops
Previous
Skip
Next
Question # 6
What is the purpose of the "Mod"% in programming.
Choose an answer
To add two integers
To multiply two integers
To take the remainder of an integer
To divide two integers
Previous
Skip
Next
Question # 7
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 # 8
Which type of loop stops when the condition is false
Choose an answer
Finite loop
Infinitie loop
Sequence loop
Rcursive loop
Previous
Skip
Next
Question # 9
Whicht feature in Scratch is used for infinite loops in which an object wil repeat its action forever.
Choose an answer
Loop forever
Forever loop
Infinite repeat
Repeat forever
Previous
Skip
Next
Question # 10
Which symbol represents a process in a flochart.
Choose an answer
Terminal
Arrow
Action/Process
Decision
Previous
Skip
Next
Question # 11
Which symbol represents the start or stop point in a flowcart.
Choose an answer
Arrow
Terminal
Decision
Input/Output
Previous
Skip
Next
Back