Books

  1. David Y

    David Y edited the glossary entries of CompTIA A+ Certification All-in-One Exam Guide, Seventh Edition (Exams 220-701 & 220-702) Saturday, December 3, 2011.

    • Added a term: root directory: The starting point in a hierarchical file system, where the system operates when it is first started. Read more: http://www.answers.com/topic/root-directory#ixzz1fVWN8Fs2
    • marked the description of root directory as not a spoiler
    • Added a term: file allocation table (FAT): An area on a hard disk or floppy disk where information is stored about the physical location of each piece of every file on the disk and about the location of unusable areas of the disk.Read more: http://www.answers.com/topic/file-allocation-table#ixzz1fVWnz49P
    • marked the description of file allocation table (FAT) as not a spoiler
    • Added a term: Cluster: Also called an "allocation unit" or "file allocation unit," it is some number of disk sectors that are treated as a unit. A cluster is the smallest unit of storage the operating system's file system can manage. That means if a 1KB file is stored in a system with a 32KB cluster (see table below), the 1KB file takes up 32KB of disk space.Read more: http://www.answers.com/topic/tone-cluster#ixzz1fVXdxLZL
    • marked the description of Cluster as not a spoiler
    • Added a term: fragmentation: The scattering of parts of a file throughout a disk, as when the operating system breaks up the file and fits it into the spaces left vacant by previously deleted files.Read more: http://www.answers.com/topic/fragmentation#ixzz1fVY9rPRY
    • marked the description of fragmentation as not a spoiler
    • Added a term: New Technology File System: The primary Windows file system, starting with Windows NT. NTFS is required to implement various security and administrative features in Windows. For example, NTFS supports Active Directory domain names and provides file encryption. Permissions can be set at the file level rather than by folder, and individual users can be assigned disk space quotasRead more: http://www.answers.com/topic/ntfs#ixzz1fVYXdCPw
    • marked the description of New Technology File System as not a spoiler
    ( see David Y’s edits | report abuse )
  2. David Y

    David Y edited the glossary entries of CompTIA A+ Certification All-in-One Exam Guide, Seventh Edition (Exams 220-701 & 220-702) Saturday, December 3, 2011.

    • Added a term: dynamic disk: A Windows 2000 feature that allows a single disk reference to span more than one physical disk volume. It also allows the disk to be resized without rebooting (resized "dynamically"). When formatted as a dynamic disk, the volume does not contain partitions. A regular disk partition is called a "basic" disk.Read more: http://www.answers.com/topic/dynamic-disk#ixzz1fVTf9Ano
    • marked the description of dynamic disk as not a spoiler
    • Added a term: page file: In storage, a pagefile is a reserved portion of a hard disk that is used as an extension of random access memory (RAM) for data in RAM that hasn't been used recently. A pagefile can be read from the hard disk as one contiguous chunk of data and thus faster than re-reading data from many different original locations. Windows NT administrators or users can reset the system-provided default size value of the pagefile to meet their particular needs. In other operating systems, the pagefile is called a swap file or a swap partition.http://searchcio-midmarket.techtarget.com/definition/pagefile
    • marked the description of page file as not a spoiler
    • Added a term: FDISK: is a commonly used name for a command-line utility that provides disk partitioning functions. fdisk writes the master boot record.Read more: http://www.answers.com/topic/fdisk-1#ixzz1fVVKWRos
    • marked the description of FDISK as not a spoiler
    • Added a term: Disk Management: Disk Management is an extension of the Microsoft Management Console that allows full management of the disk-based hardware recognized by Windows.Disk Management is used to manage the drives installed in a computer - like hard disk drives (internal and external), optical disk drives, and flash drives.about.com
    • marked the description of Disk Management as not a spoiler
    ( see David Y’s edits | report abuse )
  3. David Y

    David Y edited the glossary entries of CompTIA A+ Certification All-in-One Exam Guide, Seventh Edition (Exams 220-701 & 220-702) Saturday, December 3, 2011.

    • Added a term: partition: a portion of a computer’s hard disk that is treated by the computer as if it were a separate disk drive. A very large drive is more efficient if partitioned because the file clusters are smaller (so that small files do not waste so much space) and because the computer does not have to search as large an area for data. Communication between partitions, however, is more cumbersome. Read more: http://www.answers.com/topic/partition#ixzz1fVOMs6Rh
    • marked the description of partition as not a spoiler
    • Added a term: format: •To divide (a disk) into marked sectors so that it may store data.Read more: http://www.answers.com/topic/format#ixzz1fVOhSJ51
    • marked the description of format as not a spoiler
    • Added a term: file system: The method for storing and retrieving files on a disk. It is system software that takes commands from the operating system to read and write the disk clusters (groups of sectors). The file system manages a folder/directory structure, which provides an index to the files, and it defines the syntax used to access them (how the "path" to the file is coded). File systems dictate how files are named as well as the maximum size of a file or volume. There are numerous file systems in use; for example, FAT32 and NTFS are Windows file systems, and HFS is used on Macs. Linux uses ext2, ext3 and FAT32. Unix systems use UFS, ext2, ext3 and ZFS.Read more: http://www.answers.com/topic/file-system#ixzz1fVOzJAij
    • marked the description of file system as not a spoiler
    • Added a term: operating system: Software designed to control the hardware of a specific data-processing system in order to allow users and application programs to make use of it.Read more: http://www.answers.com/topic/operating-system#ixzz1fVPTnX5p
    • marked the description of operating system as not a spoiler
    • Added a term: master boot record: is a type of boot sector popularized by the IBM Personal Computer.<1> It consists of a sequence of 512 bytes located at the first sector of a data storage device such as a hard disk. MBRs are usually placed on storage devices intended for use with IBM PC-compatible systems.The MBR may be used for one or more of the following:•Holding a partition table, which describes the partitions of a storage device. In this context the boot sector may also be called a partition sector.•Bootstrapping an operating system. The BIOS built into a PC-compatible computer loads the MBR from the storage device and passes execution to machine code instructions at the beginning of the MBR.•Uniquely identifying individual disk media, with a 32-bit disk signature, even though it may never be used by the operating system.Read more: http://www.answers.com/topic/master-boot-record#ixzz1fVQDQQGt
    • marked the description of master boot record as not a spoiler
    • Added a term: partition table: In DOS and Windows, it is a part of the master boot record (MBR) that describes how the disk is partitioned. The MBR reads the partition table to determine which partition is active (contains the operating system) and where its boot sector is located.Read more: http://www.answers.com/topic/partition-table-1#ixzz1fVQfZsKl
    • marked the description of partition table as not a spoiler
    • Added a term: logical drives: A data storage unit, such as a subpartition of a hard drive or an array of storage units, recognized and handled according to the logic of the operating system like a single physical drive. --------------------------------------------------------------------------------Read more: http://www.answers.com/topic/logical-drive#ixzz1fVRIn5xU
    • marked the description of logical drives as not a spoiler
    • Added a term: volume boot sector: is the first sector of a data storage device that has not been partitioned, or the first sector of an individual partition on a data storage device that has been partitioned. It may contain code to load and invoke an operating system (or other standalone program) installed on that device or within that partition.Read more: http://www.answers.com/topic/boot-sector#ixzz1fVS0HPkq
    • marked the description of volume boot sector as not a spoiler
    ( see David Y’s edits | report abuse )
  4. David Y

    David Y edited the glossary entries of CompTIA A+ Certification All-in-One Exam Guide, Seventh Edition (Exams 220-701 & 220-702) Friday, December 2, 2011.

    • Added a term: Windows: A trademark for any of a series of GUIs or GUI-based computer operating systemsRead more: http://www.answers.com/topic/microsoft-windows#ixzz1fP3V5O1v
    • marked the description of Windows as not a spoiler
    • Added a term: Windows 2000: Also called "Win2K" and "W2K," Windows 2000 was a major upgrade to Windows NT 4, launched in early 2000. Available in one client and three server versions, Windows 2000 added support for Plug and Play. It used the same interface as Windows 95/98, but added considerably more features, dialogs and options.Read more: http://www.answers.com/topic/windows-2000#ixzz1fP45XTvm
    • marked the description of Windows 2000 as not a spoiler
    • Added a term: Windows XP: an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops and media centers. First released to computer manufacturers on August 24, 2001,<3> it is the second most popular version of Windows, based on installed user base.<4> The name "XP" is short for "eXPerience."<5>Read more: http://www.answers.com/topic/windows-xp#ixzz1fP4N2OVp
    • marked the description of Windows XP as not a spoiler
    • Added a term: Windows Vista: an operating system released in several variations developed by Microsoft for use on personal computers, including home and business desktops, laptops, tablet PCs, and media center PCs. Prior to its announcement on July 22, 2005, Windows Vista was known by its codename "Longhorn."<4>Read more: http://www.answers.com/topic/windows-vista#ixzz1fP6JtL24
    • marked the description of Windows Vista as not a spoiler
    • Added a term: Windows 7: is the latest release of Microsoft Windows, a series of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, and media center PCs.<5> Windows 7 was released to manufacturing on July 22, 2009,<6> and reached general retail availability on October 22, 2009,<7> less than three years after the release of its predecessor, Windows Vista. Windows 7's server counterpart, Windows Server 2008 R2, was released at the same time.Read more: http://www.answers.com/topic/windows-7#ixzz1fP6pnPa1
    • marked the description of Windows 7 as not a spoiler
    • Added a term: Microprocessor: An integrated circuit that contains the entire central processing unit of a computer on a single chip.Read more: http://www.answers.com/topic/microprocessor#ixzz1fP7GTeHK
    • marked the description of Microprocessor as not a spoiler
    • Added a term: Registry: The configuration database in all 32-bit versions of Windows that contains settings for the hardware and software in the PC it is installed in. The Registry is made up of the SYSTEM.DAT and USER.DAT files. Many settings previously stored in the WIN.INI and SYSTEM.INI files in 16-bit Windows (Windows 3.x) are in the Registry. The Registry can be edited directly, but that is usually only done for very technical enhancements or as a last resort. Routine access is done via the Control Panels in My Computer or any Properties menu. Right clicking almost every icon in Windows brings you the Properties menu for that object. A PC with many applications that has been used for a while can easily have a hundred thousand or more Registry entries. See Win Registry and Registry cleaner.Read more: http://www.answers.com/topic/registry#ixzz1fP8082Lw
    • marked the description of Registry as not a spoiler
    • Added a term: NTLDR: is the boot loader for all releases of Windows NT operating system up to and including Windows XP and Windows Server 2003. NTLDR is typically run from the primary hard disk drive, but it can also run from portable storage devices such as a CD-ROM, USB flash drive, or floppy disk. NTLDR can also load a non NT-based operating system given the appropriate boot sector in a file.Read more: http://www.answers.com/topic/ntldr#ixzz1fP8OTspH
    • marked the description of NTLDR as not a spoiler
    • Added a term: boot loader: A program that loads the operating system into memory. Sometimes, the boot loader and boot manager are combined in the same program.Read more: http://www.answers.com/topic/boot-loader#ixzz1fP8gftfV
    • marked the description of boot loader as not a spoiler
    • Added a term: boot sector: A special area of a floppy diskette or hard drive which is used by the computer during system startup. answers.com
    • marked the description of boot sector as not a spoiler
    • Added a term: boot.ini: Windows (specifically Ntldr) uses the Boot.ini file to determine which operating system options to display when the Startup program is running. By default, Boot.ini is not flagged as a read-only system file and generally does not require any manual modification.http://support.microsoft.com/kb/314081
    • marked the description of boot.ini as not a spoiler
    • Added a term: ntdetect.com: is a component of Microsoft Windows NT-based operating systems that operate on the x86 architecture. It is used during the Windows NT startup process, and is responsible for detecting basic hardware that will be required to start the operating system.Though it has the .COM extension, it is not actually a DOS application.Read more: http://www.answers.com/topic/ntdetect-com#ixzz1fP9rALH5
    • marked the description of ntdetect.com as not a spoiler
    ( see David Y’s edits | report abuse )
displaying 1-4 edits