4.1 Database Design And Concepts Flashcards
ASCII
[American Standard Code for Information Interchange]
Byte
Collection of 8 bits - the smallest unit of storage in a computer system.
DLL files
[Dynamic Link Libraries]
Files that contain code or routines that can be called and used by programs.
Font file - Extension
TTF or OTF
HTML files
Define the structure and layout of a web page.
Overflow
Error condition that occurs when there aren’t enough bits available to represent an integer value accurately.
[Portable Document Format]
Plain text file - Extension
.txt
Program file - Extension
.COM or .EXE
Truncation
Misrepresentation of a string variable because there aren’t enough bytes available to store all the characters in the string.
Wildcard
Characters that present one or more characters.
Accuracy
Refers to the fact that the data is ‘right’
Composite keys
Combination of more than one field to uniquely identify a record.
Data integrity
Overall completeness, accuracy and consistency of data. When each record has a unique primary key and when a foreign key refers to an existing record in another table.
Data maintenance
Adding or deleting records or updating data.