Dania runs a small online store that sells sculptures that she makes. She decides to track what her visitors enter into the search box and then make sculptures that match what customers are searching for. In this process, how is she treating data?

Responses

as a liability

as portable

as customary

as an asset

9 answers

Dania is treating data as an asset. By tracking what her visitors enter into the search box, she is using that information to understand customer preferences and create sculptures that match their interests, thereby potentially increasing her sales and improving her business strategy.

If the number BDB76B is used to describe a color in a computer program, which number system is being used?

Responses

binary

decimal

hexadecimal

Roman numerals

The number BDB76B is being used in the hexadecimal number system. Hexadecimal uses digits from 0-9 and letters A-F (or a-f) to represent values, where A represents 10, B represents 11, C represents 12, D represents 13, E represents 14, and F represents 15. The presence of letters in the number indicates it is hexadecimal.

Ajani uses a web browser to search for “winter sweaters” on his laptop. Later, he is playing a game on his phone and an ad showing eight sweaters appears. This might be a coincidence, but it is more likely that his web browser did which of the following?

Responses

input-output allocation

binary conversion

stepwise refinement

data mining

Ajani's web browser likely engaged in data mining. Data mining involves analyzing large amounts of data to identify patterns and trends, which can include tracking user search queries and interests to provide targeted advertisements. In this case, the ad for sweaters that appeared on his phone is likely a result of the browser mining data from his previous searches.

Wendy wants to learn how to write a computer program that can get the dimensions of a rectangle from the user and then tell the user what the area of the rectangle is. Which of these should Wendy research?

Responses

binary code for area

algorithms for finding the area

input devices for area determinations

the area of the Internet of Things

Wendy should research algorithms for finding the area. An algorithm is a step-by-step procedure for calculations, which in this case would involve obtaining the dimensions of the rectangle from the user and then calculating the area based on those dimensions.

As a prank, Mel pulls off the “E” and “I” keys from her sister’s laptop and puts each one in the other’s place. Her sister doesn’t notice the switched keys because she knows how to type without looking at the keyboard. When her sister later types what she thinks is the word “ice,” what will appear on the screen?
Responses:

ice

eci

EcI

IcE

When her sister types what she thinks is the word “ice,” because the “E” and “I” keys have been switched, the actual output on the screen will be eci. The "I" key will produce an "E," and the "E" key will produce an "i," resulting in “eci.”