For computer file systems, fdisk is a
command-line utility that provides disk partitioning functions. In
versions of the Windows NT operating system line from Windows 2000
onwards,
fdisk is replaced by a more advanced tool called diskpart.
Similar utilities exist for Unix-like systems.
A SIMM, or single in-line memory
module, is a type of memory module containing random-access memory used
in computers from the early 1980s to the late 1990s. It differs from a
dual in-line memory module, the most predominant form of memory module
today, in that the contacts on a SIMM are redundant on both sides of the
module. SIMMs were standardised under the JEDEC JESD-21C standard.
168 pins are used on SDRAM DIMM. 184 pins are used on DDR DIMM. There
are either 30 pins or 72 pins used on SIMM. 184 pins are used on RIMM.
A DIMM or dual in-line memory module
comprises a series of dynamic random-access memory integrated circuits.
These modules are mounted on a printed circuit board and designed for
use in personal computers, workstations and servers.
DIMMs began to
replace SIMMs as the predominant type of memory module as Intel P5-based
Pentium processors began to gain market share.
In a computer, an interrupt request is
a hardware signal sent to the processor that temporarily stops a
running program and allows a special program, an interrupt handler, to
run instead. Hardware interrupts are used to handle events such as
receiving data from a modem or network card, key presses, or mouse
movements.
COM is the original, yet still common,
name of the serial port interface on IBM PC-compatible computers. It
might refer not only to physical ports, but also to virtual ports, such
as ports created by Bluetooth or USB-to-serial adapters.
What kind of connectors are used to connect a PC power supply to a hard drive?
AT
Mini-molex
Molex
P9
EXPLANATION
Molex connector is the vernacular term
for a two-piece pin and socket interconnection. Pioneered by Molex
Connector Company, the two-piece design became an early electronic
standard. Molex developed and patented the first examples of this
connector style in the late 1950s and early 1960s.
First used in home
appliances, other industries soon began designing it into their products
from automobiles to vending machines to mini-computers.
Which of the following is both an input and an output device?
Printer
Mouse
USB thumb drive
Keyboard
EXPLANATION
a flash drive is an output device.
A flash drive can fit into either category(input, output or storage). It simply depends on how it is used.
A USB Flash drive is
considered a storage medium. Data can be both read, stored, and sent to
/ from a USB Flash drive, but it does not in itself input or output any
data.
Which of the following RAID levels does NOT provide fault tolerance?
RAID 1
RAID 0
RAID 5
RAID 10
EXPLANATION
RAID 0 can be used for setups like those big, read-only network file
system servers, or if mounting multiple disks is not possible. In RAID
0, data files are broken down into smaller blocks, and each block is
written to a separate physical disk drive. This process is known as
striping and is called a striped disk array configuration. This can
increase I/O performance by spreading the load evenly (more or less)
across many drives and channels, so large data can be simultaneously
accessed from the different drives and put together quickly, as opposed
to a single drive reading a large file one chunk after another. RAID 0
offers great I/0 performance, but has little to no fault tolerance.