Chapter 2 Flashcards
<
output operator
compiler
a program that translates course code into object code
compile-time error
errors found by a compiler
cout
standart output stream
executable
a file executed by a computer
function
a named sequence of statements
header
a file that contains definition of terms
IDE
integrated development environment (compiles and links commands)
include
a directive that instructs the computer to make available facilities from a mentioned file
library
a package of code that is meant to be reused by many programs
linker
a program that links translational units and form an executable file
main()
a function, starting point for a program execution
object code
a product of compiler, a computer language code
output
an information provided by a computer program
program
a specific set of ordered operations for a computer to perform