9. USB (Universal Serial Bus):

  1. a. USB supports up to 127 devices simultaneously.

  2. b. USB enables you to daisy chain up to 127 USB devices. A USB hub is used for this purpose.

  3. c. USB devices can be plugged in without turning on/off power. i.e, USB devices are hot swappable.

  4. d. The important features of USB 2.0 are given below:

    1. 1. Mbit/s 12Mbit/s 480Mbit/s supported.

    2. 2. USB controller is required to control the bus and data transfer.

    3. 3. Cable up to 5 m.

    4. 4. Up to 127 devices supported.

    5. 5. Power supply to external devices is 500 mA/5V (max).

    6. 6.Full compatibility with USB 1.1 devices.

  5. e. To achieve proper USB connectivity six basic system elements must be present

    1. 1. Support from the BIOS

    2. 2. Support from the Operating System

    3. 3. Physical USB ports

    4. 4. A USB Device

    5. 5. The correct USB cable for the device

    6. 6. Drivers either from the OS and/or the peripheral maker

  6. f. USB 2.0 has a raw data rate at 480Mbps, and it is rated 40 times faster than its predecessor interface, USB 1.1, which has 12Mbps max speed.

    1. USB Type A  cable connector
      USB Type A
      USB Type B  cable connector
      USB Type B
    2. USB mini Type A cable connector
      USB mini Type A
      USB mini Type B  cable connector
      USB mini Type B

10. eSATA

  1. a. External Serial Advanced Technology Attachment or eSATA is an external interface for SATA technologies. It is faster compared to USB 2.0 or PATA technologies, and suitable for backing up large amounts of data using external hard drive.

  2. b. Even though eSATA is part of the SATA interface specifications, it uses a very different physical connector from the internal SATA connectors. The reason for this is to better shield the high speed serial lines used to transfer the signals from EMI protection. It also provides a 2m overall cable length compared to the 1m for internal cables. As a result the, the two cable types can not be used interchangeably.

  3. c. eSATA is hot swappable. Other drives IDE, EIDE, AND PATA does not support hot swap.

eSATA and SATA Cables connector

11. Blue-ray

  1. a. Storage capacity of blue-ray: 25GB (single-layer) and 50GB (dual-layer)

  2. b. Blue-ray drives are usually compatible with CD/DVD drives, but not the other way round.

12. SSD (Solid State Drives) access data stored in the drive using direct access. Since there are no mechanical rotating components that are found in conventional hard drives, the data access would be much faster.

1.6 Differentiate among various CPU types and features and select the appropriate cooling method

1. Processor package types:

a. 8088, 8086 processors used 40 pin DIPs. 80286,80386, 80486, and some Pentium computers (60MHz, 66MHz) used PGA (Pin Grid Array).

b. Pentium chips (75 MHz and above) used SPGA (Staggered PGA). Pentium II CPUs use catridge type mounting method, called "slot-1".

CPUs and features:

Processor Socket type Register Data Bus Address Bus
8088 DIP 16 bit 8 bit 20 bit
80286 LLC/PGA/PLCC 16 bit 16 bit 24 bit
80386SX PGA 32 bit 16 bit 24 bit
80386DX PGA 32 bit 32 bit 32 bit
80486SX PGA 32 bit 32 bit 32 bit
80486DX PGA/SQFP 32 bit 32 bit 32 bit
Pentium Socket 5 SPGA/ Socket 7 SPGA. 64 bit 64 bit 32 bit
Pentium Pro Socket 8 SPGA 64 bit 64 bit 32 bit
Pentium II SEC Slot 1
Pentium III SECC-2 / PPGA or FC-PGA
Pentium IV socket 423/socket 478/ socket 775 64 64 32 bit*
Pentium Dual Core Socket 775 (LGA775) 64 64 32 bit*
Pentium Quad Core Socket 775 (LGA775) 64 64 32 bit*

c. 32-bit operating systems like Windows XP can support only 32 bits of addressing space, and hence only 4GB of memory can be used. By using 64-bit operating systems, 16 Exa bytes (EB) of RAM can be used. 36 bits of address space can access up to 64GB of memory.

d. CPU models 80486SX, and above contain on board cache memory.

Address Bus Size Maximum RAM
32 bits 4GB
36 bits 64GB
40 bits 1 TB.
44 bits 16 TB.
64 bits 16 EB (Exa Bytes)

e. A computer may reboot because of CPU overheating. Ensure that you have sufficient ventilation for proper airflow, and that the CPU fan is working.

2. Hyperthreading

  1. a. It is an Intel invention for their processor cores that allows the CPU to present the Operating System with two "virtual" CPUs, each with its own set of resources. This new technology allows multiple processing threads to run in parallel on a single chip. The Operating System and associated hardware need to support hyper-threading for using this feature. For each processor core that is physically present, the operating system addresses two virtual or logical cores, and shares the workload between them when possible. The main function of hyper-threading is to decrease the number of dependent instructions on the pipeline.

  2. b. Requirements for the HT enabled system:

    1. Intel Pentium 4 processor at 3.06 GHz or higher

    2. An Intel® chipset that supports HT Technology

    3. System BIOS that supports HT Technology and has it enabled

    4. An operating system that includes optimizations for HT Technology

  3. c. Only Operating Systems Windows XP and above support Hyper-threading.

3. Bits and Bytes

  1. 1 KB = 1024 bytes

  2. 1 MB = (1024 X 1024) byte

  3. = (1024X 1 KB) bytes

  4. = 1,048,576 bytes

  5. 1 GB = (1024 X 1024 X 1024 )bytes

  6. = (1024 X 1 MB) bytes

  7. = (1024 X 1024 X 1 KB) bytes

  8. = 1,073,741,824 bytes

  9. KB stands for Kilobyte

  10. MB stands for Megabyte

  11. GB stands for Gigabyte

  12. Byte is represented by "B" as in MB

  13. Bit is represented by "b" as in kbps

  14. One byte is 8 bits

The Slot 1 package replaces the Socket 7 and Socket 8 used by previous Pentium processors. Slot 1 is a 242-contact daughter card slot that accepts a microprocessor packaged as a Single Edge Contact (SEC) cartridge. A motherboard can have one or two Slot 1s. More recently, Slot 2 package has been developed and used by recent processors.

4. File system

  1. a. FAT :Under FAT file system, the maximum size of a cluster is 32 KB and the maximum number of clusters is 65536. Therefore, the maximum size of a partitions is the number of clusters multiplied by the max size of the cluster, which is equivalent to 2 GB. Remember that 1 KB = 1024 bytes.

  2. b. NTFS: New Technology File System (NTFS) is a file system that was introduced by Microsoft to provide superior features like encryption, compression, and user permissions. NTFS is the primary file system used in Microsoft's Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, and Windows 7 operating systems.

    c. You can't apply file level permissions on a FAT file system. Only NTFS allows file permissions. Remember that the NTFS file permissions are always in effect to all users and processes.
  3. d. Windows 98 and Windows 95 OEM Release 2 support FAT32. Note that Windows NT does not support FAT32. NT supports only FAT16 and NTFS. Windows 2000 supports FAT16, FAT32, and NTFS.

  4. e. DOS standard FAT16 support drives up to 2 GB. FAT32 supports drives up to 2TB (Terabytes).

5.Intel socket

  1. a. Popular Intel socket types include LGA 1156/Socket H, LGA775, LGA 1155/1156, rPGA 988A, Socket G1, etc. Popular AMD socket types include LGA 940, Socket FM1, Socket AM3, Socket G34, etc.

  2. b. Socket LGA775 motherboards run Intel's Celeron (single-core), Pentium 4 (single-core), Pentium D (dual-core) and Core 2 Duo (dual-core) desktop processors.

  3. c. LGA775: Intel Pentium 4, Intel Pentium D, Intel Celeron, Intel Core 2 Duo, Intel Core 2 Quad, Intel Xeon

  4. d. 775: Intel Pentium 4, Intel Celeron

  5. e. 1156: : Intel Core i7, Intel Core i5, Intel Core i3, Intel Xeon, Intel Pentium, Intel Celeron

  6. f. 1366: Intel Core i7 (900 series), Intel Xeon (35xx, 36xx, 55xx, 56xx series)

previous next