Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

QUESTION 16 The elements of an array are stored in consecutive memory locations

ID: 3555459 • Letter: Q

Question

QUESTION 16

The elements of an array are stored in consecutive memory locations in the computer's internal memory.

True

False

4 points   

QUESTION 17

Floppy disk drive access data more slowly than hard disk drives.

True

False

4 points   

QUESTION 18

Which of the following is not a type of programming language?

Assembly Language

Machine Language

Natural Language

High-Level Language

4 points   

QUESTION 19

int x = 7;
int m = 6 ;
m= m + x++;
The value of m is:

15

12

14

13

4 points   

QUESTION 20

What is the selection that best describes the following statement:

int function( int, double [ ] );

function definition

function prototype

function call

none of the above

4 points   

QUESTION 21

Which of the following is not a principle of structured programming?

Use good programming style

Write each program module as a series of control structures

Design the program in a top-down modular fashion

Code the program so that it runs correctly without doing any testing

4 points   

QUESTION 22

Computer components housed outside the system unit are called peripherals.

True

False

4 points   

QUESTION 23

The addiition operation is at the same level in precedence than multiplication.

True

False

4 points   

QUESTION 24

What date type will you use to represent a tax rate

double

int

char

long

4 points   

QUESTION 25

All variables must be given a type when they are declared.

True

False

Assembly Language

Machine Language

Natural Language

High-Level Language

Explanation / Answer

True
True
Natural Language
13
function prototype
Code the program so that it runs correctly without doing any testing
True
False
double
True