Recall Qs Flashcards
What does assembling source code mean?
.
What is an operating system?
.
What is source code?
.
What does ‘linking’ a file do?
.
What is a command? What two components is it usually comprised of?
Argument, command name
How are comments indicated in an assembly language program?
.
What is the difference between an assembly language, machine code, and high level programming languages?
.
What is an assembler directive? (AKA pseudo operator)
.
What does a symbol in assembly language mean?
.
What is UNIX?
.
What three components make up unix?
Kernel, shell, programs
What is a kernel?
,
What is a shell?
A shell is a program that exposes an OS service to a human user/ other program
What is batch processing?
,
What is the difference between virtual and physical memory? Why does it exist?
.