Java Games: Flashcards, matching, concentration, and word search.

C++ Bronson Section 1.1

AB
computer programa structured combination of data and instructions that is used to operate a computer
programmingthe process of writing a computer program in a language that the computer can respond to and that other programmers can understand
programming languagethe set of instructions, data, and rules that can be used to construct a program
high-level languageslanguages that use instructions resembling written languages such as English
low-level languagesuse instructions that are directly tied to one type of computer
procedure-oriented languagethe available instructions are used to create a logically consistent set of directions, called a procedure, that is meant to produce a specific result from the data
object-oriented languagesa program that defines objects, their characteristics and the procedures that can manipulate and alter these characteristics
algorithma procedure to be used to produce a desired result
pseudocodewhen English-like statements are used to describe a programming algorithm
formulaa mathematical equation
flowchartdiagrams employing symbols to deplict an algorithm
codingthe writhing of an algorithm using computer-language statements
methodsprocedures that can be applied to the data within objects
classesdefine the characteristics of the data that an object can contain and the methods that can be applied to these data
objecta specific item from a class
machine languagethe internal language of computers consisting of a series of 1s and 0s
source programa program which can be translated into machine language
interpreted languagewhen each statement in the source program is translated individually and executed immediately
interpteterthe program translating statements in a source program
compiledwhen all the statements in a program are translated before any are executed
compilerthe program translating a compiled program
object programa translated version of the source program that can be executed by the computer system with one more processing step
executable programthe final program the is ready for execution
messagethe means used to activate a particular method within an object
responsethe predictable result of sending a message


The Summit Country Day School
Cincinnati, OH

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities