CompTIA core 2

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/118

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

119 Terms

1
New cards

Operating System (OS)

Required to get any functionality out of a computer system.

2
New cards

Common functions of Operating Systems

  1. Interface to interact with the system 2. Drivers to communicate with hardware 3. Applications for additional functionality 4. File Management for copying, moving, and deleting files 5. Network Connectivity for local resources and internet connection 6. System Security to prevent unauthorized access.

3
New cards

Closed Source Operating System

Only available from a single organization.

4
New cards

Open Source Operating System

Can be distributed by many organizations and the code can be freely modified.

5
New cards

Command Line Interface (CLI)

A type of OS controlled by typing commands into a prompt.

6
New cards

Windows 10 Release and Support

Released in 2015, supported until 2035.

7
New cards

Features of Windows 10 Home Edition

Target group: Consumers; Network support: Workgroup; NTFS Encryption; Remote Desktop Client only; Hyper V; BitLocker; Group Policy; Physical CPU Limit: 1; RAM Limit: 128 GB.

8
New cards

Target group for Windows 10 Pro

Corporate users.

9
New cards

Windows 10 Pro Network Support

Domain and Workgroup.

10
New cards

Windows 10 Pro Physical CPU Limit

2 CPUs.

11
New cards

Windows 10 Pro RAM Limit

2 TB.

12
New cards

Windows 10 Pro Encryption Feature

NTFS Encryption.

13
New cards

Windows 10 Pro Remote Desktop Feature

Remote Desktop Client and Server.

14
New cards

Windows 10 Pro Virtualization Feature

Hyper-V.

15
New cards

Target group for Windows 10 Pro for Workstations

Corporate users.

16
New cards

Windows 10 Pro for Workstations Physical CPU Limit

4 CPUs.

17
New cards

Windows 10 Pro for Workstations RAM Limit

6 TB.

18
New cards

In Place Upgrade Purpose

To replace Windows while keeping data and compatible applications intact.

19
New cards

Requirements for In Place Upgrade

A previous bootable version of Windows installed and installation media on removable or local storage.

20
New cards

Considerations before In Place Upgrade

Backup files and preferences, application and driver support, hardware compatibility.

21
New cards

Possible Upgrades to Windows 10

In place upgrade from Windows 7 or 8.1, upgrade from Windows 8.0 to 8.1.

22
New cards

Downgrading from a Pro 7 to a Home 10

Results in losing certain settings.

23
New cards

Command to list commands

help

24
New cards

Command to list files and folders

dir

25
New cards

Command to move between folders

cd or chdir

26
New cards

Command to make new folders

md or mkdir

27
New cards

Command to delete empty folders

rmdir

28
New cards

Command to delete files

del

29
New cards

Command to list files and folders in current and all subfolders

tree

30
New cards

Inputs used for drive navigation

C or D.

31
New cards

Command to check Windows version

winver

32
New cards

Command to clear the screen

cls

33
New cards

Command to copy files from folder to folder

copy

34
New cards

Command to copy folders and subfolders with files

xcopy

35
New cards

More advanced copying task than xcopy

robocopy

36
New cards

Command that uses ICMP to check unicast status

ping

37
New cards

Ping command option to set number of pings

-n

38
New cards

Ping command option to change packet size

-l

39
New cards

Ping command option for continuous pings

-t

40
New cards

Ping command option to force IPv4

-4

41
New cards

Ping command option to force IPv6

-6

42
New cards

Command to display interface configurations

ipconfig

43
New cards

Command for detailed interface information

ipconfig /all

44
New cards

Command to renew DHCP server configurations

ipconfig /renew

45
New cards

Command to remove DHCP configurations

ipconfig /release

46
New cards

Command to display local DNS cache

ipconfig /displaydns

47
New cards

Command to clear local DNS cache

ipconfig /flushdns

48
New cards

Purpose of 'net use' command

Connect to a network share.

49
New cards

Using 'net use' command to connect to a share

net use x: \servernamesharename

50
New cards

What does 'netstat' display?

Active network connections.

51
New cards

What does 'netstat -a' display?

All connections including listening ports.

52
New cards

Purpose of 'tracert' command

Uses ICMP to return hop count.

53
New cards

What does 'net user' do?

Manage user accounts.

54
New cards

What does 'pathping' command do?

Combines ping and traceroute.

55
New cards

What does 'nslookup' identify?

Current DNS server and displays IP addresses for a provided name.

56
New cards

What does 'hostname' command display?

Computer's hostname.

57
New cards

What does 'chkdsk' command do?

Scans a disk to recover corrupted files.

58
New cards

What does 'chkdsk /f' do?

Fixes errors on the disk.

59
New cards

What does 'chkdsk /r' do?

Fixes errors and locates bad sectors.

60
New cards

What does 'format' command do?

Erases a disk and applies a file system format.

61
New cards

What does 'fs' specify in format command?

Specifies the type of file system (FAT, FAT32, exFAT, NTFS).

62
New cards

How to format D drive as NTFS?

format D: /fs:ntfs

63
New cards

What does 'format /q' do?

Performs a quick format.

64
New cards

How to quick format D drive as FAT32?

format D: /fs:FAT32 /q

65
New cards

What does 'convert' command do?

Changes FAT/FAT32 to NTFS without erasing files.

66
New cards

What does 'convert /fs:' specify?

Volume will be converted to NTFS.

67
New cards

Can you convert NTFS to another file system?

No, cannot convert NTFS to another file system.

68
New cards

What is 'Diskpart'?

A command line tool for partition management.

69
New cards

What is 'sfc'?

System file checker to repair system files.

70
New cards

What does 'sfc /SCANNOW' do?

Scans and repairs protected system files.

71
New cards

What does 'sfc /VERIFYONLY' do?

Scans system files but does not repair.

72
New cards

What does 'shutdown' command do?

Sends a signal to turn off the system.

73
New cards

What does 'shutdown /p' do?

Turns off the local computer with no timeout or warning.

74
New cards

What does 'shutdown /r' do?

Performs a full shutdown and restart of the computer.

75
New cards

Command to update group policy settings

Gpupdate

76
New cards

Command to show applied group policies

Gpresult

77
New cards

What does Processes tab in Task Manager display?

Displays all running processes including background processes.

78
New cards

What can be done with nonresponsive processes in Task Manager?

They can be closed.

79
New cards

What does Performance tab in Task Manager show?

Displays performance graphs.

80
New cards

What information under Users tab in Task Manager?

Currently logged-in users, allows user logout.

81
New cards

What feature in Task Manager manages autostarting applications?

Startup tab.

82
New cards

Command to launch Task Manager via run box

taskmgr

83
New cards

Purpose of Microsoft Management Console (MMC)

Create a custom toolbox of utilities called Snap-ins.

84
New cards

What are Snap-ins in MMC?

Other consoles available like Device Manager or Disk Management.

85
New cards

Command to launch Microsoft Management Console

mmc

86
New cards

What does Event Viewer Snap-in display?

Logs of timestamped events for troubleshooting.

87
New cards

Types of logs in Event Viewer

System logs, Security logs, Application logs.

88
New cards

Color representing error in Event Viewer logs

Red.

89
New cards

Color representing warning in Event Viewer logs

Yellow.

90
New cards

Color representing informational messages in Event Viewer logs

White.

91
New cards

Purpose of Disk Management Snap-in

Manage disk partitions.

92
New cards

Purpose of Task Scheduler Snap-in

Create and schedule tasks.

93
New cards

Purpose of Device Manager Snap-in

Check for updates and install drivers.

94
New cards

Purpose of Certificate Manager Snap-in

Manage certificates on a computer.

95
New cards

Command to create/change/delete users on a local computer

lusrmgr.msc

96
New cards

Utility to monitor computer performance

Performance Monitor (perfmon.msc).

97
New cards

Command to edit local group policy

gpedit.msc

98
New cards

Command to view detailed system information

msinfo32

99
New cards

Section in System Information identifying hardware conflicts

Hardware Resources.

100
New cards

Section in System Information for driver details

Components.