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 programming language is used to create websites?

  1. Assembly

  2. HTML

  3. C++

  4. C#

The correct answer is: HTML

HTML, or HyperText Markup Language, is the most commonly used programming language for creating websites. Assembly language (option A) is a low-level language that is primarily used for hardware programming. C++ (option C) and C# (option D) are high-level languages typically used for software development. While C++ and C# can be used for web development, they are not as commonly used as HTML. Therefore, they are not the best choice for creating websites.