TEC 151 FINAL EXAM QUESTIONS AND
ANSWERS 100% CORRECT
A(n) __________ is a set of instructions that a computer follows to perform a task. -
ANSWER B. Program
The physical devices that a computer is made of are referred to as __________. -
ANSWER Hardware
The part of a computer that runs programs is called____. - ANSWER CPU (central
processing unit)
Today, CPUs are small chips known as ___. - ANSWER Microprocessors
The computer stores a program while the program is running, as well as the data that
the program is working with, in ____. - ANSWER Main Memory
A ___________ variable is declared inside a procedure. - ANSWER local
A variable's ___________ determines the type of information the variable can hold. -
ANSWER data type
A(n) ___________ is information that is being passed to a function. - ANSWER argument
In code, you move the focus to a control with which method? - ANSWER Focus
Data types: Boolean - ANSWER Can only hold true or false.
ANSWERS 100% CORRECT
A(n) __________ is a set of instructions that a computer follows to perform a task. -
ANSWER B. Program
The physical devices that a computer is made of are referred to as __________. -
ANSWER Hardware
The part of a computer that runs programs is called____. - ANSWER CPU (central
processing unit)
Today, CPUs are small chips known as ___. - ANSWER Microprocessors
The computer stores a program while the program is running, as well as the data that
the program is working with, in ____. - ANSWER Main Memory
A ___________ variable is declared inside a procedure. - ANSWER local
A variable's ___________ determines the type of information the variable can hold. -
ANSWER data type
A(n) ___________ is information that is being passed to a function. - ANSWER argument
In code, you move the focus to a control with which method? - ANSWER Focus
Data types: Boolean - ANSWER Can only hold true or false.