Glossary Flashcards
Network
Computers linked together
Workstation
Computer connected to the network
Stand Alone Machine
Computer not connected to a network
Desktop/laptop
PC sits on desk full sized keys/monitor
World Wide Web
Interconnected web pages
Internet
PC’s interconnected
LAN
Network over a small area
WAN
Wide area network
Bandwidth
Amount of data possible through a cable/per second
Decomposition
Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
Abstraction
Representing essential features without including the background details or explanations
Iteration
A process wherein a set of instructions or structures are repeated in a sequence a specified number of times or until a condition is met
Selection
A question is asked and depending on the answer the program takes one of two courses of action after which the program moves on to the next event
Pseudocode
A notation resembling a simplified programming language, used in program design
Algorithm
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer
Variable
A storage address paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value
Constant
A value that cannot be altered by the program during normal execution, i.e., the value is constant
Protocol
A system of rules that allow two or more entities of a communications system to transmit information via any kind of variation of a physical quantity
Sequence
The order that commands are executed by a computer, allowing us to carry out tasks that have multiple steps
Syntax
Refers to the spelling and grammar of a programming language
Validation
An automatic computer check to ensure that the data entered is sensible and reasonable
What is an algorithm?
An algorithm is a set of logical steps to be followed to perform a particular task
What are the two methods to represent an algorithm?
Pseudocode and flowchart
What statement is used for data entry?
INPUT statement