What is the difference between writing in linear fashion and writing in sequential fashion?
What will be an ideal response?
Writing in linear fashion means that the data is temporarily stored and written all at one time in more contiguous spaces. Writing in sequential fashion means the data is not stored but written as soon as it is created and therefore written to whatever disk areas are immediately open.
You might also like to view...
A ________ maintains a connection to a database.
a) connection object b) data reader c) StreamReader d) StreamWriter e) Both c and d.
The ____ option is used to retrieve documents that would otherwise be lost as a result of system glitches or unplanned shutdowns.
A. AutoRetrieve B. AutoRecover C. AutoRestore D. AutoReplace
Identify and correct the errors in each pieces of code. [Note: There may be more than one error in each piece of code.]
``` while (x <= 100) total += x; ++x; ```
The figure above shows the ____________________ toolbar.
Fill in the blank(s) with the appropriate word(s).