Which of the following statements about the read mode is false?

A. It opens a file for input.
B. The file mode is i for input.
C. The file marker is positioned at the beginning of the file.
D. If the file does not exist, the open function returns an error.
E. If we try to write to a file opened for input, we get an error.


Answer: B

Computer Science & Information Technology

You might also like to view...

Discuss whether professional engineers should be certified in the same way as doctors or lawyers.

What will be an ideal response?

Computer Science & Information Technology

What is the effect of the following line of code?

``` window.event.returnValue = true; ``` (a) It is the standard method when returning a boolean true value from any function. (b) It returns a true value to signal the browser to continue its default event-handling action. (c) It signals the operating system to continue processing the event which called the event-handling function. (d) It redirects the current event to the next event handling function.

Computer Science & Information Technology

If a Make Table query is only going to be used one time to create a table in a database, it should be ________ after it is run

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a table of data, each column in the data source is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology