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

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;

11 Cards in this Set

  • Front
  • Back
What is a Database?
Databases are designed to offer an organized mechanism for storing, managing and retrieving
information. They do so through the use of tables.
Identify different data types?
logical/Boolean, alphanumeric/text, numeric
(real and integer) and date
Define Logical/Boolean
A field of this data type will only let you enter a 'Yes' or a 'No', Male or Female, On/Off
Define alphanumeric/Text
A field of this data type will accept text, numbers and symbols
Define Numeric
A field of this data type is used to store numbers
Define date
A field of this type stores days, months and years and Time.
Describe what is meant by the key field
Keys are crucial to a table structure for many reasons, some of which are identified below:
They ensure that each record in a table is precisely identified.
They help establish and enforce various types of integrity.
They serve to establish table relationships.
Describe what is meant by the field
Fields describe a single aspect of each member of a table
Describe what is a record
A table consists of records, and each record is made up of a number of fields.
What are the difference between analogue data and digital data
Analogue data is represented in a continuous form, as contrasted with digital data having
discrete values
explain the need for conversion between analogue and digital data
Since data is sent using variable currents in an analogue system, it is very difficult to remove
noise and wave distortions during the transmission. For this reason, analogue signals cannot
perform high-quality data transmission.
On the other hand, digital signals use binary data strings (0 and 1) to reproduce data being
transmitted. Noise and distortions have little effect, making high-quality data transmission
possible.