Solved

Match the Following Terms with the Correct Definitions

Question 13

Matching

Match the following terms with the correct definitions.

Premises:
Tool used to test programs for errors.
A language that uses symbols and abbreviations known as "op codes."
Parts of computer code that give other programmers an overview of the program and identify the purpose of each section of code.
A language expressed in 1s and 0s that can run directly on the computer processor.
Collections of programming tools designed for specific types of applications or programming languages.
Responses:
software development kits (SDKs)
comments
machine language
assembly language
debugger

Correct Answer:

Tool used to test programs for errors.
A language that uses symbols and abbreviations known as "op codes."
Parts of computer code that give other programmers an overview of the program and identify the purpose of each section of code.
A language expressed in 1s and 0s that can run directly on the computer processor.
Collections of programming tools designed for specific types of applications or programming languages.
Related Questions