Created by Luther Matawan
almost 7 years ago
|
||
Question | Answer |
Abstraction | The process of separating and filtering out ideas and specific details that are not needed. |
Algorithm | A sequence of logical instructions for carrying out a task in computing. |
Binary Search | A faster method of searching in which the data being searched is halved with every step. |
Bubble Sort | A sorting algorithm that repeatedly passes through a list to be sorted comparing and swapping items that are in the wrong order. |
Bucket Sort | A sorting algorithm that separates data into different collections called buckets which are filled with data and then sorted. |
Want to create your own Flashcards for free with GoConqr? Learn more.