COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Putting commands in correct order so computers can read the commands is
|
algorithms
|
|
selection
|
|
sequencing
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Sequencing Putting commands in correct order so computers can read the commands.
Detailed explanation-2: -Algorithm: A precise sequence of instructions for processes that can be executed by a computer and are implemented using programming languages.
Detailed explanation-3: -Content: At the hardware level, computers understand one language, called machine language (also called object code). This is the set of instructions supported by the computer’s processor hardware and is specific to each type of processor.
Detailed explanation-4: -Condition-Something a program checks to see whether it is true before deciding to take an action. Conditionals-Statements that only run when certain conditions are true.
There is 1 question to complete.