write the letter of its corresponding definition from the list below. There is o
ID: 3713331 • Letter: W
Question
write the letter of its corresponding
definition from the list below. There is only one correct answer for each term.
precedence, statement, expression,
relational, operator, parameter, main,
function, prototype, library, algorithm,
Definitions:
A) The smallest unit of information (and
therefore of computer memory) that
represents values one or zero.
B) An operator which compares the values
of two operands and returns a boolean
(true or false) result.
C) A value or variable provided to a function
when it is called.
D) A function which is a member of a class.
E) An attribute of a name. The range
within a program over which a name
is known.
F) An identifier used to designate entities
such as variables, functions, classes or
objects. Should follow the standard
naming rules.
G) The smallest increment of computer
code which can carry out a task. Also
called an instruction.
H) The top level function in a program.
There is only one, and program execution
always starts here.
I) A file typically containing type, class
and/or standalone function declarations,
as well as constants, with little
or no active code, designed to be included
in code files that are clients of
the declared types, classes or functions.
J) A specification consisting of the return
type, the function name and a parameter
list in parentheses that appears in
both function declarations and definitions.
K) The name given to an argument in a
function implementation.
L) The fundamental module of code, it
may return a value or void.
M) A package of data, which goes by a single
name, every value of which is of the
same type. Individual elements are accessed
using an index.
N) A combination of variables, constants,
operators and functions which is progressively
evaluated an operation at a
time until it is reduced to a final value.
O) The default calling mechanism in C++
and C whereby only the value of an
argument is passed when a function is
called.
P) A word which is part of the built-in vocabulary
of a computer language and
thus may not be used by programmers
to name variables, functions or objects
Q) A step-by-step procedure for solving a
problem.
R) A logical expression, that is one that
evaluates ultimately to true or false.
S) A constant which is typed directly into
the code such as 3, 3.14159, or “hello
world”.
T) A large body of standard code which
may be included piecemeal into programs
as needed.
U) A number which denotes the location
of a piece of data within memory.
V) The top level function in a program
where program execution always starts.
W) A condition that describes the states
where it is acceptable to call a function.
X) A set of rules to govern the order of operations
based on the types of operators
being used.
Explanation / Answer
Here are your answers
A . Bit . Bit represents the smallest amount of information a cpu can hold (0 or 1 ) .
B. Relational
C. Parameters . PArameters are agruments passed to function when its been called to another function or program.
D. Method
E. Scope
F. Keywords
G.Statement
H. main
I. Header Files
J.prototype.
K. Parameter
L. Function
M. Array.
N. Expression
O.Pass by value.
P. Reserved Keywords
Q. Algorithm
R. boolean Expression
S. Literal
T. Library
U. Reference
V. main
W. Race condition
X. Operator Precedence
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.