stuff from LABS Flashcards

1
Q

What is BIOS?

A

Firmware used to start a PC and manage flow of information between computer hardware and operating system.

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

BIOS stands for what?

A

Basic Input/Output System

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

What does the CMOS Setting Utility do?

A

Allows BIOS settings to be viewed and configured.

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

CMOS stands for what?

A

Complementary Metal-Oxide Semiconductor

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

What is Device Manager?

A

A Control Panel applet in Microsoft Windows operating systems, which allows users to view and control the hardware attached to the computer.

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

What does the System Information Utility tool do?

A

Provides detailed information about hardware and software on a Windows operating system.

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

What does DirectX Diagnostic Tool do?

A

A Windows tool that gives detailed information about a system’s graphic, sound, and input devices for compatibility with DirectX.

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

The process Dxdiag.exe is also known as what?

A

DirectX Diagnostic Tool

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

What is Resource Monitor?

A

A built-in Windows operating system tool that provides a method for monitoring the usage of CPU, hard disk, network, and memory in real time.

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

What tool could you use to monitor CPU usage in Windows?

A

Resource Monitor

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

What tool could you use to monitor a systems memory?

A

Resource Monitor

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

What could you use if you wanted to check a headphone’s compatability with DirextX?

A

dxdiag.exe

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

What is DirectX?

A

DirectX is a series of application programming interfaces (API) that provide low-level access to hardware components like video cards, the sound card, and memory.

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

___ is an interface/middleman between PC hardware and the Windows operating system.

A

DirextX

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

What are two possible Windows tools a sysadmin could use to configure hardware and troubleshoot computers?

A

CMOS Settings and BIOS Settings.

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

What are two possible Windows tools a sysadmin could use to configure hardware and troubleshoot computers?

A

CMOS Settings and BIOS Configuration.

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

What do you use to access the BIOS configuration?

A

CMOS Settings

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

The Windows architecture consists of two components:

A

user mode and kernel mode.

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

the Win32 subsystem allows what?

A

allows Windows to run 16-bit and 32-bit Windows applications. Win32 subsystem also emulates Operating System 2 (OS/2) which allows support for OS/2 applications.

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

define kernel

A

The kernel is a computer program at the core of a computer’s operating system and has complete control over everything in the system.[

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

middleman between a game and a videocard

A

direxctx

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

FAT stands for what?

A

File Allocation Table

23
Q

FAT does what?

A

is a table that holds information about where files are stored on a volume. When a file is deleted from the disk, the entry or entries for those files are removed from the table and the space is marked as available. However, the file, or parts of the file, will remain on the disk until overwritten by information from new files that are written to the disk. Note: The FAT file system lacks the security permissions that are present on the NTFS file system.

24
Q

NTFS stands for what?

A

New Technology File System

25
NTFS does what?
NTFS is a journaling file system which means it keeps a log of changes being written to the disk. If a computer is shut down improperly, it will have a better chance of recovery if it has a journaling file system. Files and folder access can be restricted with the security feature of NTFS. Starting with Windows 2000, Microsoft included the Encrypted File System, or EFS, as an NTFS feature. EFS allows users to encrypt files to protect against unauthorized access.
26
The ___ is stored on a memory chip on a motherboard. The ___ is responsible for the POST process and booting to the operating system.
BIOS
27
The following have hardware configurations that can be modified by what? ``` Boot order Setup defaults BIOS updates Password Date and time Drive/disk settings Memory installed USB settings Other settings ```
BIOS
28
The settings that are configured on your BIOS are saved on a special memory chip called ___
CMOS
29
___ usually has a battery on a motherboard to keep the configuration of the BIOS.
CMOS
30
In 2007, Intel, AMD, Microsoft, and PC manufacturers created on a new type of BIOS called ___
UEFI
31
UEFI stands for what?
Unified Extensible Firmware Interface
32
What are some Windows System Utilities that can be used for configuring, managing, and troubleshooting a Windows PC?
Device Manager, System Information Utility, DxDiag, Resource Monitor, MIS Utilities Free PC Audit
33
___ is a Control Panel applet in Microsoft Windows operating systems that allows users to view and control the hardware attached to the computer.
Device Manager
34
Device Manager does what?
Device Manager allows you to view, configure, and manage hardware devices on your system. Manage device drivers Enable or disable devices Troubleshoot malfunctioning devices Examine other technical properties
35
The ___ utility is a built-in Windows operating system tool that provides detailed information about hardware and software on a Windows operating system.
System Information
36
The System Information utility does what?
It delivers a System Summary that breaks down the system configuration by category. It has a graphical user interface (GUI), search capability, and logs that can be created and saved to alternate locations. The System Information utility can be accessed from both the GUI and the command line interface (CLI).
37
___ is a built-in Windows operating system tool designed to help you troubleshoot ___-related issues and provides detailed information about a system’s graphic adapter, sound card, and input devices.
DirectX Diagnostic Tool (Dxdiag.exe)
38
___ could be used to help troubleshoot games and multimedia applications
dxdiag.exe
39
___ is a built-in Windows operating system tool that provides a method for monitoring Central Processing Unit (CPU), hard disk, network, and memory resource usage in real time.
Resource Monitor
40
This would be an area to monitor in Resource Monitor if programs are loading slow/hanging in order to watch how much RAM is being used.
Memory tab
41
The Memory tab in Resource Monitor does what?
The Memory tab displays the processes running on a system, along with memory-related details of each process.
42
The CPU tab in Resource Monitor shows what?
The CPU tab displays the CPU resources a system is using and can be accessed to end processes that are taxing the CPU.
43
The Network tab in Resource Monitor does what?
Network tab shows statistics for network data sent and received as well as connections and status of the ports.
44
The Disk tab in Resource Monitor does what?
The Disk tab shows processes with disk activity, disk read and write transfer rates, and total transfer rates for each process.
45
Is a freeware that builds a profile of installed software and hardware, network inventory, and Microsoft hotfixes on the local system.
MIS Utilities Free PC Audit
46
The ___ on your motherboard instructs the computer on how to perform a number of basic functions.
BIOS
47
___ uses data stored in CMOS RAM to recognize and test hardware devices that are fundamental to the operation of the computer.
BIOS
48
>Testing mechanical operation of the hardware >Locate and launch the operating system >Give access to the hardware devices so they can interact with the operating system Are all functions of the ___
BIOS
49
What CMOS BIOS settings menu tab is used for basic system configuration such as date/time.
Main
50
Use this CMOS BIOS settings menu tab to set printer port addresses and interrupts, I/0 device configuration, etc.
Advanced
51
Use this CMOS BIOS settings menu to set user and administrator passwords, and configure the hard disk boot sector protection.
Security
52
Use this CMOS BIOS settings menu to set the boot sequence
Boot
53
Use this CMOS BIOS settings menu to exit the setup utility with various save or discard options.
Exit