Modified_Linux_Questions_Answers
Modified_Linux_Questions_Answers
1. What is software?
Software is a collection of data, programs, or instructions that tell a computer how to work.
It is the non-physical component of computers.
10. Explain shell, bash, command line, and terminal virtual console.
- Shell: Interface that allows users to interact with the OS via commands.
- Bash: A popular shell used in Linux for command processing.
- Command Line: Text interface where users type commands to perform tasks.
- Terminal Virtual Console: An interface that emulates a physical console for input/output
tasks.