Tech Support Fundamentals Flashcards
(39 cards)
To take a relatively complex system and simplify it for our use.
Abstraction
A series of steps that solves specific problems.
Algorithm
The oldest character encoding standard used is ______. It represents the English alphabet, digits, and punctuation marks.
ASCII
The communication that a computer uses is referred to as ________ system, also known as base-2 numeral system.
Binary System
A group of 8 bits
Byte
Is used to assign our binary values to characters so that we as humans can read them.
Character Encoding
A device that stores and processes data by performing calculations.
Computer
The overarching discipline that covers the practice of coding and hiding messages from third parties.
Cryptography
In the decimal system, there are 10 possible numbers you can use ranging from zero to nine.
Decimal form-base 10 system
The growing skills gap between people with and without digital literacy skills.
Digital Divide
The use of digital technology, like computers and the internet, to store and process data into useful information.
Information Technology
_______ is one of the largest open-source operating systems used heavily in business infrastructure and in the consumer space.
Linux OS
Allow transistors to do more complex tasks, like decide where to send electrical signals depending on logical conditions.
Logic Gates
This means the developers will let other developers share, modify, and distribute their software for free.
Open Source
Allows computing to go mobile.
PDA (Personal Digital Assistant)
A sequence of cards with holes in them to automatically perform calculations instead of manually entering them by hand.
Punch Cards
RGB or red, green, and blue model is the basic model of representing colors.
RGB Model
The most prevalent encoding standard used today.
UTF-8
A program that translates source code into machine code.
Compiler
This gate only has ONE input signal. It takes that input signal and outputs a signal with the opposite binary state.
NOT Gate
This gate involves two input signals. Outputs an “ON” signal only when both inputs are “ON”.
AND Gate
This gate involves two input signals. Outputs an “OFF” signal only when both inputs are “OFF”
OR Gate
This gate involves 2 input signals. Outputs an “ON” signal when ONLY ONE of the inputs are “ON” (but not both).
XOR Gate
This gate involves 2 inputs. Outputs an “OFF” signal only when both inputs are “on”.
NAND Gate