What is an avenue in Karel World?
A column
Which of the following is an example of metadata about a webpage?
The title
What color is #FF0000?
Red
What is the worst case complexity of selection sort?
O(n2)
In Aladdin, what is the name of Jasmine’s pet tiger?
Rajah
How many times should Karel turn left in order to turn right?
3
What would be a valid CSS rule for the header color blue?
h1 {
color: blue;
}
Convert 10010001 from unsigned binary to hexadecimal.
91
What is the correct searching and sort definition?
Two array processing techniques that are particularly common are searching and sorting
In The Jungle Book who teaches Mowgli about The Bare Necesseties of life?
Baloo
What is the correct Karel command for her to move?
Move();
What does HTML stand for?
Hyper Text Markup Language
What color is#00FF00
Green
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.
What is the name of the boy who owns Buzz Lightyear in the movie Toy Story?
Andy
What commands does SuperKarel know that regular Karel does not?
turnAround() and turnRight()
What does CSS stand for?
Cascading style sheets
Convert 1010101001 from unsigned binary to hexadecimal.
2A
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
Which Disney princess has a raccoon as a sidekick?
Pocahontas
What can be used to teach Karel to turn right?
Functions
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>
Convert 1100111 from unsigned binary to hexadecimal.
67
In what type of scenario will you use selection sort?
When Large values need to be sorted with small keys
In which city is the Disney movie Ratatouille based?
Paris