Vocab Flashcards

1
Q

Apache

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MAMP

A
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

FTP

A

File transfer protocol

Used to transfer files between across a network

Use ftp:// instead of http://

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Flat file

A

Database store in just one file and use delimiters to define where elements and records start and end.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Delimiter

A

Separating markers, such as commas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Database

A

Contains one or more tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Relation (or table)

A

Contains tuples and attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Tuple (or row)

A

A set of fields which generally represent an “object” like a person or music track

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Attribute (also column or field)

A

One of possibly many elements of data corresponding to the object represented by the row

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Schema

A

The metadata, or descriptors/perimeters of attributes(columns)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly