Per Scholas Flashcards
What are the six steps to trouble shooting as defined by Comptia?
- Identify the problem
- Establish a theory of probable cause
- Test the theory to determine cause.
- Establish a plan of action to resolve the problem and implement a solution
- Verify full system functionality and implement preventative measures
- Document findings, actions, and outcomes
ESD
Electrical static discharge.
RFI
Radio Frequency Interference
EMI
Electrical Magnetic Interference
What is data storage?
Saving a permanent copy of your work so you can come back to it later.
Side by side apps
Logo key + Left
Start button Windows 8?
Logo key
File extension for excel?
xlsx
How do you locate special characters?
Character Map
What is a CLI?
Abbreviated as CLI, a Command Line Interface connects a user to a computer program or operating system. Also known as the Command browser.
Type CMD into the search bar and it will pop up.
What is DIR in command line directory?
It displays all the files and folders in a specific directory.
How do you get into the command line in LInux?
In most cases its, CTRL-ALT-T.
In GNOME, All settings, click on the wrench and screw driver.
KDE Plasma Desktop-Kickoff
What is an EDB?
External Dats Bus- enables external devices and components to connect with a computer
What are registers and the four types of registers?
Is a quickly accessible location available to a computer’s processor. AX through DX and is a part of the processor.
What does a clock wire do? CLK Wire
Lets the CPU know that another piece of information is waiting to be processed.
What is a single charge to the clock wire?
Clock Cycle
What is the maximum number of clock cycles called that a CPU can handle? And what is it measured in?
Clock speed and Hertz
What does a system crystal do?
Determines the speed at which a CPU and the PC operate.
What is a set of commands called?
A program
What is DRAM used for?
Is used for temporary main system memory.
What does an MCC do?
Interconnects with the RAM and the CPU. The CPU, tells the MCC which row of data it needs. Which is also connected to an address bus that allows for communication between the CPU and the MCC.
What does an address bus do?
Transfer data between internal devices.
What are the four steps in pipelining?
- Fetch-Get the data from the EDB
- Decode-Figure out what type of command needs to be executed.
- Execute-Perform the calculation
- Write-Send the data back onto the EDB.
What is a pipeline?
Each stage that does its job within each clock cycle.
ALU
Arithmetic logic unit. Does math equations within a CPU.
FPU
Handles complex math within a CPU.
What does cache do?
Cached data works by storing data for re-access in a device’s memory found in the CPU with SRAM.
What is a wait state?
Stall in the pipeline.
What is SRAM?
Reduces wait states and is built into the CPU.
What is a front side bus?
Connected CPU, MCC, and RAM.