What is hardware?
The physical components of a computer system and its related devices, both internal and external (e.g., motherboards, RAM, keyboards etc).
What is software?
A set of instructions, data or programs used to operate a computer and execute specific tasks.
What are examples of application software?
What is application software?
What is utility software?
What is utility software designed to do?
What are the 5 types of utility software?
What is file repair?
What is backup?
What is compression?
What is defragmentation?
What is anti malware?
What is open-source software?
What is closed-source (proprietary) software?
What are the advantages of open-source software (for users)?
What are the disadvantages of open-source software (for users)?
What are the advantages of open-source software (for creators)?
What are the disadvantages of open-source software (for creators)?
What are the advantages of proprietary software (for users)?
What are the disadvantages of proprietary software (for users)?
What are the advantages of proprietary software (for creators)?
What are the disadvantages of proprietary software (for creators)?
Why is translation required in computers?
Source code is used by humans as it is easier to understand, read, debug and maintain.
But for machines, the code needs to be in binary to understand and execute it.
What is the process of translation?
Converting the source code into pure binary machine code.