A single bit is all that is needed for a(n) ____ variable, since you can use a 0 to represent the value false and a 1 to represent the value true.

A. integer
B. float
C. boolean
D. char


Answer: C

Computer Science & Information Technology

You might also like to view...

In the image shown above, the arrow is pointing to one of four ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is common error generated by a SQL injection attack?

A. 500 error (internal server error) B. 400 error (out of memory) C. 440 error (php violation) D. 550 error (invalid insertion)

Computer Science & Information Technology

When a file is opened for reading, the file stream object's "read position" is

A) at the end of the file. B) at the beginning of the file. C) nonexistent, until the programmer declares it. D) in the middle of the file. E) None of the above

Computer Science & Information Technology

________ aligns text immediately with the left margin

A) Left alignment B) Center alignment C) Justified D) Right alignment

Computer Science & Information Technology