Home
Flashcards
Preview
CSCI 120 Test 1 Review
Home
Get App
Take Quiz
Create
Class
Defines a particular kind of object; blueprint that tells a program exactly how to create and display an object from that class.
Computer Program
Set of instructions that tells the computer what to do
Flowchart
A visual guide in aiding how to create a program
Object
Instantiation of classes
Design
The decision process on how to create a program
Algorithm
A step-by-step structure
Argument
An item of information that must be supplied to a program so that it can execute an action
Comment
Does not contribute to the program but helps reader understand what a particular part or a whole program does
Control Structure
Construct which affects the flow of the program's execution
Instruction
A piece of code that is to be performed
Method
A segment of program code (small set of instructions) that defines how to perform a specific task
Nesting
One program statement is written inside another
Property
Certain attributes of a specific object
Pseudo code
A loose version of the instructions that will eventually become the program code
Scenario
Description of the story, game or simulation, also called the problem statement
What story is told?
What objects are needed?
What actions are to take place?
Storyboard
Design approach used to create a solution to a problem or plan a list of action to perform a task, as specified in the scenario
Boolean Value
True False values
Condition
A specific value or characteristic that is tested to be true or false
Control structure
Function
Asks questions about certain properties of the objects or the world
Proximity
Size
Spatial relation
Point of view
Other
if/else instruction
A conditional execution that involves a decision based on the current condition of the world
Loop
Repeats the execution of a section of program code a specific number of times
Relational Operator
Tests or defines some kind of relation between two entities. These include numericalequality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3)
Repetition
Decision
An action where a decision is to be made; outcome will be a Boolean value
Expression
A math operation on numbers or other kinds of values
Author
johnpc
ID
237367
Card Set
CSCI 120 Test 1 Review
Description
CSCI
Updated
9/30/2013, 2:12:56 AM
Show Answers
Home
Flashcards
Preview