Unit 1 - Basic computer organisation
CBSE Revision Notes Class-11 Informatics Practices (New Syllabus) Unit 1: Programming and Computational Thinking Basic computer organisation Computer organization is concerned with how the various components of computer hardware operate and they are interconnected to implement the architectural specification. Let’s discuss various components of computer organization. Computer system: A computer system allows users to input, manipulate and store data. Computer system typically includes a cpu, Hard disk, Ram, monitor, keyboard, mouse and other optional components. All of these components also can be integrated into all-in-one units, such as laptop computers. During the data processing stage, instruction sets, known as programs, are provided to let the system know what to do with the entered system data. Without these programs, the computer would not know how to process data that enters the system, and the data might be discarded. Known as a stored program computer, this...