Acronyms & Definitions Flashcards

1
Q

What does HTML stand for?

A

HyperText Markup Language.

HTML is the standard markup language for documents designed to be displayed in a web browser.

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

What does CSS stand for?

A

Cascading Style Sheets.

CSS is a style sheet language used for describing the presentation of a document written in HTML or XML.

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

What does API stand for?

A

Application Programming Interface.

An API is a set of rules and protocols for building and interacting with software applications.

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

What does SQL stand for?

A

Structured Query Language.

SQL is a standard programming language specifically for managing and manipulating relational databases.

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

What does REST stand for?

A

Representational State Transfer.

REST is an architectural style for designing networked applications, relying on stateless communication.

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

What does DOM stand for?

A

Document Object Model.

The DOM is a programming interface for web documents, representing the structure of a document as a tree of objects.

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

What does MVC stand for?

A

Model-View-Controller.

MVC is a software architectural pattern for implementing user interfaces by dividing an application into three interconnected components.

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

What does CRUD stand for?

A

Create, Read, Update, Delete.

CRUD represents the four basic operations of persistent storage.

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

What does AJAX stand for?

A

Asynchronous JavaScript and XML.

AJAX is a technique for creating fast and dynamic web pages, allowing for the asynchronous exchange of data without requiring a full page reload.

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

What does JSON stand for?

A

JavaScript Object Notation.

JSON is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.

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