QUESTION IMAGE
Question
match each of the following terms to its definition. (note: match the first group answer with letters from the second group, such as a, b, c, d, e, separated by a comma and one empty space) i. pseudocode ii. error handling iii. source code iv. binary decision v. variable a. program instructions written in a higher - level language b. text - based approach to documenting an algorithm c. item allocated storage space in ram d. managing what a program should do if input data is invalid e. can be answered in only two ways (for example, yes/no)
Pseudocode is a high - level description of a program's logic, so I matches A. Error handling deals with how a program responds to issues like invalid input, so II matches D. Source code is the program instructions written in a high - level language, so III matches A. Binary decision involves two - way answers like yes/no, so IV has no match here. Variable is a named storage location in a program, and there is no direct match for it among the given descriptions in the second group.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
I. A, II. D, III. A, IV., V.