Practice Test 1 - Incorrect Flashcards
Correct mistakes from Practice Test 1
Jonathan checks out a company laptop to prepare a presentation. As he works on it, he notices that the mouse cursor keeps jumping around the screen, even though he’s not touching the mouse, only the keyboard. What should he try first to fix this problem?
✅ Disable the touchpad.
🧠 Some laptops have notoriously sensitive touchpads that will move the cursor when any part of the hand touches the surface.
John’s boss wants a computer with an optical drive. Which one of these must the computer have to fulfill that request?
✅ Blu-ray Disc
🧠 Like CDs and DVDs, BDs require laser light to view, making them optical media. Don’t be thrown off if the exam doesn’t use the proper name for the technology and only calls it Blu-Ray.
What specific component does a fax machine require to use POTS to send a fax?
✅ Modem
🧠 A fax machine can send faxes over the traditional telephone network using a built-in modem.
Amy needs to connect a wired Ethernet printer to her office network. What does she need to accomplish this task? (Choose two)
🫥 SSID of the network
🫥 Username and password for the printer
🫥 IP address
🫥 Subnet mask
🫥 FTP port number
✅ IP address
✅ Subnet mask
🧠 Amy needs to give the printer a valid IP address and subnet mask to make the printer available on the network. A subnet mask is a value used in the TCP/IP settings to divide the IP address of a host into its component parts: network ID and host ID.
What does pressing the reset button on a SOHO router accomplish?
✅ Changes the admin password to factory default
🧠 Changes the admin password to factory default. The reset button enables you to deal with a misconfigured SOHO router by changing configurations to the default.
Alberto argues that most offices have at least one device these days that’s both an input and output device. Jane laughs and points out two. Which devices might she have pointed out? (Choose two)
🫥 Fax machine
🫥 LCD Monitor
🫥 Multifunction printer
🫥 Microphone
🫥 Scanner
✅ Fax machine
✅ Multifunction printer
🧠 More properly called multifunction devices (MFDs), these combine several technologies into a single device, such as printer, scanner, fax machine, and copier. Printers and copiers are output devices. Scanners are input devices. Fax machines are both input and output devices.
Thieves broke into the Bayland Widgets corporate office and stole laptops that likely had company secrets. Aside from bemoaning the loss of the hardware, though, the company IT manager isn’t worried about data theft because she implemented which policy?
✅ Requiring full disk encryption
🧠 That’s right. Lock every one of those hard drives down so a thief can’t get access to any data.
After upgrading his video card, Simon gifted his old card to his friend, Barek, so that he could upgrade too. Simon suggested that Barek should update his video card drivers. Of the following options, which two would compel Barek to upgrade drivers?
✅ To fix an error message
✅ To add new features
🧠 To fix an error message. Error messages range from problems with games to resolution issues. An updated driver can often fix such things.
🧠 To add new features. Early drivers for video cards might not unlock all the potential for that card. Updated drivers can help optimize video.
Which code example correctly references the Name property for the third element in an array named Cities?
$Cities[2].Name
Cities2.Name
Cities3.Name
$Cities[4].Name
✅ $Cities[2].Name
🧠 The specific programming language syntax will vary from one language to another, but this syntax is the best answer; this syntax works in Microsoft PowerShell.
What is happening in the following code snippet?
Set-Variable -Name hourly_wage -Value 17.99 -Option ReadOnly
✅ A constant is being declared.
🧠 In Microsoft PowerShell, the –Option ReadOnly
parameter creates a constant.
What is the difference between NoSQL databases and SQL databases?
✅ Can have different types of data stored in each row.
✅ Are schema-less.
🧠 Schema-less means there is no strict definition on what type of data will be stored.
Your company’s cloud-hosted web site will use a database to store product documentation. The web server will be deployed on a different network than the database server, which will be in its own data tier. Employees working on-premises will create and update product document PDF files, which will be available through the web site. Which strategy best meets the needs of this scenario?
✅ Place a writeable replica on-premises.
✅ Place a read replica in the cloud-based data tier.
🧠 Place a writable replica on-premises. Employees working here can insert product documentation to the database.
🧠 Place read replicas in the cloud-based data tier. Updated product documentation from on-premises will be replicated to the read replica.
Art browses to a secure web site (with HTTPS and a little lock on display), and his browser, Microsoft Edge, reports a “mixed content” warning. What does this mean?
✅ The web page displays both secure and nonsecure content.
🧠 Accessing a web page that shows both secure and nonsecure content will trigger a mixed content warning.
Steve’s ancient SOHO router only offers WEP encryption, which he knows offers minimal security. Short of buying a new router, how can Steve make his Wi-Fi network more secure?
✅ Enable MAC address filtering.
✅ Disable SSID broadcast.
🧠 Filtering access by MAC addresses adds security to a wireless network. A MAC address is a unique 48-bit address assigned to each network card. Disabling broadcast of the SSID (the network name) makes it harder for someone to find the network. It doesn’t in reality add much security, but it has been touted as a security feature for years.
Why should a business back up data?
✅ To ensure data availability
🧠 A big IT industry push is to ensure high availability of all data and other essential resources. Backing up data helps make that happen whether the data consists of individual files or an entire operating system.