Computer Software Flashcards
What are the two most common software classifications?
- Application software
- System software
Operating system is an example of what kind of software?
System software
What is systemsoftware?
General purpose software that is used to operate computer hardware.
Provides a platform to run application software.
What is application software?
Specific-purpose software used to perform a specific task.
What ave the two types of system software?
- Utility software
z. Operating systems
What is an operating system?
A software that manages computer hardware and software resources and provides common services for computer programs.
What are the four categories of OS?
- Network
- Server
- Mobile
- PC (Personal Computer)
What are the 3 most common OS (Computers)
- Windows
- MacOS
- Linux
What are 6 common distributions (versions) of Linux?
- Linux Mint
- Linux Mandrake
- Linux Fedora
- Linux Ubuntu
- Linux Debian
- Linux CentOS
Is Windows Open or Closed sourced?
Closed
Is MacOS open-sourced or closed sourced?
Closed-Sourced
Is Linux open-sourced or closed-sourced?
Open-Sourced
Is Google Android open-sourced or closed-sourced?
Open Sourced
Is Apple iOS open-sourced or closed-sourced?
Closed-sourced
What is utility software?
Helps customize the operating system’s function.
Installation software is an example of what kind of software?
Utility Software
(Under System Software)
What kind of software compresses/decompresses data?
Utility Software
What kind of software plays multimedia presentations?
Utility software
What kind of software handles network communications?
Utility Software
What is the kernel?
The internal part of the operating system. It’s the underlying code that runs the OS, allowing it to run tasks. Schedules when each application runs.
User Interface
How we interact with the OS
What are CLI’s
(Command Line Interface) is a type of user interface that communicates with end users through textual messages using a keyboard and monitor.