Ask Question
7 August, 03:53

John recently worked on a project about various programming languages. He learned that though procedural language programs are useful, they have disadvantages too. What is a disadvantage of programs written in procedural languages? A. Programs do not represent data complexity. B. Programs take more time to execute. C. Programs are prone to security threats. D. Programs do not interface with multiple platforms.

+3
Answers (1)
  1. 7 August, 06:27
    0
    Option A Programs do not represent data complexity.

    Explanation:

    In procedural languages like C, it doesn't support object oriented design that could encapsulate data in an object that entails a set of relevant attributes and methods which can represent an entity in real life better. This means the procedural language is limited by creating an object-like data structure that can represent data complexity. The procedural language only support the running a program by following a set of instructions in order.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “John recently worked on a project about various programming languages. He learned that though procedural language programs are useful, they ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers