Computer Programming Chapter 10

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

After entering data into a form, the user can add the record to the database by clicking the Save Data button on the _____ toolbar.

Navigation

2
New cards

A database organizes data in _____.

tables

3
New cards

A _____ contains a specific piece of data within a record.

field

4
New cards

a _____ is an identifier that represents a unique field for a table.

primary key

5
New cards

a _____ object is a temporary cache storage for data retrieved from a data source.

DataSet

6
New cards

Data _____ allows you to display each field as an object on the form.

binding

7
New cards

you click the _____ button to add a new record to the database

Add new

8
New cards

the Database Wizard creates a bridge that carries the database table information, which is called a(n) _____.

OleDbDataAdapter

9
New cards

Once a DataTable is initialized, it must be filled using the _____ command.

Fill

10
New cards

The number of rows or columns in a DataTable can be computed with the _____ property.

Count

11
New cards

A user can click the _____ button on the navigation toolbar at the top of the Windows form to open a blank record.

Add New

12
New cards

A(n) _____ is a collection of related information stored in a structured format.

DataBase

13
New cards

A(n) _____ is a collection of data about a specific topic.

Table

14
New cards

Each row in a table is referred to as a(n) _____.

Record

15
New cards

each column in a table is referred to as a(n) _____.

Field

16
New cards

the first step is accessing database information is to establish a(n) _____ with the database source

connection

17
New cards

loading the DataSet string is called _____.

Data Binding

18
New cards

when you drag field objects from the Data Source window, the visual studio automatically creates a(n) _____ to populate the form by binding the form object to the DataSet information

DataBinding

19
New cards

SQL stands for _____.

Structure Query Language

20
New cards

To disconnect from a database, use the _____ command.

dispose