Now Calculating … The Famous Algorithms Quiz

Estimated Completion Time
2 min
Now Calculating … The Famous Algorithms Quiz
Image: Mana Vatsyayana/Getty

About This Quiz

Algorithms bring order to chaos, providing a clear path to accomplish a task, with applications far beyond math and computer science. Take our quiz to see how much you know about the famous algorithms that shape our world.
Which of the following algorithms sorts a list of data by first dividing it in half?
bubble
binary
linear
Correct Answer
Wrong Answer

A binary search algorithm sorts by dividing a list in half, while a linear algorithm sorts the list one item at a time.

Advertisement

What is another name for a bin sort?
bubble
merge
bucket
Correct Answer
Wrong Answer

A bin, or bucket function, sorts numbers into buckets, then gathers them back together in order.

Advertisement

A merge sort works by joining two unrelated lists, then separating them once again.
TRUE
FALSE
Correct Answer
Wrong Answer

A merge algorithm divides an unsorted array into two equal lists, then recombines then so that the entire list is in order.

Advertisement

Hashing is a type of sorting algorithm.
TRUE
FALSE
Correct Answer
Wrong Answer

Hashing is used in encryption and serves as a way to create a hard-to-crack summary of a given number or value.

Advertisement

What is the Doomsday algorithm used for?
determining the day of the week
determining when the world will end
determining when a given amount of money will run out
Correct Answer
Wrong Answer

The Doomsday algorithm allows you to quickly and easily determine what day of the week a given date took place on.

Advertisement

What is Google's famous search algorithm called?
PageRank
Googolplex
Apple
Correct Answer
Wrong Answer

PageRank, which Google searches are based on, started as a research project by two Ph.D. candidates at Stanford.

Advertisement

PageRank is named after the pages it ranks during a search.
TRUE
FALSE
Correct Answer
Wrong Answer

PageRank is named after Larry Page, one of the founders of Google. The algorithm determines search rank based on things like the number and importance of backlinks.

Advertisement

What was the name of Google's infamous algorithm update in 2011?
Panda
Polar
Calico
Correct Answer
Wrong Answer

The Panda algorithm update was designed to lower the rank of poor-quality sites during a Google search.

Advertisement

What name did Google give its major 2012 algorithm update?
Polar
Seal
Penguin
Correct Answer
Wrong Answer

The 2012 Penguin update was designed to penalize "black hat" techniques by web designers.

Advertisement

What does cRTP stand for?
Compressed Real-Time Protocol
Continuous Revolution Timed Planning
Compressed Repetition Timing Protocol
Correct Answer
Wrong Answer

Cisco's Compressed Real-Time Protocol is used to compress data into smaller packages.

Advertisement

What is the MP3 algorithm used to do?
compress video files
compress music files
neither
Correct Answer
Wrong Answer

MP3 compresses music and was created in 1992. Its creator used Suzanne Vega's acapella version of "Tom's Diner" while creating the algorithm.

Advertisement

How much does MP3 compress sound?
by a factor of 2
by a factor of 6
by a factor of 12
Correct Answer
Wrong Answer

MP3 compresses sound by a factor of 12 without degrading sound quality.

Advertisement

SUITE B is a cryptography algorithm used by the NSA.
TRUE
FALSE
Correct Answer
Wrong Answer

The SUITE B algorithm allows users to share encrypted data quickly and safely.

Advertisement

How many items are sorted at once during a bubble sort?
none
two
four
Correct Answer
Wrong Answer

A bubble function sorts data or numbers two at a time in order, so that only the most recent two items on the list are in play at any one time.

Advertisement

What is IBM's CRUSH algorithm used for?
agriculture
accounting
crime fighting
Correct Answer
Wrong Answer

The Criminal Reduction Utilizing Statistical History, or CRUSH algorithm, reduced violent crime in Memphis by 15 percent from 2006 to 2010.

Advertisement

What does Dijkstra's algorithm do?
find the shortest path between two nodes
multiply large numbers very quickly
find the greatest common divisor between two numbers
Correct Answer
Wrong Answer

Dijkstra's algorithm finds the shortest path between two nodes, or points.

Advertisement

A* is an improvement upon Dijkstra's algorithm.
TRUE
FALSE
Correct Answer
Wrong Answer

The A* algorithm is a more elegant improvement upon Dijkstra's algorithm when finding the shortest path between two points.

Advertisement

What was the first song to use the Auto-Tune algorithm?
"One More Time" by Britney Spears
"Baby" by Justin Bieber
"Believe" by Cher
Correct Answer
Wrong Answer

The 1998 "Believe" relied heavily on Auto-Tune, an algorithm inspired by those used to study seismic activity.

Advertisement

A shell sort is a type of insertion sort.
TRUE
FALSE
Correct Answer
Wrong Answer

A shell sort is a form of insertion sort where elements cover gaps of several positions as they are sorted.

Advertisement

When did Euclid draft his "Elements?"
3,000 B.C.E.
300 B.C.E.
300 C.E.
Correct Answer
Wrong Answer

Greek scholar Euclid published one of the first known algorithms in his "Elements" in 300 B.C.E.

Advertisement

What does the Euclidean algorithm help us find?
square root
greatest common divisor
shortest path between points
Correct Answer
Wrong Answer

The Euclidean algorithm is used to find the greatest common divisor between two points by dividing and calculating remainders.

Advertisement

What is the Karatsuba algorithm used for?
multiplication
compression
sorting
Correct Answer
Wrong Answer

The Karatsuba algorithm is used to multiply large numbers very quickly.

Advertisement

What does RANSAC stand for?
Random Sample Consensus
Random Sample Compression
Random Sound Cancellation
Correct Answer
Wrong Answer

RANSAC, or Random Sample Consensus, is used to estimate data sets that contain outliers.

Advertisement

RSA encryption is named for its creators.
TRUE
FALSE
Correct Answer
Wrong Answer

RSA is named for Rivest, Shamir and Adleman, who created this widely-used cryptography algorithm in 1977.

Advertisement

The TCP/IP algorithm was critical in the creation of the Internet.
TRUE
FALSE
Correct Answer
Wrong Answer

Transmission Control Protocol/Internet Protocol played a critical role in the creation and implementation of the Internet.

Advertisement

Which of the following is used to control traffic congestion on TCP/IP?
Naple's algorithm
Nagle's algorithm
Nala's algorithm
Correct Answer
Wrong Answer

Nagle's algorithm controls traffic congestion on a network by limiting the size of the TCP.

Advertisement

FFT stands for Fast Fourier Transform.
TRUE
FALSE
Correct Answer
Wrong Answer

FFT, or Fast Fourier Transform, is one of the most important algorithms of the 20th century.

Advertisement

Quick sort is actually one of the longest and time-consuming sorting algorithms.
TRUE
FALSE
Correct Answer
Wrong Answer

Quick sort, which sorts by dividing data into smaller sublists before merging the lists back together, is one of the fastest sorting algorithms, but is relatively unstable.

Advertisement

Which of the following is key to the Naïve Bays algorithm?
compression
independence
speed
Correct Answer
Wrong Answer

Naïve Bays is a group of algorithms in which every element is assumed to be completely independent of every other element.

Advertisement

Ada Lovelace wrote the first computer algorithm way back in the middle of the 19th century.
TRUE
FALSE
Correct Answer
Wrong Answer

The young Mrs. Lovelace — daughter of Lord Byron — wrote the first computer algorithm for computer-creator Charles Babbage back in the 19th century, at a time when women were discouraged from such pursuits.

Advertisement

You Got:
/30
Mana Vatsyayana/Getty