WINDOWS INSTALLATION Flashcards
Give examples of OS features
• Multiuser: Two or more users have individual accounts that allow them to work with programs and peripheral devices at
the same time.
• Multitasking: The computer is capable of operating multiple
applications at the same time.
• Multiprocessing: The operating system can support two or
more CPUs.
• Multithreading: A program can be broken into smaller parts
that are loaded as needed by the operating system.
Multithreading allows different parts of a program to be run at
the same time.
What are the basic functions of an OS
• The OS manages the interaction between the
applications and the hardware.
• The OS creates a file structure on the hard disk drive
to store data.
• The OS enables the user to interact with the software
and hardware.
• The OS locates and application and loads it into the
RAM of the computer.
What must a technician consider before making an OS recommendation
- Budget constraints
- How the computer will be used eg gaming
- What type of applications are to be installed: Off the shelf- specify a list of compatible OS ; Customized apps- programmer specifies which OS
What is MBR and GUID PT
master boot record (MBR) and globally unique identifier (GUID) partition table (GPT).
What are the differences between MBR and GUID PT
-MAXIMUM PRIMARY PARTITIONS MBR-4; GPT-128 -MAXIMUM PARTITION SIZE MBR-2TB; GPT-9.4 ZB -STORAGE OF PARTITION AND BOOT DATA MBR-Same place; GPT- Multiple locations - COMPUTER THAT CAN BOOT FROM IT MBR- any; GPT- Must be UEFI-Based and run a 64-bit OS.
Give examples of File systems
- File Allocation Table
- New Technology File System (NTFS)
- exFAT (FAT 64)
- Compact Disc File System (CDFS)
- NFS (Network File System)
What is File Allocation Table
32 bit (FAT32) Supports partition sizes up to 2 TB or 2,048 GB. Used by Windows XP and earlier OS versions.
What is New Technology File System
Supports partition sizes up to 16
exabytes, in theory. NTFS incorporates file system security features
and extended attributes.
What is exFAT (FAT64)
Created to address some of the limitations of FAT,
FAT32, and NTFS when formatting USB flash drives, such as file size
and directory size. One of the primary advantages of exFAT is that it
can support files larger than 4GB.
What is Compact Disc File System(CDFS)
Created specifically for optical disk
media.
What is Network File System)
NFS is a network-based file system, that
allows file access over the network. NFS is an open standard which
allows anyone to implement it.
What are the advantages of NTFS over FAT32
N
What is Authentication and and what type of authentication does Windows use?
Authentication is when users enter a username
and password to access a user account.
Windows uses Single Sign On (SSO)
authentication, which allows users to log in
once to access all system resources
What are the two types of accounts in windows 10
– Administrator accounts have complete control over a computer. Users with this type of account can change settings
globally and install programs.
– Standard user accounts have limited
control over a computer. Users with this type of account can run applications, but they cannot install programs.
What is the function of Windows update
Microsoft Windows Update is used to
scan for new software and install service packs and patches.