Module 1 Flashcards

1
Q

What is IT?

A

The use of digital technology to store and process data into useful information.

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

What is a computer?

A device that stores and processes data by performing calculations

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

What is the Binary system?

A

Base 2 numeral system. A communication system used by computers

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

What is a bit?

A

A binary digit. 8 binary numbers or bits grouped together is byte

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

How are bytes used to represent alpha numerical characters

A

Each byte can represent a character, and with up to 256 possible byte combinations, computers can represent up to 256 different characters

Computers use ASCII binary character tables to translate bytes into letters and vice versa.

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

What is character encoding

A

Computers assigns binary values to characters so that humans can read them in English

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

What is ASCII?

A

A Character encoding standard that represents the English alphabet, numbers, and punctuation marks.

Uses 7 bits for encoding, meaning it can represent 128 different characters

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

What is Unicode?

A

Unicode or universal character encoding is a Character encoding standard that supports many different alphabets and even emojis

Unlike ASCII, Unicode does not define how its mapping should be implemented, it only specifies which character refers to which code point.

A code point is a hexadecimal number representing a character

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

Computer Architecture Layers of Abstraction

A
  1. Hardware
  2. Operating System
  3. Software
  4. Humans
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly