An error that occurs because of invalid statements in the code.
What is a syntax error?
A Type of Data compression that allows for the complete reconstruction of the data
What is lossless compression?
A data type made up of characters.
What is a string?
A global network of interconnected computers.
What is the internet?
The division of technology resources.
What is the digital divide?
The action of working with someone to produce or create something.
What is collaboration?
The data that provides data about other data.
What is meta data?
What is a linear search?
A data protocol that prioritized speed and efficiency.
What is UDP?
The following are all examples of this:
Social Security number, address, phone number, full name.
What is PII?
The resulf of the following program:
result <-- 3
REPEAT 3 Times
result <-- result * 5
Display (result)
What is 375?
The decimal equivalent of the binary number 01110101.
What is 117?
The output of the following code:
r <- 1
s <- 2
t <- 3
r <- s
s <- t
Display(r)
Display(s)
What is:
2
3
A type of computation in which calculations or processes are carried out simultaneously.
What is parallel processing?
The unintentional skewing of training or data based on personal experience or thoughts.
What is bias?
The three major building blocks of algorithms.
What is sequencing, selection and interation?
76 in Binary.
what is 1001100?
A heuristic approach.
What is an approach that involves a quick solution that may not be the most efficient?
The ability for systems to maintain proper operation in the event of a failure.
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?
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?
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.
The output of the following code:
What is 3 4?
The data transmitted, along with meta data containing information used to route the data.
What is the contents of an internet packet?
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?