Which of the following methods of FileStream will reset the file-position pointer back to the beginning of the file?

a) Reset
b) Origin
c) Seek
d) Beginning


c) Seek

Computer Science & Information Technology

You might also like to view...

Scientists in a certain laboratory are working with a linked list class that uses recursion to compute its size. The scientists know that an empty list has size 0, so they never ask a linked list to compute its size when the list is empty. Under these circumstances,

A) the recursive method can become more efficient by eliminating the test for a base case B) the recursive method should still handle the base case of an empty list, because it will still occur even though the scientists never ask for the size of an empty list C) the recursive method can be modified to use a list of size 1 as the base case D) B and C are both correct

Computer Science & Information Technology

A(n) ________ is a set of specific, sequential steps that describe in natural language exactly what the computer must do to complete its task

A) flowchart B) algorithm C) problem statement D) software program

Computer Science & Information Technology

The annual interest rate is entered in the Function Arguments dialog box for the FV function

Indicate whether the statement is true or false.

Computer Science & Information Technology

There is no way a manufacturing firm would implement an Internet of Things because the risk of hacking is far too high.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology