Technical Support Fundamentals Flashcards

1
Q

What is Abstraction?

A

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

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

What is an Algorithm?

A

A series of steps that solves specific problems

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

What is ASCII?

A

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

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

What is the Binary System?

A

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

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

What is a Byte?

A

A group of 8 bits

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

What is Character encoding?

A

Is used to assign 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
7
Q

What is a Computer?

A

A device that stores and processes data by performing calculations

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

What is Cryptography?

A

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

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

What is the Decimal form - Base 10 system

A

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

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

What is the Digital divide?

A

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

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

What is Information Technology?

A

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

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

What is Linux OS?

A

Linux is one of the largest an open source operating system used heavily in business infrastructure and in the consumer space

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

What are Logic gates?

A

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

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

What is Open Source?

A

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

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

What is a PDA (Personal Digital Assistant)?

A

Allows computing to go mobile

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

What is a Punch Card?

A

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

17
Q

What is a RGB model?

A

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

18
Q

What is UTF-8?

A

The most prevalent encoding standard used today

19
Q

What is a NOT gate?

A

The NOT gate takes that input signal and outputs a signal with the opposite binary state.

20
Q

What is the AND gate?

A

The AND gate involves two input signals rather than just one. Having two input signals means there will be four possible combinations of input values. The AND rule outputs an “on” signal only when both the inputs are “on.” Otherwise, the output signal will be “off.”

21
Q

What is the OR Gate?

A

The OR gate involves two input signals. The OR rule outputs an “off” signal only when both the inputs are “off.” Otherwise, the output signal will be “on.”

22
Q

What is the XOR Gate?

A

The XOR gate also involves two input signals. The XOR rule outputs an “on” signal when only one (but not both) of the inputs are “on.” Otherwise, the output signal will be “off.”

23
Q

What is the NAND Gate?

A

The NAND gate involves two input signals. The NAND rule outputs an “off” signal only when both the inputs are “on.” Otherwise, the output signal will be “on.”

24
Q

What is the XNOR Gate?

A

Finally, consider the XNOR gate. It also involves two input signals. The XNOR rule outputs an “on” signal only when both the inputs are the same (both “On” or both “Off”). Otherwise, the output signal will be “off.”