Solved

Match Each Item with a Statement Below

Question 1

Matching

Match each item with a statement below:

Premises:
The value of an object's attributes at any point in time
A request for input that appears at the beginning of the command line
Adding when you should be multiplying
The line on which you type a command in a system that uses a text interface
Any combination of spaces, tabs, and carriage returns (blank lines)
The description of interaction between a method and an object
A series of characters that will be used exactly as entered
The rules of a high-level programming language
The ability to extend a class to create a more specific class
Responses:
logical error
literal string
syntax
whitespace
command prompt
state of an object
interface
inheritance
command line

Correct Answer:

A series of characters that will be used exactly as entered
literal string
The value of an object's attributes at any point in time
state of an object
A request for input that appears at the beginning of the command line
command prompt
Any combination of spaces, tabs, and carriage returns (blank lines)
whitespace
The line on which you type a command in a system that uses a text interface
command line
The description of interaction between a method and an object
interface
The rules of a high-level programming language
syntax
The ability to extend a class to create a more specific class
inheritance
Adding when you should be multiplying
logical error
Related Questions