Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.29 KB

File metadata and controls

28 lines (18 loc) · 1.29 KB

Chapter 8.2. Practical Exam Preparation – Part II

In this chapter we will review a sample final revision that covers the material studied in the current book.

Types of Exam Problems

Traditionally, the admission exam at SoftUni consists of 6 practical problems in programming of the following types:

  • Simple problems (no conditions).
  • A problem with a single condition.
  • A problem with more complex conditions.
  • A problem with a single loop.
  • A problem with nested loops (drawing a figure on the console).
  • A problem with nested loops and more complex logic.

The Exam Problems

Let's examine a real exam topic, the problems it contains and their solutions. We are given 6 problems: