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
Breaking down a problem into sub-problems is called.
Choose an answer
Generalization
Doconstruction
Design
Pattern Recognition
Previous
Skip
Next
Question # 2
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 # 3
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 # 4
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 # 5
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 # 6
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 # 7
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 # 8
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 # 9
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 # 10
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
Back