Difference between revisions of "Glossary"

From Coder Merlin
m (added editorial note: please provide a link)
 
(144 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== A ==
{{MovedToMoodle|See CS-001 Computer Science Reference: Glossary}}
{{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.}}
{{MerlinNoteFromEditor|Please provide a link. I can't find the CS-001 reference or Glossary.}}
{{GlossaryItem|ASCII|ASCII|American Standard Code for Information Interchange; ASCII codes represent characters and text in computers and other electronic communication devices}}
 
== B ==
{{GlossaryItem|Base|Base|aka Number Base is the number of unique digits, including zero, used to represent numbers in a positional number system}}
{{GlossaryItem|Binary System|Binary System|is a number system that uses two digits (0 and 1) to represent a number); this is the system that computers use to store data.}}
 
== C ==
{{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)}}
 
== E ==
{{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}}
== G ==
== H ==
{{GlossaryItem|Hexadecimal System|Hexadecimal System|is a number system that uses 16 digits to represent a number. The digits are 0-10 and then A-F, where A = 11, B = 12,...F = 15.}}
{{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}}
== K ==
== L ==
== M ==
== N ==
== O ==
== P ==
{{GlossaryItem|PHP|PHP|the most commonly used server-side language}}
{{GlossaryItem|Process|Process|a program that is being executed by the operating system}}
{{GlossaryItem|Positional Notation|Positional Notation|a method of encoding numbers that uses the same symbol for different orders of magnitude depending on its position; the value of a position is dependent on the location within the number}}
{{GlossaryItem|Python|Python|a free, high-level open source programming language that can be used in both front-end and back-end development}}
 
== Q ==
== R ==
== S ==
{{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}}
== T ==
== U ==
== V ==
== W ==
== X ==
== Y ==
== Z ==

Latest revision as of 08:27, 10 January 2024

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
HintIcon.png
Moved to Moodle logo.svg
See CS-001 Computer Science Reference: Glossary

 This article can be improved by:  Please provide a link. I can't find the CS-001 reference or Glossary.