Technical Support Fundamentals (Week 1) Flashcards

1
Q

What is the Digital Divide?

A

The difference in digital literacy skills from one to another.

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

Algorithm

A

A series of steps that solve specific problems

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

Cryptography

A

The art of solving/decoding and writing codes.

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

ENIAC

A

Electronic Numerical Integrator and Computer: The earliest form of general purpose computers.

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

Open Source

A

Freely distributed, modified and shared.

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

What is the Binary System?

A

The communication a computer uses, also known as a base-2 numeral system.

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

How many numbers/bits are grouped together in Binary?

A

8

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

What is a bit?

A

A binary digit

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

What is a grouping of 8 bits considered?

A

A byte

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

How many characters can you have with binary?

A

256

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

Character Encoding

A

Assigns our binary values to characters so that we as humans can read them.

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

ASCII

A

Oldest character encoding standard used to represent the English alphabet, digits, and punctuation marks

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

UTF-8

A

Most prevalent encoding standard used today - includes the ASCII table but also allows usage of a variable amount of bytes to allow production of over a million code points.

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

Logic Gates

A

Allows transistors to do more complex tasks Like deciding where to send electrical signals depending on logical conditions.

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

How do you count in Binary?

A

128 64 32 16 8 4 2 1
0 0 0 0 0 0 0 0
The addition of a on light switch all defined by 1’s and 0’s. This is the abstraction of what goes on.

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

How many possibilities of binary are there?

A

255 different variations.

17
Q

Abstraction

A

Take a relatively complex system and simplify it for human use - hides complexity by offering common interface.

18
Q

What are the 4 layers of computer architecture and what do they mean?

A

User: Who interacts/maintains computer - most important.
Hardware: The physical components of a computer
Operating system: Allows hardware to communicate with the system
Software: How humans interact with computer