logo

Question detail

Which statement correctly compares the two paradigms?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Programming paradigms

Exam-style question

Try this first

Which statement correctly compares the two paradigms?.

  1. A.Procedural programming focuses on procedures, while object-oriented programming focuses on objects containing data and related operations
  2. B.Procedural programming cannot use functions, while object-oriented programming must use only functions
  3. C.Object-oriented programming cannot process data, while procedural programming can
  4. D.The two paradigms have exactly the same organisation and differ only in programming language

Model answer

What a good answer should say

  • Procedural programming focuses on procedures, while object-oriented programming focuses on objects containing data and related operations

Explanation

Why this works

The paradigms differ in how a program is organised: procedures are central to the procedural approach, whereas objects and their associated data and operations are central to the object-oriented approach.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.