1102: Chap 6 - Operating Systems Flashcards

1
Q

1102-Chap6-1: You want to transfer files from your computer to a remote server. To do this, you want to connect to a shared directory on the server and copy the files. Which command-line utility will allow you to do this?

netstat
net
netshare
netdom

A

net

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

net

A

The (windows) net use command is a Command Prompt command used to connect to, remove, and configure connections to shared resources, like mapped drives and network printers. It’s one of many net commands like net send, net time, net user, net view, net share, etc.

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

1102-Chap6-4: You are at a windows computer with a Command Prompt open. You believe that a user is improperly accessing files on a shared folder called docs. On the Windows computer, the D:\userfiles folder is shared as docs. Which command will immediately stop the sharing on the folder?

net share D:\userfiles /delete
net share D:\userfiles /stop
net share docs /delete
net share docs /stop

A

net share docs /delete

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

1102-Chap6-6: Which of the following Windows editions support ReFS (Resilient File System)? (choose two)

Home
Pro
Pro for Workstations
Enterprise

A

Pro for Workstations

Enterprise

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

1102-Chap6-7: You just purchased a new computer that has four CPUs. What edition of Windows will yhou need, at a minimum, to take advantage of the computer’s processing capability?

Home
Pro
Pro for Workstations
Enterprise

A

Pro for Workstations

Home = 1 CPU Max
Pro = 2 CPU Max
Pro for Workstation = 4 CPU Max

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

1101-Chap6-9: one of your technicians needs to use the Task Manager utility. What are the two ways they can open Task manager? (Choose two)

Press Ctrl + Alt + Delete and then click Task Manager
Press Ctrl + Shift + T
Press Ctrl + Alt + T
Press Ctrl + Shift + Esc

A

Press Ctrl + Alt + Delete and then click Task Manager

Press Ctrl + Shift + Esc

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

1102-Chap6-10: You need to configure Internet connections on a Windows workstation. Which tabs of the Internet Options utility in Control Panel would you use to set the home page and enable the pop-up blocker?

Connections, Security
General, Security
General, Privacy
Connections, Privacy

A

General, Privacy

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

1102-Chap6-12: A salesperson in your company travels regularly to foreign countries, through different time zones. They have asked you if there is a way to set their Windows 10 PC so that it will always show the time and date for their location. How can this be done?

In Windows settings, choose Time & Language, then Date & Time, and select set time automatically
In Control Panel, choose Date & Time, then set Time Zone Automatically
In Windows settings, choose Date & Time, and select Syncronize your clock
In Windows settings, choose Time & Language, then choose Date & Time, and select set time automatically and set time zone automatically

A

In Windows settings, choose Time & Language, then choose Date & Time, and select set time automatically and set time zone automatically

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

1102-Chap6-23: What is the purpose of a subnet mask?

Identifies the network portion of an IPv4 address
Identifies the network portion of an IPv6 address
Masks (hides) part of the IP address form a hacker
Masks (hides) the host number from a hacker

A

Identifies the network portion of an IPv4 address

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

1102-Chap6-24: You’ve been asked to help with a network for a company that has 50 computers. They’ve been using workgroups, but it is getting too difficult. There is an assortment of Windows editions on the computers including Win Hom, Win Pro, and Win Pro for Workstations. What will you do to set up their new network? (Choose two)

Upgrde all Win Home machines to Win Pro
Install an Active Directory server
Downgrade all Win Pro for Workstations to Win Pro
Upgrade all machines to Win Enterprise

A

Upgrde all Win Home machines to Win Pro

Install an Active Directory server

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

1102-Chap6-29: Given the IP address of fe80::308c:fee2:2abc:8337, what do we know about this address? (Choose two)

It is an IPv4 address
It is an IPv6 address
The subnet mask is 0
It is not routable

A

It is an IPv6 address

It is not routable

fe80 means an internal only address and is no routable

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

1102-Chap6-30: You see an IP address with a /48 after it. What does the /48 tell you? (Choose two)

There are 48 PCs on this network
The prefix length is 48 bits
The network uses an IPv6 addressing scheme
The network uses an IPv4 addressing scheme

A

The prefix length is 48 bits
The network uses an IPv6 addressing scheme

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

1102-Chap6-32: You are on a Windows computer that is joined to a workground. You’re going home and are ready to shut down but want to be certain that no one is using the shared files on your computer first. Where would you go to check?

Task Manager
Users and Groups
Performance Monitor
Control Panel -> Networking

A

Task Manager

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

1102-Chap6-36: What information do you need to connect to a PC using Remote Desktop?

The IP address of the PC
The password to the network that the PC resides on
The name under “How to connect to this PC,” when Remote Desktop was enabled
The password of the signed-in user

A

The name under “How to connect to this PC,” when Remote Desktop was enabled

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

netstat

A

command line utility that presents statistics related to the installed network interfaces

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

1102-Chap6-38: A new technician asked you how to use a Windows command. Which of the following does not show how to get help with any commands?

help [command name]
[command name] help
[command name] /?
/? [command name]

A

/? [command name]

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

1102-Chap6-47: You are in Windows 10 Command Prompt, using Run as Adminstrator. There is a directory named d:\files that you want to delete. It currently has six subdirectories and dozens of files in it. Which command should you use to delete d:\files?

del d:\files /s
del d:\files /q
rmdir d:\files /s
rmdir d:\files /q

A

rmdir d:\files /s

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

1102-Chap6-48: You’ve installed several identifcal new PCs and want to capture a baseline of their performance for future troubleshooting. What tool would be best suited for that purpose?

Event Viewer
Performance Monitor
System Information
System Configuration

A

Performance Monitor

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

1102-Chap6-51: You need to work at a command prompt on a Windows PC. When you open the prompt you are at C:\Windows\system32. You need to be at the root of the C: drive for what you’ll be doing. How do you get to the C:/? Assume you would press the Enter after the command

cd c:
cd\
C:\
cd root

A

cd\

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

1102-Chap6-52: A laptop user has traveled to visit a client and forgot their power adapter. The user is heading to lunch with the client, and wants to conserve battery power but enable the fastest possible startup when they get back, with the applications already open. Which power mode will conserve battery life but enable the fastest startup?

Shut down
Sleep
Hibernate
Resting

A

Sleep

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

1102-Chap6-66: What is the name of the bar on the bottom of the MacOS UX where commonly used programs and utilities are kept?

Taskbar
Dock
File Explorer
Finder

A

Dock

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

1102-Chap6-68: Your laptop battery is getting older and won’t hold a charge as long as it once did, so you want to ensure that, when you walk away from it for a period of time and it isn’t plugged in, it will not use any power but save everything and let you pick up where you left off working. What power state will work for this scenario?

Always On
Sleep
Hibernate
Hyper-V

A

Hibernate

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

resmon.exe

A

Runs windows Resource Manager, which allows you to end problematic process and stop running services. A performance monitoring tool

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

1102-Chap6-73: You are at a Windows workstation and have a command prompt openm. Which of the following commands is used to refresh the Group Policy settings and force their changes to see where the latency is?

gpedit
gpresult
gprefresh
gpupdate

A

gpupdate

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

1102-Chap6-74: You’ve been having trouble with network communications to one of your company’s offices. You want to determine the source of the latency on the connection. What command will you use in the Windows Command Prompt to see where the latency is?

grep
pathping
tracert
mv

A

pathping

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

pathping

A

works like tracrt and ping combined

Shows the path a packet takes from Point A to Point B and then will show the time at each hop

27
Q

1102-Chap6-75: Your spouse is trying to work at hoime but has started to compain about the constant notifications appearing on the computer and interupting their work. What category can you acces in Windows Settings to turn them off?

System
Gaming
Update and Security
Apps

A

System

28
Q

1102-Chap6-88: If a user has an OS that predates Windows 10, why should they update to a newer OS? (Choose two)

They will not receive security updates
They will not receive feature updates
Their apps will stop working
Their OS will stop working at End-of-Life

A

They will not receive security updates

They will not receive feature updates

29
Q

1102-Chap6-96: You are at a Windows command prompt. You believe that some of the Windows system files are corrupted. Which command should you use to scan and repair problematic system files?

sfc /scanfile
sfc /scannow
sfc /verifyfile
sfc/verifyonly

A

sfc /scannow

30
Q

1102-Chap6-97: You are at a Windows command prompt. Which command allows you to copy files and directories, copy NTFS permissions and mirror a directory tree?

copy
xcopy
robocopy
copyall

A

robocopy

31
Q

1102-Chap6-98: The hard drive performance on your Windows workstation has deterioted over time. To attempt to improve performance, you want to ensure that files on the hard drive are written in contiguous blocks. Which Windows tool should you use to make this happen?

Disk Management
Optimize Drives
Disk Optimizer
Device Manager

A

Optimize Drives

32
Q

1102-Chap6-108: You’re working in a school district in a computer lab full of Windows workstations, setting up an application that uses the name of the computer to identify it on the application. What command can you use at a workstation to determine its name? (Choose two)

nslookup
clientname
hostname
ping localhost

A

hostname

ping localhost

33
Q

nslookup

A

nslookup is a network administration command-line tool for querying the Domain Name System to obtain the mapping between domain name and IP address, or other DNS records

34
Q

1102-Chap6-114: A user wants to know if its possible to change what happens when they close the lid on their Windows 11 laptop. Currently closing the lid does nothing, but they would like the laptop to hibernate when the lid is closed. Where can this setting be changed?

Control Panel, Power Options Utility
Control Panel, Devices and Printers Utility
Windows Settings, Systems group, choose Power & Battery
Windows Settings, Devices group, choose Power Options

A

Control Panel, Power Options Utility

35
Q

1102-Chap6-115: Which of the following Windows operating systems and editions cannot be upghraded to Win10 Pro directly from the desktop by performancing an in-place upgrade? (choose two)

Win 7 Enterprise
Win 8.1 (core)
Win 10 Home
Win 8 Pro

A
  • Win 7 Enterprise
  • Win 8 Pro

Note: Win 8 has to be upgraded to 8.1 before it can go to 10

36
Q

1102-Chap6-117: You are working at a Windows command prompt. Which command should you use to copy directories and subdirectories, but not empty directories?

xcopy /e
xcopy /s
xcopy /h
xcopy /a

A

xcopy /s

37
Q

1102-Chap6-123: You have a Windows command prompt open. You are in the D:\users directory and want to copy all 20 files with a .docx extension into the D:\files directory. Which of the following statements is true?

You need to copy the files one at a time
You can use the command copy *.docx d:\files
You can use the command copy all.docx d:\files
You can use the command copy .docx d:\files

A

You can use the command copy *.docx d:\files

38
Q

1102-Chap6-126: A user wants to ensure that the hard drive in their Windows PC is encrypted for maximum data security. What are the two commands you can have the user type into the Run box (windows key + R) or Windows Command Propmpt to see whether the BitLocker Drive Encryption Sevrice is enabled and running? (Choose two)

services.msc
perfmon.msc
compmgmt.msc
diskmgmt.msc

A

services.msc

compmgmt.msc

39
Q

1102-Chap6-133: You are at a Windows command prompt. A remote Windows workstation named advertising4 is misbehaving and needs to be shut down and rebooted. What is the proper syntax to shut down this remote system?

shutdown /r /m \advertising4
shutdown /s /m \advertising4
shutdown /r /c \advertising4
shutdown /s /c \advertising4

A

shutdown /r /m \advertising4

40
Q

1102-Chap6-138: One power state will close applications and files, and log off users like a full shutdown would, then save the kernel state and system session to a hibernation file before shutdown. Then, when the computer is restarted, it will automatically and quickly restore that file, saving some of the time involved in a normal boot. Which of the following states is being described?

Hibernate
Sleep
Selective Startup
Fast Startup

A

Fast Startup

41
Q

1102-Chap6-141: You need to configure a VPN for an employee working remotely on a Win Pro machine. What category group in Windows Settings provides optoins for establishing dial-up or VPN connections?

Network and Sharing Center
Network & Internet
System
Accounts

A

Network & Internet

42
Q

1102-Chap6-145: Your spouse takes gaming seriously and has complained that restart notifications sometimes pop-up on the screen at crucial moments, disrupting their game. What settings group can you use to stop restart notifications from appearing and stop unneccessary programs from running in the background?

System
Gaming
Update and Security
Apps

A

Gaming

43
Q

1102-Chap6-155: You need to install Windows on a new machine. Which of the following is not an installation option?

USB
Network
External Drive
CD

A

CD

doesnt have enough space for a modern Windows installation

44
Q

1102-Chap6-158: The graphics department of your company just purchased a new printer and now you need to install it. What system preference pane can you use to install new printers in macOS?

Printers
Printers & Scanners
Devices
Sharing

A

Printers & Scanners

45
Q

1102-Chap6-165: On MacOs 10.6 or later, what is the best way to protect the system against viruses and other malware? (Choose two)

Install an antivirus from a vendor you trust
Ensure the system data files and security updates are set to run automatically
Only install software from reliable sources
Use Finder to find and delete viruses and malware

A

Ensure the system data files and security updates are set to run automatically

Only install software from reliable sources

46
Q

1102-Chap6-168: A user brought you a laptop that wouldn’t boot into the OS. After trying some troubleshooting techniques, you inform them that you will need to reinstall the OS. After ensuring that they have a backup of their files, you restart the computer, press F10 and the OS installation begins. What type of installation are you doing?

Upgrade
Recovery partition
Repair installation
Image Deployment

A

Recovery partition

47
Q

1102-Chap6-171: A user wants to install an application that requires a 1Ghz CPU on a Windows 10 64-bit installation. What is the minimum speed processor that their computer must have?

1 Ghz
2 Ghz
3 GHz
4 Ghz

A

2 Ghz

48
Q

1102-Chap6-172: Which of the listed filesystems is compatible with more OSes than the others?

FAT32
exFAT
NTFS
ext4

A

FAT32

49
Q

1102-Chap6-181: You’re working in the Linux Terminal and aren’t sure how to use the ps command. Which of the following will show you detailed information about the command?

find ps
ps man
man ps
nano ps

A

man ps

50
Q

dig

A

dig is a network administration command-line tool for querying the Domain Name System. dig is useful for network troubleshooting and for educational purposes. It can operate based on command line option and flag arguments, or in batch mode by reading requests from an operating system file.

example:

dig www.google.com

; «» DiG 9.16.1-Ubuntu «» www.google.com
;; global options: +cmd
;; Got answer:
;; -»HEADER«- opcode: QUERY, status: NOERROR, id: 27083
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;www.google.com. IN A

;; ANSWER SECTION:
www.google.com. 243 IN A 142.250.99.103
www.google.com. 243 IN A 142.250.99.99
www.google.com. 243 IN A 142.250.99.147
www.google.com. 243 IN A 142.250.99.105
www.google.com. 243 IN A 142.250.99.104
www.google.com. 243 IN A 142.250.99.106

;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Sun Oct 08 13:33:59 PDT 2023
;; MSG SIZE rcvd: 139

51
Q

1102-Chap6-187: Which of the following are not true regarding managed Apple IDs?

They are created by a company for its employees
They can’t make purchases
An IT administrator can remove or update your account
You can reset your own password

A

You can reset your own password

52
Q

1102-Chap6-189: Which of the following filesystems is optimized for flash drives?

FAT32
NTFS
exFAT
ext4

A

exFAT

53
Q

ip command

A

ip command in Linux is present in the net-tools which are used for performing several network administration tasks. IP stands for Internet Protocol. This command is used to show or manipulate routing, devices, and tunnels.

54
Q

1102-Chap6-201: You purchased a Win10 laptop and notice that it immediately resumes when you open the lid. What allows it to do that?

Hibernate
Idle mode
Modern standby
Auto off

A

Modern standby

55
Q

1102-Chap6-202: You’re at a command prompt in Windows and need to quickly add a user named student. What command will you use?

net user student * /add
net user /add student *
net user student *
user /add student

A

net user student * /add

56
Q

1102-Chap6-203: What shortcut keys can you use to quickly access many of the technican tools used in Windows operating systems?

Press Windows Key+D
Press Windows Key+L
Press Windows Key+I
Press Windows Key+X

A

Press Windows Key+X

57
Q

1102-Chap6-213: You’re installing Win11 Enterprise in a bare-metal system. What is the maximum amount of RAM you can put into this system?

128GB
2TB
6TB
256TB

A

6TB

Win11 max RAM limits

Home - 128GB
Pro - 2TB
Pro for Workstations - 6GB

58
Q

1102-Chap6-221: You’re working at a Windows command prompt and need to prepare a volume on a hard drive to receive data using the NTFS filesystem. The volume should be designated as drive X. Which command would you use at a command prompt to do this?

format x: /fs:ntfs
initialize x: /fs:ntfs
format x: /ntfs
initialize x: /ntfs

A

format x: /fs:ntfs

59
Q

1102-Chap6-230: You have a Win Pro computer set up in a workground and you need to perform some routine management tasks on it. Before you do, you want to see what shares already exist on the local computer. What utility can you use to do this?

In Windows Settings, choose Network & Internet
In Windows Settings, choose East of Access
In Computer Management, choose Shared Folders and then double-click Shares
In Network and Sharing Center utility of the Control Panel, click Change Advanced Sharing

A

In Computer Management, choose Shared Folders and then double-click Shares

60
Q

1102-Chap6-235: You need to allow Open Office to communicate through the local Windows firewall. Where is this configured? (choose two)

  • In the search box, type Firewall and Network protection, then choose it from the results and click Allow An App Through Firewall
  • In Windows Settings, choose the Apps group
  • In Control Panel, choose Windows Defender Firewall, then select Allow an App or Feature Through Windows Defender Firewall
  • In Control Panel, open the Programs and Features
A

In the search box, type Firewall and Network protection, then choose it from the results and click Allow An App Through Firewall

In Control Panel, choose Windows Defender Firewall, then select Allow an App or Feature Through Windows Defender Firewall

61
Q

1102-Chap6-239: A junior network admin wants to know the fastest way to access File Explorer because they use it often. What do you tell them?

Press Windows Key + F
Press Windows Key + M
Press Windows Key + E
Press Windows Key + X, then choose file explorer from the menu

A

Press Windows Key + E

62
Q

1102-Chap6-241: You need to know the path to a network resource. How can you locate it?

  • Type mynetworkdrives in a browser window to see them
  • In File Explorer, right-click the resource, choose Properties then click Sharing tab
  • In File Explorer, select this PC, Network Drives, and their path will show under Network Locations
  • Select Computer Management -> Shared Folders -> Shares
A

In File Explorer, right-click the resource, choose Properties then click Sharing tab

63
Q

1102-Chap6-242: You’re installing Win10 64-bit on the only drive in a computer with BIOS, not UEFI. You’ll be booting from this drive. Which of the following are true? (choose two)

The partition scheme must be MBR
The partition scheme must be GPT
The partition must be less than 2TB
You won’t be able to boot from this drive

A

The partition scheme must be MBR

The partition must be less than 2TB