220-1102 Operating Systems Flashcards
(266 cards)
What is the max amount of RAM usable by Windows 10 Home?
128 GB
What does a Windows Domain require to operate?
A Windows Server
What is the most fundamental network organization used in Windows networks where every computer stores all its own users and passwords?
Workgroups
Which network organization has individual computers log into a server and the server stores its own set of usernames and passwords that are separate from the local usernames?
Domain
What is the primary advantage of a Windows Domain?
Single sign-on (SSO)
If you want to log into a domain, what is the most basic edition of windows 10 you need?
Windows 10 Pro
How much RAM does Windows 10 Pro support?
2 TB
Which 4 features does Windows 10 Pro have over Home
- Domains
- Group Policies
- Bitlocker
- Remote Desktop Protocol
How much RAM is supported for Windows 10 Pro for Workstations and Windows 10 Enterprise?
6 TB
What feature is available in Windows 10 Enterprise that is not available in Windows 10 Pro for Workstations?
long-term servicing branch (LTSB)
What three things does long-term servicing branch (LTSB) accomplish?
- turns off automatic updates
- removes the Microsoft Store
- Skips installing the Edge web browser
How do you purchase Windows 10 Enterprise?
Through a Microsoft Sales Representative
What is the term for when a new OS installs into the same folders as the old OS?
Upgrade Installation
What are two other terms for OS upgrade installation?
In-place upgrade and repair installation
In the command line, what do you type after a command to get help?
/?
Which command line command will list the creation date, creation time, file size in bytes, filename and extension of all files in the working directory?
dir
Which command line command changes the working directory?
cd
In the command line, how do you change drives
Type the drive letter and a colon
In the command line, how do you make a new directory?
md or mkdir
Which make directory command works in all operating systems?
mkdir
In the command line, how do you remove a directory?
rd or rmdir
Which remove directory command works in all operating systems?
rmdir
Which command line tool provides a great way to see if you can talk to another system?
ping
Which command line tool gives you a quick glance at your network settings?
ipconfig