FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
a traditional graphical tool with standardized symbols, show the sequence of steps in an algorithm
A
ALGORITHM
B
FLOWCHART
C
PROGRAM
D
PSEUDOCODE
Explanation: 

Detailed explanation-1: -Flowchart-a traditional graphical toolwith standardized symbols. Show thesequence of steps in an algorithm. PROPERTIES OFALGORITHMThere is an exact number of steps to betaken and has an end.

Detailed explanation-2: -The correct answer is the Flow Chart. Flow Chart is a graphical representation of the algorithm. Graphic representation of the control logic of processing function or modules representing a system called a System flow chart.

Detailed explanation-3: -An algorithm presents step-by-step instruction required to solve any problem. These steps can be shown diagrammatical using a flowchart. Flowchart is a symbolic or diagrammatic representation of an algorithm. It uses several geometrical figures to represent the operations and arrows to show the direction of flow.

There is 1 question to complete.