Search Header Logo
Cybersecurity - Internal Components pt. 1

Cybersecurity - Internal Components pt. 1

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Anasia Napper

Used 10+ times

FREE Resource

23 Slides • 21 Questions

1

media

2

​Internal Components

  • ​Explore motherboard components

  • Install and upgrade components

  • Troubleshoot components

  • Clear CMOS settings

3

media
  • ​RAM stores values in short-term memory.

  • Hard drives store data in long-term memory.

  • Processors execute instructions stored in computer programs.

  • Flash drives are portable devices that store data in long-term memory.

4

Multiple Choice

Which of the following components stores values in short-term memory?

1

Processor

2

Hard drive

3

RAM

4

Flash drive

5

media
  • The CPU, or Central Processing Unit, processes data.

  • RAM stores values in short-term memory.

  • HDD and SDD are two types of long-term memory storage.

6

Multiple Choice

Which hardware component processes data?

1

RAM

2

SSD

3

CPU

4

HDD

7

media
  • A computer's power supply converts alternating current (AC) from the wall outlet to direct current (DC) used by the computer's internal components.

  • A voltage regulator is an electronic device that supplies the appropriate voltage to a processor. It does not convert the power input from one form to another; it only ensures that the voltage remains at the appropriate level for the device. A surge protector protects a system from power spikes. A UPS (uninterruptable power supply) provides backup AC power using a reserve battery.

8

Multiple Choice

Which of the following components converts AC to DC?

1

Power supply

2

Capacitor

3

Voltage regulator

4

Surge protector

9

media
  • The CPU is the most important part of any modern computer system because it controls the other parts of the computer.

  • RAM is the main memory of a computer. It can be quickly accessed by the CPU and is where the computer stores data and instructions that it is actively using.

  • A network interface card (NIC) is a component (sometimes built into the CPU and sometimes plugged into the motherboard) that provides network connectivity.

  • The BIOS makes sure all necessary parts are plugged in and working properly on bootup.

10

Multiple Choice

Which of the following computer components is the MOST important part of any modern computer?

1

RAM

2

BIOS

3

NIC

4

CPU

11

media
  • Random Access Memory (RAM) is extremely fast, and the processor can read from and write to it billions of times each second. RAM is not persistent, which means if the system turns off, RAM loses everything it had stored in memory. But data persistence is not important in this scenario.

  • Flash memory, flat files, and databases all provide persistent storage, but much slower data access than RAM.

12

Multiple Choice

Becca is working on a program that will store data. The program will need quick access to data and data persistence is not important. Where should the data be stored?

1

In flash memory

2

In memory

3

In a flat file

4

In a database

13

media
  • Before working on hardware in a computer system, you should ground yourself so that a static charge doesn't build up. You can wear a special wrist strap that has a metal plate.

  • Rubbing your feet on carpet will build up a static charge. This will shock any component you touch.

  • You should never begin working on hardware in a computer system while it's plugged in. Always unplug a computer before beginning your work.

  • Before working on hardware in a computer system, you can discharge yourself by touching a metal part of the computer case. Touching a plastic part does not discharge any built-up static charge.

14

Multiple Choice

Which of the following should be done before working on hardware in a computer system?

1

Ground yourself using an ESD wrist strap

2

Rub your feet on the carpet

3

Touch a plastic part of the case

4

Ensure the system is plugged in

15

media
  • An ESD discharge as small as 100 volts can damage a computer's components.

  • 12, 5, or 3.3 volts are common voltages used for powering components. A ESD discharge this small wouldn't hurt a component.

16

Multiple Choice

Which of the following voltages from an ESD discharge would be the minimum to short a computer's hardware components?

1

5 volts

2

3.3 volts

3

100 volts

4

12 volts

17

media
  • The CPU register stores values the computer is working with at a particular moment in time.

  • RAM stores the instructions for the CPU to execute as well as the results of any calculations that the processor doesn't need to work with at the given moment.

  • Hard drives are long-term storage for files and applications.

  • The CPU clock controls the speed that a processor executes instructions.

18

Multiple Choice

Where are values the computer is directly working with at a particular moment in time stored?

1

On the CPU clock

2

On the CPU register

3

On the hard drive

4

On RAM

19

media
  • Intel is one of the biggest manufacturers of CPUs along with AMD.

  • nVidia is known for making graphic processing units (GPUs).

  • Apple and DELL both make computer systems but not the hardware inside of them.

20

Multiple Choice

Which of the following companies is a manufacturer of CPUs?

1

Intel

2

Apple

3

nVidia

4

DELL

21

media
  • Most tablets and smartphones use ARM processors. ARM processors use a reduced instruction set, which means they can't do as many things as x86 processors can.

  • x86 processors are 32-bit CPUs used in computer systems.

  • x64 processors are 64-bit CPUs used in computer systems.

  • IA-64 processors were special CPUs developed by Intel that were only used in servers.

22

Multiple Choice

Which CPU type would MOST LIKELY be found in a smartphone?

1

ARM

2

x64

3

x86

4

IA-64

23

media
  • Reproducing the problem is often the hardest part of troubleshooting. You might need to ask the user questions to identify exactly how the problem occurred, or you might need to watch them perform the task again in order to reproduce the problem.

  • Asking the user questions should not be a very difficult part of the troubleshooting process.

  • Your findings should be detailed, but documenting them is not unusually difficult.

  • Implementing a solution relies on reproducing the problem first, so it is not the hardest part of troubleshooting.

24

Multiple Choice

Which of the following is often the hardest part of troubleshooting?

1

Reproducing the problem

2

Implementing a solution

3

Asking the user questions

4

Documenting findings

25

media
  • Intermittent problems are often the most difficult to troubleshoot as they can be very difficult to reproduce. In these situations, checking for environmental conditions such as kinked cables or overheated components can help.

  • Software errors are usually not the most difficult troubleshooting task. If the software is giving an error code, the manufacturer's website can often give additional assistance.

  • Overheating is not the most difficult issue to troubleshoot.

  • If you have problems identifying a hardware error, you can simplify the system by removing all but the necessary components (processor, memory, and hard disk). Add devices one at a time and restart the system. If an error occurs, remove the newly added device and proceed to troubleshoot it.

26

Multiple Choice

Which of the following problems would be the MOST difficult to troubleshoot?

1

Software error

2

Intermittent problem

3

Overheating

4

Hardware error

27

media

When troubleshooting the power supply, always check the following before opening up the computer:

  • Make sure the power cord is plugged into the wall.

  • Verify any surge protectors are plugged in and in the on position.

  • Make sure the power supply's switch is in the on position.

ffff

Only after you identify the power supply is the problem should you replace it. The keyboard and mouse being unplugged will not prevent the computer from powering on. Testing the power supply using a multimeter should be done only after the obvious has been ruled out.

28

Multiple Select

An employee submitted a support ticket stating that her computer will not turn on.

Which of the following troubleshooting steps should you take first? (Select two)

1

Use a multimeter to test the power supply.

2

Make sure the keyboard and mouse are plugged in.

3

Make sure the power cord is plugged into the wall.

4

Make sure the surge protector is turned on.

5

Open the computer and replace the power supply.

29

media

The next step in the troubleshooting methodology is to establish a theory of probable cause.

Here is the troubleshooting methodology in order:

  1. Identify the problem

  2. Research knowledge base/Internet, if applicable

  3. Establish a theory of probable cause

  4. Test the theory to determine the cause

  5. Establish a plan of action to solve the problem and identify potential effects

  6. Implement the solution or escalate as necessary

  7. Verify full system functionality and, if applicable, implement preventive measures

  8. Document findings/lessons learned, actions, and outcomes

30

Multiple Choice

Anna, a technician, is helping a customer troubleshoot an issue where a server will intermittently become inaccessible to employees. Anna has completed researching the knowledge bases available. What should Anna do NEXT as part of standard troubleshooting methodology?

1

Establish a plan of action to solve the problem

2

Establish a theory of probably cause

3

Identify the problem

4

Test the theory to determine the cause

31

media

The next step in the troubleshooting methodology is to establish a plan of action to solve the problem and identify potential effects. Here is the troubleshooting methodology in order:

  1. Identify the problem

  2. Research knowledge base/Internet, if applicable

  3. Establish a theory of probable cause

  4. Test the theory to determine the cause

  5. Establish a plan of action to solve the problem and identify potential effects

  6. Implement the solution or escalate as necessary

  7. Verify full system functionality and, if applicable, implement preventive measures

  8. Document findings/lessons learned, actions, and outcomes

32

Multiple Choice

While troubleshooting a problem with a computer, a technician has tested and confirmed a theory on how to fix the problem. Which of the following is the NEXT step the technician should perform?

1

Document findings/lessons learned, actions, and outcomes

2

Implement the solution or escalate as necessary

3

Establish a plan of action to solve the problem and identify potential effects

4

Verify full system functionality and, if applicable, implement preventive measures

33

media

The last step in the troubleshooting methodology is to document findings/lessons learned, actions, and outcomes. Here is the troubleshooting methodology in order:

  1. Identify the problem

  2. Research knowledge base/Internet, if applicable

  3. Establish a theory of probable cause

  4. Test the theory to determine the cause

  5. Establish a plan of action to solve the problem and identify potential effects

  6. Implement the solution or escalate as necessary

  7. Verify full system functionality and, if applicable, implement preventive measures

  8. Document findings/lessons learned, actions, and outcomes

34

Multiple Choice

Marcus was assigned to troubleshoot a problem with a customer not being able to access a cloud application. Which of the following is the LAST step in the troubleshooting methodology that should be completed?

1

Establish a plan of action to solve the problem and identify potential effects

2

Verify full system functionality and, if applicable, implement preventive measures

3

Document findings/lessons learned, actions, and outcomes

4

Implement the solution or escalate as necessary

35

media

Here are the steps for identifying the problem:

  • Gather information

  • Duplicate the problem, if possible

  • Question users

  • Identify symptoms

  • Determine if anything has changed

  • Approach multiple problems individually

36

Multiple Choice

The troubleshooting methodology starts by identifying the problem. The first step in identifying the problem is to gather information. Which of the following is the NEXT step?

1

Duplicate the problem, if possible

2

Establish a plan of action

3

Identify symptoms

4

Establish a theory of probable cause

37

media
  • Physical damage is one of the top causes of motherboard failure.

  • Liquid will damage a motherboard, but it is not one of the top causes of motherboard failure.

  • A corrupted BIOS is not a top cause of motherboard failure.

  • An incompatible chipset driver is not a top cause of motherboard failure.

38

Multiple Choice

Which of the following is a top cause of motherboard failure?

1

Corrupted BIOS

2

Physical damage

3

Incompatible chipset driver

4

Liquid damage

39

media
  • Issues with the hard drive would be the most likely cause for a computer to run sluggishly.

  • CPU issues can cause a computer to run slower, but this would generally result in crashes or other system issues

  • RAM issues can cause a variety of problems from crashes and stalls all the way to making your computer unable to boot

  • The power supply would not cause the computer to perform sluggishly.

40

Multiple Choice

A computer has power, but there are no beeps and the computer does not boot. Which of the following would be the MOST LIKELY cause?

1

No operating system installed

2

CPU failure

3

Outdated BIOS

4

Hard drive failure

41

media
  • A CPU failure would be the most likely cause for these symptoms. If the CPU is bad, the computer won't be able to POST (Power-On Self-Test). There will still be power but no beep codes or any other activity.

  • If there is no operating system installed, the computer will boot to an error screen.

  • A hard drive failure would allow the computer to boot to an error screen.

  • An outdated BIOS would not cause a system to be unable to boot.

42

Multiple Choice

Which of the following would be the MOST LIKELY cause for a computer to perform sluggishly?

1

RAM

2

Power supply

3

Hard drive

4

CPU

43

media

Lab Demonstrations:

A.2.1 - Pro Objective 1: Hardware

(16 Labs)

44

Poll

Rate your confidence with Internal Components (pt. 1)

Not confident at all

Slightly confident

Somewhat confident

Fairly confident

Completely confident

media

Show answer

Auto Play

Slide 1 / 44

SLIDE