L. P. with Microsoft C# - Level 4-Quiz-3

  1. All the class types used to manipulate and manage data are found at System.IO.
  2. To serialize an object means Store it as bytes.
  3. The advantage of serializing an object is Easier transmission.
  4. Which of the following is an additional function to IO in C#?
    Buffering.
  5. Directory and DirectoryInfo are two classes  designed to work with directories.
  6. The Directory class is made up of only static methods.
  7. The following are methods of the Directory class
    1. Delete()
    2. Exists()
    3. Move()
  8. The GetDirectories() method Return a set of directories.
  9. The ArgumentException means The argument is invalid due to invalid characters when dealing with the CreateDirectory() method.
  10. Use the Create() method of DirectoryInfo is an alternative to using the CreateDirectory() method of the Directory class.
  11. The .NET framework provides two classes for manipulating and working with files. They conceptually function very similar to creating directories.
  12. Why is the stream class never directly instantiated?
    It is abstract.
  13. The advantage of using a Reader or Writer is You can stream with data types other than bytes.
  14. What do Readers and Writers need to send data across the network?
    A stream to establish a backing store.
  15. Working with Network IO is conceptually very similar to working with File IO.
  16. A client and a server are two processes needed for Network IO to communicate.
  17. Serialization is The persistence of an object to a series of bytes.
  18. Serializable attribute must be set to serialize an object.
Permalink | Comments (0) | Hits: 1124 | Time: 18:48:54
Learning Programming with Microsoft C# - Level 4-3.6
Learning Programming with Microsoft C# - Level 4-4.1
All Comments

 No Data Now...

Post Your Comment
^ ^

Top