Show:
Questions
Responses
Print
Computer Systems
Programming
Programming Development Life Cycle
Flowcharts
Logic
100
The combination of components needed to process and store data.
What is a Computer System?
100
The process of a computer receiving information, data, or instructions to complete a process.
What is Input?
100
The first step in the Programming Development Life Cycle.
What is Understand the Problem?
100
The symbol used to denote "Input"
What is a Parallelogram?
100
This operand requires only one condition in a set of conditions to be true.
What is the OR operand?
200
Electronic and mechanical devices associated with a computer system (could include keyboard, mouse, monitor, printer).
What is hardware?
200
Mathematical functions, formulas, or activities performed on data that is input into a program.
What is Processing?
200
The step performed after planning the logic of a program.
What is Code the Program?
200
The symbol used to begin or end a program. Also called the 'terminal symbol"
What is the lozenge? (racetrack)
200
This operand requires that ALL conditions in a set be true for the set to be evaluated as true.
What is the AND operand?
300
Instructions written for a computer - they tell the computer and it's associated hardware what to do.
What is Software?
300
Displaying information to a user, providing a print out, or writing a file to a hard drive.
What is Output?
300
The step performed after writing the code. This step may need to be repeated.
What is Compile the Program?
300
The symbol used to denote processing being performed by the system.
What is a rectangle?
300
When evaluating a complex logical statement, this operand is treated like "Multiplication".
What is the AND operand?
400
A piece of software written to accomplish a task for an end user.
What is an Application (or Program)?
400
The lowest level programming language above machine language (which is binary).
What is Assembly?
400
The step performed before putting the program into production.
What is Testing the Program?
400
The symbol used to denote a decision.
What is a diamond?
400
When dealing with a complex logical statement, this operand is treated like "Addition".
What is the OR operand?
500
A very important piece of software that no computer can function without - yet, computer users really have no use for it.
What is an Operating System?
500
A necessary component to translate "code" written by a programmer into machine language instructions for the processor.
What is a Compiler or Interpreter?
500
The last stage of the PDLC - the stage that makes it a cycle.
What is Maintain the Program?
500
Used to show which direction logic is flowing in the flowchart.
What is a flowline?
500
This operand requires that only ONE condition in a logical statement be exclusively true.
What is the XOR operand?