Unit 7 - Software Flashcards
What is DOS?
Disk Operating System. An early operating system introduced by Microsoft in 1975 as MS-DOS.
What is a BIOS?
Basic Input/Output System. A chip that contains the boot instructions for a computer.
What is updating your BIOS called?
Flashing.
What is a POST?
Power On Self Test. A BIOS function that checks all hardware is present and working. After that, the OS starts taking over.
What is CMOS?
Complementary Metal Oxide Semiconductor. It’s powered by a small battery and used to contain the BIOS configuration. If the battery died, settings were lost. The BIOS config is now on flash memory and CMOS just keeps the system clock.
What is Firmware?
Software for hardware. Hard-coded instructions built into a device that cannot be updated and can be updated with difficulty.
What is an API?
Application Program Interface. Used to make requests of hardware. API > OS > Drivers > Device.
What is FAT?
File Allocation Tables. Used by MS-DOS to format disks. Later upgraded to FAT-16 and then FAT-32.
What is de-fragmentation?
Files being saved and deleted would fragment hard-drives which causes slow access time. Defragmentation was run to resolve this.
What is NTFS?
New Technology File System. Used by Windows 10 as file system. Can resize volumes and have user quotas.
What is APFS?
Apple File System, used by MacOS 10.13 as file system. Provides improved access speed, on-demand volume size.
What is ext4?
Fourth Extended file system. Used by Linux as file system, provides fragmentation protection.
What cross support is there across OS for file system?
None! If you format a drive on a Mac, Windows cannot read it.
What is a MIS?
Management Information System. Used for lower and mid-level management.
Managing files, sorting company data, creation action plans, track inventory, budget, porsonnel management.
What is TPS?
Transaction Processing system. Handles operational transactions. Used by workers.
Payroll systems, order processing, inventory tracking, data validation, funds transfer.
What is DSS?
Decision Support System. Designed to look at the future and make informed decisions, used by middle management.
Revenue predictions, hiring needs, inventory analysis, future sales.