• 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/13

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;

13 Cards in this Set

  • Front
  • Back
computer program
Series of instructions that directs computer to perform tasks
Programming language
used to communicate instructions
Low-level language

*Machine-dependentruns only on one type of computer


*Machine and assembly languages are low-level

High-level language

Often machine-independentcan run on many different types of computers and operating systems

machine language

*Only language computer directly recognizes *Uses a series of binary digits (1s and 0s) with a combinationof numbers and letters that represent binary digits

assembly language

Instructions made up of symbolic instruction codes, meaningful abbreviations and codes

Source program

contains code to be converted to machine language

procedural language

*Programmer writes instructions that tell computer what to accomplish and how to do it


*Uses series ofEnglish-like words to write instructions


*Often called third-generation language (3GL)

compiler

Program that converts entire source program into machine language before executing it

interpreter

*Program that translates and executes one program code statement at a time


*Does not produce object program

COBOL

*Designed for business applications


*English-like statements make code easy to read, write, andmaintain


*COmmon Business-Oriented Language

C

*Powerful language originally designed to write systemsoftware


*Requires professional programming skills

object-oriented programming (OOP) language

Used to implementobject-oriented design