Vocab Flashcards
Apache
Open source web server application
This software serves as the Hypertext Transfer Protocol (HTTP), compiling the scriptung language, databases, and HTML from a website’s server to send to the users machine.
MAMP
Mac web server software elements: The operating system (Mac) Web server (Apache) Databases (MySQL) Scripting language (PHP)
There is also WAMP and LAMP for Windows and Linux
FTP
File transfer protocol
Used to transfer files between across a network
Use ftp:// instead of http://
Flat file
Database store in just one file and use delimiters to define where elements and records start and end.
Delimiter
Separating markers, such as commas
Database
Contains one or more tables
Relation (or table)
Contains tuples and attributes
Tuple (or row)
A set of fields which generally represent an “object” like a person or music track
Attribute (also column or field)
One of possibly many elements of data corresponding to the object represented by the row
Schema
The metadata, or descriptors/perimeters of attributes(columns)