• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back
What does an oval represent in a flowchart
the start and the stop
What does a parallelogram represent in a flowchart
The input and output operations
What does the diamond represent in a flowchart
The decision making operations
What does a rectangle represent in a flowchart
The operations that process input data and produce the output information
what is a computer
an electronic device used for storing and processing data, usually in binary form, according to instructions given to it in a variable program
What is hardware
it refers to the physical components that a computer is made up of
a typical computer consists of the following components:
The CPU, main memory, secondary storage devices, input and output devices.
The CPU consists of two parts:
the control unit and the arithmetic and logic unit
When a program is running it follows these steps
fetch, decode, execute
what is RAM
random-access memory also known as the main memory that hold the sequences of instructions in the programs that are running and the data those programs are using
each byte is assigned a unique number known as
an address
what is seconday storage
a type of memory that can hod data for long periods of time even when there is no power to the computer
what is the most common type of secondary storage
disk drive
what is an input device
information the computer collects from the outside world
what is an output device
information the computer sends to the outside world
what is software
programs that run on the computer
what are the two general categories of software
operating and application
what is a program
a set of instructions a computer follows in order to perform a task
what is an algorithm
a set of well-defined steps for performing task or solving a problem
what is machine language
a computer programming language consisting of binary or hexadecimal instructions that a computer can respond to directly
what is a programming language
a special language used to write computer programs
what are high-level languages
programming language that are closer to human-readability than computer readability.
what is source code
the statements written by the programmer
if the program is free of syntax errors the compiler stores the translated machine language instructions which are called
object code in an object file
what is an IDE
integrated developmental environment, text editor, compile, and debgger
what does portability mean
a program that can be written on one type of computer and then run on many other types of systems
what is a syntax
rules that must be followed when constructing a program
what is a variable
a named storage location in the computers memory for holding a piece of information
What is the programming process
design, creation, testing, and debugging
what is a flowchart
a diagram that shows the logical flow of a program