An uninitialized variable is a variable that has been declared and
automatically initialized to zero.
Selected Answer:
Correct False
Answers:
True
Correct False - answer-An uninitialized variable is a variable that has
been declared and automatically initialized to zero.
Answers:
True
False
A variable is a storage location in memory that is represented by a
name and can hold different values
Function is another name for ________.
Selected Answer:
Correct Module
Answers:
,Correct Module
Variable
Reference
Sub class
None of these - answer-Function is another name for ________.
Selected Answer:
Module
Variable
Reference
Sub class
None of these
The ________ is a diagram that graphically depicts the steps that take
place in a program.
Selected Answer:
Correct Flowchart
Answers:
Correct Flowchart
Program
Algorithm
Code
,Pseudocode - answer-The ________ is a diagram that graphically
depicts the steps that take place in a program.
Answers:
Flowchart
Program
Algorithm
Code
Pseudocode
t has been proven by a group of mathematicians that all programs can
be written using only three structures.
Selected Answer:
Correct True
Answers:
Correct True
False - answer-t has been proven by a group of mathematicians that all
programs can be written using only three structures.
Answers:
True
False
, A named constant can be assigned a value using a Set statement.
Selected Answer:
Correct False
Answers:
True
Correct False - answer-A named constant can be assigned a value using
a Set statement.
Answers:
True
False
The ________ operator is a unary operator, as it works with only one
operand.
Selected Answer:
Incorrect OR
Answers:
AND
Correct NOT
OR
All of these
during the execution of the program.
Selected Answer: