1. Computer science is the study of computers, computer systems and their functions.
Both hardware and software.
2. EDUCATION – Fees payment, HEALTH- Diagnosis, BUSINESSES – Product Management.
3. Hardware are the physical components of a computer system that we can see and
touch. Software is the set of instructions or programs that tells the computer what to
do.
4. System Software – they manage the hardware and the basic system operation (Linux
OS). Application software helps the user to interact with the computer and perform
specific tasks (XAMPP). Programming software they used by developers to write and
test codes (Code Editors, Compilers and Debuggers)
5. Algorithm are step by step set of instruction used for problem solving. They are essential
because they tell computer hat to do.
6. 1-Know and understand the problem
2-Plan
3-Design the algorithms
4-Implement the solution
5-Test and debug
6-Document and maintain
7. What is the problem
What are the inputs
What are the constraints
What’s the supposed output
What do I know about this kind of problems
8. Pseudo code is a way of writing algorithms in simple language, Meanwhile Programming
language are set of codes written in special language that a computer can understand
and execute.
9. Processes instructions, Controls Operations and Execute programs.
10. PSEUDO CODE ON HOW TO INSTALL TERMUX ON PLAY STORE
1- CONNECT TO THE INTERNET,
2- LAUNCH PLAYSTORE,
3- GO TO THE SEARCH BAR,
4- SEARCH TERMUX ON THE SEARCH SPACE,
5- CLICK INSTALL,
6- WAIT FOR IT TO DOWNLOAD AND INSTALL,
7- GO BACK TO HOME AND CHECK FOR YOUR APP WHEN INSTALLATION IS DONE.
11. Debugging is the act of finding and fixing errors or bugs in a code. (It’s crucial for
identifying problems in code, understanding why it happens and correcting the
mistakes).
12. COMPILING converts the Human readable code to machine executable instruction.
13. System software manages the hardware and provides a platform for other software,
Middleware acts like a bridge between system software and application software,
Application software are the ones designed to be used by the end user.
14. The purpose of evaluating the problem is to check if it actually solves the problem
effectively and meets the needs.
15. Algorithms and Data structures – The methods for organizing and processing data
efficiently, Architecture and organization – Design and structure of hardware, Software
Engineering -Building and maintain reliable software and Theory of computation – study
the problems computer can solve.