Difference between revisions of "Glossary"

From Coder Merlin
Line 1: Line 1:
== A ==
{{GlossaryItem|API|API|an Application Programming Interface (API) connects computers or software to each other. A common example is logging-in to a third-party site via Google.}}
{{GlossaryItem|API|API|an Application Programming Interface (API) connects computers or software to each other. A common example is logging-in to a third-party site via Google.}}
== B ==
== C ==
{{GlossaryItem|CSS|CSS|Cascading Style Sheets is a programming language that is commonly used with HTML and provides styling for a web page.}}
{{GlossaryItem|CSS|CSS|Cascading Style Sheets is a programming language that is commonly used with HTML and provides styling for a web page.}}
== D ==
{{GlossaryItem|Directory|Directory|a logical grouping of related files (and potentially other directories)}}
{{GlossaryItem|Directory|Directory|a logical grouping of related files (and potentially other directories)}}
== E ==
{{GlossaryItem|emacs|emacs|a powerful text editor and environment available on various operating systems, including Linux, Windows, and macOS.}}
{{GlossaryItem|emacs|emacs|a powerful text editor and environment available on various operating systems, including Linux, Windows, and macOS.}}
== F ==
{{GlossaryItem|File|File|either a destination or source for a stream of data, most often persisted on a storage device}}
{{GlossaryItem|File|File|either a destination or source for a stream of data, most often persisted on a storage device}}
== G ==
== H ==
{{GlossaryItem|HTML|HTML|HyperText Markup Language, is one of the essential building blocks for web pages. It defines the general structure of a web page, as well as its content. Every single website on the internet uses HTML in one form or another.}}
{{GlossaryItem|HTML|HTML|HyperText Markup Language, is one of the essential building blocks for web pages. It defines the general structure of a web page, as well as its content. Every single website on the internet uses HTML in one form or another.}}
== I ==
== J ==
{{GlossaryItem|JavaScript|JavaScript|a high-level programming language, which can be used to fetch data via an API, modify HTML and CSS, and is the core of modern web pages.}}
{{GlossaryItem|JavaScript|JavaScript|a high-level programming language, which can be used to fetch data via an API, modify HTML and CSS, and is the core of modern web pages.}}
== K ==
== L ==
== M ==
== N ==
== O ==
== P ==
{{GlossaryItem|PHP|PHP|the most commonly use server-side language.}}
{{GlossaryItem|PHP|PHP|the most commonly use server-side language.}}
{{GlossaryItem|Process|Process|a program that is being executed by the operating system}}
{{GlossaryItem|Process|Process|a program that is being executed by the operating system}}
== Q ==
== R ==
== S ==
{{GlossaryItem|Shell|Shell|a user interface that provides access to an operating system's services.}}
{{GlossaryItem|Shell|Shell|a user interface that provides access to an operating system's services.}}
{{GlossaryItem|Syntactic_Sugar|Syntactic Sugar|syntax within a language which isn't strictly required but, in some manner, generally through increased clarity or readability, makes the syntax easier to understand for humans}}
{{GlossaryItem|Syntactic_Sugar|Syntactic Sugar|syntax within a language which isn't strictly required but, in some manner, generally through increased clarity or readability, makes the syntax easier to understand for humans}}
== T ==
== U ==
== V ==
== W ==
== X ==
== Y ==
== Z ==

Revision as of 21:22, 15 November 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

A[edit]

API
an Application Programming Interface (API) connects computers or software to each other. A common example is logging-in to a third-party site via Google.

B[edit]

C[edit]

CSS
Cascading Style Sheets is a programming language that is commonly used with HTML and provides styling for a web page.

D[edit]

Directory
a logical grouping of related files (and potentially other directories)

E[edit]

emacs
a powerful text editor and environment available on various operating systems, including Linux, Windows, and macOS.

F[edit]

File
either a destination or source for a stream of data, most often persisted on a storage device

G[edit]

H[edit]

HTML
HyperText Markup Language, is one of the essential building blocks for web pages. It defines the general structure of a web page, as well as its content. Every single website on the internet uses HTML in one form or another.

I[edit]

J[edit]

JavaScript
a high-level programming language, which can be used to fetch data via an API, modify HTML and CSS, and is the core of modern web pages.

K[edit]

L[edit]

M[edit]

N[edit]

O[edit]

P[edit]

PHP
the most commonly use server-side language.


Process
a program that is being executed by the operating system

Q[edit]

R[edit]

S[edit]

Shell
a user interface that provides access to an operating system's services.


Syntactic Sugar
syntax within a language which isn't strictly required but, in some manner, generally through increased clarity or readability, makes the syntax easier to understand for humans

T[edit]

U[edit]

V[edit]

W[edit]

X[edit]

Y[edit]

Z[edit]