CES202 – System Support and Trouble Shooting Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards based on technical terms and definitions for System Support and Trouble Shooting.

Last updated 2:35 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

troubleshooting methodology

a repeatable process of identifying, testing, resolving, and documenting technical problems

2
New cards

problem statement

a clear description of symptoms, affected users, timing, and expected behavior

3
New cards

baseline

a record of normal system performance or configuration used for comparison

4
New cards

change history

documentation of recent modifications that may explain a new incident

5
New cards

root cause

the underlying condition that produced an observed problem

6
New cards

workaround

a temporary method that restores functionality without removing the root cause

7
New cards

escalation

transferring an issue to a person or team with greater authority or expertise

8
New cards

knowledge base

a maintained collection of troubleshooting procedures and known solutions

9
New cards

service-level agreement

a documented commitment for service availability, response, and resolution targets

10
New cards

ticket priority

a ranking commonly based on business impact and urgency

11
New cards

POST

firmware diagnostics performed when a computer starts

12
New cards

BIOS or UEFI

firmware that initializes hardware and begins the boot process

13
New cards

bootloader

software that loads an operating-system kernel into memory

14
New cards

safe mode

a diagnostic startup mode using minimal drivers and services

15
New cards

device driver

software that allows an operating system to communicate with hardware

16
New cards

Device Manager

a Windows tool for inspecting hardware devices and driver status

17
New cards

Task Manager

a Windows utility for viewing processes, performance, and startup applications

18
New cards

Event Viewer

a Windows utility for reviewing system, security, and application logs

19
New cards

System Restore

a Windows feature that rolls system files and settings back to a restore point

20
New cards

SFC

a Windows utility that verifies and repairs protected system files

21
New cards

DISM

a Windows tool for servicing and repairing system images

22
New cards

file permissions

rules determining which users can read, write, or execute files

23
New cards

NTFS

a Windows file system supporting permissions, journaling, compression, and large files

24
New cards

ext4

a widely used Linux journaling file system

25
New cards

process

a running instance of a program with allocated resources

26
New cards

service

a background process providing system or application functionality

27
New cards

virtual memory

the use of storage to extend the apparent amount of available RAM

28
New cards

page fault

an event occurring when a required memory page is not currently in physical RAM

29
New cards

CPU utilization

the proportion of processor capacity currently being used

30
New cards

memory leak

a condition in which software fails to release memory it no longer needs

31
New cards

disk fragmentation

the scattering of file blocks across noncontiguous disk locations

32
New cards

SMART

drive self-monitoring data used to detect indicators of storage failure

33
New cards

RAID 1

disk mirroring that provides redundancy by storing identical copies

34
New cards

RAID 5

striping with distributed parity that tolerates one disk failure

35
New cards

backup

a separate copy of data kept for recovery

36
New cards

restore test

a verification that backup data can actually be recovered correctly

37
New cards

DHCP

a protocol that automatically assigns IP configuration to clients

38
New cards

DNS

a system that translates host names into IP addresses and other records

39
New cards

default gateway

the router address used to reach destinations outside a local subnet

40
New cards

subnet mask

a value distinguishing network and host portions of an IP address

41
New cards

loopback address

an address used to test the local TCP/IP stack

42
New cards

ping

a utility commonly used to test IP reachability and round-trip response

43
New cards

traceroute

a utility showing the sequence of routers toward a destination

44
New cards

nslookup

a tool for querying DNS information

45
New cards

ipconfig

a Windows command for viewing and managing IP configuration

46
New cards

least privilege

the practice of limiting account rights to those necessary for assigned work

47
New cards

malware scan

inspection of files and behavior for malicious software

48
New cards

patch management

the controlled deployment and verification of software updates

49
New cards

remote support

assisting a user or system through an approved remote-access channel

50
New cards

documentation

a record of symptoms, diagnostics, actions, results, and final resolution