Algorithms&Flowchart - Qs V Computer 1
Algorithms&Flowchart - Qs V Computer 1
1. What is an algorithm?
Ans. An algorithm is a sequence of instructions that are used for solving a problem in a systematic
way.
#2 Describe a loop.
Ans. A loop is used to repeat a section of code a number of times until the specified condition is met.
Ans. The decision box shows evaluation of a condition or statement and follows exactly one of the
two flow lines.
4. Where do you place the start and stop shapes in a flow chart?
Ans. We should place the start shape in the beginning of the flow chart and stop shapes in the end
of a flow chart.
5. What is counter?
Ans. A counter is present in the loop which counts number of times a section has been repeated. it
gets raised after every repetition.
Ans. a loop is used to repeat a section of code a number of times until the specified
condition is met.
branching flow charts allow you to define a specific condition according to which you get the output.
1. What would you do first while solving a problem ? answer.... a. collect information
2. Which of the following is a pictorial representation of a problem solving process?
Answer.....c.Flow chart
3. Which of the following state direction and connection between symbol of a flow chart?
Answer.... flowlines
4. Which of the following help to connect different segments of a flow chart? Answer.... a.
Connectors
5. Which of the following is the process of repeating a section a number of times until the
specified condition is met? Answer.....c. loop
B. fill in the blanks
1. In a flow chart, each operation is represented by drawing a specific Geo metrical shape.
2. The flowlines represent flow off execution of instructions.
3. Every flow chart has a start symbol and a stop symbol.
4. Only one Flowline is used to connect the start and stop symbols.
5. The decision box has only one entry point but two exit points.
State true or false
• An algorithm can be written only in low level language. True
• It is taped off an algorithm must be precisely defined. True
• a flow chart is an important tool for planning and designing a new system. True
• in a loop, a counter is present to count the repetition of statements. True
• no multiple else statements are allowed with one if. True