Tech Support Fundamentals Flashcards

(39 cards)

1
Q

To take a relatively complex system and simplify it for our use.

A

Abstraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A series of steps that solves specific problems.

A

Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The oldest character encoding standard used is ______. It represents the English alphabet, digits, and punctuation marks.

A

ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The communication that a computer uses is referred to as ________ system, also known as base-2 numeral system.

A

Binary System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A group of 8 bits

A

Byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Is used to assign our binary values to characters so that we as humans can read them.

A

Character Encoding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A device that stores and processes data by performing calculations.

A

Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The overarching discipline that covers the practice of coding and hiding messages from third parties.

A

Cryptography

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the decimal system, there are 10 possible numbers you can use ranging from zero to nine.

A

Decimal form-base 10 system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The growing skills gap between people with and without digital literacy skills.

A

Digital Divide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The use of digital technology, like computers and the internet, to store and process data into useful information.

A

Information Technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

_______ is one of the largest open-source operating systems used heavily in business infrastructure and in the consumer space.

A

Linux OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Allow transistors to do more complex tasks, like decide where to send electrical signals depending on logical conditions.

A

Logic Gates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This means the developers will let other developers share, modify, and distribute their software for free.

A

Open Source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Allows computing to go mobile.

A

PDA (Personal Digital Assistant)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A sequence of cards with holes in them to automatically perform calculations instead of manually entering them by hand.

17
Q

RGB or red, green, and blue model is the basic model of representing colors.

18
Q

The most prevalent encoding standard used today.

19
Q

A program that translates source code into machine code.

20
Q

This gate only has ONE input signal. It takes that input signal and outputs a signal with the opposite binary state.

21
Q

This gate involves two input signals. Outputs an “ON” signal only when both inputs are “ON”.

22
Q

This gate involves two input signals. Outputs an “OFF” signal only when both inputs are “OFF”

23
Q

This gate involves 2 input signals. Outputs an “ON” signal when ONLY ONE of the inputs are “ON” (but not both).

24
Q

This gate involves 2 inputs. Outputs an “OFF” signal only when both inputs are “on”.

25
This gate involves 2 input signals. Outputs and "ON" signal only when both the inputs are the same (both "ON" or both "OFF").
XNOR Gate
26
What are the 4 main layers of a computer?
*Hardware *Operating System *Software *User
27
Connection points that we can connect devices to that extend the functionality of our computer.
Ports
28
The brain of our computer. It does all the calculations and data processing.
Central Processing Unit (CPU)
29
Our computer's short term memory.
Random Access Memory (RAM)
30
Holds all of our data, which includes all of our music, pictures, and apps.
Hard Drive
31
The body or circulatory system of he computer that connects all of the pieces together.
Motherboard
32
Converts electricity from out wall outlet onto a format that our computer can use.
Power Supply
33
Instructions that tell the computer what to do.
Programs
34
A row of wires that interconnect the parts of our computer.
External Data Bus (EDB)
35
Connects the CPU to the MCC. Sends over the location of the data, but not the data itself.
Address Bus
36
A bridge between the CPU and RAM.
Memory Controller Chip (MCC)
37
Smaller than RAM but it lets us store data that we use often and lets us quickly reference it.
Cache
38
The maximum number of clock cycles that something can handle in a certain time period.
Clock Speed
39