CS 107 - 6/15/15 C++ compiler - people.uic.edu The intended compiler will be the g++ compiler What is a Computer? an entity that follows a set of given instructions What is Computing? following a set of instructions on a set of input to get a set of output What is a Program? The set of instructions that can be understood by a computer. What is a Programming Language? The syntactic element that define the format that can be understood by a computer. What is an Algorithm? A set of instructions that are used to complete a task. What is Programming? The process of taking an Algorithm, translating it into a Program using a specific Programming Language.