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
Which symbol represents a process in a flochart.
Choose an answer
Terminal
Arrow
Action/Process
Decision
Previous
Skip
Next
Question # 3
The loops which hae to be terminated are called.
Choose an answer
Infinite loops
Simple loops
Intermediate loops
Finite loops
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
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 # 6
Whih of the followign is not a rule for drawing flowcharts.
Choose an answer
Use conventional flowchart symbols
Label all flow lines
Every flowchart must have start and endpoints
Flow lines cna cross each other
Previous
Skip
Next
Question # 7
Which tye of loop has an explicit end and executes its bodies a fixed number of times.
Choose an answer
Finite loop
Infinite loop
Sequence loop
Recursive loop
Previous
Skip
Next
Question # 8
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 # 9
Which does the diamond symbol represent in a flowchart.
Choose an answer
Input/Output
Arrow
Terminal
Decision
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
Question # 11
What is the efficiency of a solution based on in terms of the given paremeters.
Choose an answer
Numbers of lines of code
amount of memory available
Number of steps executed
Complexity of the solution
Previous
Skip
Next
Back