CEIS110( Intro to Programming) Latest Final Exam Review 2026 ( With
Solutions), Exams of Computer Science
Bit - ANSWERthe smallest unit of information in a computer
CPU - ANSWERthe most important part of your computer as it actually
executes or runs a program, known today as microprocessors.
RAM - ANSWERRandom Access Memory - Is the primary,
binary - ANSWERMachine language is written in ----and is the only language
the CPU understands and can execute.
Assembly language - ANSWER_________ (also known as a low-level
language)
assembly language - ANSWERThe CPU cannot execute programs written in
_____though, so another program called an assembler is used to translate
, Compiler - ANSWERa program that translates a high-level program into a
separate machine language program that can then be executed at any time.
Executes faster than an interpreted program because it is already translated
into machine language.
IDE - ANSWERcombines several things into one software package that a
programmer will need to create and run a program, like:
a text editor
a compiler or interpreter
testing tools
System software - ANSWERcontrols and manages the basic operations of a
computer
variable - ANSWERis a placeholder used for storing data. The type of data
may be
numerical, string, character, boolean or any other type that the language
supports.
declaring - ANSWERIn order to uniquely identify and keep track of a variable,
we need to give
each variable a name; this is called _______a variable (variable
declaration). It is a good idea to use meaningful names for variables. For
example
Solutions), Exams of Computer Science
Bit - ANSWERthe smallest unit of information in a computer
CPU - ANSWERthe most important part of your computer as it actually
executes or runs a program, known today as microprocessors.
RAM - ANSWERRandom Access Memory - Is the primary,
binary - ANSWERMachine language is written in ----and is the only language
the CPU understands and can execute.
Assembly language - ANSWER_________ (also known as a low-level
language)
assembly language - ANSWERThe CPU cannot execute programs written in
_____though, so another program called an assembler is used to translate
, Compiler - ANSWERa program that translates a high-level program into a
separate machine language program that can then be executed at any time.
Executes faster than an interpreted program because it is already translated
into machine language.
IDE - ANSWERcombines several things into one software package that a
programmer will need to create and run a program, like:
a text editor
a compiler or interpreter
testing tools
System software - ANSWERcontrols and manages the basic operations of a
computer
variable - ANSWERis a placeholder used for storing data. The type of data
may be
numerical, string, character, boolean or any other type that the language
supports.
declaring - ANSWERIn order to uniquely identify and keep track of a variable,
we need to give
each variable a name; this is called _______a variable (variable
declaration). It is a good idea to use meaningful names for variables. For
example