CS101 Short Notes
CS101 Short Notes
1. What is a Computer?
An electronic device that takes input, processes it, stores data, and gives output.
3. Hardware vs Software:
4. Types of Software:
System software that manages computer hardware and software. Examples: Windows, Linux
6. Number Systems:
- Binary (Base 2), Decimal (Base 10), Octal (Base 8), Hexadecimal (Base 16)
7. Computer Networks:
8. Programming Basics:
Languages like C, C++, Python are used to write programs. Compiler converts code into machine
language.
9. Memory Types: