FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Algorithm
A
A programming language with many commands and features designed to make common tasks easier to program. Any high level functionality is encapsulated as combinations of low level commands.
B
To repeat in order to achieve, or get closer to, a desired goal.
C
A precise sequence of instructions for processes that can be executed by a computer.
D
Putting commands in correct order so computers can read the commands.
Explanation: 

Detailed explanation-1: -The CSP definition of algorithm is: “a precise sequence of instructions for processes that can be executed by a computer and are implemented using programming languages.” Even though you were all trying to solve the same problem (find min) as a class we came up with different methods for doing it.

Detailed explanation-2: -Sequencing is the specific order in which instructions are performed in an algorithm. For example, a very simple algorithm for brushing teeth might consist of these steps: put toothpaste on toothbrush. use toothbrush to clean teeth.

Detailed explanation-3: -An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware-or software-based routines.

Detailed explanation-4: -Definition 2.1. An algorithm is a finite sequence of instructions for performing a task.

There is 1 question to complete.