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 type of language is Visual Basic?

  1. Perl

  2. Assembly

  3. Object-oriented

  4. Event-driven

The correct answer is: Event-driven

Visual Basic is an event-driven language, meaning that the code is executed based on user actions or system events. Perl and Assembly are incorrect because they are both completely different programming languages that have different syntax and purposes compared to Visual Basic. Perl is an interpreted language often used for web development, while Assembly is a low-level language used for programming hardware devices. Object-oriented is also incorrect because while Visual Basic does support some features of object-oriented programming, it is primarily considered a structured programming language. This means that the code is organized into small, manageable modules instead of objects and classes like in object-oriented programming.