Plus One Computer Application Notes Chapter 2 Components of the Computer System
Kerala Plus One Computer Application Notes Chapter 2 Components of the Computer SystemHardware: The tangible parts of a computer that we can touch and see are called hardware. Eg: Monitor, Keyboard, Mouse, CPU, Etc.Processors: It is the brain of the comp…
Plus One Computer Application Notes Chapter 1 Fundamentals of Computer
Kerala Plus One Computer Application Notes Chapter 1 Fundamentals of ComputerData and Information Data: It represents raw facts and figures. It may be a number, string(combination of characters), etc. Eg: Alvis, 6, First Information: It is meaningful an…
Plus One Maths Chapter Wise Questions and Answers Chapter 1 Sets
Kerala Plus One maths Chapter Wise Questions and Answers Chapter 1 SetsPlus One Maths Sets Three Mark Questions and AnswersQuestion 1. There are 200 individuals with a skin disorder, 120 had been exposed to the chemical A, 50 to chemical B and 30 to bot…
Plus One Computer Science Notes Chapter 12 Internet and Mobile Computing
Kerala Plus One Computer Science Notes Chapter 12 Internet and Mobile ComputingSummary History of the Internet: Internet means international network of networks. The first form of Internet is ARPANET(Advanced Research Project Agency Network) started by …
Plus One Computer Science Notes Chapter 11 Computer Networks
Kerala Plus One Computer Science Notes Chapter 11 Computer NetworksSummary Computer network: Two or more computers connected through a communication media that allows exchange of information between computers is called a Computer Network. Eg: InternetNe…
Plus One Computer Science Notes Chapter 10 Functions
Kerala Plus One Computer Science Notes Chapter 10 FunctionsConcept of modular programming: The process of converting big and complex programs into smaller programs is known as modularisation. This small programs are called modules or sub programs or fun…
Plus One Computer Science Notes Chapter 9 String Handling and I/O Functions
Kerala Plus One Computer Science Notes Chapter 9 String Handling and I/O FunctionsSummary String handling using arrays: A string is a combination of characters hence char data type is used to store string. A string should be enclosed in double quotes. I…
Plus One Computer Science Notes Chapter 8 Arrays
Kerala Plus One Computer Science Notes Chapter 8 ArraysSummary An array is a collection of elements with same data type Or with the same name we can store many elements, the first or second or third, etc can be distinguished by using the index(subscript)…
Plus One Computer Science Notes Chapter 7 Control Statements
Kerala Plus One Computer Science Notes Chapter 7 Control StatementsSummary These are classified into two decision making and iteration statements Decision making statements: if statement: Syntax: if (condition) { Statement block; } First the condition is…
Plus One Computer Science Notes Chapter 6 Data Types and Operators
Kerala Plus One Computer Science Notes Chapter 6 Data Types and OperatorsSummary Concepts of data types: The nature of data is different, data type specifies the nature of data we have to store.C++ data types: Fundamental data types: It is also called …