











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This is Computer Science notes with exercises for students to understand the basics of Computer Science.
Typology: Slides
1 / 19
This page cannot be seen from the preview
Don't miss anything!












BASIC COMPONENTS of a COMPUTER
HARDWARE
SOFTWARE
DATA AND INFORMATION
PROGRAMMING BASICS
What is Programming? Programming is writing instructions for a computer. Python, Java, C++, and Scratch ALGORITHM FLOWCHART Step-by-step instuctions to solve a problem. A diagram that shows steps of an algorithm. EXAMPLE (making tea): Boil Water Put tea bag in cup Pour hot water Add sugar COMMON SYMBOLS: Oval > Start/End Rectangle > Process Diamond > decision Arrow > Direction
Low-Level Language High-level Language Machine Language Easy to Understand Hard to Understand EXAMPLE: Phython Java
NUMBER SYSTEMS IN COMPUTER Computers use Binary (Base 2). BINARY DIGITS: 0 and 1 EXAMPLE: Decimal: 5 Binary: 101
PRACTICE EXERCISES
SECTION A: SHORT QUESTIONS 1 .What is Computer Science? 2 .State two examples of hardware. 3 .What is the different between data and information? 4 .What is an algorithm? 5 .What number system does a computer use?