Input / Output (I/O) using .Net Framework

Take This Test

Section 1

1) Which are acceptable ways to open a file for writing?

Choose all that apply.

2) Which of the following are types of changes that can be detected by the "FileSystemWatcher"?
Choose all that apply.
3) The following code changes the extension of a file.

'VB
Dim ourPath as String = "c:\boot.ini"
Path.ChangeExtension(ourPath, "bak")

//C#
string ourPath = @"c:\boot.ini";
Path.ChangeExtension(ourPath, "bak");

4) Which methods of the "FileStream" class effect the "Position" property?
Choose all that apply.
5) How to force changes in a "StreamWriter" to be sent to the stream it is writing to?
Choose all that apply
6) Which of the following create a "FileStream" for writing when you want to open an existing file or create a new one if it doesn't exist?
Choose all that apply
7) When compressing data with the "DeflateStream" class, how do you specify a stream into which to write compressed data?
8) What types of data can a GZipStream compress?
Choose all that apply.
9) What methods can be used to create a new IsolatedStorageFile object?
Choose all that apply.
10) An IsolatedStorageFileStream object can be used like any other FileStream Object.

Take This Test

Also check these .Net Framework test papers, these are one of most attempted test paper in this category.

Popular .Net Framework Papers

.Net Framework Fundatmentals
The .Net Framework is an integral Microsoft Windows component designed to support next-generation a...
Input / Output (I/O) using .Net Framework
Test will mainly focus on navigating the file system, reading and writing files, how to compress st...
.Net Framework Basics
Papers will test your knowledge on following subjects - Managed Modules and Assemblies in .Net Com...
MCTS - Advanced Windows Forms Controls
Test paper will test your knowledge of windows form control, configuring the layout and functionali...
.Net 2.0 - Windows Forms & User Interface
Test will mainly focus on Windows Forms and configurable User Interface options available. Windows ...
Collection and Generics - .Net
Collections are used for grouping and managing related objects. Test paper mainly focus on colle...
MCTS - Configuring Controls and Creating the User Interface
Test paper mainly focuses on creating and configuring command and text display controls and text ed...
.Net Framework Test Paper
Test paper comprises of questions on .net framework. Paper focuses on .Net Framework Security, XML ...
Searching, Modifying and Encoding Text using .Net Framework
Test will focus on Regular Expressions and Enconding and Decoding of Text.
.Net Framework Designing and Developing Enterprise Application
Designing and Developing enterprise applications using .Net Framework 3.5, paper contain questions ...