Creative Development
Data
Algorithms and Programming
Computer Systems and Networks
Impact of Computing
100

An error that occurs because of invalid statements in the code.

What is a syntax error?

100

A Type of Data compression that allows for the complete reconstruction of the data

What is lossless compression?

100

A data type made up of characters.

What is a string?


100

A global network of interconnected computers.

What is the internet?

100

The division of technology resources.

What is the digital divide?

200

The action of working with someone to produce or create something.

What is collaboration?

200

The data that provides data about other data.

What is meta data?

200
A search algorithm in which you start at the front of a list and check each consecutive value.

What is a linear search?

200

A data protocol that prioritized speed and efficiency.

What is UDP?

200

The following are all examples of this:

Social Security number, address, phone number, full name.

What is PII?

300

The resulf of the following program:

result <-- 3

REPEAT 3 Times

    result <-- result * 5

Display (result)

What is 375?

300

The decimal equivalent of the binary number  01110101.

What is 117?

300

The output of the following code:

r <- 1

s <- 2

t <- 3

r <- s

s <- t 

Display(r)

Display(s)

What is: 

2

3


300

A type of computation in which calculations or processes are carried out simultaneously.

What is parallel processing?

300

The unintentional skewing of training or data based on personal experience or thoughts.

What is bias?

400

The three major building blocks of algorithms.

What is sequencing, selection and interation?

400

76 in Binary.

what is 1001100?


400

A heuristic approach.

What is an approach that involves a quick solution that may not be the most efficient?

400

The ability for systems to maintain proper operation in the event of a failure. 

What is fault tolerance?
400

Small blocks of data created by a web server when a user is browsing that are put on the users device.

What is a cookie?

500

The output of the following code:

PROCEDURE printNums(max) {

  count ← 1

  REPEAT UNTIL(count > max) {

       DISPLAY(count)

       count ← count + 2

   }

}


What are the odd values from 1 to max?

500

The correct order from least to greatest of the following values:

Binary - 1011

Binary - 1101

Decimal - 5

Decimal - 12

What is:

5, 1011, 12 and 1101.

500

The output of the following code:

What is 3 4?

500

The data transmitted, along with meta data containing information used to route the data.

What is the contents of an internet packet?

500

Purchasing a single-user copy of a photo editing software and downloading it on every computer in the computer lab is an example of this.

What is unethical computing?

M
e
n
u