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

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;

11 Cards in this Set

  • Front
  • Back

Computation does what?

Models, Represents, Manipulates and Transforms information

What is Calculation?

A type of computation that uses numbers

What are some examples of types of information?

Numbers, strings, text, images

What can computation be used for?

Computation can be used for problem solving, by creating an application to do so

What do computers do with computations?

Computers perform computations in an application to solve a problem

What is an example programming language?

Python

Can computers execute programs?

No, programs are too high level for computers to execute

What do computers execute?

Machine instructions

What does a computer require to execute a program?

A computer requires a translator to turn high level instructions into machine instructions

How does a compiler work?

A compiler works by translating an entire program into machine instructions, which are then executed to perform the entire computation

How does an interpreter work?

An interpreter works by translating part of the program, which then executed, and loops over this process until the program is complete