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
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 # 2
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 # 3
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 # 4
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
Question # 5
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 # 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
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 # 8
Which symbol represents a process in a flochart.
Choose an answer
Terminal
Arrow
Action/Process
Decision
Previous
Skip
Next
Question # 9
Which symbol represents the start or stop point in a flowcart.
Choose an answer
Arrow
Terminal
Decision
Input/Output
Previous
Skip
Next
Question # 10
The loops which hae to be terminated are called.
Choose an answer
Infinite loops
Simple loops
Intermediate loops
Finite loops
Previous
Skip
Next
Question # 11
The loops which have to be terminated are called.
Choose an answer
Infinite loops
Finite loops
Simple loops
INermediate loops
Previous
Skip
Next
Back