• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Ultimately, all data items processed by a computer are reduced to combinations of _________ and _________ .
0s, 1s
The smallest data item a computer can process is called a _________ .
bit
A _________ is a group of related records.
file
Digits, letters and special symbols are collectively referred to as _________ .
characters
A group of related files is called a _________ .
database
StreamReader method _________ reads a line of text from a file.
ReadLine
StreamWriter method _________ writes a line of text to a file.
WriteLine
Method Serialize of class BinaryFormatter takes a(n) _________ and a(n) _________ as arguments.
Stream, object
The _________ namespace contains most of C#’s file-processing classes.
System.IO
The _________ namespace contains the BinaryFormatter class.
System.Runtime.Serialization.Formatters.Binary