Identify an object-oriented programming language.(1 point) Responses Java Java Datalog Datalog Pascal Pascal Lisp

7 answers

The object-oriented programming language from your list is Java.

Which of the following is a correct description of object-oriented programming (OOP)?(1 point) Responses Any language that uses functions and variables is an OOP language. Any language that uses functions and variables is an OOP language. OOP languages are based on machine code segments converted into high-level language objects. OOP languages are based on machine code segments converted into high-level language objects. OOP facilitates encapsulation allowing all the relevant information and functions to be kept in one package. OOP facilitates encapsulation allowing all the relevant information and functions to be kept in one package. OOP facilitates inheritance allowing all objects to access methods from all other classes.

The correct description of object-oriented programming (OOP) is: OOP facilitates encapsulation allowing all the relevant information and functions to be kept in one package.

While inheritance is a feature of OOP, the statement about all objects accessing methods from all other classes is not accurate, as access is typically controlled through visibility modifiers.

How will “bad” instructions help to select the appropriate language?(1 point) Responses This will increase the output of graphics on the screen. This will increase the output of graphics on the screen. Language features have no effect on our problem. Language features have no effect on our problem. Choosing a high-level language is always the right choice. Choosing a high-level language is always the right choice. Instructions are not clear on what to do, instructions in the chosen language are too complex, or instructions do not actually accomplish what they are supposed to.

The correct response is: Instructions are not clear on what to do, instructions in the chosen language are too complex, or instructions do not actually accomplish what they are supposed to.

This reflects how "bad" instructions can affect the selection of an appropriate programming language, as clarity and simplicity are important for effective programming.

What is the overall purpose of a software application?(1 point) Responses Being user-friendly has no impact on solving a problem. Being user-friendly has no impact on solving a problem. All languages work the same. All languages work the same. Graphics do not matter. Graphics do not matter. Answers depend on problem needing to be solved.

The correct response is: Answers depend on the problem needing to be solved.

This reflects the idea that the purpose of a software application is to address specific problems or needs for its users.