Search and Sorts methods
Binary and hexadecimal
Html and CSS
Computing Systems
Random Questions
100

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.

100

What is the value of 9F16 in binary? 

1001111100010110

100

What is the proper format for an HTML tag?

<h1>Content Affected by Tag</h1>

100

A group of computers that share resources are called what?

 server

100

In which continent is Russia located in?

Europe and Asia

200

What is the binary search method?

 search algorithm that finds the position of a target value within a sorted array.

200

What is the value of F16 in decimal?

3862

200

What is the domain of a URL?

200

What controls a computer's basic operations?

motherboard

200

In which continent is the USA located in?

North America

300

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.

300

How many possible values can be created with only 2 bits?

4

300

Which of the following classifies as metadata about a webpage?

The title of the webpage

300

What is a network?

An Internet connection

300

What is the abbreviation for carbon dioxide?

C02

400

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.

400

How many bits are used to encode a character according to the ASCII encoding scheme?

7 bits

400
  • What is a valid CSS rule?

h1 {    color: blue;
}

400

Which component of a computer controls the entire system and is often called the brain of the computer?

CPU

400

What is the abbreviation for oxygen?

02

500

What is insertion sort?

Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

500

What is a pixel?

it is the smallest controllable element of a picture represented on the screen.

500
  • What font color will the following HTML element have after being styled by the given CSS:

<p class="title">My First Paragraph</p>

green

500

Computer programs and games are called what?

Software

500

What is the abbreviation for water? 

H20

M
e
n
u