Karel JavaScript
HTML & CSS
Binary & Hex
Search & Sort Method
Disney
100

What is an avenue in Karel World?

A column

100

Which of the following is an example of metadata about a webpage?

The title

100

What color is #FF0000?

Red

100

What is the worst case complexity of selection sort?


O(n2)

100

 In Aladdin, what is the name of Jasmine’s pet tiger?

Rajah

200

How many times should Karel turn left in order to turn right?

3

200

What would be a valid CSS rule for the header color blue?

h1 {

    color: blue;

}


200

Convert 10010001 from unsigned binary to hexadecimal.

91


200

What is the correct searching and sort definition? 


Two array processing techniques that are particularly common are searching and sorting


200

In The Jungle Book who teaches Mowgli about The Bare Necesseties of life?

Baloo

300

What is the correct Karel command for her to move?

Move();

300

What does HTML stand for?

Hyper Text Markup Language


300

What color is#00FF00

Green

300

What is Bubble sorting?

sorting algorithm that repeatedly steps through the list, compares adjacent pairs and swaps them if they are in the wrong order.


300

 What is the name of the boy who owns Buzz Lightyear in the movie Toy Story?

Andy

400

What commands does SuperKarel know that regular Karel does not?

turnAround() and turnRight()

400

What does CSS stand for?

Cascading style sheets

400

Convert 1010101001 from unsigned binary to hexadecimal.


2A

400

What is an ordered array?


an array data structure in which each element is sorted in numerical, alphabetical, or some other order, and placed at equally spaced addresses in computer memory

400

Which Disney princess has a raccoon as a sidekick?

Pocahontas

500

What can be used to teach Karel to turn right?

Functions

500

What HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?


<h1 style="background-color:blue;">Hello</h1>

500

Convert 1100111 from unsigned binary to hexadecimal.

67

500

In what type of scenario will you use selection sort?

When Large values need to be sorted with small keys


500

 In which city is the Disney movie Ratatouille based?

Paris