You are on page 1of 2

DIAGNOSTIC TEST

th
10 Computer Science GHS DHERI NAQARCHIAN

Name:______________________

Make circle around A), B), C) or D) according to the asked question.


1) A ______ is an obstacle, difficulty, or challenge, or any situation that requires resolution.
A) Analysis B) Problem C) Cause D) Effect
2) Problem _____ is all about describing the details of the problem.
A) Analysis B) Problem C) Cause D) Effect
3) Solving a problem in a model of system before applying it to the real system is called ______.
A) Abstraction B) Analogy C) Brainstorming D) Divide and conquer

4) Using a solution that solved a similar problem is called ______.


A) Abstraction B) Analogy C) Brainstorming D) Divide and conquer

5) Breaking down a large complex problem into smaller solvable problems is called ______.
A) Abstraction B) Analogy C) Brainstorming D) Trial and Error

6) Making large number of solutions for a problem and then selecting the best one is called ______.
A) Abstraction B) Analogy C) Brainstorming D) Divide and conquer

7) Transforming the problem into a solvable problem is called ______.


A) Reduction B) Research C) Trial and Error D) Analogy
8) Adapting existing solutions to create solution for a new problem is called ______.
A) Reduction B) Research C) Trial and Error D) Analogy
9) Testing possible solutions until the right one is found is called ______.
A) Reduction B) Trial and Error C) Research D) Analogy
10) The most suited solutions of all the solutions is called ______.
A) Candid solution B) Worst solution C) Problem D) Analysis
11) Which one of the following factors is not checked for the best solution.
A) Speed B) Strength C) Cost D) Complexity
12) A flowchart is a diagrammatic representation of ______.
A) Oval B) Algorithm C) Analysis D) Candid solution

13) ______ symbol is used to indicate the start or end of a flowchart.


A) Oval B) Parallelogram C) Rectangle D) Diamond
14) ______ symbol is used to indicate the process in a flowchart.
A) Arrow B) Parallelogram C) Rectangle D) Diamond
15) ______ symbol is used to indicate input or output in a flowchart.
A) Oval B) Parallelogram C) Rectangle D) Diamond
16) ______ symbol is used to indicate a decision in a flowchart.
A) Oval B) Arrow C) Rectangle D) Diamond
17) ______ symbol is used to indicate direction of a flowchart.
A) Oval B) Arrow C) Rectangle D) Diamond
18) A ______ is a quantity whose value may change during the execution of a program.
A) Variable B) Constant C) Data D) int
19) A ______ is one of the data types in the C language
A) Variable B) Constant C) Data D) int
20) Which of the following is not possible for a variable name in the C language?
A) Create B) Allow C) Best name D) Worst_name

You might also like