Question: QUESTION 26 If a module (method or function) transfers control to another module, the first module is said to ________ the second module. a. nest

QUESTION 26

If a module (method or function) transfers control to another module, the first module is said to ________ the second module.

a.

nest

b.

call

c.

stack

d.

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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!