translators Flashcards
1
Q
compilers
A
-translates all of the source code at the same time
-only needed once to create the executable file
-returns a list of errors for the entire program once compiling is complete
-once compiled the program runs quickly
-compiling can take a long time