Multiple Choice
____ are named memory areas that hold values to allow the retrieval and manipulation of values in a program.
A) Loops
B) Assignment statements
C) Blocks
D) Variables
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The term anonymous blocks refers to blocks
Q16: The <u>DECLARE </u>section of the PL/SQL block
Q17: An infinite loop causes a program to
Q18: Assignment statements are used to put or
Q19: A(n)<u> CASE expression</u> evaluates conditions and returns
Q21: _ are used for situations in which
Q22: <u>Variables</u> are named memory areas that hold
Q23: What is the purpose of control structures?
Q24: The following loop terminates when the lv_cnt_num
Q25: BEGIN WHILE lv_cnt_num <= 5 LOOP<br>DBMS_OUTPUT.PUT_LINE(lv_cnt_num);<br>Lv_cnt_num :=