ICT Notes
ICT Notes
Page 2
Page 3
11. Software Applications Packages Software Applications Word processing Spreadsheet Database Presentation Graphics Personal Information Manager Software Suite Project Management Accounting
Popular Pckages Microsoft Word Microsoft Excel Microsoft Access Microsoft PowerPoint Microsoft Outlook Microsoft Office Microsoft Project MYOB
Page 4
Input
Feed raw data
Processor
Turns it into useful information
Storage
Stores process and unprocess data
5. CPU accepts instruction and translates it into readable information. 6. Machine Cycle Instruction Cycle
Fetching
Find data item from memory
Decoding
Translate data item into signals
Storing
Writing the results to the storage
Executing
Perform the instruction in program
Execution cycle 7. Binary Digit : consists of two digits , 0 and 1 8. Bit : 0 and 1 9. Byte : 8 bits = 1 byte
Page 5
- 1 TB = 2 bytes 15. Motherboard : the main circuit board of the system unit. 16. The Central Processing Unit (CPU) : controls the operation of the computer. 17. Expansion slots : provides some specialised capability - PCI connects to high speed devices. - ISA 18. Expansion Card : add new devices or capabilities to a computer. 19. RAM : can be read and written. 20. ROM : can just be read but cannot be written at all. 21. Serial port : to connect a modem via a slow-speed serial interface. 22. Parallel port : to connect a printer via the computer's parallel interface. 23. USB port : to plug in USB cable. 24. MIDI port : to connect the system unit to a musical instrument. 25. SCSI port : to attach peripheral devices such as disk drives. 26. IrDA port : to transmit data via infrared light waves to a computer. 27. Computer storage is the holding of data in an electromagnetic form. 28. Functions of Computer Storage - to help users store data to be used at a later time. - stores instructions from a computer program. 29. Types of Computer Storage - Primary storage : RAM & ROM Differences between RAM & ROM RAM ROM Data and Program Stores during and after Stores by manufacturer Content Stores temporary Stores permanently Processing time Very fast, used lot of power Fast, used a little of power Volatility Volatile Non-Volatile - Secondary storage : CD-ROMS, pendrive
Page 6
Page 8
Page 11
Page 12
Input
Process
Print-report
Read book_loan
Top down design model. For organising and coding programs employ a hierarchy of modules. eg Ada, FORTRAN, Pascal 9. Object Oriented Programming
Object : Student Data : Name, Age Functions : studying
Combines data and functions to create objects. eg Smalltalk, Java, Visual Basic 10. Basic elements in programming - Constant : the value will never change. To declare something - Variable : the value may change at anytime To stores data. - Data Type String : this is string Integer : 1, 20, 5000 Floating point : 1.2 , 3.4 Boolean : true, false - Operators - Control Structur : allow programmer to control the flow chart.
Page 13
Input / output
Process
YES
Decision
NO terminator
Page 14
Documentation Phase
Page 15