pseduocode Flashcards

1
Q

what’s a data type

A

a classification attributed to an item of data, which determines the type of value it can take and how it’s used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what’s an identifier

A

a unique name applied to an item of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what’s linear search

A

a method of searching in which each element of an array is checked in order to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what’s bubble sort

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what’s a composite data type

A

a type of data type constructed using several of the basic data types available in a particular programming language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what’s a record

A

a composite data type comprising several related items that may be of diff data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly