Exam 14: Files and Streams
Exam 1: A First Program Using C#40 Questions
Exam 2: Using Data39 Questions
Exam 3: Using Gui Objects and the Visual Studio Ide40 Questions
Exam 5: Looping40 Questions
Exam 6: Using Arrays40 Questions
Exam 7: Using Methods39 Questions
Exam 8: Advanced Method Concepts39 Questions
Exam 9: Using Classes and Objects39 Questions
Exam 10: Introduction to Inheritance40 Questions
Exam 11: Exception Handling39 Questions
Exam 12: Using Controls40 Questions
Exam 13: Handling Events41 Questions
Exam 14: Files and Streams40 Questions
Exam 15: Making Decisions40 Questions
Select questions type
When a file is open in C#, what holds the byte number of the next byte to be read?
(Multiple Choice)
4.8/5
(32)
When you write a C# program that stores a value in a variable, you are using temporary storage; the value you store is lost when the program ends or the computer loses power.What is the name for this kind of storage?
(Multiple Choice)
4.8/5
(32)
What class can be used to provide information on directories or folders?
(Multiple Choice)
4.8/5
(30)
How can you create a class whose objects can be written to and read from data files? Show an example.
(Essay)
4.8/5
(40)
When you write a program and save it to a disk, you are using temporary storage.
(True/False)
4.8/5
(38)
What is a collection of fields that contain data about an entity?
(Multiple Choice)
4.8/5
(38)
Write a program that prompts a user for a filename and tests the file's existence.If the file exists, display the file creation time.If it does not exist, display a message.
(Essay)
4.8/5
(50)
Files exist on devices such as hard disks, USB drives, reels of magnetic tape, and optical discs.What are these files considered to be?
(Multiple Choice)
4.8/5
(30)
What Filestream property indicates whether the Filestream supports reading?
(Multiple Choice)
4.9/5
(42)
When a C# application is done using a file, what should it do with the file?
(Multiple Choice)
4.8/5
(33)
What method is a member of the String class and takes a character delimiter parameter and separates a string into substrings at each occurrence of the delimiter?
(Multiple Choice)
4.8/5
(35)
What class contains methods that allow you to access information about files?
(Multiple Choice)
4.9/5
(38)
When you store data in a computer file on a persistent storage device, what are you doing?
(Multiple Choice)
4.8/5
(38)
The terms directory and folder are used synonymously to refer to an entity that is used to organize files.
(True/False)
4.8/5
(33)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)