Outputs Question and answers
already passed 2025
A _______ error does not prevent the program from running, but causes it to
produce incorrect results. - correct answer Logic
A_____ is a single function that the program must perform in order to satisfy
the customer. - correct answer Software requirement
An_______ is a set of well-defined logical steps that must be taken to perform
a task. - correct answer Algorithm
An informal language that has no syntax rules, and is not meant to be
compiled or executed is called_____. - correct answer Pseudocode
A_______ is a diagram that graphically depicts the steps that take place in a a
program. - correct answer Flowchart
A_____ is a set of statements that execute in order that they appear. - correct
answer Sequence Structure
A_______is a sequence of characters that is used as data. - correct answer
string
A________is a storage location in memory that is represented by a name. -
correct answer Variable