Before we jump into a sample exam list question, let's start by looking at how you should represent lists on paper when working paper and pencil questions. The key things to know are
- a list contains multiple values (usually related -- like grades, scores, etc.) -- and it may not say how many there are, instead saying there are "N" -- you should make up an N like 5 and make your own example
- to access a specific item in a list you need to know it's location in the list called the "index"
- the question needs to tell you how the list is indexed -- APCS Principles indexes from 1 to N