pseduocode Flashcards
what’s a data type
a classification attributed to an item of data, which determines the type of value it can take and how it’s used
what’s an identifier
a unique name applied to an item of data
what’s linear search
a method of searching in which each element of an array is checked in order to
what’s bubble sort
a method of sorting data in an array into alphabetical or numerical order by comparing items in pairs and swapping them if they’re in the wrong order
what’s a composite data type
a type of data type constructed using several of the basic data types available in a particular programming language
what’s a record
a composite data type comprising several related items that may be of diff data types