Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Students can Download Chapter 6 Data Base Management System for Accounting Notes, Plus Two Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Database/ Data source – Introduction
A database is a collection of related data. It is organised in such a way that its contents can easily be accessed, managed and updated. In LibreOffice, database is also called data source. Database consists of interrelated data tables that are structured in a manner that ensures-data consistency and integrity. LibreOffice base, MS Access, Oracle, SQL server, etc. are the commonly used softwares for data base management.

Database Management System (DBMS)
DBMS is a collection of programs. It enables the users to create and maintain a data base. It is a general purpose software system that facilitates the process of defining, constructing and manipulating database for various applications.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Advantage of database/data source

  1. All of the information is together
  2. The information is portable
  3. Information can be accessed at any time
  4. Many users can access the same database at the same time.
  5. Reduced data entry, storage and retrieval cost.

Disadvantages of database/Data source

  1. Designing of database is a complex and time consuming process
  2. Initial training is required for all the users
  3. Installation cost is high

Basic concepts of LibreOffice Base

  1. Entities: Anything in the real world is called entities. It may be person, place or things.
    Eg: Employee is an entity, Orange is an entry
  2. Attributes: These.define the characteristics of an entity.
    Eg: Name, Age, Caste, Salary etc.
  3. Identifiers: The unique attribute of an entity is called identifier. This is also called primary key.
    Eg: Admission number of a student, Aadhar Number of a person etc.
  4. Relationships: These are the logical links between two entities or tables.

Components /Elements of LibreOffice Base

  1. Fields: Individual pieces of data in a database are called fields.
  2. Table: rows and columns to present fields in a database is called table. When creating a table, the characteristics of each field to be defined.
  3. Forms: Forms are used to enter or modify data (fields) in to tables. Forms allow the user to display the data in a Table or Query.
  4. Query: Query is a question. Queries are used to view, change and analyse data in different ways. It creates a new table from the existing tables based upon the question/ request asked to the data base.
  5. Reports: It is used to create and present information based on queries in a easily readable format.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Planning (or designing) a database/ Data source
The first step in creating a database is to list down the various fields which are necessary for creating a database. The listed fields are used to create tables of the database. While entering fields into Tables, a primary key or an identifier is to be set for each table.

The primary key field cannot be left blank. The relationships of entities or tables can be created with the support of primary key. The relationships may be

  • One -to-One
  • One -to-Many
  • Many-to-Many

The database created on the basis of relationships between different data tables is called relational database. The database design can be used to describe the structure of different parts of the overall data base. Avoiding the duplication of attributes/ fields is key criteria of database design.

Creating a new database
To Create a new database, select File → New → Database from the menubar, or click the arrow next to the New icon on the standard tool bar and select Database from the drop-down menu. Both methods open the Database wizard. On the first page of the Database wizard, Select create → a new databases → click Next.
The second page has two questions

  1. Yes, register the data base for me
  2. Open the database for editing.

Choose any one from the above and click Finish. In LibreOffice Base, the entire database is encompassed in a file with extension .odb. This file format is actually a container of all elements of the database, including Fields, Tables, Forms, Queries and Reports.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Creating database Tables
In DBMS, data is organised in Tables. A Table is a collection of data about a specific topic. Tables organise data into columns and rows. Each table is given a name. This is used to refer the table. The name depicts the content of the table. A database must have at least one table and may have several.

To work with Table, clicks the Tables icon in the Database list or Press Alt+A. The three tasks that we can perform on a table are in the Task list given below.

  • Using the wizard to create a Table
  • Creating a table by copying an existing table
  • Creating tables in Design view.

1. Using the wizard to create a new Table:
Step 1: Open LiberOffice Base
Application → Office → LibreOfficeBase

Step 2: From the Data base wizard Screen, Create a database file or open an existing database file.
Select Database → Select Create a new database option and click on Finish button → then we get save dialogue box.

Step 3: Type appropriate file name. The default extension ‘.odb’ will be automatically added.

Step 4: Select location and click on Save

2. Using the wizard to open an Existing database:
Step 1: Open LibreOffice Base. From Database
wizard → Select open an existing database file option and click on Open button.

Step 2: Choose the file from the destination and click open.

3. Creating a table by Copying an existing table:
Step 1: Open LibreOffice Base
Application → Office → LibreOffice Base

Step 2: Click on the Tables icon in the database pane to see the existing tables
Select Database → Click on the Table icon → Right click on the Table from the Existing Tables.

Step 3: Choose Copy form the pop-up menu

Step4: Move the mouse pointer below the table, → right click → Select Paste. The copy Table dialogue opens.

Step 5: Change table name and click Next

Step 6:
Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting 1

Step 7: Click Create the new table is created

Step 8: Click the Save button at the top of the main database window.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

4. Creating Tables in Design View:
Step 1: Click Tables from Data base Pane Database Pane → click Tables.

Step 2: Click Create Tables in design view in Tasks area. The design view of the new table will appear in the work area of the window.

Step 3: In design view, we can see three columns like Field Name, Field Type and Description. Create required field for the Table. Click Field Name cell → center Field names from top to bottom.

Step 4: Right click on the Field Name required to set as unique identifier for the tables, Select Primary Key option from the pop-up menu.

Step 5: In the Field Type, select appropriate field type from the combo box.

Step 6: In Description Field, we canenter appropriate description for each attributes.

Step 7: Save the table by providing table name.

5. Defining Relationships between Tables:
Relationships are used for connecting tables in database to get the advantage of data redundancy. Having completed the designs of all data tables, the next step is to establish relationships between different tables.
Step1: Click on the Tools menu and then Relationships

Step 2: Relation Design window opens and in the work area, a Add Tables dialogue box will appear.

Step 3: Select a Table and clik Add bottom to add it in the relationships.

Step 4: Add two tables in this manner after that click the close button.

Step 5: Create a relationship between two tables, Position the mouse pointer over desired field in table object, hold down the left mouse button, drag the pointer right to targeted field of the next table object and then release the mouse button.
This can also be done Insert → New Relation menu.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Creation of Forms in LibreOffice Base
Forms are used to input data into the database. In the language of database, a Form is a front end for data entry and editing. A Form is a window or screen that contain numerous fields or spaces to enter data. Each field holds a field label so that any user gets an idea of its contents.
The following two methods are used to create forms in LibreOffice Base

  • Create Form in Design View
  • Use wizard to create Form. The easy way to create Forms is use wizard to create Form.

1. Use Wizard to Create Form:
Step 1: Select Forms options from Database Pane

Step 2: Click on Use Wizard to Create Form Then. Form wizard window will appear.

Step3: Under the Table or queries, select Tables. The fields in the selected tables are listed in Available Fields list. Select the required field on by one and click on
Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting 2

Step 4 – After selecting the required field proceed by clicking Next.

Step 5 – Add sub Form fields. This step is similar to step 3

Step 6 – Get joined Fields.
This step is for tables and queries for which no relationships has been defined. The wizard skip this step. Because we have already defined the relationship.

Step 7: Arrange controls: A control in a Form consist of two parts: label and field. This step in creating the Form determines where a controls label and field are placed relative each other. Four choices are available.

Step 8: Set data entry: It is better to accept the default settings. Click Next.

Step 9: Apply styles: The background colour, field boarder etc. can be selected from this options.

Step 10: Set the name of the form: we can give the name of the Form we are creating. The name must be unique and must have a relation with the data to be stored → click Finish. The Form opens in Edit mode.

Entering data in a form
The text box can be used to add data in the Form. Click on the text Box Icon, and click on the work area. The cursor will be positioned on the Top left of the work area. Then the matter is to be added. The text entered can be formatted. Images can also be inserted in the Form by selecting Image Insert Icon.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Creation of Query in LibreOffice Base
Queries are used to get specific information from the database. Queries are also used to manipulate the database content. Structured Query Language (SQL) is the most widely-used query language. LibreOffice Base also uses SQL command for querying its database. The query operations can be done in two different ways.

  • Using the wizard to create a query
  • Using the design view

1. Using the wizard to create a query:
Step 1: Selection of Fields
The first step in Query wizard is field selection. All the tables included in the data base can be seen in the Table list select the appropriate Table. All the fields of the selected table can be seen in the Available Fields list.

The user can select the fields needed from the list using the tools arranged right to Available fields list. The selected fields can be seen in Fields in the Query list. The order of the selected fields can change using the tools (∧ and ∨) right to Fields in the query list. Then, press Next button or Finish button.

Step 2: Select the sorting order: In this step, the field name to sort the query result can be selected. (Skip this step, if no sorting is needed).

Step 3: Select the search conditions: This step specifies the search conditions to filter the query. (Skip the step, if no filtering is needed).

Step 4: Details of summary: This page specifies whetherto display all records of the query, or only the results of aggregate functions. This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions.

Step 5: Grouping conditions: Specfies wheter to group the query. The data source must support the SQL statement “order by clause” to enable this page of the wizard.

Step 6: Assign aliases if desired: – Thisjsage helps to assign aliases to field name. Aliases are optional, and can provide more user- friendly names, which are displayed in place of field names.

Step 7: Overview: This wizard page gives an overview of the query made. It helps to enter a name of the query, and specifies whether to display or to modify the query afterthe wizard is finished.

Step 8: Press Finish button after the completion of Query wizard entry. The Query will be saved. The user can run this query at any time.

Step 9: Run the saved Query: Select Queries option from the left panel of the LibreOffice Base window. The saved query can be seen in the right side. Double click on the query name to run the query.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

2. To create query in design view:

  • Step 1: Use the option Create Query in Design view from Base window to create query in design view.
  • Step 2: Use Add Table or Query dialogue to include table(s) to query design.
  • Step 3: Include the fields and formula in the top row and give aliases in the second now, if needed.
  • Step 4: Press Run Query button to execute the query.

Creation or Reports in LibreOffice Base
Information from a database can be generated through the Reports in LibreOffice Base. The reports can be printed and formatted as perthe requirements of user. The reports can be edited, printed and exported to PDF format.
The reports can be created by the following two ways.

  • Create Report in Design view
  • Use wizard to ere ate Report

1. Use wizard to create Report in LibreOffice Base:

  • Step 1: Click the icon Reports in Database pane
  • Step 2: Click on Use wizard to create Report option in Task area.
  • Step 3: Select table or query from the drop down option for which reports need to be created.
  • Step 4: Select the required fields
  • Step 5: Enter title for the report in the field Title of the report and click on Finish button.
  • Step 6: The report generated is in the read only mode. It can be edited by clicking on Edit Document option.

In short, When the Report wizard is opened, the Report Builder is also opened. As we make our selections in the wizard these appear in layout in the Report Builder. After finishing the selections, save the report, name it and then close it.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Accessing other Data Sources
LibreOffice Base allows other data sources to be accessed and linked into LibreOffice documents. To acess a data source which is not a .odb file.

  • Step 1: File → New → Database opens the Data base wizard window.
  • Step 2: Select Connect to exisiting data base. Click the arrow next to Data base type field and select the Database type from drop down list. Click Next.
  • Step 3: Click Browse and select the database click Next.
  • Step 4: Accept the default settings: Register the data base for me, and open the database for editing. Click Finish. Name and save the database in the location of our choice.

1. Accessing a spreadsheet as a data source:

  • Step 1: Choose File → New → Data base.
  • Step 2: Select Connect to an existing database. Select Spread sheet as a database type.
  • Step 3: Click Browse to locate the spreadsheet we want to access. If spreadsheet is password protected, Check the password required box, click Next.
  • Step 4: If the spreadsheet requires a users name, enter it. If a password is also required, check its box. Click Next → save the file.

2. Registering *.odb databases:
Databases created by LibreOffice base are in the *.odb format. Other programs can also produce database in this format. Registering a*.odb data base is simple.

  • Step 1: Select Tools → Options → Libre Office Base → Database
  • Step 2: Under Registered data Bases, Click New.
  • Step 3: Browse to where the database is located.
  • Step 4: Make sure the registered name is correct .Odb
  • Step 5: Click OK.

Plus Two Accountancy Notes Chapter 6 Data Base Management System for Accounting

Using data sources in LibreOffice
Any data source registered in spreadsheet or text document can use in other LiberOffice components including writer and calc.

1. Viewing data sources:
Open a document in writer or calc. To view the data sources available, Press F4 or select View → Data sources from the pull down menu. This brings up a list of registered databases. To view each data base, click on the arrow to the left of the database’s name.

2. Editing Data sources:
Some data sources can be edited in the Data view window. A record can be edited, added or deleted. Editing the data requires only a click in the cell whose data should be changed. To delete the record, right click on the gray box to the left of row to highlight the entire row, and select Delete row to . remove the selected row.

3. Launching Base to work on data sources:
We can launch LibreOffice Base at any time from the Data source window. Just right click on a database, or its tables or Queries icons and select Edit Database File. In Base, we can edit, add, and delete tables, queries, forms and reports.

4. Using Datasources in writer and Calc.:
Data can be placed into writer and Calc documents from the tables in the data source window. In writer, values from individual fields can be inserted. Or a complete table can be created in the writer document. One common way to use a data source is to perform a mail merge.

Plus One Accountancy Notes Chapter 12 Accounting System Using Database Management System

Students can Download Chapter 12 Accounting System Using Database Management System Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 12 Accounting System Using Database Management System

Summary:
Accounting Reports:
A report displays information that is acquired from data processing and transformation in an organised manner. Reports tend to reduce the level of uncertainty associated with decision-makers and also influence their positive actions.

The output of the computerised accounting system are accounting reports. Financial accounting reports such as Cash book, Bank book, Ledger and Trial Balance may be generated in Access by adhering to report generation process.

Using Access for Producing Reports:
In Access, the reports are created by designing a report, identifying its information requirement, creating the queries in SQL to generate such information so that the final SQL statement provides the record set of information to the report design. Different Models of database design require different sets of SQL statements to produce different types of reports.

Plus One Accountancy Notes Chapter 12 Accounting System Using Database Management System

Queries Access:
There are several types of queries in Access that may be used to generate information. Such queries are called select queries because they are used to select records from the given set of records. There are three ways in which these queries may be created in Access: Wizard. Design View and SQL view method.

Designing Reports in Access:
A report in Access may be designed in three ways: Auto Report. Wizard and Design View method. An SQL statement (or query) is capable of displaying records containing fields from across a number of data tables.

A typical report in Access has the structure that consists of Report header, Page header, Group header, Details, Group footer, Page footer and Report footer.

Plus One Accountancy Notes Chapter 11 Structuring Database for Accounting

Students can Download Chapter 11 Structuring Database for Accounting Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 11 Structuring Database for Accounting

Summary:
Database Concepts:

1. Reality: It consists of different components of an organisation such as people, facilities and other resources.

2. Data: It represents data concerning people, places, objects entities, events, etc., and non-financial 14 nature.

3. Database: It was a shared collection of inter-related data tables, tiles or structures which are designed to most varied information needs of all organisations.

4. International: Processed data organisation in a form that is suitable for decision-making.

5. DBMS: A collection of programmes that enable users to create and maintain a database.

Plus One Accountancy Notes Chapter 11 Structuring Database for Accounting

Database System Concepts and Architecture Data model:
Collection of concepts used to describe the structure of a database.

  1. Database Schemes: The description of a database is called its scheme.
  2. Database State and Instances: Data in a database at a particular movement is called database state.

Entity-Relationship (ER) Model:
An important concept of data model mostly used in a database-oriented application. The major elements of ER model are entities attributes, identities and relationship that are used to express reality for which a database is to be designed.

Relation Data Model (RDM):
It represents the database at collection of tables comprising different volumes. It consists of rows and columns. The table name and column name are used to help in interpreting the meaning of volumes of each row. Each row of table is called a data record.

Plus One Accountancy Notes Chapter 10 Applications of Computers in Accounting

Students can Download Chapter 10 Applications of Computers in Accounting Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 10 Applications of Computers in Accounting

Summary:
Meaning of a Computer:
The computer is an electronic device capable of performing a variety of operations as desired by a set of instructions.

Elements of a Computer System:

  1. Hardware
  2. People
  3. Data Connectivity
  4. Software
  5. Procedure

Plus One Accountancy Notes Chapter 10 Applications of Computers in Accounting

Capabilities of a Computer:

  1. Speed
  2. Reliability
  3. Storage
  4. Accuracy
  5. Versatility

Need for Computers in Accounting:
The advent of globalisation has resulted in a rise in business operations. Consequently, every medium and large-sized organisations require well-established information system in order to generate information required for decision making and achieving the organisational objectives. This made Information technology to play a vital role in supporting business operations.

MIS and Accounting Information System:
A management information system provides information necessary to take decisions and manage an organisation effectively. Accounting information system on the other hand identifies, collects, processes and communicates economic information about an entity to a wide variety of users.

Accounting Reports:
Information supplied to meet a particular need is called a report. An accounting report must fulfil the following conditions:

  • Relevance
  • Timeliness
  • Accuracy
  • Completeness
  • Summarisation

Plus One Accountancy Notes Chapter 10 Applications of Computers in Accounting

Computerised Accounting System:
A computerised accounting system is an accounting information system that processes the financial transactions and events to produce reports as per user requirements. It is based on the concept of database and has two basic requirements:

  1. Accounting framework and
  2. Operating Procedure.

Advantages of Computerised Accounting System:

  1. Speed
  2. Reliability
  3. Scalability
  4. Efficiency
  5. MIS Reports
  6. Storage and Retrieval
  7. Accuracy
  8. Up-to-date
  9. Legibility
  10. Quality Report
  11. Real-time user interface
  12. Motivation and Employees interest
  13. Automated document production

Plus One Accountancy Notes Chapter 10 Applications of Computers in Accounting

Limitations of Computerised Accounting System:

  • Cost of training
  • Disruption
  • Breach of security
  • Inability to check unanticipated errors
  • Staff Opposition
  • System failure
  • III-effects on health

Categories of Accounting Packages:

  • Ready-to-Use
  • Tailored
  • Customised

Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records

Students can Download Chapter 9 Accounts from Incomplete Records Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records

Summary:
Incomplete Records:
Incomplete records refer to a lack of accounting records according to the double-entry system. It is an incomplete, unscientific and unsystematic method of keeping the books of accounts of a trader.

Computation of profit and loss from incomplete records:
The statement of affairs is used to compute capital when a firm has a set of incomplete records. It shows assets on one side and the liabilities on the other as in the case of a balance sheet. The difference between the totals of the two sides is the capital.

Format of Statement of Affairs:
Statement of Affairs as on …………………
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 1
The statement of profit or loss is prepared to ascertain the exact amount of profit or loss made during the year.

Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records

Format of Statement of Affairs:
Statement of Profit or Loss for the year ended ………….
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 2

Preparation of Profit and Loss Account and Balance Sheet. (Conversion method):
In order to prepare final accounts from incomplete records, we have to find out the missing figures by making further computations and adjustments to the available information. The following are the steps to prepare the final accounts from incomplete records.

(i) Preparation of statement of Affairs.
(ii) Preparation of cash book
(iii) Ascertaining credit purchases and credit sales:-
Credit purchase can be ascertained by preparing a statement or by preparing Total creditors Account.

Format of Total Creditors Account:
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 3

Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records

Format of Total Creditors Account:
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 4

(a) Bills Receivable and Bills payable Accounts are prepared for finding out their opening or closing balances or for finding out the amount of bills accepted or bills received during the year.

(b) The proforma of total bills receivable account and total bills payable account. The proforma of total bills receivable account and total bills payable account is shown.

Total Bills Receivable Account:
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 5

Total Bills Payable Account:
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 6
(iv) Calculate:

  • Total purchase by adding cash purchases and credit purchases.
  • Total sales by adding cash sales and credit sales.

Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records

(v) Prepare Trial balance with the given information and missing information ascertained:
The components of the trial balance and their sources of information are summarised below
Plus One Accountancy Notes Chapter 9 Accounts from Incomplete Records img 7

(vi) Prepare final accounts in the usual manner.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package – GNUKhata

Students can Download Chapter 5 Accounting Software Package – GNUKhata Notes, Plus Two Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus Two Accountancy Notes Chapter 5 Accounting Software Package – GNUKhata

GNUKhata – Introduction
GNUKhata is an accounting software based on Double Entry Book Keeping system. It is a Free and Open Source Software (FOSS).

GNUKhata is developed by Digital Freedom Foundation in association with International Centre for Free and Open Source Software (ICFOSS). It is a free and flexible software for accounting and inventory management.

Features of GNUKhata

  1. It is free and open source accounting software.
  2. It is based on double entry book keeping
  3. All financial reports can be prepared
  4. Display of dual ledger facility
  5. Attachment of source document to vouchers is possible
  6. Linking of sales and purchase transactions to invoice.
  7. Export or import of data from spread sheet is possible.
  8. It ensures password security and data audit facility.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Installing GNUKhata
GNUKhata is Free and Open Source Software (FOSS). It can be legally downloaded and copied without having to pay anything to anyone. It is very simple to install GNUKhata in Linux. The installer file can be downloaded from the website www.anukhata.in. When we open GNUKhata for the first time, we can see a welcome screen.

Create Organisation
The first step in GNUKhata is to create an the organisation. To create a new organisation, click on “Create organisation” or press shift + control + R. While creating an organisation, the following details are to be given.

  • Organisation Name: enter the name of the organisation and press Enter Key.
  • Case: Choose the appearance of the organisation name, the options are As -is, Upper case, Lower Case or Title Case.
  • Organisation Type: Select the organisation type either Profit Making or Not for Profit.
  • Financial year: Enter the opening date of financial year then press enter key, closing date will show automatically which can be edited.
  • Inventory: Tick the box of Inventory for maintaining inventory accounts.

1. Create Admin and log in:
There are Four levels of users in GNUKhata. They are Admin, Manager, Operatorand internal Auditor. Each has different authorities. Only one user can log in as “Admin”. There may be any number of users in the role of manager, operator and internal auditor.

“Create Admin” is mandatory. After creating an organisation, the next step is “Create Admin”. Fill all the fields in the Create Admin window and Enter/click on create and login. Now we can see a Menu bar at the top. Click Menu items to activate the Keyboard shortcuts.

2. Organisation Particulars:
We can enter the organisation details like Address, Country, State, city, etc through Edit Organisation Particulars in Master menu. Enter or click on Save to save the details and click on Reset to clear the fields, if necessary.

3. Change Organisation:
Select Change Organisation from Sign Out menu to exit the active organisation. To change the user, select Logout from Sign Out menu.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

4. Selecting Organisation:
To select the existing organisation, click on Select Existing Organisation tab and select Organisation name from the drop down menu.

5. Deleting Organisation:
After login as “Admin” user, select Delete Organisation from Administration menu. Confirm the decision to delete the organisation, the organisation will be deleted.

Groups and Sub-Groups
Grouping of account is a method of organising the large number of ledger accounts into sequential arrangement for recording and summarisation of accounting data. GNUKhata has predefined Groups and Sub-Groups.
They are:

  • Balance Sheet Groups
  • Profit & Loss / Income & Expenditure Account Group

1. Balance sheet Groups in GNUKhata:
Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata 1

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

2. Profit and loss / Income & Expenditure Account Groups in GNUKhata:
Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata 2

3. Description of the Groups and Sub Groups:

(i) (a) Capital: Amount contributed by proprietor, partners and share holders are recorded in this group.
(b) Corpus: Amount Contributed by the members of a non profit organisation (capital fund) are recorded in this group.

(ii) Current Assets: The assets which are consumed in operations are known as current assets. Accounts of such assets generated in the course of doing business are recorded in this group. The sub groups are

  • Bank-(Deposits)
  • Cash – (in hand, at factory, petty cash)
  • Inventory-(closing stock)
  • Loans and Advances-(temporary advance to Staff)
  • Sundry Debtors – (Credit sales)

(iii) Current Liability: The liabilities which are to be paid with in a short period (less than one year) are called current liabilities. The sub groups of current liabilities are.

  • Provisions: (PF, ESI, TDS dues, etc.)
  • Sundry CreditorsforExpenses: (Outstanding expenses)
  • Sundry Creditors for Purchase: (Amount payable to suppliers)

(iv) Fixed Assets: Accounts of all fixed assets (life span more than one year) are recorded in this Group. The sub groups are

  • Building
  • Furniture
  • Land
  • Plant and Machinery

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

(v) Investments: Contains accounts of investment made by the organit#ation. The sub groups are

  • Investment in Bank Deposits
  • Investment in shares and Debentures

(vi) Loan (Assets): Includes accounts of long term loans given

(vii) Loans (Liability): Amount borrowed from financial institutions. The sub Groups are

  • Secured: (Loan against Security)
  • Unsecured: (No Security)

(viii) Miscellaneous Expenses (Assets): This includes preliminary and preformation Expenses to the extent those are not written off.

(ix) Direct Income: Income from sale of goods, included in this group. If it is a service organisation, income from fees will come under this group.

(x) Indirect Income: All incomes which is not a direct income come under this group.
Eg: rent received, discount received, dividend received etc.

(xi) Direct Expenses: Expenses of purchase or manufacturing of goods are included in this group.
Eg. Wages, carriage inward, consumables etc. GNUKhata opens Opening Stock Account under this group.

(xii) Indirect Expenses: All office, administration sellng and distribution expenses are coming under this group.
Eg: Salary, Interest, depreciation, etc.

(xiii) Reserves: Contains retained earnings reserves and surplus.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

System Generated Ledger Accounts in GNUkhata
GNUkhata has 29 predetermined Groups and subGroups. Out of these 13 are Groups and 16 are sub Groups. 25 Predefined Groups and sub groups are related with Balance sheet. Out of these 9 are Groups and 16 are Sub Groups. 4 Groups are related with Profit and Loss Account/ Income and Expenditure Account.

In GNUkhata, there are 4 system generated ledger accounts. We can neither change the name nor delete these accounts. Do not create accounts with the similar names. These are.
Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata 3

Creating Ledger Accounts in GNUKhata
A ledger account contains record of all transactions relating to Assets, Capital, Liabilities, Expenditure and Revenues. A ledger account is to be created under any of the above five groups. Based on the group under which a ledger account is created, the “ balance of the ledger account will be appeared either in Trading, Profit and loss account or in Balance sheet.

1. Steps for Creation of Ledger Accounts:

  1. Step 1: Click on Master Menu or Press Shift + Control + M or Press F2
  2. Step 2: Select Create Account option. Then a dialogue box appears. Enter all the details.
    • Group Name: Select the name of the group from the drop down list.
    • Sub group name: Select the name of sub gorup from the drop down list depending on the group we selected. A new subgroup can also be created.
    • Account name: Enter the name of account which we want to create
  3. Step 3: Click on Save button

2. Display Ledger Accounts:
To display Ledger accounts, select List of Accounts from Report menu. Now we can see a table containing a list of all ledger accounts along with its group name and sub group name.

3. Editing a ledger account:
To edit a ledger account, select Edit Account from Master menu. Here we can change Account name and opening balance. But we can not change the name of Group and sub Group.

4. Deleting a ledger account:
To delete a ledger account, select Edit Account from Master menu. Select the ledger account – we want to delete, click on Delete Button and confirm the deletion. System generated account and the ledger account already used in voucher cannot be deleted.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Types of Vouchers
GNUKhata has the following pre defined voucher types. We can not create a new voucher type.
Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata 4
Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata 5

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Voucher Entry
Recording a transaction through voucher is called voucher entry. While recording a voucher the debit part of the transaction recorded first and there after credit part. We can add any number of debits and credits in a voucher.

1. Finding and Editing a Voucher Entry:
To edit a voucher entry, it must be found out first. For this, the given steps are to be followed.

  • Step 1: Select Find/ Edit voucher from voucher menu.
  • Step 2: Select any one Criteria and press Enter key. All transactions fulfilling the criteria will be displayed.
  • Step 3: Select the transaction that we want to edit and press Enter key
  • Step 4: Click Edit button to open the transaction in edit mode make necessary changes.
  • Step 5: Click on Save button to save changes.

2. Deleting a voucher entry:
To delete a voucher, First find it and click on Delete, after confirmation, the record will be deleted. Deleted vouchers cannot be restored.

3. Add account while in voucher entry:
While recording transactions in voucher entry mode, we can add a ledger account by clicking on Add Account, select the Group, sub Group, enter the account name and opening balance, if any. Click on Save Button and return to Voucher entry mode.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Reports
One of the tabs in the menu bar is Reports. From the Report menu, we will enable to view reports such as Ledger, Trial Balance, Balance sheet, Profit and Loss Account, List of accounts and List of deleted vouchers. For all these reports, we have to specify the periods.

1. Display Ledger Account:

  • Step 1: Click on Report tab from the menu bar
  • Step2: Select Ledger option from the list, Now view Ledger screen appears
  • Step 3: Select the name of ledger account we want to display
  • Step 4: Enter from date and to date
  • Step 5: Click on view button to view the ledger

2. Display Trial Balance:

  • Step1: Click on Report tab from the menu bar
  • Step 2: Select Trial balance from the menu
  • Step 3: Enter From date and To date
  • Step 4: Select the Trial Balance Type
  • Step 5: Click on view button to view the Trial Balance

3. Display Profit and Loss Account/Income and Expenditure Account:

  • Step 1: Click on Report tab from the menu bar
  • Step 2: Select Profit and loss or Income and Expenditure from the list
  • Step 3: Enter From date and To date.
  • Step 4: Click on view button

4. Display Balance sheet:

  • Step 1: Click on Report Tab from the menu bar
  • Step 2: Select Balance sheet from the list
  • Step 3: Select Balance sheet type
  • Step 4: Click on View button

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Bank Reconciliation statement (BRS)
Bank Reconciliation statement is prepared by an account holder to reconcile cash book balance and pass book balance on a specific date. It is prepared for bank accounts opened under the Sub Group Bank of the Group Current Assets. To open Bank Reconciliation Statement, select Bank Reconciliation statement from the Master menu.

1. Causes of Difference between Cash Book Balance and Pass Book Balance:

  • Cheque issued; but not presented for payment
  • Cheque deposited; but not collected
  • Direct payment by a customer to the bank
  • Interest on deposit credited by the bank
  • Dividend, rent, etc collected by the bank
  • Payment made on behalf of the customer
  • Bank charges as per pass book
  • Bills receivables discounted, but dishonored
  • Interest on overdraft debited in the pass book

2. Terms associated with BRS:

  • Transaction Date: The date of the transaction
  • Clearance date: The date on which a particular transaction appears in a pass book
  • Reconciliation period: The period for which Bank Reconciliation is done is called Reconciliation period.
  • Statement of uncleared items: When the clearance date and Transaction date of a transaction falls with in the Reconciliation period, that transaction is said to be cleared. Otherwise it is uncleared item.

Plus Two Accountancy Notes Chapter 5 Accounting Software Package - GNUKhata

Short cut keys in GNUKhata

UseKeys
1. Activate Toolbar TabF1
2. Create Ledger AccountF2
3. Find/Edit Ledger AccountF3
4. Receipt VoucherF4
5. Receipt VoucherF5
6. Sales voucherF6
7. Purchase VoucherF7
8. Contra VoucherF8
9. Journal VoucherF9
10. Find/ Edit voucherF10
11. View Ledger AccountF11
12. Display Trial BalanceF12
13. Sales Returns voucherCtrl + 1
14. Purchases Returns voucherCtrl + 2
15. Credit Note voucherCtrl + 3
16. Debit Note voucherCtrl + 4
17. Cost centre statementCtrl + 5
18. Cash Flow statementCtrl + 6
19. List of AccountsCtrl + 7
20. Create/ Edit cost centreAlt + P
21. Bank Reconciliation statementAlt + R
22. ManualAlt + M
23. Master TabCtrl + M
24. Inventory TabCtrl + I
25. Transaction TabCtrl + T
26. Report TabCtrl + R
27. Administration TabCtrl + D
28. Help TabCtrl + H
29. Sign out TabCtrl + S
30. Sign out TabCtrl + L

Plus One Accountancy Notes Chapter 8 Financial Statements – I & II

Students can Download Chapter 8 Financial Statements – I & II Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 8 Financial Statements – I & II

Summary:
Financial Statements:
Meaning and types Financial statements are the statements which present periodic reports on the process of business enterprises and the results achieved during a given period. Financial statement includes trading, profit & loss account, balance sheet and other statements.

Trading and Profit & Loss Account:
Trading and Profit & Loss account is prepared to ascertain the net result of business operations during a given period.

Format of Trading and Profit & Loss Account (In horizontal form):
Trading and Profit & Loss Account for the year ended ………………
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 1

Plus One Accountancy Notes Chapter 8 Financial Statements - I & II

Need for Adjustment:
For the preparation of financial statements, it is necessary that all adjustments arising out of the accural basis of accounting are made at the end of the accounting period. Entries which are given outside the trial balance are called adjustment entries.

Treatment of various types of adjustments:
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 2

Balance Sheet:
The balance sheet is a statement of assets and liabilities of a business enterprises and shows the financial position at a given date. It is not an account. It is only a statement.
Assets and liabilities shown in the balance sheet are marshalled in order to liquidity or in order to permanence.

Plus One Accountancy Notes Chapter 8 Financial Statements - I & II

Format of Balance Sheet (In horizontal form)
Balance sheet as on …………….
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 3
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 4

The Performa of income statement and balance sheet in vertical form.

Income Statement for the period ended ……..
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 5
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 6

Plus One Accountancy Notes Chapter 8 Financial Statements - I & II

Balance sheet as on………..
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 7
Plus One Accountancy Notes Chapter 8 Financial Statements - I & II img 8

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Students can Download Chapter 10 Neural Control and Coordination Notes, Plus One Zoology Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Zoology Notes Chapter 10 Neural Control and Coordination

What is coordination?
Coordination is the process through which two or more organs interact and complement the functions of one another.

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Neural System
The neural system of all animals is composed neurons that receive and transmit different kinds of stimuli.

Neural system in lower forms

  • The neural organisation is very simple in lower invertebrates.
  • For example, in Hydra it is composed of a network of neurons.
  • The neural system is better organised in insects, where a brain is present.

The vertebrates have a more developed neural system.

Human Neural System
The human neural system is divided into two parts:

(i) Central neural system (CNS)
(ii) Peripheral neural system (PNS)
  • The CNS includes the brain and the spinal cord and is the site of information processing and control.
  • The PNS comprises of all the nerves of the body associated with the CNS.

The nerve fibres of the PNS are of two types:

(a) afferent fibres
(b) efferent fibres

Function of afferent efferent of nerve fibres:
The afferent nerve fibres transmit impulses from tissues/organs to the CNS. The efferent fibres transmit regulatory impulses from the CNS to the peripheral tissues/organs.
The PNS is divided into two divisions

  1. Somatic neural system
  2. Autonomic neural system.

Function:
The somatic neural system relays impulses from the CNS to skeletal muscles. The autonomic neural system transmits impulses from the CNS to the involuntary organs and smooth muscles of the body.
The autonomic neural system is classified into

  1. sympathetic neural system
  2. parasympathetic neural system.

Neuron As Structural And Functional Unit Of Neural System
A neuron is composed of three major parts,

1. cell body
2. dendrites and
3. axon

1. The cell body contains cytoplasm with cell organelles and certain granular bodies called Nissl’s granules.

2. Repeated branches project out of the cell body are called dendrites.

3. The axon is a long fibre, the distal end of which is branched. Each branch terminates as a bulb-like structure called synaptic knob which possess synaptic vesicles containing chemicals called neurotransmitters. Based on the number of axon and dendrites, the neurons are divided into three types,

  • multipolar (with one axon and two or more dendrites; found in the cerebral cortex)
  • bipolar (with one axon and one dendrite, found in the retina of eye)
  • unipolar (cell body with one axon only found usually in the embryonic stage).

Plus One Zoology Notes Chapter 10 Neural Control and Coordination 1
4. The myelinated nerve fibres are enveloped with Schwann cells, which form a myelin sheath around the axon.

5. The gaps between two adjacent myelin sheaths are called nodes of Ranvier.

6. Myelinated nerve fibres are found in spinal and cranial nerves.

8. Non-myelinated nerve fibre is enclosed by a Schwann cell that does not form a myelin sheath around the axon, and is commonly found in autonomous and the somatic neural systems.

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Generation and Conduction of Nerve Impulse
Neurons are excitable cells because their membranes are in a polarized state.
In resting state of neuron:
The axonal membrane is more permeable to potassium ions (K+) and impermeable to sodium ions (Na+) and negatively charged proteins present in the axoplasm. The fluid outside the axon contains a low concentration of K+, a high concentration of Na+ and thus form a concentration gradient.

These ionic gradients are maintained by the active transport of ions by the sodium-potassium pump which transports 3 Na+ outwards for 2 K+ into the cell.

As a result, the outer surface of the axonal membrane possesses a positive charge while its inner surface becomes negatively charged and therefore is polarised. The electrical potential difference across the resting plasma membrane is called as the resting potential.

When a stimulus is applied at a site on the polarised membrane:
The membrane freely permeable to Na and influx of Na+ followed by the reversal of the polarity at that site, i.e., the outer surface of the membrane becomes negatively charged and the inner side becomes positively charged.

This is called depolarized state. The electrical potential difference across the plasma membrane is called the action potential At sites immediately ahead, the axon membrane has a positive charge on the outer surface and a negative charge on its inner surface. As a result, a current flows on the inner surface from site A to site B.

On the outer surface current flows from site B to site A to complete the circuit of current flow. Hence, the polarity at the site is reversed, and an action potential is generated at site B. Thus, the impulse (action potential) generated at site A arrives at site B. The sequence is repeated along the length of the axon and consequently the impulse is conducted.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 2

Transmission of Impulses
A nerve impulse is transmitted from one neuron to another through junctions called synapses. The junction between pre-synaptic neuron and a post-synaptic neuron is called synaptic cleft. There are two types of synapses, namely

1. Electrical synapses and
2. Chemical synapses

At electrical synapses, erlectrical current flowdirectly from one neuron into the other across these synapses. It is very similar to impulse conduction along a single axon, impulse transmission across an electrical synapse is always faster than that across a chemical synapse.

At a chemical synapse, the membranes ofthepre-and post-synaptic neurons are separated by a fluid-filled space called synaptic cleft Chemicals called neurotransmitters are involved in the transmission of impulses at these synapses.

The released neurotransmitters bind to the specific receptors, present on the post-synaptic membrane. This binding opens ion channels allowing the entry of ions which can generate a new potential in the post- synaptic neuron.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 3

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Central Neural System
It controls the voluntary movements such as balance of the body, functioning of vital involuntary organs (e.g., lungs, heart, kidneys, etc.), thermoregulation, hunger and thirst, circadian (24-hour) rhythms of our body, activities of several endocrine glands and human behaviour.

It is also the site for processing of vision, hearing, speech, memory, intelligence, emotions and thoughts. The human brain is well protected by the skull. Inside the skull, the brain is covered by cranial meninges consisting of an outer layer called dura mater, a very thin middle layer called arachnoid and an inner layer called pia mater.

The brain is divided into three major parts:

  • forebrain
  • midbrain
  • hindbrain

Plus One Zoology Notes Chapter 10 Neural Control and Coordination 4

Forebrain
The forebrain consists of cerebrum, thalamus and hypothalamus. Cerebrum forms the major part of the human brain. Cerebrum divided longitudinally into two halves the left and right cerebral hemispheres. The hemispheres are connected by nerve fibres called corpus callosum.

The layer of cells which covers the cerebral hemisphere is called cerebral cortex. The cerebral cortex is referred to as the grey matter .The cerebral cortex contains motor areas, sensory areas and large regions These regions called as the association areas.They are responsible functions like memory and communication.

The inner part of cerebral hemisphere gives white appearance to the layer and called as the white matter. Hypothalamus lies at the base of the thalamus contains a number of centres which control body temperature, urge for eating and drinking. Hypothalamus secrete hormones called hypothalamic hormones.

he inner parts of cerebral hemispheres and a group of associated deep structures like amygdala, hippocampus, etc., form a complex structure called the limbic lobe or limbic system. Along with the hypothalamus,

it is involved in the regulation of sexual behaviour, expression of emotional reactions (eg: excitement, pleasure, rage and fear), and motivation

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Midbrain
The midbrain is located between the thalamus/hypothalamus of the forebrain and pons of the hindbrain. A canal called the cerebral aqueduct passess through the midbrain.

The dorsal portion of the midbrain consists mainly of four round swellings (lobes) called corpora quadrigemina. Midbrain and hindbrain form the brain stem..

Hindbrain
The hindbrain comprises pons, cerebellum and medulla (also called the medulla oblongata). Pons consists of fibre tracts that interconnect different regions of the brain. Cerebellum provide the additional space for many more neurons.

The medulla of the brain is connected to the spinal cord. The medulla contains centres which control respiration, cardiovascular reflexes and gastric secretions.

Reflex Action And Reflex Arc
It involves the sudden withdrawal of a body part which comes in contact with objects that are extremely hot, cold pointed or animals that are poisonous. The reflex pathway consists of one afferent neuron (receptor) and one efferent (effector or excitor) neuron arranged in a series.

The afferent neuron receives signal from a sensory organ and transmits the impulse via a dorsal nerve root into the CNS (at the level of spinal cord). The efferent nueuron carries signals from CNS to the effector. The stimulus and response thus forms a reflex arc in the knee jerk reflex.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 5

Sensory Reception And Processing
The sensory organs detect all types of changes in the environment and sent to different parts/centres of the brain. The sense organs are the eye (sensory organ for vision) and the ear (sensory organ for hearing).

Eye
Our paired eyes are located in sockets of the skull called orbits.

Parts of an eye
The wall of the eye ball is composed of three layers. External layer is composed of a dense connective tissue and is called the sclera. Anterior portion of this layer is called the cornea. Middle layer, choroid, contains many blood vessels and looks bluish in colour.

The choroid layer is thin over the posterior part of eye ball, but it becomes thick in the anterior part to form the ciliary body. The ciliary continues forward to form a pigmented and opaque structure called the iris which is the visible coloured portion ofthe eye.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 6

  1. The eye ball contains lens which is held in place by ligaments attached to the ciliary body. In front of the lens, the aperture surrounded by the iris is called the pupil.
  2. The inner layer is the retina contains three layers of cells – from inside to outside.
  3. Ganglion cells, bipolar cells and photoreceptor cells.
  4. There are two typ es of photoreceptor cells, namely, rods and cones
  5. The daylight (photopic) vision and colour vision are functions of cones
  6. The twilight (scotopic) vision is the function of the rods.
  7. The rods contain a purplish-red protein called the rhodopsin which contains a derivative of Vitamin A. In the human eye, there are three types of cones that respond to red, green and blue lights.

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

What is blind spot?
The optic nerves and the retinal blood vessels enter above the posterior pole of the eye ball. Photoreceptor cells are not present in that region and hence it is called the blind spot.

What is macula lutea?
At the posterior pole of the eye lateral to the blind spot, there is a yellowish pigmented spot called macula lutea with a central pit called the fovea where only the cones are densely packed. It is the point where the visual acuity (resolution) is the greatest.

The space between the cornea and the lens is called the aqueous chamber and contains fluid called aqueous humor. The space between the lens and the retina is called the vitreous chamber and contains fluid called vitreous humor.

Mechanism of Vision
The light rays falls on the retina through cornea and lens generate impulses in rods and cones. The photosensitive compounds (photopigments) in the human eyes is composed of opsin (a protein) and retinal (an aldehyde of vitamin A). Light induces the changes in the structure of the opsin.

This causes membrane permeability changes. As a result, potential differences are generated in the photoreceptor cells. This produces a signal that generates action potentials in the ganglion cells through the bipolar cells.

These action potentials are transmitted by the optic nerves to the visual cortex area of the brain, where the neural impulses are analysed and the image formed on the retina is recognised based on earlier memory and experience.

The Ear
The ear is divided into three major sections called the outer ear, the middle ear and the inner ear. The outer ear consists of the pinna and external auditory meatus (canal).The pinna collects the vibrations of sound. The external auditory meatus leads inwards and extends up to the tympanic membrane (the ear drum).

There are wax-secreting sebaceous glands in the skin of the pinna and the meatus. The middle ear contains three ossicles called malleus, incus and stapes which are attached to one another in a chain-like fashion.

The malleus is attached to the tympanic membrane and the stapes is attached to the oval window. of the cochlea. The ear ossicles increase the efficiency of transmission of sound waves to the inner ear.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 7
An Eustachian tube connects the middle ear cavity with the pharynx. The Eustachian tube helps in equalising the pressures on either sides of the eardrum. The fluid-filled inner ear called labyrinth consists of two parts, the bony and the membranous labyrinths.

The bony labyrinth is connected with membranous labyrinth, which is surrounded by a fluid called perilymph. The membranous labyrinth is filled with a fluid called endolymph. The coiled portion of the labyrinth is called cochlea.

The membranes constituting cochlea, the reissner’s and basilar, divide the surounding perilymph filled bony labyrinth into an upper scala vestibuli and a lower scala tympani. The space within cochlea called scala media is filled with endolymph.

At the base of the cochlea, the scala vestibuli ends at the oval window The organ of corti is a structure located on the basilar membrane which contains hair cells that act as auditory receptors. The hair cells are present in rows on the internal side of the organ of corti.

The basal end of the hair cell is in close contact with the afferent nerve fibres. A large number of processes called stereo cilia are projected from the apical part of each hair cell. Above the rows of the hair cells is a thin elastic membrane called tectorial membrane. The inner ear also contains vestibular apparatus, located above the cochlea.

The vestibular apparatus is composed of three semi-circular canals and the otolith organ consisting of the saccule and utricle. The membranous canals are suspended in the perilymph of the bony canals. The base of canals is swollen and is called ampulla, which contains a projecting ridge called crista ampullaris which has hair cells.

The saccule and utricle contain a projecting ridge called macula. The crista and macula are the specific receptors of the vestibular apparatus responsible for maintenance of balance of the body and posture.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 8

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Mechanism of Hearing
How does ear convert sound waves into neural impulses, which are sensed and processed by the brain enabling us to recognise a sound?
The external ear receives sound waves and directs them to the ear drum.The ear drum vibrates in response to the sound waves and these vibrations are transmitted through the ear ossicles (malleus, incus and stapes) to the oval window.

The vibrations are passed through the oval window on to the fluid of the cochlea, where they generate waves in the lymphs. The waves in the lymphs induce a ripple in the basilar membrane. These movements of the basilar membrane bend the hair ceils, pressing them against the tectorial membrane.

As a result, nerve impulses are generated in the associated afferent neurons. These impulses are transmitted by the afferent fibres via auditory nerves to the auditory cortex of the brain, where the impulses are analysed and the sound is recognized.

The vibrations are passed through the oval window on to the fluid of the cochlea, where they generate waves in the lymphs. The waves in the lymphs induce a ripple in the basilar membrane. These movements of the basilar membrane bend the hair cells, pressing them against the tectorial membrane.

As a result, nerve impulses are generated in the associated afferent neurons. These impulses are transmitted by the afferent fibres via auditory nerves to the auditory cortex of the brain, where the impulses are analysed and the sound is recognized.

NCERT SUPPLEMENTARY SYLLABUS
Sense organs:
The environmental changes (both internal and external) called stimuli detected by the special sensory cells, are conveyed to the brain in the form of nerve impulses. The response for each stimulus from brain is sent to the various body parts for its well being. There are five senses: touch, vision, hearing, smell and taste.

While touch is a complex general sense, the other four are special senses. The general sensory receptors are simple receptors that are present in the skin, mucous membranes, connective tissues and muscles.

These sense the information such as tactile sensation (a mix of touch, pressure, stretch and vibration), heat, cold, pain and muscle sense.

Special sensory receptors are present in the head especially sensory organs like eyes and ears and tissues of the taste buds and olfactory epithelium. These sensory organs and tissues of eye and ear are photoreceptors and the auditory receptors respectively.

The chemical senses: the taste and smell:
The receptors fortaste and smell are called as chemoreceptors found as film of liquid coating in the membranes of the receptor cells. The taste receptors are specialized cells that detect chemicals present in the mouth while smell receptors are modified sensory neurons in the nasal passage which detect the volatile chemicals.

These two types of receptors complement each other and often respond to the same stimulus. The smell receptors are 3,400 times more sensitive than the taste receptors.

Sense of smell (olfaction):
Nose contains the receptors of smell, in the mucous coated thin, yellowish patch (about 5 cm2) of modified pseudo stratified epithelium called olfactory epithelium. It is located at the roof of the nasal cavity on either sides of the nasal septum.
Plus One Zoology Notes Chapter 10 Neural Control and Coordination 9
The olfactory epithelium contains three types of cells:

  • millions of olfactory receptor cells
  • columnar supportive cells
  • short basal cells.

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Olfactory receptors bear a cluster of about 20 modified cilia which function as receptor sites. These cilia extend from the olfactory epithelium into the thin coat of nasal mucous secreted by the supportive cells and olfactory glands. This mucous dissolves the airborne odour molecules.

Once dissolved, the chemicals bind to the specific receptors on the cilia stimulating the receptor cells. This causes depolarization then action potential in the receptor cell.

The axons of the olfactory receptors unite to form the olfactory nerve which transmits the information directly to olfactory bulb, a relay station in the brain. The nasal cavity contains pain receptors that respond to irritants such as ammonia, vinegar or hot chilly pepper.

Impulses from these pain receptors reach the brain. The brain combines these sensations with those of smell to identify the odours Humans can detect about 10,000 different odours but the olfactory capability of fish and mammals such as a dog is high.

Sense of taste (gustation):
The receptor cells fortaste are located in taste buds. Humans have about 10,000 taste buds are located in pockets around the papillae on the surface and sides of the tongue, but some on the surface of the pharynx and the larynx.

Each taste bud contains about 40 specialized receptor cells or gustatory cells, that helps to replace the worn out cells of the taste buds. The receptor cells for taste are not neurons, but they are microvilli .The microvilli protrude into the surrounding fluids through a narrow opening called the taste pore.

Dissolved chemicals contacting the microvilli bind to specific receptor proteins on the microvilli, thereby depolarizing the cell,it releases neurotransmitter which leads to the generation of an action potential in the associated sensory neuron.

Each dendrite receives signals from several receptor cells within the taste bud pass to the brain stem. From here the nerve impulse is relayed to the taste centre in the cerebral cortex of the brain that perceives the taste sensation.
In humans there are four basic taste senses:

sweet, sour, salt, and bitter. It is located in different parts of the tongue sweet and salty on the front, bitter on the back, and sour on the sides.

Plus One Zoology Notes Chapter 10 Neural Control and Coordination

Sense of touch:
Skin is the largest sense organ. These sensations of touch come from millions of microscopic simple sensory receptors located all over the skin and associated with the general sensations of contact or pressure, heat, cold, and pain. Some parts of the body have a large number of these such as the fingertips.

Structurally, these touch receptors are either free dendritic endings or encapsulated dendritic endings present in the skin (and other parts of the body). Free or bare dendritic nerve endings are present throughout the epidermis in “zigzag” form .These respond chiefly to pain and temperature but some respond to pressure as well.

Meissner’s corpuscles are small receptors are surrounded by specialized capsule (Schawann) cells. These are found just beneath the skin epidermis in dermal papillae and abundant in finger tips and soles of the feet. These are light pressure receptors.

Pacinian corpuscles are the large egg shaped bodies surrounded by multilayers of capsule cells. These are scattered deep in the dermis and in the subcutaneous tissue of the skin .These are stimulated by deep pressure.(box)

Whenever one or more of these sensory receptors are stimulated (by heat, cold, vibrations, pressure or pain) an impulse or action potential is generated. This impulse is then taken to the spinal cord and from there to the brain which analyses the stimulus and then generates appropriate response.

Plus One Accountancy Notes Chapter 7 Bill of Exchange

Students can Download Chapter 7 Bill of Exchange Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 7 Bill of Exchange

Summary:
Bill of Exchange:
A bill of exchange is an acknowledgement of debt given by one person to another, incorporating all the terms and conditions of payment.

Features and advantages of a bill:
A bill is a written unconditional order, it is signed by the creditor and accepted by the debtor, the amount of the bill is payable either on demand or at a fixed period.

Parties to a bill of Exchange:
There are three parties, ie., drawer, drawee and payee.

Plus One Accountancy Notes Chapter 7 Bill of Exchange

Promissory Note:
A promissory note is an undertaking in writting given by the debtor to the creditor to pay the latter a certain sum of money in accordance with the conditions stated therein. There are two parties to a promissory note, the promissor and the promisee.

Maturity of Bill:
The term maturity refers to the date on which a bill or promissory note becomes due for payment. In arriving at the maturity date three days known as “days of grace” must be added to the date on which the period of credit expires instrument is payable.

Endorsement:
An endorsement is a written order on the back of the instrument by the payee or the holder for transferring his right to another person.

Accounting treatment:
A bill can be treated in the following four ways by its receiver.
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 1
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 2

Plus One Accountancy Notes Chapter 7 Bill of Exchange

Dishonour of a bill:
A bill is said to have been dishonoured when the drawee fails to make the payment on the date of maturity. In this situation, liability of the acceptor is restored. Therefore, the entries made on the receipt of the bill should be reserved. The entries of dishonour of bill as follows
(i) When the bill was kept by drawer till maturity.
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 3
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 4

Noting Charges:
When a bill is dishonoured due to non-payment, it is usual to get it ‘noted’, to establish the matter of dishonour. The noting is done by “Notary Public.” Noting authenticates the fact of dishonour. For providing this service, a fees is charged by the Notary Public which is called Noting Charges. The following facts are generally noted by the Notary;

  • Date, fact and reasons of dishonour;
  • If the bill is not expressly dishonoured, the reasons why he treats it as dishonoured and;
  • The amount of noting charges.

The entries recorded for noting charges in the drawers book are as follows:
When Drawer himself pays:
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 5
Where endorsee pays:
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 6
When the bank pays on discounted bill:
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 7
When the bank pays in the event of sending the bill for collection to the bank:
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 8

The entry recorded for noting charges in the book of drawee as follows:
For recording noting charges the drawee opens “Noting ChargesAccount”.
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 9

Renewal of the bill:
Sometimes the acceptor of the bill foresees that it may be difficult to meet the obligation of the bill on maturity and may, therefore approach the drawer with the request for extension of time for payment.

Plus One Accountancy Notes Chapter 7 Bill of Exchange

If it is so, the old bill is cancelled and . the fresh bill with new terms of payment is drawn and duly accepted and delivered. This is called renewal of the bill. The drawee may have to pay interest to the drawer for the extended period of credit.
Following journal entries are recorded in the case of renewal of the bill.
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 10

Retiring of the Bill:
Making payment of the bill of exchange before the due date is called retiring of the bill. To encourage the retirement of the bill, the holder allows some discount called “Rebate on bill” for the period between date of retirement and maturity. The rebate is calculated at a certain rate of interest.

The following journal entries are recorded:
(i) In the book of drawer:
On retiring the acceptance, rebate allowed.
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 11
(ii) In the book of drawee:
Plus One Accountancy Notes Chapter 7 Bill of Exchange img 12

Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

Students can Download Chapter 4 Graphs and Charts for Business Data Notes, Plus Two Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

Introduction
One of the very useful features of Libre Office Calc Spreadsheet is the capability to create charts and graphs of the data. They are visual representations of numerical data, which has atleast two-dimensional relationship. The graph has at least two axes-x and y. X axis is usually horizontal while Yaxis is vertical.

Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

Types of Graphs and Charts
Libre Office Calc provides various types of chart to help us to display data in different ways as per the need of the viewers. The major types available are given below:

1. Column chart:
It is the most commonly used chart type. It shows a bar chart or bar graph with vertical bars. The X axis shows the categories and Y axis shows the value for each category. Column chart are used to compare values across categories.

2. Bar chart:
This type of chart shows a bar graph or column chart with horizontal bar. The Y axis shows categories and the X axis shows the value for each category. It is suitable for comparing multiple values.

3. Line chart:
A line chart shows values in the Y axis and categories in X axis. The Y values of each data series is connected by a line. Line chart shows data changes for a certain period of time.

4. Pie chart:
A pie chart displays the contribution of each value to a total. It represents multiple subgroup of a single variable. It contains only one data series. A pie chart shows values as circular sectors of the total circle. Pie chart may be

  • Normal Pie chart
  • Exploded Pie chart
  • Doughnut chart or Donut chart
  • Exploded Doughnut chart

Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

5. Area chart:
The chart shows values as points on the Y axis. The X axis shows categories. The Y values of each data series are connected by a line. The area between each two lines is filled with a colour.

6. Scatter chart:
Scatter chart is also known as XY chart. In this type of chart, both axes display values. This chart is used to show the relationship among two variables.

7. Radar chart:
It is also known as Net chart or Star chart. A radar chart has a separate axis for each category and the axes extend outward from the center of the chart. The value of each data point is plotted on the corresponding axis.

Basic steps for Graphs /Charts/Diagrams using Libre Office Calc
The steps involved in the chart preparation is given below:

  • Step 1: Data entry (in spread sheet, in the form of a table)
  • Step 2: Data selection (select data for plotting chart)
  • Step 3: Plotting the chart (Standard tool bar → Insert → chart wizard)
  • Step 4: Chart type (choose a chart type from the list)

Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

Elements of a Chart

Chart elementsDescription
1. Axes TitlesMention the names or title for X, Y and Z axes
2. X, Y, & Z axesIn 2D chart, the horizontal X axis contains categories and vertical Y axis contains dependent values. In 3D chart, Z axis will also be there represents the depth which
3. Chart AreaThis is the total space that is enclosed by a chart. It is the background of the chart.
4. Chart wallIn 2D chart, the wall or area is bounded by X and Y axis. In 3D chart the wall is bounded by three axes X, Y and Z
5. Chart floorThe chart floor is the lower area in 3D chart.
6. Main Title/sub TitleIt is the explanatory heading of the chart. It identifies the purpose of a chart.
7. Data MarkerIndividual values plotted in a chart are called data marker or data point
8. Data SeriesData markers of the same colour or pattern is called data series.
9. LegendIt is an identifier of a piece of information shown in the chart/ graph. The legends are assigned to the data series in a chart.
10. Data LabelThe value of the data series plotted in a chart is known as data label.
11. Grid LinesThese are the vertical and Horizontal lines that appear in a chart. It increase the readability of a chart.

Plus Two Accountancy Notes Chapter 4 Graphs and Charts for Business Data

Advantages in using Graph/Chart

  1. It summarises a large data set in visual form.
  2. Charts or graphs can clarify trends better than do tables.
  3. It helps to estimate key values at a glance.
  4. It shows each data category in a frequency distribution.
  5. It permits a visual check of the accuracy and reasonableness of calculations.
  6. The charts and graphs allow the investigator to draw a valid conclusion.

Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application

Students can Download Chapter 3 Use of Spread Sheet in Business Application Notes, Plus Two Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application

Business Applications
The following accounting applications are done with the help of spreadsheet

  • Payroll Accounting
  • Asset Management
  • Loan Repayment

Pay Roll Accounting
Payroll is a statement prepared to show the detailed salary calculation of employees. It contains Basic
Pay, Dearness Allowance, Travelling Allowance, Provident Fund Contribution, ESI Premium, etc. The computation of salary payment is based on the number of days an employee has worked, rate per grade, rate of allowances and deductions to be made therefrom.

Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application

1. Preparation of Salary Bill:
The preparation of salary bill should provide for the following:

  • Maintaining payroll related data such as Employee No., Name, attendance, Basic Pay, DA, and other allowances, deductions to be made, etc.
  • Periodic Payroll Computations: It includes the calculation of various earnings and deductions.
  • Preparation of salary statement and employee’s salary slip.
  • Generation of advice to bank: It contains the net salary to be transferred to individual bank account of employees and other salary related statutory payments such as provident fund, tax, etc.

2. Pav Roll Components:
The following elements are important for salary computation and its payment.

Earnings:

  • Basic Pay (BP): It is the pay in the pay scale
  • Grade Pay (GP): It is the pay to be added to the basic pay according to the designation.
  • Dearness Pay (DP): Portion of dearness allowance merged with Basic Pay
  • Dearness allowance (DA): Compensation for erosion in the purchasing power of wage earner due to Price rise.
  • House Rent Allowance (HRA): An amount paid as rent of residential accommodation.
  • Transport Allowance (TA): It is an amount to faclitate commuting to the palace of work.

Deductions:

  • Professional TAX: Statutory deduction levied by State Government.
  • Provident Fund (PF): It is a statutory deduction under provident Fund Act. It is deducted from salary as a part of social security.
  • Tax Deducted at Source (TDs)- Monthly deduction towards income Tax liability of an employee.
  • Recovery of Loan instalment: An amount deducted on account of any loan taken up by employee.

3. Net Salary Calculation:
Step 1: Calculate Gross salary by using the given formula.

Step 2: Calculate Total Deduction by using the following formula.
Total Deduction = Professional Tax + Provident Fund + Tax deducted at source + Loan Recovery + Any other deductions.

Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application

Step 3: Calculate net salary by the given formula
Net Salary = Gross salary – Total Deduction.

Asset Accounting
Assets are resources of the organisation. Assets which are used in the business for more than one year, called Fixed assets. The value of Fixed assets may be reduced due to depreciation. The gradual and permanent diminution in the value of assets due to wear and tear is called depreciation.

The depreciation on fixed assets is provided to recognise the cost of the asset consumed during an accounting period since the life of such assets extends beyond single accounting year.
Total amount of Depreciation – Acquisition cost – Salvage value.

1. Methods of calculation of depreciation:

  • Straight Line Method (SLM)
  • Written Down Value Method (WDV)

Straight Line Method
Under this method a fixed amount is deducted from the value of an asset year after year on account of depreciation and debited to profit and loss account. This method is also called Fixed Instalment method, or Original Cost method. Under this method value of asset will be reduced to zero.
Depreciation = \(\frac{\text { cost of the asset }-\text { Scrap Value }}{\text { Life of the asset }}\)

1. Cost of the asset/Acquisition cost = Purchase Price + Other expenses directly related with the asset (ie., carriage inward, freight, installation, renewal or reparis, Pre operating expenses).

2. Scap value / salvage value: It is the value of an asset which is realisable at the end of its useful life. Salvage value is the estimated residual value of depreciable asset or property at the end of its economical or useful life.

3. The depreciation under straight line method is computed by using the built in LibreOffice calc function SLN.

Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application

Written Down Value Method (WDV)
This method is also known as Diminishing balance method or Reducing balance method. Under this method, a fixed percentage is written off every year on the book value of the asset at the beginning of the year. Here the amount of depreciation goes on decreasing and there fore, the book value of asset will not become zero after its working life.
Amount of depreciation = Written Down Value of asset × Rate of depreciation

1. This method is also called Declining Balance (DB) method and uses the LibreOffice Calc function DB to compute the depreciation.

Loan Repayment Schedule
Loan is a sum of borrowed money for a specified period at a pre-specified rate of interest. The loan is repaid through a number of periodic repayment instalments over the loan repayment period.

LibreOffice Calc function PMT is used to calculate loan repayment schedule. The parameters of the function PMT are as follows.

Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application
Plus Two Accountancy Notes Chapter 3 Use of Spread Sheet in Business Application 1

Plus One Zoology Notes Chapter 9 Locomotion and Movement

Students can Download Chapter 9 Locomotion and Movement Notes, Plus One Zoology Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Zoology Notes Chapter 9 Locomotion and Movement

What is locomotion?
The movements result in a change of place or location. Such voluntary movements are called locomotion. Walking, running, climbing, flying, swimming are all some forms of locomotory movements.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

Locomotory Movements In Lower Organisms

  1. Paramoecium, cilia helps in the movement of food through cytopharynx and locomotion.
  2. Hydra use its tentacles for capturing its prey and also use them for locomotion.

All locomotions are movements but all movements are not locomotions.

Types Of Movement
The three main types of movements of cells of the human body are

  • Amoeboid
  • Ciliary
  • Muscular.
Amoeboid movement:
1. Macrophages and leucocytes in blood exhibit amoeboid movement
2. pseudopodia formed by the streaming of protoplasm (as in Amoeba).
3. Cytoskeletal elements like microfiiaments exhibit amoeboid movement
Ciliary movement:
1. Internal tubular organs which are lined by ciliated epithelium.
2. The coordinated movements of cilia in the trachea help us in removing dust particles and foreign Substances
3. Passage of ova through the female reproductive tract.is also facilitated by the ciliary movement.
Muscular movement:
1. Movement of our limbs, jaws, tongue, etc, require muscular movement.
2. The muscles are used for locomotion.
Locomotion requires a coordinated activity of muscular, skeletal and neural systems.

Muscle
About 40-50 perent of the body weight of a human adult is contributed by muscles. Muscles are classified based on their location, three types of muscles are identified.

  1. Skeletal
  2. Visceral
  3. Cardiac.

Plus One Zoology Notes Chapter 9 Locomotion and Movement 0
1. Skeletal muscles:
They have a striped appearance and called as striated muscles. They are voluntary muscles because their activities are under the voluntary control of the nervous system. They are involved in locomotory actions and changes of body postures.

2. Visceral muscles:

  • They are located in the innerwalls alimentary canal, reproductive tract, etc. They are called smooth muscles (non striated muscle).
  • Their activities are not underthe voluntary controlcalled as involuntary muscles.
  • They helps in transportation of food through the digestive tract and gametes through the genital tract.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

3. Cardiac muscles:

  • They are found in the muscles of heart. Based on appearance, cardiac muscles are striated and involuntary.
  • Skeletal muscle is made of a number of muscle bundles or fascicles held together by a common collagenous connective tissue layer called fascia
  • Each muscle bundle contains a number of muscle fibres. Each muscle fibre is lined by the plasma membrane called sarcolemma enclosing the sarcoplasm.
  • Muscle fibre is a syncitium because it contains many nuclei.
  • The endoplasmic reticulum, i.e., sarcoplasmic reticulum of the muscle fibres is the store house of calcium ions.
The muscle fibre consists of parallelly arranged filaments in the sarcoplasm called myofilaments or myofibrils. Each myofibril has alternate dark and light bands on it. The striated appearance is due to two important proteins – Actin and Myosin. The light bands contain actin and is called l-band or Isotropic band, whereas the dark band called A’ or Anisotropic band contains myosin.

The A and T bands are arranged alternately. Actin filaments are thinner as compared to the myosin filaments.In the centre of each T band is an elastic fibre called ‘Z’ line which bisects it. The thin filaments are firmly attached to the Z line. The thick filaments in the ‘A’ band are attached in the middle of this band by a thin fibrous membrane called ‘M’ line.

The myofibril between two successive ‘Z’ lines is the functional unit of contraction and is called a sarcomere In a resting state, the edges of thin filaments on either side of the thick filaments partially overlap the free ends of the thick filaments. The central part of thick filament, not overlapped by thin filaments is called the ‘H’ zone.

Plus One Zoology Notes Chapter 9 Locomotion and Movement 1

Plus One Zoology Notes Chapter 9 Locomotion and Movement

Structure of Contractile Proteins
Each actin filament is made of two ‘F’ (filamentous) actins helically wound to each other. Each ‘F’ actin is a polymer of monomeric ‘G’ (Globular) actins. Two filaments of another protein, tropomyosin also run close to the ‘F’ actins throughout its length.

Acomplex protein Troponin is distributed at regular intervals on the tropomyosin. In the resting state a subunit of troponin masks the active binding sites for myosin on the actin filaments.

Monomeric proteins called Meromyosins forms one thick filament. Each meromyosin has two important parts, a globular head with a short arm and a tail, the former being called the heavy meromyosin (HMM) and the latter, the light meromyosin (LMM). The globular head is an active ATPase enzyme and has binding sites for ATP and active sites for actin.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 2

Mechanism of Muscle Contraction
The sliding filament theory which states that contraction of a muscle fibre takes place by the sliding of the thin filaments over the thick filaments.
Muscle contraction is initiated by a signal sent by the central nervous system (CNS) via a motor neuron. The junction between a motor neuron and the sarcolemma of the muscle fibre is called the neuromuscular junction or motor-end plate.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 3

  1. In the junction, the neurotransmitter (Acetyl choline) is released which generates an action potential in the sarcolemma. This spreads and release of calcium ions into the sarcoplasm.
  2. Increase in Ca++ level leads to the binding of calcium with a subunit of troponin on actin filaments and thereby remove the masking of active sites for myosin.
  3. The energy from ATP hydrolysis is used to bind the myosin head with exposed active sites on actin to form a cross bridge.
  4. This pulls the attached actin filaments towards the centre of ‘A’ band. The Z’ line attached to these actins are also pulled inwards thereby causing a shortening of the sarcomere, i.e. contraction.
  5. During shortening of the muscle the T bands get reduced, whereas the ‘A’ bands retain the length The myosin, releasing the ADP and P1 goes back to its relaxed state.
  6. The ATP is again hydrolysed by the myosin head and the cycle of cross bridge formation and breakage is repeated causing further sliding.
  7. The process continues till the Ca++ ions are pumped back to the sarcoplasmic cisternae resulting in the masking of actin filaments.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

This causes the return of ‘Z’ lines back to their original position, i.e., relaxation.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 4

What is muscle fatigue?
Repeated activation of the muscles can lead to the accumulation of lactic acid due to anaerobic breakdown of glycogen causing fatigue. Muscle contains a red coloured oxygen storing pigment called myoglobin. These muscles contain plenty of mitochondria which helps in ATP production.

Hence they are called aerobic muscles. Some of the muscles possess very less quantity of myoglobin and gives whitish appearance . These are the White fibres. Number of mitochondria are also few in them. They depend on anaerobic process for energy.

Seletal System
1. Skeletal system consists of a framework of bones and a few cartilages.

2. Bone and cartilage are specialised connective tissues.

3. The former has a very hard matrix due to calcium salts in it and the latter has slightly pliable matrix due to chondroitin salts. In human beings, this system is made up of 206 bones and a few cartilages. It is grouped into two divisions.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 5

Axial skeleton:

  1. It comprises 80 bones distributed along the main axis of the body.
  2. The skull, vertebral column, sternum and ribs constitute axial skeleton.

The skull is composed of two sets of bones – Cranial bones are 8 in number. The facial region is made up of 14 skeletal elements which form the front part of the skull.

Diagrammatic view of human skull:
A single U-shaped bone called hyoid is present at the base of the buccal cavity and it is also included in the skull.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

What is ear ossicles ?
Each middle ear contains three tiny bones – Malleus, Incus and Stapes, collectively called Ear Ossicles.

Vertebral column:
It is formed by 26 serially arranged units called vertebrae and is dorsally placed. Each vertebra has a central hollow portion (neural canal) through which the spinal cord passes. First vertebra is the atlas and it articulates with the occipital condyles. The vertebral column is differentiated into cervical (7), thoracic (12), lumbar (5), sacral (1-fused)and coccygeal (1-fused) regions starting from the skull.

Vertebral column (right lateral view) Ribs and rib cage. The vertebral column protects the spinal cord, supports the head and serves as the point of attachment for the ribs and musculature of the back.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 6

Sternum:
It is a flat bone on the ventral midline of thorax.
There are 12 pairs of ribs.
1. First seven pairs of ribs are called true ribs. Dorsaily, they are attached to the thoracic vertebrae and ventrally connected to the sternum with the help of hyaline cartilage.

2. The 8th, 9th and 10th pairs of ribs do not articulate directly with the sternum but join the seventh rib with the help of hyaline cartilage. These are called vertebrochondral (false) ribs.

3. Last 2 pairs (11th and 12th) of ribs are not connected ventrally and are called floating ribs. Thoracic vertebrae, ribs and sternum together form the rib cage.

Appendicular skeleton:
It includes bones of the limbs alongwith their girdles Each limb is made of 30 bones. The bones of the hand (fore limb) are humerus, radius and ulna, carpals (wrist bones-8 in number), metacarpals (palm bones – 5 in number) and phalanges (digits – 14 in number) Femur (thigh bone – the longest bone), tibia and fibula, tarsals (ankle bones – 7 in number), metatarsals (5 in number) and phalanges (digits -14 in number) are the bones of the legs (hind limb).

Plus One Zoology Notes Chapter 9 Locomotion and Movement

A cup shaped bone called patella cover the knee ventrally (knee cap). Pectoral and Pelvic girdle bones help in the articulation of the upper and the lower limbs respectively with the axial skeleton.
Plus One Zoology Notes Chapter 9 Locomotion and Movement 7
Each half of pectoral girdle consists of a clavicle and a scapula. Scapula is a large triangular flat bone situated in the dorsal part of the thorax between the second and the seventh ribs. The dorsal, flat, triangular body of scapula has a slightly elevated ridge called the spine which projects as a flat, expanded process called the acromion.

Below the acromion is a depression called the glenoid cavity which articulates with the head of the humerus to form the shoulder joint. Each clavicle is a long slender bone with two curvatures. This bone is commonly called the collar bone. Pelvic girdle consists of two coxal bones Each coxal bone is formed by the fusion of three bones

  1. ilium
  2. ischium
  3. pubis.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

Joints
Joints are points of contact between bones, or between bones and cartilages. The movability of joints vary depending on different factors.
Joints are classified into three,

1. Fibrous joints
This type of joint is found in the flat skull bones which fuse end-to-end with the help of dense fibrous connective tissues in the form of sutures, to form the cranium. They do not allow any movement.
2. Cartilaginous joints
The bones are joined together with the help of cartilages. It allows limited movements.
3. Synovial joints
It has fluid filled synovial cavity between the articulating surfaces of the two bones. These joints help in locomotion and many other movements.(box)
Ball and socket joint (between humerus and pectoral girdle), Hinge joint (knee joint), Pivot joint (between atlas and axis), Gliding joint (between the carpals) and Saddle joint (between carpal and metacarpal of thumb) are some examples.

Disorders Of Muscular And Skeletal System
Myasthenia gravis:
Auto immune disorder affecting neuromuscular junction leading to fatigue, weakening and paralysis of skeletal muscle.

Muscular dystrophy:
Progressive degeneration of skeletal muscle mostly due to genetic disorder.

Tetany:
Rapid spasms (wild contractions) in muscle due to low Ca++ in body fluid.

Arthritis:
Inflammation of joints.

Osteoporosis:
Age-related disorder characterised by decreased bone mass and increased chances of fractures. Decreased levels of estrogen is a common cause.

Gout:
Inflammation of joints due to accumulation of uric acid crystals.

Plus One Zoology Notes Chapter 9 Locomotion and Movement

NCERT SUPPLEMENTARY SYLLABUS
Types of movements: Flagellar movement
The three main types of movements shown by the cells of the human body are amoeboid, ciliary and muscular. Human sperms shows type of movement called the flagellar movement. The flagellum is the propulsion equipment (due to whip like movement of the tail and the middle piece of the sperm) forthe movement of sperm towards the ovum.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

Students can Download Chapter 2 Spread Sheet Notes, Plus Two Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus Two Accountancy Notes Chapter 2 Spread Sheet

Spreadsheet – Meaning
Spreadsheet application is a computer program that allows to record, calculate and compare numerical or financial data. Using a spreadsheet program. We can store a lot of data in the worksheet and also arrange and analyse the data by using different functions and formulae for meaningful object.

It is used to establish relationship between two or more sets of data. Libre Office Calc, MS Office Excel, Open Office Spreadsheet etc. are examples of spreadsheet software.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

Features of Spreadsheet

  1. A spreadsheet is a configuration of rows and columns.
  2. A spreadsheet is also known as worksheet.
  3. Spreadsheet application allows to enter (ie., add) and process data.
  4. It makes quick and easy financial and numerical analysis of data.
  5. The data stored in the spreadsheet can be converted into graphs, charts etc.
  6. It can be used to store, arrange and filter data.

Introduction to Libre Office Calc
Libre Office Calc is one of the best spreadsheet applications, which can be used to calculate, analyse and manage data. It is a Free and Open Source Software (FOSS). Libre Office Calc is available for a variety of platforms including Linux, OSX, Microsoft windows and Free BSD.
1. Features of Libre Office Calc:

  • It is a spreadsheet application.
  • It is both free software and open source software.
  • It can be used to calculate, analyse and manage data.
  • The worksheet in Libre Office Calc contains Rows and Columns in a Table format.

Basic concept of Libre Office Calc Spread Sheet
(a) Workbook:
A file in spreadsheet is known as a workbook. A work book is a collection of a number of work sheets.

(b) Work sheets:
The work area which consists of rows and columns in a spreadsheet is called worksheet. By default three worksheets – sheet-1, sheet-2, sheet-3 are available in work book.

(c) Active work sheet:
The worksheet which is available to the user for carrying out operations is called active work sheet. The name of the active worksheet will be shown in bold letters in the Sheet Tab at bottom of work sheet.

(d) Sheet Tab:
It shows the name of the work sheet at bottom left of the screen. Additional sheets can be added by clicking on the right hand side of the sheet Tab.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

(e) Rename:
The Sheet-1, Sheet-2, and Sheet-3 etc. can be renamed by right clicking the mouse over the worksheet and selecting “Rename” option.

(f) Rows:
Rows are the horizontal vectors in the worksheet. These are numbered numerically
from Top to Bottom.

(g) Columns:
Columns are vertical vectors in the worksheet. These are referred by alpha characters from left to right such as A, B, C, …, AA, AB, AC …etc.

(h) Cell:
The intersection of a row and a column is called a cell. A cell is identified by a combination of an alpha – numeric character eg: A1, B6, C10, etc. This alpha numeric character is called cell address. Hence each cell has a unique address.

(i) Active cell:
When we start Libre Office Calc, the pointer (cursor) points the first cell ie., A1, and this cell is called the active cell. The active cell is distinguished by a dark box called cell pointer. We can move the cell pointer by using the arrow keys UP, DOWN, LEFT and RIGHT.

(j) Cell Reference:
A cell reference identifies location of a cell or group of selected cells in spreadsheet.

(i) Types of Cell References:
1. Relative Cell references:
By default cell reference is relative; which means that as a formula or function is copied and pasted to other cells, the cell references in the formula or function change to reflect the new location.

2. Absolute Cell reference:
The absolute cell reference consist of the column letter and row number surrounded by dollar ($) signs. Eg $A$5. An absolute cell reference is used when we want a cell reference to stay fixed on a specific cell.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

3. Mixed cell reference:
It is a combination of relative and absolute cell references that holds either row or column constant when the formula or function is copied to another location.

(k) Inserting Rows and Columns:
We can add or delete Rows and Columns in a spreadsheet. To add column, click at the column header (right click on the mouse) there we get an option to add column.

Likewise, we can add rows. To delete the column, click the column header (right click on the mouse) there we get an option to delete column. Likewise we can remove rows.

(l) Ranges:
Range is a group of adjacent cells that forms a rectangular area. A range is specified by giving the address for first cell in range and the last cell in the rage, eg: range starting from A10 to A20 is written asA10:A20 where colon (:) is the range operator.

(m) Spreadsheet navigation:
We can move around a worksheet through four arrow keys. ie;

  • Left arrow key
  • Right arrow key
  • Up arrow key
  • Down arrow key

The mouse can also be used for navigation in spreadsheet except data entry. Some common operations/navigations are listed below:

MovementKey stroke (Press Key)
One cell upUp arrow key/Shift+Enter key
One cell downDown arrow key/ Enter key
One cell rightRight arrow key/Tab key
One cell leftLeft arrow key/Shift + Tab key
Top of sheet (Cell A1)Ctrl + Home Key
Move to last cell containing dataCtrl + End Key
Move to beginning of the RowHome Key or Ctrl+Left arrow key
Move to last filled cell in columnEnd key

Plus Two Accountancy Notes Chapter 2 Spread Sheet

(n) Labels:
A descriptive information for rows or columns in the form of a text, or a special character is called Label.
Eg: Name, Roll No, Address

(o) Formula:
The formula means a mathematical calculation on a set of cells. The formula must start with an = (equal to) sign. When a cell contains a formula, it often contains reference to other cells.
Eg: = Basic pay + DA + HRA.

Spreadsheet Functions
Functions:
A function is a special key word which can be entered into a cell in order to perform and process the data which is appended within brackets. There is a function button f(x) on the formula bar.

When we click on it, function offers assistance through Function Wizard. Alternatively we can enter the function directly into the formula bar. A function is a build in set of formulae which starts with an ‘equal to sign’ (=).
Eg =SUM (), =AVERAGE (), =COUNT() etc.
There are twelve different categories of functions available in LibreOffice Calc. Important functions are

  • Date and Time Function
  • Financial Function
  • Logical Function
  • Mathematical Function
  • Look Up and Reference Function
  • Statistical Function

Date and Time Functions
These functions are used for inserting, editing and manipulating date and time. “Date” must be entered with quotation marks. Libre Office Calc internally handleds a date/time value as a numerical value. The most commonly used Date and Time Functions are:

1. TODAY ():
It is the function for today’s date in the worksheet. This helps to update the date value when we reopen the spreadsheet or modify the values of the document.
Syntax: =TODAY()

2. NOW ():
It is the function for today’s date and present time. This helps to update the date and the time value when the cell value is modified.
Syntax: =NOW()

3. YEAR ():
It helps to update the year for the given date value
Syntax: = YEAR (Date value) or = YEAR (“Date”)

Plus Two Accountancy Notes Chapter 2 Spread Sheet

4. MONTH ():
It helps to update the month for the given date value. The month is recorded as an integer between 1 and 12.
Syntax: =MONTH(“date”) or =MONTH (date value)

5. DAY ():
It helps to update the day of the given date value. The day is recorded as an integer between 1 and 31
Syntax: = DAY(“Date”) or = DAY (date value)

6. DATEVALUE ():
This function converts the given date into the corresponding date number. By default 31/12/1899 has the value as 1.
Syntax: =DATEVALUE (“Date”)

7. DATE ():
This function calculates a date specified by year, month, day and displays it in the cell’s formatting.
Syntax: = DATE (Year; Month; Day)

Mathematical Functions
The following mathematical functions are very useful in business applications.

1. SUM ():
This function adds all the numbers in a range of cells. The AutoSum (S) button can also be used directly for summation of values from cells.
Syntax:=SUM (number 1, number 2,…….)

2. SUM IF ():
It returns the sum of the cells as per a given criteria.
Syntax: = SUMIF (range, “criteria”, sum_range) where

  • Range is the range of cells to evaluate.
  • Criteria defines which cells will be added.
  • Sum_range, is the range from which values are summed.

3. ROUND ():
This function rounds a number to specified number of digits or decimal places.
Syntax: = ROUND (Number, Count)
Plus Two Accountancy Notes Chapter 2 Spread Sheet 1

Plus Two Accountancy Notes Chapter 2 Spread Sheet

4. ROUNDUP():
Rounds a number up, away from zero without considering the value next to the rounding digit.
Syntax: = ROUNDUP (Number, Count)
Plus Two Accountancy Notes Chapter 2 Spread Sheet 2

5. ROUNDDOWN ( ):
Rounds a number down towards zero without considering the value next to the rounding digit.
Syntax: = ROUNDDOWN (Number, Count)
Plus Two Accountancy Notes Chapter 2 Spread Sheet 3

Statistical Functions
Statistical function operates on a set of data and give summarised results. Libreoffice Calc provides a number of statistical functions. They are

1. COUNT ():
This function used to count the number of cells in a range contains numbers only.
Syntax :=COUNT(Value 1, Value2,…)
or := COUNT (Range)

2. COUNTA():
This function used to count the number of ceils In a range contains any value. It will count number, text, time, date, logical values, error code, etc. In other words, this function counts the number of cells that are not empty in a range.
Syntax: = COUNTA (Value 1, Value 2….) or = COUNTA (Range)

3. COUNTBLANK():
This function in LibreOffice Calc count the number of empty cells in the given range. It is the opposite function of COUNTA.
Syntax: =COUNTBLANK (Range)

4. COUNTIF():
This function counts the number of cells within a given range that meet the criteria or condition.
Syntax: COUNTIF (Range, Criteria)

5. ROWS():
This function returns the number of rows in a reference or array.
Syntax = ROWS (Array)
Where Array is the reference or named area whose total number of rows is to be determihed.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

6. Columns ():
This function returns the number of columns in an array or reference
Syntax: = COLUMNS (Array)
Where Array is the reference to a cell range whose total number of columns is to be found.

Text Manipulation Function
There are two types of Text Manipulation Functions in LibreOffice Calc. They are

1. TEXT ( ):
This function converts a number or I numerical value into text according to a defined format.
Syntax: TEXT (Number, Format)
This function is useful in situations to display numbers in a more readable format.

2. CONCATENATE ( ):
This function is used to combines several text strings in different cells into one string.
Syntax:=CONCATENATE (“Text 1 ”, “…..”,“ Text n”)

Logical Functions
Logical functions are used for comparison and checking a test condition. The major logical functions are IF, AND and OR.

1. IF ():
This function is used to test a condition. When the condition is TRUE, then first action is taken. When it is FALSE, then the second action is taken.
Syntax: IF (Test, Then value, Otherwise value)

2. NESTED IF ()
Libre Office Calc allows to include one function inside another function. It is called nesting of functions. The IF function can be nested, when you have multiple condition to meet.
Syntax: =IF (Test_1, Then value_1, If (Test_2, Then value _2, If (_____)))

3. AND ():
This function gives only a TRUE or FALSE answer.
Syntax: =AND (Logical value 1, Logical value 2,…)

4. OR ():
Returns TRUE if atleast one argument is TRUE. This function returns the value FALSE, If all the arguments have the logical value FALSE
Syntax: = OR (Logical value 1, Logical value 2,…)

Plus Two Accountancy Notes Chapter 2 Spread Sheet

Spreadsheet Reference Functions
The important spreadsheet reference functions are

1. LOOKUP () functions:
The LOOKUP function returns a value either from a one-row or one-column range or from an array. The lookup function has two syntax forms: Vector form and Array form.

The vector form of LOOUP looks in a one-row or one-column range (known as a vector) for a value, and then returns a value from the same position in a second one-row or one-column range.

The array form of LOOKUP looks in the first row or column of an array for the specified value, and then returns a value from the same position in the last row or column of the array.

  • LOOKUP (Vector from)
    Syntax: =LOOKUP (search criterion, Search vector, Result vector)
  • LOOKUP (Array form)
    =(LOOKUP (lookup_value, array)

2. VLOOK UP ():
VLOOK UP is the vertical LOOKUP function. Use VLOOK UP to search the first column (columns are vertical) of a block of data and return the value from another column in the same row.
Syntax: = VLOOKUP (Search criterion; Array; Index; Sort Order)

3. HLOOKUP ( ):
It is the Horizontal LOOKUP function, searches for a value in the first row of a table array and returns the corresponding value in ‘ the same column from another row of the same table array.
Syntax: -HLOOKUP (search criteria; index; sorted)

Financial Functions
The major financial functions of LibreOffice Calc are discussed below:

1. ACCRINT ():
This function returns the accrued interest for a security that pays periodic interest.
Syntax:= ACCRINT(Issue, First_nterest, settlement, rate, Par, frequency, basis, calc_method)

2. CUMIPMT():
This function returns the cumulative interest paid between two periods.
Syntax: = CUMIPMT (Rate, NPER, PV, S, E, Type)

3. PV():
This function is used to calculate the amount of money needed to be invested at a fixed rate today, to receive a specific amount, over a specified number of periods.
Syntax: = PV (Rate, NPER, Pmt, FV, Type)

4. PMT ():
PMT function calculates the equal periodic payment for an annuity with constant interest rates.
Syntax: = PMT (Rate, NPER, PV, FV, Type)

5. FV():
This function calculates the future value of an investment based on periodic, constant payment and a constant interest rate.
Syntax: = FV (RATE, NPER, PMT, PV, TYPE)

6. RATE ():
This function returns the interest rate per period of an annuity.
Syntax: = RATE (NPER, PMT, PV, FV, Type, Guess)

7. NPV ():
This function calculates the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive values)
Syntax:- NPV(Rate, Value 1, Value 2,….)

Plus Two Accountancy Notes Chapter 2 Spread Sheet

Data Entry, Text Management, and Cell Formatting
In any computerised business application, the basic requirement is to input data, which may be either for processing or to update various data elements. In both the cases, data should be correct, accurate and should be in proper format.

Data Entry
Libreoffice Calc facilitates fast data entry. Some of the methods for data entry are mentioned below:

1. The data fill options:
The ‘fill’ command can be used to fill data into worksheet cells. To fill quickly in several types of data series, we select cells and drag the fill handle (A fill handle is the small black square in the lower-right corner of the selection). When we point to the fill handle, the pointer changes to + symbol.

2. Import/Copy Data from other sources:
This method will transfer data into required cells by copying or importing an external file to calc sheet.

3. Data validation:
This is a feature to define restrictions on type of data entered into a cell. We can configure data validation rules for cells data that will not allow users to enter invalid data. There may be warning messages when users tries to type wrong data in the cell.

Data Formatting
Formatting of spread sheets makes easier to read and understand the important information. On the Ribbon there are several tools and shortcuts to format spreadsheets effectively. Some of them are explained below.

1. Number formatting:
Number formatting includes adding percent symbols (%), commas(,), decimal places (.), and currency signs (?) date (dd/mm/yyyy), time (HH: mm), scientific values and as well as some special formats to a spreadsheet.

2. Currency:
If we enter a financial value with the currency sign, calc assigns a currency format to the cell along with the entry.

3. Dates:
If we enter the date, that follows one of the built-In Calc number formats, such as 01/06/2018 or 01 June 2018, the program assigns a Date format that follows the pattern of the date.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

4. Changing cell colours:
Select the range to format. From the Toolbar, select format and click on cells to display format cells dialog box and choose background tab. The back ground tab provide Background colourforthe cell. Select the desired colour from the colour pallets. Then click OK to make necessary changes.

5. Create a custom cell border:
We can create a cell style that includes a custom border, and can apply to that cell style when we want to display the custom border around selected cells.

  • Select the properties option on the side bar (Right)
  • Click cell appearance
  • We can modify cell border properties

6. Conditional formatting:
We can apply conditional formatting to a cell range, a table, or a Pivot Table report. A conditional format changes the appearance of a cell range based on a condition or criteria. If the condition is true, the cell range is formatted based on that condition; if the condition is false, the cell range is not formatted based on that condition.

Changing The Alignment Of Data In Cells
There are several options to change the alignment of text (Data) in cells.

1. Text Formatting:
We can format the text in the cell in the following way.

  • The font style can be changed
  • The font size can be changed
  • If we need bold letters, Italics, or underlined, choose from appropriate field.
  • The back ground colour can be changed
  • The text alignment in the cell either is left, right, center or justify
  • The position in the cell ie., Top, Center or Bottom of the cell can be selected.
  • The borders to the cell can choose from the appropriate field.
  • Different types of borders can be given in the field.

All these actions are also given in property windows appears on the right of the work sheet.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

2. Merging a range of cells:
Merged cells are’ a single cell that is created by combining two or more selected cells. When two or more adjacent horizontal or vertical cells are merged, the cells become one large cell and displayed across multiple columns or rows. The contents of cell appear in the centre of the merged cell.

3. Split a merged cell:
Select the merged cell which we want to split into two. When we select a merged cell, the merge and centre button also appears selected in the Alignment group on the Home Tab. Click merge and centre.

4. Formatting a table:
There are predefined table styles or quick styles that we can use to quickly, format a table. Select cells where the Table hasto be inserted. Then select the format option in the menu bar, in the dropdown menu select the auto format. We can select the predefined table format.

5. Headers and Footers:
In calc spreadsheet, headers and footers are lines of text that are printed at the top (Header) and bottom (footer) of each page in the menu bar. They contain descriptive text such as titles, dates, and / or page numbers and are used to add information to a printed spreadsheet. These options are available under insert option in the menu bar.

Output Reports
We can print entire or partial worksheets and work books, one at a time, or several at once.

1. Page set Up:
We can customize our output Report by editing the page set up option.

2. Print Out:
Before Printing, we have to verify print preview which gives an idea about how the print out may come. The modification can be done by this verification.

3. Defining the Print:
By default, Libre Office Calc prints all data on the current worksheet. The print area can be customized/defined by using Dialog Box option.

4. Preparation of reports using Pivot Tables:
A Pivot Table is a way to present information in a report format. A PivotTable report provides enhanced layout, attractive and formatted report with improved readability. There are two types of data table.

  • One-Variable Data Table
  • Two-Variable Data Table

The one variable Data Table allows us to identify a single decision variable in our model and see how changing the values for that variable affect the values calculated by one or more formulas in our model.

The two variable Data table allows us to Specify two decision variables and a variety of inputs and only a single formula.

Plus Two Accountancy Notes Chapter 2 Spread Sheet

Common Error Codes (Messages) in Libre Office Calc
Libre Office Calc provides some messages for errors of miscalculation, incorrect use of functions, invalid cell references, and values, and other user initiated mistakes. Some of the error codes/messages are given below.
Plus Two Accountancy Notes Chapter 2 Spread Sheet 4

Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Students can Download Chapter 6 Depreciation, Provisions and Reserves Notes, Plus One Accountancy Notes helps you to revise the complete Kerala State Syllabus and score more marks in your examinations.

Kerala Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Summary:
Meaning of depreciation:
Depreciation is decline in the value of a tangible fixed asset. In accounting depreciation is the process of allocating depreciable cost over useful life of a fixed asset.

Depreciation and similar terms:
Depreciation term is used in the context of tangible fixed assets. Depletion (in the context of extractive industries), and amortisation (in the context of intangible assets) are other related terms.

Factors Affecting Depreciation:

  • Wear and Tear due to use and/or passage of time
  • Expiration of Legal Rights
  • Obsolescence

Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Importance of depreciation:

  • Depreciation must be charged to ascertain true and fair profit or loss.
  • Depreciation is a non-cash operating expense.

Methods of charging depreciation:
Depreciation amount can be calculated using:

  • Straight line method, or
  • Written down value method

Methods of recording depreciation:
In the books of account there are two types of arrangements for recording depreciation on fixed assets.

  • Charging depreciation to asset account or
  • Creating provision for depreciation/ accumulated depreciation account.

Charging depreciation to asset account:
According to this arrangement depreciation is deducted from the depreciable cost of the asset (credited to the asset account) and charged (or debited) to profit and loss account. Journal entries under this recording method are as follows:
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 1

2. Following two entries are recorded at the end of every year.
(a) For deducting depreciation amount from the cost of the asset.
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 2

(b) For charging depreciation to profit and loss account
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 3

3. Balance Sheet Treatment
When this method is used, the fixed asset appears at its net book value (ie. cost less depreciation charged till date) on the asset side of the balance sheet and not at its original cost (also known as historical cost).

Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Creating Provision for depreciation account/ Accumulated depreciation Account:
This method is designed to accumulate the depreciation provided on an asset in a separate account generally called “Provision for Depreciation” or “Accumulated Depreciation” account.

The following journal entries are recorded under this method:
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 4

2. The following two journal entries are recorded at the end of each year
(a) For crediting depreciation amount to provision for depreciation account.
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 5

(b) For charging depreciation to profit and loss account
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 6

3. Balance Sheet treatment
In the balance sheet the fixed asset continues to appear at its original cost on the asset side. The depreciation charged till that date appears in the provision for depreciation account, which is shown either on the “liabilities side” of the balance sheet or by way of deduction from the original cost of the asset concerned on the asset side of the balance sheet.

Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Disposal of Asset:
Disposal of asset can take place either

  • At the end of its useful life or
  • During the useful life (due to absolescence or any other abnormal factors). In this case the following journal entries are recorded.

1. For the sale of asset as scrap
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 7

2. For transfer of balance in asset account
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 8

In case, however “the provision for depreciation account” has been in use for recording the depreciation, then before passing the above entries transfer the balance of the provision for depreciation account to the asset account by recording the following journal entry.
Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves img 9

Factors affecting the amount of depreciation:

  • Depreciation amount is determined by Original cost
  • Salvage value, and
  • Useful life of the asset

Provisions and Reserves:
A provision is a charge against profit. It is created for a known current liability the amount of which is uncertain. Reserve on the other hand, is an appropriation of profit. It is created to strengthen the financial position of the business.

Plus One Accountancy Notes Chapter 6 Depreciation, Provisions and Reserves

Types of Reserves:
Reserves may be:

  • General reserve and specific reserve;
  • Revenue reserve and capital reserve.

Secret Reserve:
When the total depreciation charged is higher than the total depreciable cost, the Secret reserve is created. The secret reserve is not explicitly shown in the balance sheet.

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium

Students can Download Kerala SSLC Physics Model Question Paper 5 Malayalam Medium Pdf, Kerala SSLC Physics Model Question Papers helps you to revise the complete Kerala State Board New Syllabus and score more marks in your examinations.

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium

General Instructions:

  1. The first 15 minutes is the cool off time. You may – use the time to read and plan your answers.
  2. Answer the questions only after reading the instructions and questions thoroughly.
  3. Questions with marks series 1, 2, 3 and 4 are categorized as sections A, B, C and D respectively.
  4. Five questions are given in each section. Answer any four from each section.
  5. Answer each question by keeping the time.

Time: 1½ Hours
Total Score: 40 Marks

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 1

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 2
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 3

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 4
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 5

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 6
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 7
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 8
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 9
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 10

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 11
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 12
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 13
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 14
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 15

Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 16
Kerala SSLC Physics Model Question Paper 5 Malayalam Medium 17