CompTIA Hardware Practice Test #1 â Questions and Answers
Question 1: What kind of connector is often used to transfer electricity from a PC's power supply to an internal hard drive, CD or DVD drive?
- Molex (Correct answer)
- DB-9
- USB 3.0
- USB-C
Correct answer: Molex
A Molex connector is a legacy power connector commonly used in older PCs to supply 12V and 5V power to internal components. It was primarily utilized for IDE hard drives, CD/DVD drives, and some case fans before the widespread adoption of SATA power connectors. While less common in modern systems, it's still found in many existing computers and power supplies.
Question 2: Which of the following statements best defines RAID 10?
- RAID 10 offers data redundancy as well as quicker performance. (Correct answer)
- RAID 10 deals with data redundancy.
- RAID 10 improves performance.
- RAID 10 offers striped disk backups on several disks.
Correct answer: RAID 10 offers data redundancy as well as quicker performance.
RAID 10 (also known as RAID 1+0) is a nested RAID level that combines the mirroring of RAID 1 with the striping of RAID 0. This configuration provides both excellent data redundancy, as data is mirrored across pairs of drives, and significantly improved performance due to data striping across multiple disk sets. It requires a minimum of four disks to implement.
Question 3: Your manager has requested that you bring him a DE-15 connection. Which of the following does he mean?
- DVI-A
- HDMI
- VGA (Correct answer)
- DVI-D
Correct answer: VGA
The DE-15 connector, often referred to as a D-sub 15-pin connector, is the standard connector for Video Graphics Array (VGA) analog video signals. It is commonly used to connect computer monitors to video cards or other display devices. When a manager requests a DE-15 connection, they are referring to a VGA cable or port.
Question 4: Which of the following choices incorrectly defines the functionality of parity RAM or parity memory?
- Parity checking is not available in all RAM.
- Parity RAM has the ability to self-correct identified errors. (Correct answer)
- Parity RAM provides one bit every byte.
- When a mistake is discovered, parity checking will terminate the procedure.
Correct answer: Parity RAM has the ability to self-correct identified errors.
Parity RAM is designed to detect single-bit errors in memory by adding an extra 'parity' bit to each byte. If an error is detected, the system will typically report the error or halt operation to prevent data corruption. However, parity RAM does not have the capability to self-correct these identified errors; that functionality is provided by more advanced Error-Correcting Code (ECC) RAM.
Question 5: What kind of connector with 40 pins is utilized for internal hard drives?
- DB-40
- RG-6
- SATA
- IDE (Correct answer)
Correct answer: IDE
Integrated Drive Electronics (IDE), also known as Parallel ATA (PATA), is an older interface standard used for connecting storage devices like hard drives and optical drives to a computer's motherboard. IDE cables are typically wide ribbon cables with 40 pins, distinguishing them from the smaller, newer SATA connectors. This interface was a standard for internal hard drives for many years.
Question 6: Which of the following is an advantage of having a multi-core processor?
- Multiple threads can be managed at the same time (Correct answer)
- Having many CPU cores allows for faster clock rates
- Several cores enable the virtualization of multiple operating systems
- None of the above
Correct answer: Multiple threads can be managed at the same time
A multi-core processor contains multiple independent processing units (cores) on a single chip. Each core can execute instructions simultaneously, allowing the processor to handle multiple threads or tasks concurrently. This capability significantly enhances multitasking performance and the overall efficiency of running several applications or complex processes at the same time.
Question 7: Which video cable is capable of transmitting both digital and analog signals?
- HDMI
- DVI-I (Correct answer)
- DVI-D
- Mini-HDMI
Correct answer: DVI-I
DVI-I (Digital Visual Interface - Integrated) is a versatile video connector capable of transmitting both digital and analog video signals. The 'I' in DVI-I signifies its integrated capability, meaning it can connect to both digital displays (like LCDs) and analog displays (like older CRT monitors) using the appropriate adapter. This makes it a highly flexible option for various display setups.
Question 8: Which of the following statements about NVMe is correct?
- NVMe is a hard drive connection type
- The M.2 form factor is required for NVMe
- NVMe is a data access protocol (Correct answer)
- NVMe is considerably quicker than M.2 based drives
Correct answer: NVMe is a data access protocol
NVMe (Non-Volatile Memory Express) is a high-performance communication protocol specifically designed for accessing non-volatile storage media, particularly SSDs, over the PCIe bus. It is not a connection type or a form factor itself, but rather a protocol that optimizes how data is accessed from flash storage, enabling significantly faster data transfer rates and lower latency compared to older protocols like SATA.
Question 9: Which of the following statements about M.2 drive is correct?
- M.2 drives are directly connected to the motherboard (Correct answer)
- M.2 drives make use of a three-pin SATA cable
- M.2 drives have a greater Rotations Per Minute (RPM)Â than SATA based drives
- M.2 drives are capable of reading CD, DVD, and Blu-ray disks
Correct answer: M.2 drives are directly connected to the motherboard
M.2 is a form factor for internally mounted computer expansion cards, including SSDs. M.2 drives are designed to be directly inserted into a dedicated M.2 slot on the motherboard, eliminating the need for cables. This direct connection allows them to leverage high-speed interfaces like PCIe, offering superior performance compared to traditional SATA-connected drives.
Question 10: What special operating system setup is required when running Windows 10 as a virtual machine?
- Windows 10 does not handle installation as a virtual machine
- There is no need for any specific configuration (Correct answer)
- Download and install the Microsoft Generic Processor (MGP) driver
- Set up Windows 10 in HyperHost mode
Correct answer: There is no need for any specific configuration
Windows 10, like most modern operating systems, is designed to run on various hardware configurations, including virtualized environments. When installing Windows 10 as a guest OS in a virtual machine, it typically installs without requiring special setup steps beyond what would be done on physical hardware. The hypervisor handles the necessary hardware abstraction, making the virtual environment appear as standard hardware to the guest OS.
Question 11: What is the name of the native hypervisor available in Windows 10 Pro and higher?
- Hyper-V (Correct answer)
- ESXi
- LXD
- None of the above
Correct answer: Hyper-V
Hyper-V is Microsoft's native hypervisor technology, integrated into Windows 10 Pro, Enterprise, and Education editions (and Windows Server). It allows users to create and run virtual machines directly on their Windows host operating system. This makes it a convenient tool for developers, IT professionals, and anyone needing to run multiple operating systems or isolated environments on a single machine.
Question 12: Which of the following is NOT an advantage of utilizing cloud infrastructure?
- Cloud Infrastructure provides elasticity and rapid scalability based on demand
- The Cloud Provider will handle security on your behalf (Correct answer)
- The pay-as-you-go model necessitates a lower upfront investment for huge volumes of infrastructure
- Cloud providers provide easy-to-use versions of complex technology that normally need the services of expert technicians
Correct answer: The Cloud Provider will handle security on your behalf
While cloud providers offer robust security *of* the cloud infrastructure, security *in* the cloud remains a shared responsibility. Customers are typically responsible for securing their data, applications, operating systems, and network configurations within the cloud environment. Relying solely on the provider for all security aspects is a common misconception and a significant security risk.
Question 13: Which of the following options supports Hardware-Assisted Virtualization (HAV)?
- HAL
- Hyper-V
- VT-x (Correct answer)
- geForce-V
Correct answer: VT-x
VT-x (Virtualization Technology Extended) is Intel's hardware-assisted virtualization technology, while AMD's equivalent is AMD-V. These technologies provide CPU extensions that allow a hypervisor to run virtual machines more efficiently and securely. They enable direct access to hardware resources, significantly improving the performance of virtualized environments compared to software-only virtualization.
Question 14: What component contributes to the separation of network traffic across virtual machines on the same physical host?
- Resource Pool
- NIDS
- TPM
- Virtual NIC (Correct answer)
Correct answer: Virtual NIC
A Virtual NIC (Network Interface Card) is a software-based network adapter assigned to each virtual machine. It allows the VM to connect to a virtual switch, which then handles the routing and separation of network traffic between different VMs on the same physical host. This ensures that each virtual machine has its own distinct network identity and can communicate independently without interfering with others.
Question 15: Which of the following is a synonym for the word "Hypervisor"?
- Virtual Machine Monitor (VMM) (Correct answer)
- Sandbox
- Hyper Host Manager (HHM)
- gSphere
Correct answer: Virtual Machine Monitor (VMM)
A hypervisor is a layer of software, firmware, or hardware that creates and runs virtual machines (VMs). It is also commonly referred to as a Virtual Machine Monitor (VMM) because its primary function is to monitor and manage the virtual machines and their access to the underlying physical hardware resources. Both terms are used interchangeably to describe the core component of virtualization.
Question 16: Which of the following is NOT a benefit for Cloud Computing for business?
- Virtually infinite scalability of infrastructure (Correct answer)
- Cost reduction
- Shifting from Capital to Operational Expenditures
- Possibility of better service quality
Correct answer: Virtually infinite scalability of infrastructure
While cloud computing offers significant scalability, it is not "virtually infinite." There are always practical limits based on the provider's total capacity, specific service quotas, and the customer's budget. The term "virtually infinite" can be misleading, as businesses still need to plan and manage their resource consumption within realistic bounds.
Question 17: The following characteristics are shared by virtualization and cloud computing:
- Application
- CPU
- Storage
- All of the above (Correct answer)
Correct answer: All of the above
Both virtualization and cloud computing fundamentally rely on abstracting and pooling physical resources. This includes CPU, memory, storage, and networking, which are then presented as virtual resources to applications and users. Cloud computing builds upon virtualization by adding layers of automation, self-service, and metering to deliver these virtualized resources as services.
Question 18: Choose the option that best illustrates key attributes cloud computing from the list below.
- CAPEX is upfront, No Multi-tenancy, Mix of Physical & Virtualized infrastructure
- Scalable, Shared, Metered Usage, Service, Virtualization (Correct answer)
- Virtualization, Abstraction, Mobility Pattern
- All of the above
Correct answer: Scalable, Shared, Metered Usage, Service, Virtualization
These attributes accurately define cloud computing. Cloud resources are scalable (can be easily adjusted), shared (multi-tenancy), metered (pay-as-you-go), delivered as a service (IaaS, PaaS, SaaS), and fundamentally built upon virtualization technology. This combination allows for flexible, cost-effective, and on-demand access to computing resources.
What kind of connector is often used to transfer electricity from a PC's power supply to an internal hard drive, CD or DVD drive?