COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Initializing
|
|
Encoding
|
|
Declaring
|
|
Executing
|
Detailed explanation-1: -Code tracing is a method in which the programmer uses paper and pencil to hand trace the execution of a program or code segment in order to track the variable values as they change during execution and to determine the output of the code.
Detailed explanation-2: -RAM gives applications a place to store and access data on a short-term basis. It stores the information your computer is actively using so that it can be accessed quickly. The more programs your system is running, the more you’ll need.
Detailed explanation-3: -Sequence is the default control structure; instructions are executed one after another.
Detailed explanation-4: -A boolean expression(named for mathematician George Boole) is an expression that evaluates to either true or false.