Search Header Logo
Unit 1 Review_Hardware_Binary_OS

Unit 1 Review_Hardware_Binary_OS

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Brandi Nguyen

Used 7+ times

FREE Resource

30 Slides • 20 Questions

1

media

ITF+ Unit 1 Review

2

Fill in the Blank

When a computer is first powered on, what happens? 

3

media

The Boot Process

POST

Power On Self Test

-During the POST routine, there is a set of tests that
help verify the functionality of key hardware
components, like CPU, RAM, keyboards, etc.

4

Multiple Choice

What is the name of the chip that holds the firmware that is responsible for executing the instructions when the power is turned on?

1

BIOS ROM

2

RAM

3

CPU

4

PSU

5

media

The Boot Process

BIOS ROM

Basic Input Output System

-Remember, the ROM chip will send simple communications to the
different
components that may be plugged into the motherboard.

-What type of Video Card do we have?
-What model of keyboard is plugged in?
-Can I communicate with a CPU? (Central processing unit.)
-Is there a network card? Does it work?
-How much RAM is plugged in?

6

Multiple Choice

The term BIOS is an older term that refers to an older BIOS system that didn’t allow functionality using a mouse. What is the name of the newer system with enhanced options?

1

BIOS I

2

BIOS ROM

3

UEFI

4

UFIE

7

media

The Boot Process

UEFI

(Unified Extensible Firmware Interface)

-UEFI is much better than BIOS for many reasons.

-One example is that we can use a mouse to navigate
options.

8

Multiple Select

What are some examples of Boot Devices?

1

Hard Drive

2

CDROM/DVDROM

3

USB

4

CPU

9

media

Boot Devices

Hard Drive

USB

CDROM/DVD Drives

Network

10

Fill in the Blank

What is the name of the first 512 bytes on a hard drive that contains code that tells the computer where to find the Windows or Linux operating system? INITIALS ONLY!

11

media

Boot Devices

MBR
Master Boot Record

12

Multiple Select

What are two of the four functions of a computer?

1

Input

2

Sorting data

3

Processing

4

Calculating numbers

13

media

Hardware Storage

-Input: Keyboard/Mouse/Camera/Microphone
-Output: Monitor/Speakers
-Storage: Anything that holds 0’s and 1’s
-Processing: Anything that performs math on 0’s and
1’s.

14

Multiple Choice

Which of the following is not long term storage?


1

RAM

2

SDD

3

M.2

4

HDD

15

media

Hardware Storage

RAM

Remember, RAM is temporary, volatile storage. The data
disappears once the machine is powered off.

16

Multiple Choice

What is a Type I Hypervisor?


1

A hypervisor that does NOT have direct access to the hardware on the computer

2

A hypervisor that does have direct access to the hardware on a computer

17

media

Type I Hypervisors

Linux Virtual

Machine

VCenter/ESXi

Type 1 Hypervisor

18

Multiple Choice

What is the most volatile storage option on a PC?


1

Static RAM (attached to CPU)

2

RAM

3

HDD

19

media

Key Takeaways

Static RAM: (L1,L2,L3 Cache)

-Directly Attached to the CPU.

-Fastest Memory on a computer

-Most Volatile

Dynamic RAM:

-Communicates with the CPU over a BUS

-Second fastest memory on a computer

-Very Volatile

Hard Drives: (Non-Volatile)

-M.2: Fastest

-SSD: Second Fastest

-HDD: Slowest

20

Multiple Select

Examples of an embedded OS include:

1

Windows Server

2

Smart TV

3

Tesla software

4

Linux Ubuntu

21

media

Operating Systems

So many options!
Smart TV’s
IOT - thermostats, lights, security cameras
Tesla and other vehicles
Agriculture equipment

22

media

Question:

What type of connector would fit this port and what is it
used for?

Connectors

23

Multiple Select

What type of connector would fit this port and what is it used for?

1

RJ-11

2

RJ-45

3

Internet

4

Home Phones

24

media

Registered Jack

Connectors

8 Wires
Ethernet

RJ-45
Jack

25

Multiple Choice

What is the term for 8 bits?

1

Kilobyte

2

byte

3

bit

4

Kilobit

26

media

Units of Measurement

8 bits = 1 Byte

27

media

Units of Measurement

Question:

-What is the term for 1024 bytes?

-It’s easier to think about this as 1,000 bytes, but the

actual number is 1024 because it is evenly divisible by

8.

28

Multiple Choice

What is the term for 1024 bytes?

-It’s easier to think about this as 1,000 bytes, but the

actual number is 1024 because it is evenly divisible by 8.

1

GigaByte

2

KiloByte

3

MegaByte

4

Megabit

29

media

Units of Measurement

KiloByte

Abbreviated: KB

(Any time you see a capital ‘B’ like this, it means Bytes.)

A lowercase “b”, means bits

30

media

Base - 2

Question:

What is the math equation for the far left column?

Value X Base(exponent)

0

1

0

1

1 X ?

What do you think we’ll replace the

? with here

*(Look at the formula)

31

Fill in the Blank

What is the math equation for the far right column?

Value X Base(exponent)

^

32

media

Base - 2

Answer:

Value X Base(exponent)

0

1

0

1

1 X 20

33

media

Base - 2

Using pencil and paper, try to solve!

1011

Value X Base(exponent)

1

0

1

1

What is the Base-10 equivalent?

34

Multiple Choice

Using pencil and paper, try to solve!

1011

Value X Base(exponent)


What is the Base-10 equivalent?

1

14

2

11

3

16

4

15

35

media

Base - 2

Using pencil and paper, try to solve!

1011 = 11 (Base-10)

Value X Base(exponent)

1

0

1

1

1x23

0x22

1X21

1x 20

8

0

2

1

8 + 2 + 1 = 11

36

media

Base - 2

Important: Max Value of a 4 bit Number

1111

Value X Base(exponent)

1

1

1

1

1x 20

1

What is the Max value of a 4-bit number?

37

Multiple Choice

Important: Max Value of a 4 bit Number

1111

Value X Base(exponent)


1

15

2

11

3

12

4

14

38

media

Base - 2

Important: Max Value of a 4 bit Number

1111 = 15

Value X Base(exponent)

1

1

1

1

1x23

1x22

1X21

1x 20

8

4

2

1

8 + 4 + 2 +1 = 15

39

media

Let’s do 8 bits.

What is the value of this number:

0011 0010

0

0

1

1

0

0

1

0

0x27

0x26

1x25

1x24

0x23

0x22

1x21

0x20

40

Multiple Choice

What is the value of this number:

0011 0010

1

50

2

20

3

49

4

51

41

media

Let’s do 8 bits.

What is the value of this number:

0011 0010 = 50

0

0

1

1

0

0

1

0

0x27

0x26

1x25

1x24

0x23

0x22

1x21

0x20

0

0

32

16

0

0

2

0

0 + 0 + 32 + 16 + 0 + 0 + 2 + 0 =

50

42

media

Let’s do 8 bits.

What is the value of this number:

1111 1111

1

1

1

1

1

1

1

1

1x27

1x26

1x25

1x24

1x23

1x22

1x21

1x20

?

?

?

?

?

?

?

1

If you need to use a calculator to add up the columns, that’s

fine.

43

Multiple Choice

What is the value of this number?

1111 1111

1

255

2

127

3

251

4

245

44

media

Let’s do 8 bits.

This is a cheat sheet!

1

1

1

1

1

1

1

1

1x27

1x26

1x25

1x24

1x23

1x22

1x21

1x20

128

64

32

16

8

4

2

1

Answer: 255

(This number is special. It is the max value of 1 byte!)

45

media

Let’s do 8 bits.

What is the value of this binary number?

1110 1100

1

1

1

0

1

1

0

0

128

64

32

16

8

4

2

1

46

Multiple Choice

What is the value of this binary number?

1110 1100


1

232

2

255

3

236

4

252

47

media

Let’s do 8 bits.

What is the value of this binary number?

1110 1100

128 + 64 + 32 + 8+ 4 = 236

1

1

1

0

1

1

0

0

128

64

32

16

8

4

2

1

48

media

Let’s do 8 bits.

What is the value of this binary number?

0101 0101

1

1

1

1

1

1

1

1

128

64

32

16

8

4

2

1

49

Multiple Choice

What is the value of this binary number?

0101 0101


1

79

2

62

3

81

4

85

50

media

Let’s do 8 bits.

What is the value of this binary number?

0101 0101

64 + 16 + 4 + 1

85

0

1

0

1

0

1

0

1

128

64

32

16

8

4

2

1

media

ITF+ Unit 1 Review

Show answer

Auto Play

Slide 1 / 50

SLIDE