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 does a black box test do?

  1. Test system performance

  2. Test the security of a system

  3. Test the external behavior of a system

  4. Test the internal behavior of a system

The correct answer is: Test the external behavior of a system

A black box test is a software testing method that examines the external functionality and behavior of a system without any knowledge of its internal structures or code. This means that the tester does not have access to the source code and is unable to see how the system is programmed. Therefore, options A, B, and D are incorrect as they involve testing aspects that are not related to the external behavior of the system. Black box testing is focused on evaluating the system from the user's perspective and identifying any discrepancies between the expected and actual behavior of the system.