FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Iterate
A
To repeat in order to achieve, or get closer to, a desired goal.
B
A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.
C
A collection of commands made available to a programmer.
D
Putting commands in correct order so computers can read the commands.
Explanation: 

Detailed explanation-1: -for loop. loops that have a predetermined beginning, end, and increment (step interval) loop. the action of doing something over and over again. algorithm.

Detailed explanation-2: -Loops are a programming construct which allow us to repeat a command or set of commands for each item in a list. As such they are key to productivity improvements through automation.

Detailed explanation-3: -Program An algorithm that has been coded into something that can be run by a machine.

Detailed explanation-4: -Application Program Interface; A collection of commands made available to a programmer. A description of the behavior of a command, function, library, API, etc.

There is 1 question to complete.