1.
Which of the following interfaces exists between the subsystems in user mode and the HAL (hardware abstraction layer) dealing with Windows 2000?
Correct Answer
B. Executive services
Explanation
The correct answer is Executive services. Executive services interface exists between the subsystems in user mode and the HAL (hardware abstraction layer) in Windows 2000. It provides a set of services and functions that allow the subsystems to interact with the hardware through the HAL. These services include memory management, process and thread management, I/O handling, and synchronization mechanisms.
2.
When Windows 2000 runs in mixed mode, how many Windows NT domain controllers are present?
Correct Answer
C. 1 or more
Explanation
When Windows 2000 runs in mixed mode, there can be 1 or more Windows NT domain controllers present. Mixed mode allows for a combination of Windows 2000 and Windows NT domain controllers to coexist in the same domain. This allows for a gradual migration from Windows NT to Windows 2000, where both types of domain controllers can function together until the migration is complete.
3.
Windows 2000 includes how many operating systems?
Correct Answer
D. 4
Explanation
Windows 2000 includes four operating systems. This means that Windows 2000 supports four different editions or versions of the operating system. Each edition may have different features and capabilities tailored for specific purposes or target audiences. Having multiple operating systems within Windows 2000 allows users to choose the edition that best suits their needs and requirements.
4.
Which of the following statements best describes why Windows XP can be installed as a dual boot with Windows 2000?
Correct Answer
D. They both use the same version of NTFS
Explanation
Windows XP and Windows 2000 both use the same version of NTFS, which allows them to be installed as a dual boot. This means that they can both access and read the same file system, making it possible to have both operating systems installed on the same computer.
5.
Which of the following terms refers to the method used by Microsoft to prevent unlicensed use of its software that is based on purchasing a Windows XP license for each installation of Windows XP?
Correct Answer
A. Product activation
Explanation
Product activation refers to the method used by Microsoft to prevent unlicensed use of its software. It involves the process of validating the software license by connecting to Microsoft's servers over the internet. This ensures that each installation of Windows XP is properly licensed and prevents unauthorized use of the software.
6.
True or false? Windows XP has the ability for two or more users to be logged on simultaneously, and for a user to control the computer from a remote location?
Correct Answer
A. True
Explanation
Windows XP does have the ability for two or more users to be logged on simultaneously, and for a user to control the computer from a remote location. This feature is known as Remote Desktop, which allows users to connect to their computer from another location and access all its resources and programs. Multiple users can also be logged on to the same computer at the same time, each with their own separate session. This feature is particularly useful for remote work or for providing technical support to others.
7.
True or false? User mode is the operating system mode in which programs have extensive access to system information and hardware?
Correct Answer
B. False
Explanation
User mode is the operating system mode in which programs have limited access to system information and hardware. In user mode, programs run in a restricted environment and cannot directly access critical resources or perform privileged operations. System mode, also known as kernel mode, is the operating system mode that has extensive access to system information and hardware. In this mode, the operating system kernel executes and manages critical tasks, while user mode programs rely on the kernel for accessing system resources. Therefore, the correct answer is false.
8.
True or false? For most installations, the system partition and the boot partition are the same (drive c)?
Correct Answer
A. True
Explanation
In most installations, the system partition and the boot partition are the same, typically referred to as drive C. This means that the partition where the operating system is installed and the partition from which the computer boots up are both located on the same drive. This arrangement is common in many computer systems as it simplifies the boot process and allows for easier management of the operating system files.
9.
True or false? Using Windows tools, changing the size of a partition or logical drive or changing a file system on a drive erases everything on the logical drive?
Correct Answer
A. True
Explanation
When using Windows tools to change the size of a partition or logical drive or changing a file system on a drive, it does indeed erase everything on the logical drive. This means that all the data and files stored on the drive will be permanently deleted. It is important to make sure that you have a backup of any important data before making such changes to avoid losing any valuable information.
10.
True or false? A thread is a program or group of programs that is running, together with the system resources assigned to it, such as memory addresses, environmental variables, and other resources?
Correct Answer
B. False
Explanation
A thread is not a program or group of programs running together with system resources. Instead, a thread is a lightweight unit of execution within a program. Threads share the same memory space and resources as the program they belong to. The correct answer is false because a thread is not a separate entity with its own set of system resources.
11.
What is the minimal RAM requirements for Windows XP Pro?
Correct Answer
A. 64 mb
Explanation
The correct answer is 64 mb minimal for Windows XP Pro with 128 mb recommended.
12.
What is the minimal requirements for free hard drive space for Windows 2000?
Correct Answer
B. 650 mb
Explanation
The minimal requirement for free hard drive space for Windows 2000 is 650 mb. This means that in order to install and run Windows 2000, the computer must have at least 650 mb of available space on the hard drive.
13.
What is the recommended processor to be used for Windows XP Pro operating system?
Correct Answer
D. Pentium II 300 MHz
Explanation
The recommended processor used for Windows XP Pro is a Pentium II 300 MHz or better.
14.
What is the minimal requirement for hard drive partition space for Windows XP Pro?
Correct Answer
B. 2 gb
Explanation
The minimal requirement for hard drive partition space for Windows XP Pro is 2 GB. This means that in order to install and run Windows XP Pro, a minimum of 2 GB of space on the hard drive is needed.
15.
What is the minimal free space on the hard drive partition requirement for Windows XP Pro?
Correct Answer
A. 1.5 gb
Explanation
The minimal required free space on the hard drive partition for Windows XP Pro is 1.5 gb with 2 gb or more recommended.
16.
What is the minimal requirement for a cd-rom or dvd-rom drive for Windows XP Pro?
Correct Answer
D. 12x
Explanation
The minimal requirement for a CD-ROM or DVD-ROM drive for Windows XP Pro is 12x. This means that the drive needs to have a minimum speed of 12 times the original CD or DVD reading speed.
17.
What are 2 advantages of NTFS over FAT systems? (choose 2)
Correct Answer(s)
A. NFTS is a recoverable file system
C. NFTS supports larger volume drives than FAT
Explanation
NFTS is a recoverable file system. It retains copies of critical file system data and automatically recovers a failed file system.
FAT has less overhead than NFTS and works best for hard drives that are less than 500 mb.
NFTS supports large volume drives than FAT.
FAT is compatible with Windows 9x, me and dos operating systems. NFTS is not.
18.
True or false? Windows XP and 2000 workstations have an administrator account by default?
Correct Answer
A. True
Explanation
Windows XP and 2000 workstations do have an administrator account by default. This account provides full control and access to the system, allowing the user to make changes, install software, and manage other user accounts. The administrator account is created during the installation process and is essential for managing and configuring the operating system.
19.
Kernel mode is used by two main components what are they?
Correct Answer(s)
B. Executive sevices
D. HAL
Explanation
The correct answer is executive services and HAL. Kernel mode is used by the executive services component and the HAL (Hardware Abstraction Layer). The executive services component manages the execution of processes and threads, memory management, and input/output operations. The HAL is responsible for abstracting the hardware and providing a consistent interface for the operating system to interact with different hardware devices. Both of these components rely on kernel mode to have direct access to the system's hardware and resources.
20.
True or false? Windows 2000 Pro was designed to replace both Windows 9x, and Windows NT workstation as a personal computer desktop or notebook OS?
Correct Answer
A. True
Explanation
Windows 2000 Pro was indeed designed to replace both Windows 9x and Windows NT workstation as a personal computer desktop or notebook operating system. It was a significant upgrade from the previous versions, offering improved stability, security, and performance. Windows 2000 Pro integrated the best features of both Windows 9x and Windows NT, making it a suitable choice for personal computer users.
21.
True or false? Windows 2000 server is the improved version of Windows NT sever and is designed as a network operating system for low end users?
Correct Answer
A. True
Explanation
Windows 2000 server is indeed the improved version of Windows NT server and is designed as a network operating system for low-end users. Windows 2000 server introduced several enhancements and improvements over Windows NT server, including better performance, increased scalability, improved security, and enhanced management features. It was specifically designed to cater to the needs of small and medium-sized businesses, offering reliable network services and simplified administration. Therefore, the statement "Windows 2000 server is the improved version of Windows NT server and is designed as a network operating system for low-end users" is true.
22.
To find how much drive space is available you should do which of the following?
Correct Answer
D. Open Window explorer, right click the drive letter, and select properties
Explanation
To find how much drive space is available, you should open Windows Explorer, right-click the drive letter, and select properties. This action allows you to access the properties of the drive, which includes information about the drive's total capacity and the amount of space that is currently available.
23.
True or false? If you are upgrading Windows XP/2000 if the Windows setup can not find a critical drive such as the driver to control a hard drive, it cancels the upgrade?
Correct Answer
A. True
Explanation
During the upgrade process of Windows XP/2000, if the Windows setup is unable to locate a crucial driver required to control a hard drive, it will indeed cancel the upgrade. This is because the missing driver is essential for the proper functioning of the upgraded operating system, and without it, the system may not be able to boot or operate correctly. Hence, the statement "True" indicates that the upgrade will be canceled if the critical drive, such as the hard drive driver, cannot be found during the Windows setup.
24.
True or false? You can upgrade a compressed windows 9x drive to Windows XP/2000?
Correct Answer
B. False
Explanation
You can not upgrade a compressed 9x drive, you must uncompress it before upgrading to Windows XP/2000.
25.
True or false? Windows XP/2000 does support a second operating system on the same partition?
Correct Answer
B. False
Explanation
Windows XP/2000 does not support another operating system on the same partition. You must have at least two partitions on the hard drive.
26.
What is the maximum partitions that Windows XP/2000 support on a hard drive.
Correct Answer
C. 4
Explanation
Windows XP/2000 will support up to 4 partitions on a hard drive.
27.
True or false? Windows XP home edition does support joining a domain?
Correct Answer
B. False
Explanation
Windows XP home edition does not support joining a domain. If you plan to use a domain controller on your network, you need to install Windows XP Pro.
28.
From the list below choose 2 third party software utilities that can be used to clone a hard drive?
Correct Answer(s)
B. Norton Ghost
C. Drive Image
Explanation
Norton Ghost and Drive Image are both third-party software utilities that can be used to clone a hard drive. These tools allow users to create an exact copy of their hard drive, including all files, settings, and operating system. Cloning a hard drive can be useful for creating backups, migrating data to a new drive, or setting up multiple computers with the same configuration. Norton Ghost and Drive Image are trusted and widely used options for this purpose.
29.
Which of the following accounts has the most priviledges in Windows XP/2000?
Correct Answer
C. Administrator
Explanation
The correct answer is Administrator. In Windows XP/2000, the Administrator account has the highest level of privileges. It has full control over the system, including the ability to install software, modify system settings, and access all files and folders. The User account is a standard account with limited privileges, while Group and Domain are not specific accounts but rather concepts used for organizing and managing multiple user accounts.
30.
True or false? Windows 2000 can run in native mode and mixed mode?
Correct Answer
A. True
Explanation
Native mode is used when all domain servers are Windows 2000 servers. Mixed mode is used when a domain has both Windows 2000 and Windows NT servers controlling the domain.
31.
True or False? For the NFTS file system, information about files and directories is stored in the master file table (MFT)?
Correct Answer
A. True
Explanation
In the NFTS file system, information about files and directories is indeed stored in the master file table (MFT). The MFT is a database that contains metadata for all files and directories on the file system, including their names, sizes, timestamps, and permissions. It acts as a central index that allows the operating system to quickly locate and access files. Therefore, the statement "True" is correct in this case.
32.
How many types of user accounts are possible in Windows XP/2000?
Correct Answer
B. 2
Explanation
The two types of accounts are local user accounts and Global user accounts. Not to be confussed with user profiles which there could be many
33.
Which of the following symbols can be used as a wildcard character in a filename when working at the command promp?
Correct Answer
C. ?
Explanation
The symbol "?" can be used as a wildcard character in a filename when working at the command prompt. This symbol represents a single unknown character and can be used to match any character in a filename. For example, if we want to search for all files with a three-letter extension, we can use the wildcard "*.???" to match any file with any three-letter extension.
34.
Which of the following refers to a new Windows XP feature that allows a user to connect to and use his or her Windows XP computer from anywhere on the internet?
Correct Answer
D. Remote desktop
Explanation
Remote desktop is a new Windows XP feature that allows a user to connect to and use his or her Windows XP computer from anywhere on the internet. This feature enables users to access their computer remotely and perform tasks as if they were physically present at their computer. It provides convenience and flexibility for users who need to access their computer remotely for work or personal reasons.
35.
To limit how much disk space a user account can access, an administrator can set which of the following?
Correct Answer
D. Disk quotas
Explanation
An administrator can set disk quotas to limit how much disk space a user account can access. Disk quotas allow administrators to allocate a specific amount of disk space to each user, ensuring that they do not exceed their allocated limit. This helps in managing and controlling the disk space usage on a system, preventing any one user from monopolizing the available storage resources.
36.
Which of the following must be true to use the Rmdir (rd) command?
Correct Answer
A. The directory must not be the current directory
Explanation
To use the Rmdir (rd) command, the directory must not be the current directory. This is because the operating system prevents the deletion of the current working directory to avoid any potential issues or errors. Therefore, before using the Rmdir command, it is necessary to navigate to a different directory to ensure that the current directory is not the one being deleted.
37.
True or false? A user group is a predefined set of permissions and rights assigned to user accounts?
Correct Answer
A. True
Explanation
A user group is a predefined set of permissions and rights assigned to user accounts. User groups are created to simplify the management of permissions and access rights within a system or application. By assigning users to specific groups, administrators can easily control what actions and resources each user is allowed to access. This helps in streamlining the process of granting or revoking permissions, as changes can be made at the group level rather than individually for each user account.
38.
True or false? In Windows XP/2000, a power user has the same privileges and access as an administrator?
Correct Answer
B. False
Explanation
In Windows XP/2000, a power user does not have the same privileges and access as an administrator. While a power user has more privileges than a standard user, they still have certain restrictions and limitations. An administrator, on the other hand, has full control and unrestricted access to the system, including the ability to install software, modify system settings, and manage user accounts. Therefore, the statement "a power user has the same privileges and access as an administrator" is false.
39.
True or false? The Windows XP files and settings transfer wizard is intended to be used by the user rather than the administrator?
Correct Answer
A. True
Explanation
The Windows XP files and settings transfer wizard is indeed intended to be used by the user rather than the administrator. This wizard allows users to easily transfer their files, folders, and settings from an old computer to a new one, making it a user-friendly tool for personal use. The administrator, on the other hand, would typically handle more technical tasks and system-level configurations rather than individual file transfers.
40.
True or false? The attrib command displays or changes the read-only, archive, system, and hidden attributes assigned to files?
Correct Answer
A. True
Explanation
The attrib command is a command-line tool in Windows that allows users to display or change the attributes assigned to files. These attributes include read-only, archive, system, and hidden attributes. Therefore, the statement is true.
41.
True or false? Clusters are called lost clusters, or lost allocation units, when a chain in the FAT points to them?
Correct Answer
B. Fasle
Explanation
Clusters are not called lost clusters or lost allocation units when a chain in the FAT points to them. Lost clusters or lost allocation units refer to clusters that are marked as in use in the FAT, but do not have any corresponding file or directory associated with them.
42.
True or false? Remote assistance can be used for a technician to take control of a user's desktop to solve windows XP problems?
Correct Answer
A. True
Explanation
Remote assistance is a feature that allows a technician to remotely access and control a user's desktop to troubleshoot and solve problems. This can be done regardless of the operating system being used, including Windows XP. Therefore, the statement is true.
43.
True or false? File, Folders, and volume compression can only be used with the NFTS file system?
Correct Answer
A. True
Explanation
File, folders, and volume compression can only be used with the NTFS file system. This means that if a file system other than NTFS, such as FAT32 or exFAT, is being used, compression features will not be available. Therefore, the statement "File, Folders, and volume compression can only be used with the NTFS file system" is true.
44.
True or false? On average you should back up data after every 4 to 10 hours of data entry?
Correct Answer
A. True
Explanation
Backing up data after every 4 to 10 hours of data entry is a recommended practice to ensure the safety and security of the data. Regular backups help in minimizing the risk of data loss in case of hardware failure, software glitches, or any other unforeseen circumstances. By backing up data frequently, organizations can ensure that they have the most recent version of their data readily available for recovery purposes. This practice also helps in maintaining data integrity and enables quick restoration of information if needed.
45.
Where is Boot.ini located on a Windows XP/2000 system?
Correct Answer
A. The root folder of the system partition
Explanation
Boot.ini is located in the root folder of the system partition in a Windows XP/2000 system. The system partition is the partition where the operating system is installed. The root folder is the top-level directory of the partition. Therefore, the correct answer is that Boot.ini is located in the root folder of the system partition.
46.
Which of the following is the virtual memory swap file needed to boot Windows 2000/XP successfully?
Correct Answer
C. Pagefile.sys
Explanation
The virtual memory swap file needed to successfully boot Windows 2000/XP is Pagefile.sys. This file serves as a supplement to physical memory, allowing the operating system to allocate additional space for data that cannot fit in RAM. By using the page file, Windows can temporarily store data that is not actively being used, freeing up physical memory for more important tasks. Therefore, having the correct Pagefile.sys file is crucial for the proper functioning of the operating system during the boot process.
47.
Which of the following statements best describes safe mode?
Correct Answer
B. It boots the OS with a minimum configuration
Explanation
Safe mode is a feature in operating systems that allows the system to boot with a minimal configuration, excluding unnecessary drivers and software. This mode is primarily used for troubleshooting purposes, as it helps to identify and resolve issues by isolating problematic components. In safe mode, network access may or may not be available, depending on the specific settings. The GUI interface in safe mode typically does not display, as it uses basic video drivers instead of the specific drivers for the video card.
48.
Which of the following keys do you press to retrieve the last command one character at a time when using the recovery console?
Correct Answer
A. F1
Explanation
In the recovery console, pressing the F1 key allows you to retrieve the last command one character at a time. This key is used to navigate through the command history and view the previously entered commands.
49.
If you are creating your own Boot.ini file, which of the following must be entered after the /fastdetect switch in the last line of the file?
Correct Answer
A. A hard return
Explanation
After the /fastdetect switch in the last line of the Boot.ini file, a hard return must be entered. A hard return is a line break that separates the current line from the next line. It is necessary to ensure that each entry in the Boot.ini file is on a separate line and properly formatted.
50.
True or false? Ntdetect.com detects software present?
Correct Answer
B.
False
Explanation
Ntdetect.com is a file that is part of the Windows NT operating system. It is responsible for detecting hardware present on the computer, not software. Therefore, the statement that Ntdetect.com detects software present is false.