translators Flashcards
(14 cards)
What is a translator
A computer program
What does a translator do do
Translates program into machine code)
What is machine code
code made of 0s and 1s (binary)
What is source code
original code written by programmer
What is object code
the result of translating source code
is assemby low or high lvl
low
does assembly codew need transting
yh
list the parts of the little man puter parts
input, output, RAM, program counter, ALU, accumulator
What does the input do
takes the input
what does output do
outputs processed information
what does RAM do
stores instructions and data
what does the program counter do
stores the address of the next instruction
what does the ALU(arithmetic logic unit) do
does all calculations (mathematical and logical)
accumulator
stores the results of the last calculation