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

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;

14 Cards in this Set

  • Front
  • Back
What CPU stand for?
Central Processing Unit
DRAM stands for?
Dynamic Random Access Memory
What's inside the CPU?
The ALU
What does ALU stand for?
Arithmetic Logic Unit
What does the Hard Drive Contain?
All you files; Space incase DRAM is full
What has an input/output?
o Keyboard
o Mouse
o Monitor
o Printer
o Network
What is your Primary Storage?
your memory aka DRAM
What is your Secondary Storage?
Your Hard Drive; cd's tapes, dvds
What is Batch Processing?
send in jobs, they would get scheduled, and you would get your results sent back at some later time.
What is Machine Code?
Instructions (in 1’s and 0’s) that the machine can understand directly
What is Assembly Language?
human readable translation of the machine code
What is an Assembler?
a program that translates Assembly language to machine code
What are High-Level Languages?
a language that is machine-independent that provides programmers a much easier way to program
What is a compiler?
translates, optimize HighLevelLangauge → assembly