FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT true about a flow chart?
A
It is usually created by programmers after writing a program
B
It shows programmers different algorithms before creating a program
C
It uses boxes of different shapes which indicate different types of instructions
D
It helps programmers pay attention to the logic of the solution to the problem
Explanation: 

Detailed explanation-1: -There should be certain set standards on the amount of details that should be provided in a flowchart. Explanation: The statement is false. There should be no set standards on the amount of details that should be provided in a flowchart.

Detailed explanation-2: -A flowchart is a picture of the separate steps of a process in sequential order. It is a generic tool that can be adapted for a wide variety of purposes, and can be used to describe various processes, such as a manufacturing process, an administrative or service process, or a project plan.

Detailed explanation-3: -Explanation : improper documentation is not an advantage of flowcharts. A flowchart is a type of diagram that shows the process of a workflow. Better communication, effective analysis and asset debugging are all three characteristics of a flowchart.

Detailed explanation-4: -System flowcharts display data or processes in a visual or graphical manner displaying the inputs, outputs and decisions made. This is done by using standard set of symbols. Hence, there is no narrative presentation involved. Thus, option d is the false statement.

There is 1 question to complete.