An operating system is a collection (or suite) of programs that manages and controls the computer. Operating systems have many functions: A user interface is a program, or suite of programs that ...
A procedure is run by calling it. To call it, a programmer uses the procedure name and includes any parameters (values) that the procedure needs, for example: SUBROUTINE f_TO_c(temperature_in_f) ...