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 Education 7th Class Chapter 3 Online Test MCQs With Answers
Question # 1
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 # 2
What is Computational Thinking.
Choose an answer
Problem -solving skills and techniques
Solving problems using computers
Breaking down problems into smaller parts
Recognizing patterms in images
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
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 # 5
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 # 6
The loops which have to be terminated are called.
Choose an answer
Infinite loops
Finite loops
Simple loops
INermediate loops
Previous
Skip
Next
Question # 7
Which symbol represents a process in a flochart.
Choose an answer
Terminal
Arrow
Action/Process
Decision
Previous
Skip
Next
Question # 8
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 # 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
Discover the principles that caue the patterns of a problem is called.
Choose an answer
Generalization
Design
pattern Recognition
Deconstruction
Previous
Skip
Next
Question # 11
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
Back