17.0k views
2 votes
Which term best describes these lines?

count = 0

loop through list

if “basketball” is found

add one to count

output count

Python 3 code
selection program
pseudocode
sequential program

User Makariy
by
5.2k points

1 Answer

3 votes
The term best describing these lines is called pseudocode. Essentially a “text-based” detail (algorithmic) design tool.
User Mattisdada
by
5.0k points