ecs Flashcards
(35 cards)
Command
An authoriative order
Functions
Work or operate in a certain way
Conditional Statement
A type of coding instruction used to compare values and express and make decisions
Loop
sequence of instructions that is continually repeated till a certain condition is reached
Control flow
the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated
Iteration
the repetition of a process in order to generate a sequence of outcomes
TroubleShooting
a form of problem solving, often applied to repair a system.
Flow Chart
a diagram that depicts a process, system or computer algorithm.
Preconditions
a condition that must be fulfilled before other things can happen or be done
Postconditions
a condition or predicate that must always be true just after the execution of some section of code
Row
a single group of related data within a table
column
a collection of cells aligned vertically in a table
Debugging
the process of finding and fixing errors or bugs in the source code of any software
Decomposition
breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
Pseudocode
a detailed yet readable description of what a computer program or algorithm should do
Back end web developer
a software engineer who focuses on the server-side logic, databases, and infrastructure that powers a website or web application
copyright
gives its owner the exclusive legal right to copy, distribute, adapt, display, and perform a creative work, usually for a limited time
creative commons
a nonprofit organization that provides free licenses for creators to grant specific permissions for others to use their copyrighted work
CSS
a stylesheet language used to describe the presentation of a document written in HTML or XML
CSS Class
a group of elements that are the same or similar
Terabyte
a unit of digital storage, commonly used in computers
ROM
Read-Only Memory
RGB
a system representing the colors used on a digital display screen EX: Red, Green, and Blue
RAM
Random Access Memory. The computer’s short-term memory, acting as a temporary workspace for the CPU to access and process data quickly