• 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/21

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;

21 Cards in this Set

  • Front
  • Back
Before a file can be used, it must be ___________________.
opened
When a file is opened, a(n) ___________________ is created, which is a small holding section of memory that data is first written to.
buffer
When it is finished using a file, an application should always ___________________
it.
close
To write data to a sequential file, use a(n) ___________________ object.
outputFile
To read data from a sequential file, use a(n) ___________________ object.
inputFile
The ___________________ method writes a line to a file.
WriteLine
The ___________________ method reads a line from a file.
ReadLine
The ___________________ character is a delimiter that marks the end of a line in a file.
newline
The ___________________ control allows you to print data directly to the printer.
PrintDocument
You write code that handles printing in the ___________________ event handler.
PrintPage
All of the characters printed with a(n) ___________________ font occupy the same
amount of space.
monospaced
The ___________________ control displays an Open dialog box for selecting or entering a filename.
OpenFileDialog
The ___________________ control displays a Save As dialog box for selecting or entering a file.
SaveFileDialog
The ___________________ control displays a Colordialog box for selecting a color.
ColorDialog
The ___________________ control displays a Fontdialog box for selecting a font.
FontDialog
A(n) ___________________ is a data type that you create, containing one or more variables, which are known as fields.
column
A database _____________________ describes the design of tables, columns, and relationships between tables.
schema
A _____________________ _____________________ creates a connection to an external data source such as a database.
binding source
(Uncertain)
A _____________________ control displays data directly from a dataset, without any programming required.
DataGridView
The ________-____________ control lets the user select a date using the mouse.
Data-Bound
(Uncertain)
Another word for a database table row is a _____________________.
record