Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Other simple types -- Keyboard shortcut: 'p'  Next page: Strings -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Expressions, Types, and Functions - slide 28 : 46

Vectors
Vectors in Scheme are heterogeneous array-like data structures of a fixed size
The main difference between lists and vectors is the mode of access and the mode of construction