Prepare for the A Level Computer Science OCR Exam with essential tips and insights! Tailored quizzes, comprehensive resources, and effective study strategies await you. Get ready to ace 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.


In flowchart notation, a parallelogram is used to represent what?

  1. Process

  2. Decision

  3. Input/Output

  4. Start/End

The correct answer is: Input/Output

In flowchart notation, a parallelogram is specifically used to represent input and output operations. This includes any action where data is being received (input) or sent (output), such as reading user input from a keyboard or displaying results on a screen. The choice of a parallelogram for these operations is standard in flowcharting because it visually distinguishes input/output processes from other types of operations, such as processes represented by rectangles, and decisions represented by diamonds. By using distinct shapes for different actions, flowcharts allow for clearer understanding and comprehension of the flow of information and logic in a given system or algorithm. This consistent use of shapes in flowcharts makes it easier for anyone reading the chart to quickly identify the types of actions being performed, contributing to effective communication of the overall logic and structure.