FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Algorithms can be designed using
A
A pie chart.
B
A bar graph.
C
Use case diagrams.
D
Flowcharts and Pseudo codes.
Explanation: 

Detailed explanation-1: -The following shapes are often used in flowcharts: Pseudocode is a method of describing computer algorithms using a combination of natural language and programming language. It is essentially an intermittent step towards the development of the actual code.

Detailed explanation-2: -There are two main ways that algorithms can be represented – pseudocode and flowcharts .

Detailed explanation-3: -Flowcharts and pseudo code are both used before writing code, but pseudocode is linear while a flow chart isn’t. Also, a flowchart is graphical, while pseudocode is technical. With that in mind, a flow diagram is suitable for communicating between non-technical people and programmers.

Detailed explanation-4: -Pseudocode is a technique used to describe the distinct steps of an algorithm in a manner that’s easy to understand for anyone with basic programming knowledge.

Detailed explanation-5: -There are two commonly used tools to help to document program logic (the algorithm). These are flowcharts and pseudocode. Generally, flowcharts work well for small problems but pseudocode is used for larger problems. We will use both methods here.

There is 1 question to complete.