Intro to Computer Science – Oberlin College

Unlock all answers in this set

Unlock answers
question
Programming Language
answer
a language that humans can easily work with, but can be translated into the simple instructions that can be followed by a computer
question
Compiled Language
answer
a language that can be converted into machine code
question
Compiler
answer
program that converts the compilable program into machine code, producing an executable program
question
Executable Program
answer
a program that runs directly on the machine
question
Interpreted Program
answer
not converted into machine code; instead are run through an interpreter
question
Interpreter
answer
executes a program one statement at a time in the same way a computer would if it could understand the language the program is in. Needed every time a program is run
question
Definite loop
answer
a loop that will execute a definite number of times
question
loop
answer
a block of code that a program will execute over and over until some condition is met
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New