unit 1 computer operations and fundamentals lesson … · lesson 3: unit of measurement for...

23
1 UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON 3: Unit of measurement for computer storage

Upload: others

Post on 07-Aug-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

1

UNIT 1

COMPUTER

OPERATIONS AND

FUNDAMENTALS

LESSON 3:

Unit of measurement for computer storage

Page 2: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Lesson Contents

• How a computer stores data

• Units of measurement for computer

storage

• Quick Test

• Recap

2

Page 3: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Computer Storage

3

The computer stores text, numbers, pictures, audio and

other forms of information as a string of bits

bits = binary digits

A bit has a value of 1 or 0.

Page 4: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Units of measurement

4

4 bits = 1 nibble

8 bits = 1 byte

A byte, is used as the fundamental unit of

measurement for computer data.

It is used to store a letter, a number or a symbol.

1 byte = 8 bits = 2 nibbles

Page 5: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Units of measurement

5

Since most files contain thousands of

bytes, file sizes are often measured

in kilobytes (KB).

1 KB = 1024 bytes

Remember in computer science1 Kilo = 1024

Page 6: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Units of measurement

6

Larger files, such as images, videos

and audio files, contain millions of

bytes and, therefore, are measured in

megabytes (MB).

1 MB = 1024 KB = 1024 × 1024 bytes

Page 7: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Units of measurement

7

Modern storage devices can store thousands of

multimedia files.

Their storage capacity is measured

in gigabytes (GB).

1 GB = 1024 MB = 1024 × 1024 KB = 1024 × 1024 × 1024 bytes

Page 8: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Units of measurement

8

1 TB = 1024 GB

= 1024 × 1024 MB

= 1024 × 1024 × 1024 KB

= 1024 × 1024 × 1024 × 1024 bytes

A higher unit of storage is a terabyte (TB).

Page 9: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

9

7 bytes are needed to store the word.

How many bytes are required to store the word printer?

A 7 bytes

B 8 bytes

C 6 bytes

Page 10: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

10

“printer” consists of 7 letters.

7 bytes are needed to store the word.

Answer = A

How many bytes are required to store the word printer?

A 7 bytes

B 8 bytes

C 6 bytes

Page 11: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

11

TRUE FALSE

2 = 16 bits

2 bytes = 16 bits

Page 12: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

12

TRUE

1 byte = 8 bits

2 bytes= 8 × 2 = 16 bits

2 bytes = 16 bits

Page 13: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

13

TRUE FALSE

1 Gigabyte = 1024 bytes

Page 14: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

14

1 Gigabyte = 1024 bytes

1 GB = = 1024 × 1024 × 1024 bytes = 1024 × 1024 KB = 1024 MB

FALSE

1 Gigabyte = 1024 Megabytes

Page 15: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

15

TRUE FALSE

4 nibbles = 1 byte

Page 16: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

16

FALSE

2 nibbles = 1 byte

4 nibbles = 2 bytes

4 nibbles = 1 byte

Page 17: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

17

TRUE FALSE

1 Gigabyte > 500 Megabytes

Page 18: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

18

TRUE

1 GB = 1024 MB

Therefore 1 GB > 500 MB

1 Gigabyte > 500 Megabytes

Page 19: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

19

Rearrange the following units of measurement

starting with the highest:

Gigabyte

Kilobyte

Megabyte

Terabyte

Page 20: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Quick Test

20

Rearrange the following units of measurement

starting with the highest:

Gigabyte

Kilobyte

Megabyte

Terabyte

2. Gigabyte

4. Kilobyte

3. Megabyte

1. Terabyte

Page 21: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Recap

Computer storage is measured in terms

of bytes.

1 byte = 2 nibbles = 8 bits

1 byte is needed to store one character

such as a letter, a number or a symbol.

Page 22: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

Recap

Higher units of measurement for computer

storage are: Kilobyte (KB)

Megabyte (MB)

Gigabyte (GB)

Terabyte (TB)

Page 23: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · LESSON 3: Unit of measurement for computer storage. Lesson Contents •How a computer stores data •Units of measurement

End of Lesson