CSP PHP/MySQL E-Lingo

CSP PHP/MySQL E-Lingo

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Short Circuit

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (24)

Section 1

(24 cards)

Short Circuit

Front

When a logical expression's result is returned without evaluation of some part of the expression, increasing efficiency.

Back

GET

Front

An HTTP method in which the client requests data such as a webpage. The client might provide some data as part of the request in the query string of the URL.

Back

HTML5

Front

A new version of Hypertext Markup Language expected to be finalized in Fall 2014.

Back

RFC

Front

The misnomer stands for "Request for comments." RFCs are official, finalized documents about Internet standards and protocols from the Internet Engineering Task Force.

Back

NoSQL

Front

Database management systems that handle non-relational data like documents, increasingly used for maintaining and querying the large amounts of data from the Internet. Queries can be made using "Not only Structured Query Language."

Back

Derived Data Set

Front

Data selected or calculated from another data set using algorithms.

Back

JavaScript

Front

A client-side scripting language used to write programs that are embedded in web pages, often to make a web page more interactive.

Back

Normalization

Front

Optimizing a database for maintenance, memory usage, and access speed.

Back

First Normal Form

Front

The most important three requirements of a database for optimization.

Back

MySQL

Front

The most common version of the Structured Query Language, a language for creating, maintaining, and querying a database.

Back

Second Normal Form

Front

Requires a database in First Normal Form and further optimizes it.

Back

e-commerce

Front

Buying and selling of goods online.

Back

Scrum Poker

Front

A planning tool used to estimate time and value of tasks and avoid anchoring.

Back

Server-Side Script

Front

A program executed on a web server before packets are sent to the client.

Back

W3C Technical Report

Front

A final document on a standard or protocol from the World Wide Web Consortium.

Back

PHP

Front

"PHP: Hypertext Preprocessor," named recursively, is the most common server-side scripting language, allowing a web server to produce a web page "on the fly" based on data provided by the client.

Back

POST

Front

An HTTP method that accepts data from the client, such as posting a comment on a website. This method is used any time the state of the server will be changed.

Back

Client-Side Scripting

Front

A program downloaded as part of a web page executed by the browser on the user's computer.

Back

Primary Key

Front

The column in a data table in which each row contains a unique identifier.

Back

Big-O Notation

Front

A way of expressing the worst-case run-time of an algorithm, useful for comparing the speed of two algorithms.

Back

W3C Working Group

Front

An organization within the World Wide Web Consortium focused on one W3C Activity intended to develop or evolve a web technology.

Back

DBMS

Front

Database management system, a software suite designed to organize and search data.

Back

Relational Database

Front

Database with multiple tables of data in which the tables have some column in common, allowing for cross-referencing of tables.

Back

Third Normal Form

Front

Requires a database in Second Normal Form and further optimizes it, generally regarded as fine-tuning.

Back