Information Systems and Computer Applications CLEP Prep Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the CLEP Information Systems & Computer Applications Exam with flashcards and multiple-choice questions. Each question comes with hints and explanations to help you succeed. Master the content and pass your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is object-oriented programming?

  1. A programming technique that uses objects

  2. A type of programming language

  3. A modular programming concept

  4. A scripting language

The correct answer is: A programming technique that uses objects

Object-oriented programming is a specific programming technique in which programs are built using data structures called objects that contain data in the form of attributes and code in the form of methods. These objects can interact with each other to perform specific tasks. Option B is incorrect because object-oriented programming is not a language itself, but rather a programming approach that can be used in various languages. Option C is incorrect because while object-oriented programming does promote modularity, it is not the defining feature of this approach. Option D is incorrect because scripting languages are not necessarily object-oriented.