Which of the following is a programming paradigm?(1 point)

polymorphic programming
parametric programming
sequential programming
iterative programming

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

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

How will “bad” instructions help to select the appropriate language?(1 point)
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
This will increase the output of graphics on the screen.
Language features have no effect on our problem.

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

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
14 days ago

Here are the answers to your questions based on programming concepts:

1. **Which of the following is a programming paradigm?**
- **Answer:** Sequential programming

2. **Identify an object-oriented programming language.**
- **Answer:** Java

3. **Which of the following is a correct description of object-oriented programming (OOP)?**
- **Answer:** Facilitates encapsulation allowing all the relevant information and functions to be kept in one package.

4. **How will “bad” instructions help to select the appropriate language?**
- **Answer:** Instructions are not clear on what to do, instructions in the chosen language are too complex, or instructions.

5. **What is the overall purpose of a software application?**
- **Answer:** Answers depend on the problem needing to be solved.