Windows Installation Flashcards
What does the OS do when it locates and application?
It loads it into the RAM of the computer.
What is an API?
Programmers use these sets of guidelines to assure that a new application is compatible with the OS. These sets of guidelines are known as Application Programming Interface.
What is Open Graphics Library ?
OpenGL is a cross-platform standard specification for multimedia graphics
What is DirectX?
This is a collection of APIs related to multimedia tasks for Microsoft Windows.
What is this referring to? This allows applications from older versions of Windows to operate on newer versions
Windows API
What is this referring to? This is a collection of APIs related to development of Java Programming
Java APIs
what does x86 architecture?
it refers to the processor architecture of the CPU. x86 refers to the 32-bit platform OS.
What does x86-64 mean?
This is the 64-bit architecture on a CPU. It refers to the backwards compatible processor architecture. It can handle 64-bit OS and 32-bit OS.
What are the specifications of a desktop OS?
1) it supports a single user.
2) it runs single-user applications.
3) it shares files and folders on a small network with limited security.
Which Windows OS had the Aero user interface?
Windows Vista
Which Windows platform had the Metro user interface?
Windows 8.0
What are the specifications of a Network Operating System?
1) It supports multiple users.
2) It runs multi-user applications.
3) It provides increased security compared to desktop operating systems.
What network resources does a NOS provide?
1) Server applications like shared databases.
2) Centralized data storage.
3) Centralized repository of user accounts and resources on the network.
4) Network print queue.
5) Redundant storage systems, such as raid and backups.
What is a difference and similarity between Upgrade Assistant and Upgrade Advisor?
Upgrade Assistant is used in windows 8.x and Upgrade Advisor is used in Windows 7 and Vista. Both scan the system for hardware and software incompatibility issues in before upgrading to newer editions of the Windows OS.
Can a 32-bit OS be upgraded to a 64-bit OS?
No
Can Windows XP be upgraded to Windows 8.1?
No
What does User State Migration Tool do?
USMT migrates user files and settings to the new OS. USMT version 5 supports data migration from Windows 8, 7 and Vista to Windows 8, 7 and Vista, all 32-bit and 64-bit editions.
What does Windows Easy Transfer do?
Migrate personal files and settings from and old computer to a new one. Windows easy transfer cannot back up files on a Windows 8.1 computer for transfer to another computer. To back up and transfer files from a Windows 8.1 computer, manually transfer files using external storage devices.
When should a technician have to perform a clean installation of an OS?
1) When a computer is passed from one employee to another.
2) when the OS is corrupt.
3) when the primary hard drive is replaced in a computer.
What is a Master Boot Record?
MBR contains information on how the hard drive partitions are organized. MBR is 512 bytes long and contains the boot loader, an executable program that allows a user to choose from from multiple OS’s. MBR is commonly used in BIOS-based firmware. An MBR can have 4 primary partitions, 2TB partition size, no partition table backup, partition and boot data stored in one place, and any computer can boot from MBR
What is a Globally Unique Identifier Partition Table?
A GUID partition table or GPT makes use of a number of modern techniques to expand on the older MBR partitioning scheme. GPT is commonly used in UEFI firmware. A maximum of 128 partitions can be made in Windows. Maximum partition size of 9.4ZB, stores a partition table backup, partition and boot data stored in multiple locations across the disk, and computer must be UEFI-based and run a 64-bit OS in order to use a GPT.
How many primary partitions can a MBR partitioned disk have?
4 partitions
What is an Active Partition?
Only found in MBR partition tables. One primary partition per disk can be marked active at one time.
Extended partitions
If more than 4 partitions are needed, one can be designated an extended partition. After the extended partition is created up to 23 logical drives (logical partitions) can be created within this extended partition.
What is a dynamic disk?
This provides features not supported by basic disks. A dynamic disk has the ability to create volumes that span across multiple disks. The size of partition can be changed after they have been set. even if unallocated space is non-contiguous. Free space can be added from the same disk or a different disk. After a partition has been extended, it cannot be shrunk without deleting the entire partition. Either MBR or GPT can be used as the partition scheme of dynamic disks.
What is File Allocation Table 32 bit?
FAT32 Was used in Windows XP and earlier OS versions and supported partition sizes up to 2TB
What is New Technology File System?
NTFS supports partition sizes up to 16 exabytes in theory. NTFS incorporates system security features and extended attributes. Windows 8.1, Windows 7 and Windows Vista automatically create a partition using the entire hard drive, if the user does not create custom partitions using the New option.