1.1. Facts and statistics collected together for reference or analysis.
2. Analysis
2.1. Is the first phase of software development.
3. Network
3.1. Refers to interconnected computing devices that can exchange the data and share resources with each other.
4. Internet
4.1. Is a worldwide system of computer network.
5. Computer
5.1. Is the study of computers and computational systems.
6. Computer Scientist
6.1. Is a person who is trained in the academic study of computer science.
7. What is a computer science and what is not
7.1. Computer science is no more about building computers and developing software.
8. Algorithms and programming
8.1. Its al about writing a set of rules with a finite number of steps that instruct the computer how to perform a task.
9. Steps for writing a program
9.1. 1. Define what program should do. 2. Visualize the program running on the computer. 3. Use design tools to create a model of the program. 4. Check the model for logical errors. 5. Write the program source code. 6. Compile the source code. 7. Correct any errors found during compilation.