Home / SSC(ENG) - GSEB Board / Reading Mode

📖 Reading Mode: SSC(ENG) - GSEB Board

Chapter: Problem and Problem Solving • Total: 57 MCQs

MCQ 1 ALL

What of the following is included in the Optional Section of C language ?

A Documentation
B Symbolic constant definition
C File include section/global variable declaration
D All of these
MCQ 2 ALL

Problems can be classified into........types.

A 2
B 3
C 4
D 5
MCQ 3 ALL

........is the type of a problem.

A Well defined problems
B 111 defined problems
C Both A and B
D None
MCQ 4 ALL

........is the example of well defined problem.

A To find out value of x from 2x + 4 = 0
B To find meaning of word computer from a dictionary
C Both A and B
D To find a friend in Hide and Seek
MCQ 5 ALL

........is the example of ill defined problem.

A To find out value of x from 2x + 4 = 0
B To find meaning of word computer from a dictionary
C Both A and B
D To find a friend in Hide and Seek
MCQ 6 ALL

The solution of problem is in........form.

A stages
B steps
C Both A and B
D graphical
MCQ 7 ALL

Computer can solve the problems of ........ types of problems.

A clearly defined problems
B problems without clear definition
C Both A and B
D none of these
MCQ 8 ALL

What is the solution for problems in computer field ?

A Sequential instructions given to computer
B Random instructions given to computer
C Ascending instructions given to computer
D Descending instructions given to computer
MCQ 9 ALL

What type of problems are solved by computer.

A Very easy
B Very complica
C Both A and B
D None of these
MCQ 10 ALL

Computer cannot solve the problems à Choose the correct option.

A TRUE
B FALSE
C Can't say
D None of these
MCQ 11 ALL

What does the computer do to solve problem ?

A Find the solution itself
B Solve the problem itself
C Be helpful to solve the problem
D Both A and B
MCQ 12 ALL

........method is indicated by the steps of finding that the given number is even or odd.

A Pseudo code Method
B Flowchart Method
C Algorithm Method
D None of these
MCQ 13 ALL

What do you mean by Pseudo Code ?

A Fake
B Simulated
C Clear
D A or B
MCQ 14 ALL

To identify even and odd numbers - which meaning of the pseudo code is accepted for the given problem ?

A Fake
B Simulated
C Clear
D A or B
MCQ 15 ALL

What is Flowchart ?

A Technique
B Alternative
C Simulative
D Source method
MCQ 16 ALL

........ is the pictorial representation of every action that user performs within the machine process that solves a problem.

A Pseudo Code
B Flowchart
C Algorithm
D All of these
MCQ 17 ALL

The symbols used to carry out different processes in flowchart are known as ........

A elements of flowchart
B machines of flowchart
C components of flowchart
D input of flowchart
MCQ 18 ALL

To indicate each process in flowchart ........ symbols are available.

A same
B unique
C user defined
D administrator defined
MCQ 19 ALL

Which shape is used to show start in flowchart ?

A Parallelogram
B Round
C Oval
D Rectangle
MCQ 20 ALL

How many times in flowchart is the symbol used ?

A Only once
B Only twice
C Beginning and end
D Many times
MCQ 21 ALL

The start and end symbol in flowchart ii known by which name ?

A Terminal symbol
B End symbol
C Both A and B
D Master symbol
MCQ 22 ALL

In which direction the arrow points from the end symbol in flowchart ?

A Outside of End symbol
B Towards of End symbo
C A or B
D None of these
MCQ 23 ALL

Which symbol is seen in start symbol ?

A Symbol going inside
B Symbol going outside
C Symbol going inside and outside
D None of these
MCQ 24 ALL

Which symbol is seen in end symbol ?

A Symbol going inside
B Symbol going outside
C Symbol going inside and outside
D None of these
MCQ 25 ALL

Which of the following plays a key role in solving a problem?

A Process
B Decision
C Input
D Output
MCQ 26 ALL

Which of the following is the series of process?

A Input
B Output
C Process
D Decision
MCQ 27 ALL

Which shape for symbol is used to show a process ?

A Arrow
B Rectangle
C Diamond
D Round
MCQ 28 ALL

Generally which type of work does a computer do through a flowchart?

A Arithmetic
B Logical
C A or B
D Descriptive
MCQ 29 ALL

Which of the following is helpful to take a decision?

A Arithmetic process
B Logical process
C Both A and B
D None of these
MCQ 30 ALL

Which of the following is used when the answer to the question is either yes or no?

A Arithmetic process
B Logical process
C Both A and B
D None of these
MCQ 31 ALL

In which of the following situation is symbol used ?

A To change the general series to solve I problem
B To execute particular statements based on the result of decision
C A or B
D None of these
MCQ 32 ALL

What is logical symbol ?

A Relation box
B Decision box
C Function box
D Result box
MCQ 33 ALL

Is there a need of more than one option to take a decision ?

A Yes
B No
C Cant be said
D None of these
MCQ 34 ALL

If the condition is true in flowchart, which of the following statement is executed ?

A First
B Second
C All
D None of these
MCQ 35 ALL

What is to be checked if the condition is false in flowchart ?

A First condition
B Second condition
C All conditions
D None of these
MCQ 36 ALL

Which of the following statement is true if the result of the condition is true ?

A The condition before it is checked
B The given condition is checked again
C Check the condition after the given condition
D Do not check the condition after the given condition
MCQ 37 ALL

Which symbol is used to show the connector symbol ?

A Rectangle
B Round
C Diamond
D Arrow
MCQ 38 ALL

Connector symbol is used mainly for how many conditions ?

A 2
B 3
C 4
D 5
MCQ 39 ALL

In which of the following is the connector symbol used ?

A The flowchart is too big to fit in one page
B Two processes cannot be connected by the arrow
C Both A and B
D None of these
MCQ 40 ALL

........symbol can merge multiple conditions.

A Director
B Connector
C Connection
D Diamond
MCQ 41 ALL

Which of the following statement is true for connector symbol ?

A One arrow goes inside the circle.
B One arrow moves out of the circle.
C Both the arrows intersect each other.
D Both A and B
MCQ 42 ALL

What is used to identify different connector symbols in flowchart ?

A Letters are used in pair
B Symbols are used in pair.
C Files are used in pair.
D Folders are used in pair.
MCQ 43 ALL

Which of the following symbol is used to show different pairs of the connector symbol ?

A Arrow
B Rectangle
C Round
D Rectangle with curved border
MCQ 44 ALL

What can be done using Flowchart ?

A To solve a result
B Solution to the problem
C Solution to the connection
D Solution of a chart
MCQ 45 ALL

What is a variable ?

A Function
B Entity
C Table
D Database
MCQ 46 ALL

The value of........keeps on changing during a process.

A variable
B constant
C function
D formula
MCQ 47 ALL

If a statement is iterated for multiple times, I is known as.........

A loop
B function
C series
D formula
MCQ 48 ALL

How is flowchart helpful ?

A To summarize the steps for solving a problem
B Editing the problem
C To give instructions to the computer
D All of these
MCQ 49 ALL

........is helpful to discuss different methods of solving a problem.

A Flowchart
B Algorithm
C Pseudo Code
D All of these
MCQ 50 ALL

There are........symbols in a flowchart.

A 2
B 4
C 6
D Many
MCQ 51 ALL

What will happen if the logic of a program is changed ?

A A new flowchart is needed to be made.
B Changes are to be made in the same flowchart.
C We need to connect it with another flowchart.
D None of these.
MCQ 52 ALL

........ refers to a step by step procedure for solving a particular problem.

A Algorithm
B Flowchart
C Pseudo Code
D All of these
MCQ 53 ALL

What does an algorithm show ?

A A step by step procedure for solving a particular problem.
B Numerical working process to solve a problem
C Sequential working process to solve a problem
D Symbolic working process to solve a problem
MCQ 54 ALL

In........, an algorithm refers to a step by step procedure for solving a particular problem.

A Mathematical Science
B Computer Science
C Human Science
D Genetic Science
MCQ 55 ALL

Algorithm is written in which type of natural language ?

A English
B Hindi
C French
D Gujarati
MCQ 56 ALL

By using which of the following the task of writing a computer program becomes very easy ?

A Input
B Output
C Algorithm
D Process
MCQ 57 ALL

What is the purpose of flowchart and algorithm ?

A To clearly and completely state the problem.
B To state the capacity of computer memory.
C To send the output to the printer.
D To mention the base of number system.