Please enable JavaScript.
Coggle requires JavaScript to display documents.
How is software classified? - Coggle Diagram
How is software classified?
Application software
Word processors
Create and edit documents.
Database managers
Manage and query stored data
Web browser
Browse and access pages online
Operating system
User interfaces
Interaction of the user and computer program
Terminal-based interface
Receives text from the keyboard and displays the output on the screen
File system
Organization of data and permanent storage
Graphical User Interface
Organizes the screen with windows and icons and allows manipulation with a mouse
Programming software
IDE (Integrated Development Environment)
Runs program files or scripts
Compiler
Translation and execution at once
Programming language
Python, Java, C#, C++
Interpreter
Line by line coding translation and execution