COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You are required to design an algorithm to calculate the pay for an artiste. The pay is top rate for most popular artiste otherwise is at normal rate. Which one of the following control structures should you use?
|
Iteration.
|
|
Repetition.
|
|
Selection.
|
|
Sequence.
|
Explanation:
Detailed explanation-1: -There are four types of machine learning algorithms: supervised, semi-supervised, unsupervised and reinforcement.
Detailed explanation-2: -1): An algorithm is a finite set of instructions that, if followed, accomplishes a particular task. All algorithms must satisfy the following criteria: Zero or more input values. One or more output values. Clear and unambiguous instructions.
Detailed explanation-3: -Flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem. It makes use of symbols which are connected among them to indicate the flow of information and processing.
There is 1 question to complete.