COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
an instruction for the computer
|
algorithm
|
|
command
|
|
workaround
|
|
query
|
Explanation:
Detailed explanation-1: -2 votes. A command is a program(Collection of several instructions in particular order) which performs a specific operation. Ex: grep in Linux. An Instruction is a single line code which performs an operation.
Detailed explanation-2: -A set of instructions that directs a computer’s hardware to perform a task is called a program, or software program.
Detailed explanation-3: -For a computer to know how to do anything, it must be provided instructions. For example, asking the computer to draw a square requires a set of instructions telling the computer how to draw the square. In Logo, a user could complete this task by giving the computer the below instructions.
There is 1 question to complete.