A ________ file is one that stores only characters and no formatting

A) tabbed
B) fixed
C) flat
D) text

Answer: D

Computer Science & Information Technology

You might also like to view...

A ________ variable can hold only one of two values: true or false.

A) binary B) single precision C) T/F D) char E) bool

Computer Science & Information Technology

What is the value of number after the following statements execute?

int number; number = 18 % 4 + 2; a. 3 b. 4 c. 6.5 d. 0 e. unknown

Computer Science & Information Technology