Which of the following statements about streams is false?

A. A stream is a source of, or destination for, data
B. A binary stream consists of a sequence of data values such as integer
C. A text stream consists of a sequence of characters terminated by newlines
D. Because text streams can contain only characters, we cannot send integer data to them
E. Because binary streams can store any type of data, we can send real data to them


Answer: D

Computer Science & Information Technology

You might also like to view...

In the array implementation of the stack, top is decremented in the pop function because:

A. it is an index to the current top of the stack, and that index decreases by one on a pop B. it stores the value of the current top of the stack, and a value lower in the stack is always less C. top records the number of elements in the stack, and the number of elements decreases by one on a pop D. otherwise, there would be no way to access the array position that needs popped

Computer Science & Information Technology

In Access, data is combined using functions, as in the CONCATENATE function in Excel

Indicate whether the statement is true or false

Computer Science & Information Technology

When you ____ a method, you write multiple methods with a shared name but different parameter lists.

A. redo B. repurpose C. reload D. overload

Computer Science & Information Technology

What is the first segment in the three-way handshake?

A. ACK B. SYN C. Reset D. Discover

Computer Science & Information Technology