A number system that is in base 16, uses 0-9 and A-F.
What is Hexadecimal?
This is a data type that only stores values of “true” or “false”
What is Boolean?
Filters ingoing and outgoing internet traffic to ensure the safety of the user.
What is a firewall?
This storage unit is made of eight bits.
What is a byte?
This consists of software, hardware, os, and user problems
What are the four types of computer problems?
A base 2 number system commonly used in computers.
What is binary?
This data type only stores a single character.
What is char?
A copy of data stored somewhere else in case of a problem for restoration purposes.
What is a backup?
The unit of storage that is equal to 1000 MB.
What is a Gigabyte?
The first step to take when troubleshooting.
What is duplicating the problem?
Write down the number. Subtract it by the first largest number starting from the left. If it’s subtractable, type in a “1." If it’s not subtractable, type in a “0."
What is the correct process of converting to binary?
The process of translating data to make it usable for the system.
What is processing?
Protects a work from being recreated for various purposes
What is copyright?
This is the number of processes that a CPU can complete in a second.
What is Hertz (Hz)?
The most important step in troubleshooting and helps with solving problems in the future.
What is documentation?
Unicode is the standard that represents letters of many languages and mathematical symbols whereas ASCII is limited to a few characters such as uppercase and lowercase letters and digits(0-9).
What is one of the main differences between ASCII and a Unicode?
Outside devices that are connected to the computer that someone uses to do things like type and draw.
What are input & output devices?
Keeps the rights of a work to their creator for a set period of time
What is a patent?
A common measurement of data speed, often used with modems and transmission.
What is bps?
This test involves turning the computer off and back on again. It checks for hardware problems before booting.
What is the POST test?