Search and Sort Methods
Binary & Hexadecimal
HTML & CSS
Karel
Music
100

Which method finds the smallest/largest value and places it in the correct location?

Selection Sort Algorithm

100

What is a pixel?

A single tiny dot, or square, of color in a digital image. 

100

What does a valid HTML tag look like?

<h1>

100

To have Karel turn right, how many times must Karel turn Left?

3 times. 

100

He released an album in 2013 and one of the songs included was "Boyfriend". Who am I?

Justin Bieber

200

Which method searches through a list in order until a value is found?

Sequential/linear Search Algorithm

200

What is the value of 9F16 in binary?

1001 1111

200

What does HTML stand for?

Hyper Text Markup Language

200

What is top down design?

Designing your program by starting with the biggest problem and breaking it down into smaller problems that are easier to solve. 

200

I was on of the main singers in NSYNC, and I left and created my first solo album "Justified". Who am I?

Justin Timberlake

300

Which stands for "binary search order?"

O(log(n))

300

What is the value of F16 in decimal?

1510

300

What is the metadata in a webpage

The title of the webpage

300

Why do we use loops in Javascript

To repeat code for a defined number of times. 

300

I released my first album in 2005, but my first hit single wasn't until 2007, with "Pon De Replay". Who am I?

Rihanna

400

Which stands for "linear search order"?

O(n)

400

What are the 3 color channels that make up a pixel according to the RGB color scheme?

Red, Green, and Blue

400

What does the <br> tag do?

Creates a line break

400

What does the loop look like to make Karel loop 10 times?

for (var i = 0; i < 10; i++){

     move();

}

400

My music failed to sell well in 1979, it wasn't until my album "Off the Wall", one of the hit songs, "Rock With You". Who am I?

Micheal Jackson

500

Which method starts with an array of unsorted elements and takes a random number from the list and calls it the “median” and then compares each number to the median, and if it less than the median it gets placed before, if not then place the number after?

Quick Sort Algorithm

500

What is the range of values (expressed in decimal) that each color channel can have?

A.) 110 - 25610

B.) 010- 25510

C.) 010 - 12710

B.) 010 - 25510

500

What does the table header tag look like?

<th>

500

What does an if/else statement look like in JavaScript?

if (condition) {

    code

} else { 

    code

}

500

I co-wrote on Drakes sophomore album, "Take Care", and then released my own album in 2011. Who am I?  

The Weeknd