Searches and Sorts
Algorithm Basics
Programming Basics
Operators
100

What search is better for a sorted list?

Binary search  

100

What is an algorithm?

A sequence of steps to achieve a certain goal

100

What is digital data stored as?

Binary

100

What is an example of a logical operator?

Not,and,or operators 

200

What are the different types of sorting algorithms?

Bubble, merge, and bucket sort

200

What is pseudocode? 

A mixture of English and code to write down an algorithm for a program

200

What control statements do you use for iterative execution?

Loops
200

What are some comparative operators?

>,<,= operators 

300

What is one of the best sorting algorithms for large data sets?

Merge sort because of the time efficiency 

300

What is sequential algorithm?

A computing technique where operations are performed in an order and one at a time

300

What control statements do you use for conditional execution?

If, then, else statements 

300

Can the "+" operator be used for strings?

Yes, in most programming languages 
400

What's the equation for estimating the number of guesses needed with binary search?

Y = log 2 (x)

400

How do you measure the efficiency of an algorithm?

The complexity of time and space

400

What is procedural abstraction?

It is a method of using the same code more than once, but only having one procedure to represent multiple code

400

What is the modulo operator? 

Modulus is a constant factor or ratio that is divided from the formula until you get the remainder which is the answer