InterviewSolution
| 1. |
How well do you understand disc partitioning? What is the maximum number of partitions a hard drive can have? |
|
Answer» A disc partition is a storage partition that separates the hard drive into tiny storage areas. It is used to efficiently and effectively arrange the data. Users should keep their apps and operating SYSTEM data on one partition while their data is on another. It's vital because if you have a problem with Windows, you can QUICKLY FORMAT the partition and REINSTALL the OS without AFFECTING the data partition. We can partition the hard disc into up to four primary partitions, with three primary partitions and one extended partition. We can build a larger number of logical partitions in the expanded partition. |
|