Y7

6m: Describe the need for lists

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
addputting a new value into a list
indexthe position in a list to look at or change
iterategoing through each value stored in a list to search for or process data
lista data structure which can store more than one value in a specific order
lookupgetting a value from a list at a specific index
modifychanging a value stored in a list
removedeleting a value from a list
searchfinding data by iterating through each value stored in a list and checking if it matches what you're looking for
sortarranging the values stored in a list so that they are in order
Keyword games:
Resources: