1101 Exam Flashcards
(90 cards)
- How to fix the “OS not found” error if the MBR is corrupted?
The “OS not found” error at boot time is an indication that the MBR (Master Boot Record) or GPT (Globally Unique ID Partition Table) is corrupted or faulty. If this occurs, you should reboot into the Windows recovery mode and use the ‘bootrec /fixboot’ command to fix the GPT.
- What are five causes of the “OS not found” error?
a. the basic input/output system (BIOS) does not detect the hard disk
b. the hard disk is damaged
c. incorrect or malformed master boot record
d. an incompatible partition is marked as Active
e. a partition that contains the MBR is no longer active
- What can cause a duplicate IP address error?
If you defined a static IP address for a workstation or network device, duplicate IP address conflicts may occur on a DHCP network. To resolve it, convert the workstation or network device with the static IP address to a dynamic assignment or exclude the static IP address from the DHCP scope on the DHCP server. Duplicate IP addresses are not caused by logging into two workstations at once, nor are they caused by moving a workstation.
- What do corona wires do in a laser printer?
A corona wire is a charged wire in a laser printer that draws the toner off the drum onto the paper. It must be cleaned when the toner cartridge is replaced.
- What causes white streaks on a laser printer’s image?
Dirty corona wires
- What to do if app sluggish on phone?
First try restarting the app, THEN soft reset, THEN factory reset
- What’s an issue with NumLock on small keyboards?
You can accidentally set NumLock on and type numbers instead of letters
- What does a single mobo beep usually mean?
Successfully completed POST
What is an internal VM connection?
VMs can communicate with each other and the host machine, but not the internet
What is an external VM connection?
Provides internet access (natch)
What is a private VM connection?
This creates a virtual switch that lets VMs communicate with themselves, but not the host
What is a localhost network in the context of a VM?
This means that each VM can only communicate with itself
What is a Virtual NIC?
A virtual NIC (network interface card) is a type of virtual adapter that can be configured on logical partitions to provide a network interface. This virtual NIC can be paired and mapped to a physical NIC to get the VM onto the network.
What is VDI?
Virtual Desktop Infrastructure (VDI) is a software technology that separates the desktop environment and associated application software from the physical client device that is used to access it.
What is VNC?
Virtual Network Computing (VNC) is a cross-platform screen sharing system that was created to remotely control another computer from a distance by a remote user from a secondary device as though they were sitting right in front of it.
- How fast will a PCIe x8 expansion card run if installed in a PCIe x16 slot?
8x speed, bc PCIe cards are backwards compatible. 8x refers to the number of PCIe lanes the card utilizes
What is PXE?
The Preboot Execution Environment (PXE) is an industry-standard client/server interface that allows networked computers that are not yet loaded with an operating system to be configured and booted remotely by an administrator.
How do you configure the PXE boot option?
- To configure a computer to utilize the PXE boot option, you need to configure it under the BIOS boot option
What is an A record?
An A record associates your domain name with an IPv4 address.
What is an AAAA record?
An AAAA record associates your domain name with an IPv6 address.
What is an MX record?
An MX record is used for outgoing (SMTP) and incoming (POP3/IMAP) traffic.
What is an SOA resource record?
A Start of Authority (SOA) resource record indicates which Domain Name Server (DNS) is the best source of information for the specified domain.
What is Mini PCIe?
Mini PCIe (mPCIe) are smaller form factor versions of standard PCI Express expansions cards used with laptops and other small form factor computing devices. Mini PCIe expansion cards provide the ability to add wireless networking or cellular data cards to a laptop.
What is DKIM?
DomainKeys Identified Mail (DKIM) provides a cryptographic authentication mechanism. This can replace or supplement SPF. To configure DKIM, the organization uploads a public key as a TXT record in the DNS server.