What is a ordered array?
each element is sorted in numerical, alphabetical, or some other order, and placed at equally spaced addresses in computer memory.
What is the value of 9F16 in binary?
1001111100010110
What is the proper format for an HTML tag?
<h1>Content Affected by Tag</h1>
A group of computers that share resources are called what?
server
In which continent is Russia located in?
Europe and Asia
What is the binary search method?
search algorithm that finds the position of a target value within a sorted array.
What is the value of F16 in decimal?
3862
What controls a computer's basic operations?
motherboard
In which continent is the USA located in?
North America
What is bubble sort?
simple sorting algorithm that repeatedly steps through the list, compares adjacent pairs and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.
How many possible values can be created with only 2 bits?
4
Which of the following classifies as metadata about a webpage?
The title of the webpage
What is a network?
An Internet connection
What is the abbreviation for carbon dioxide?
C02
What is selection sort?
specifically an in-place comparison sort. It has O time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort.
How many bits are used to encode a character according to the ASCII encoding scheme?
7 bits
What is a valid CSS rule?
h1 { color: blue;
}
Which component of a computer controls the entire system and is often called the brain of the computer?
CPU
What is the abbreviation for oxygen?
02
What is insertion sort?
Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.
What is a pixel?
it is the smallest controllable element of a picture represented on the screen.
What font color will the following HTML element have after being styled by the given CSS:
<p class="title">My First Paragraph</p>
green
Computer programs and games are called what?
Software
What is the abbreviation for water?
H20