QUESTION 26 If a module (method or function) transfers control to another module
ID: 3703120 • Letter: Q
Question
QUESTION 26
If a module (method or function) transfers control to another module, the first module is said to ________ the second module.
nest
call
stack
None of these
QUESTION 25
A transaction file typically holds data that is used to update a master file.
True
False
QUESTION 24
As we have read, all components of an array must be of the same type.
True
False
QUESTION 23
The following code segment will successfully swap the values of the variables x and y.
temp = x;
y = x;
x = temp;
True
False
QUESTION 22
'Selection sort' is another name for a 'bubble sort'.
True
False
QUESTION 21
A single-level control break is a break in the logic of a program based on the value of just a single variable.
True
False
QUESTION 20
The variables listed in a call to a method or function, and thus sent to the method or function, are referred to as 'Formal Parameters'.
True
False
a.nest
b.call
c.stack
d.None of these
Explanation / Answer
Question 26
Answer:
d. call
Question 25
Answer:
True
Question 24
Answer:
True
Question 23
Answer:
True
Question 22
Answer:
False
Question 21
Answer:
True
Question 20
Answer:
True
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.