Xi Cs Unit-2 Introduction to Problem Solving
Xi Cs Unit-2 Introduction to Problem Solving
Prepared By:
Mukesh Chourasia
PGT (Computer Science)
PM Shri Kendriya Vidyalaya No.2 CPE Itarsi
Syllabus
Q. What is an Algorithm?
Ans. An Algorithm is a step-by-step process of solving a well-defined
computational problem. It consists of a finite number of well-defined
instructions written in simple English language which will eventually produce
output, when executed.
Flowchart Symbols
Using flowchart and pseudocode
Q. What is Pseudocode?
Ans. Pseudocode is a simple way of describing a set of instructions that
does not have to use specific syntax. It is not a programming language.
Q. What is Testing?
Ans. Testing refers to the process of identification of errors or bugs in a
program. After testing, debugging is done to remove errors.
Q. What is Debugging?
Ans. Debugging is the process of Identify Errors, locating the place of
error, cause of error and fixing bugs in a software. Bugs could be either an
error or an exception.
3. Payroll System