Computer Applications
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach
OOP Intro Java
20 Likes
Answer
Top-down approach
Reason — Procedure-Oriented Programming (POP) follows a top-down approach, where a problem is broken down into smaller subproblems or functions. The program starts with the main function, which calls other functions as needed to complete specific tasks.
Answered By
11 Likes
Related Questions
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
Which of the following is a Procedure Oriented Programming language?
- Java
- C++
- Pascal
- Eiffel
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL
Which OOP principle enables operating a TV set using a remote control without knowing its internal mechanism ?
- Data Abstraction
- Encapsulation
- Insulation
- Inheritance