CSP EXAM PREP TESTED QUESTIONS WITH
ACCURATE ANSWERS FULLY UPDATED 100
PERCENT
◉ Code segment. Answer: a collection or program statements that is
part of a program
◉ Behavior (of a program). Answer: how a program functions during
execution and is often described by how a user interacts with it
◉ Program inputs. Answer: data sent to a computer for processing by
a program. __(term)__ can come in a variety of forms, such as tactile,
audio, visual, or text
◉ Event. Answer: associated with an action and supplies input data to
a program (key pressed, mouse clicked, program started, or any other
defined action occurs that affects the flow of execution)
◉ Program outputs. Answer: any data sent from a program to a
device. __(term)__ can come in a variety of forms, such as tactile,
audio, visual, or text
◉ Program documentation. Answer: a written description of the
function of a code segment, event, procedure, or program and how it
was developed
, ◉ Comments. Answer: a form of program documentation written into
the program to be read by people and do not affect how a program
runs
◉ Logic error. Answer: a mistake in the algorithm or program that
causes it to behave incorrectly or unexpectedly
◉ Syntax error. Answer: a mistake in the program where the rules of
the programming language are not followed
◉ Run- time error. Answer: a mistake in the program that occurs
during the execution of a program. Programming languages define
their own __(term)___
◉ Overflow error. Answer: an error that occurs when a computer
attempts to handle a number that is outside of the defined range of
values
◉ Testing. Answer: uses defined inputs to ensure that an algorithm or
program is producing the expected outcomes
◉ Bit. Answer: shorthand for binary digit and is either 0 or 1. Bits are
grouped to represent abstractions, such as numbers, characters, colors,
etc. The same sequence of bits may represent different types of data in
different contexts
ACCURATE ANSWERS FULLY UPDATED 100
PERCENT
◉ Code segment. Answer: a collection or program statements that is
part of a program
◉ Behavior (of a program). Answer: how a program functions during
execution and is often described by how a user interacts with it
◉ Program inputs. Answer: data sent to a computer for processing by
a program. __(term)__ can come in a variety of forms, such as tactile,
audio, visual, or text
◉ Event. Answer: associated with an action and supplies input data to
a program (key pressed, mouse clicked, program started, or any other
defined action occurs that affects the flow of execution)
◉ Program outputs. Answer: any data sent from a program to a
device. __(term)__ can come in a variety of forms, such as tactile,
audio, visual, or text
◉ Program documentation. Answer: a written description of the
function of a code segment, event, procedure, or program and how it
was developed
, ◉ Comments. Answer: a form of program documentation written into
the program to be read by people and do not affect how a program
runs
◉ Logic error. Answer: a mistake in the algorithm or program that
causes it to behave incorrectly or unexpectedly
◉ Syntax error. Answer: a mistake in the program where the rules of
the programming language are not followed
◉ Run- time error. Answer: a mistake in the program that occurs
during the execution of a program. Programming languages define
their own __(term)___
◉ Overflow error. Answer: an error that occurs when a computer
attempts to handle a number that is outside of the defined range of
values
◉ Testing. Answer: uses defined inputs to ensure that an algorithm or
program is producing the expected outcomes
◉ Bit. Answer: shorthand for binary digit and is either 0 or 1. Bits are
grouped to represent abstractions, such as numbers, characters, colors,
etc. The same sequence of bits may represent different types of data in
different contexts