Delhi Public School -Riyadh Summer Holiday Homework (2016) CLASS - 12

Size: px
Start display at page:

Download "Delhi Public School -Riyadh Summer Holiday Homework (2016) CLASS - 12"

Transcription

1 مدارس دارۃ السالم العالمية- الرياض Delhi Public School -Riyadh Summer Holiday Homework (2016) CLASS - 12 PHYSICS 1. Complete the NCERT exercise questions (numerical questions) of the completed chapters. 2. Complete the practical record book for submission for TERM-01 experiments 3. Make a project on any topic of Physics for the CBSE board practical exams. 4. Revise for the SA1 exams. CHEMISTRY 1. Complete the exercise questions (numerical questions) in the completed chapters. 2. Download the NCERT Exemplar problems from ncert website and answer them in a separate notebook. Link: 3. Prepare your record (Journal) book for submission for TERM-01 experiments. 4. Project work of Chemistry should be completed for must be submitted on reopening day. Suggested projects are being given in the syllabus followed by the link: 1. Prepare a project on the title assigned 2. Complete the lab record BIOLOGY 3. Prepare for summative assessment I (Unit VI, VII, VII) MATHEMATICS 1. All questions of CBSE board (Foreign) grade XII -2016which are from mathematics volume I 2. All questions from exam Idea on topics i. Inverse trigonometric function ii. Continuity and differentiability iii. Applications of derivative (maxima and minima only) PHYSICAL EDUCATION 1. Prepare a project on the sport you have selected. 1 P a g e

2 COMPUTER SCIENCE 1. Revise Chapter 1, 2 and Design a circuit to realize the following: F (a,b,c) = A B + A C + B AC 3. Obtain a simplified form for the following Boolean Expression using Karnaugh s Map. F (a, b, c, d) = (0,1,2,4,5,7,8,9,10,11,14) 4. Write SQL commands for (a) to (f) and write the output of the (g) on the basis of the table TEACHER: TABLE : TEACHER No. Name Age Department Dateofjoin Salary Sex 1. Jugal 34 Computer 10/01// M 2. Sharmila 31 History 24/03/ F 3. Sandeep 32 Maths 12/12/ M 4. Sangeeta 35 History 01/07/ F 5. Rakesh 42 Maths 05/09/ M 6. Shyam 50 History 27/06/ M 7. Shiv Om 44 Computer 25/02/ M 8. Deeksha 33 Maths 31/07/ F a) To show all information about the teacher of History department. b) To list the names of female teachers who are in Maths Department. c) To list names of all teachers with their DOJ in ascending order. d) To display teacher s Name, Salary, age for male teachers only. e) To count the number of teachers with age >23. f) To insert a new row in thee TEACHER table with the following data: 9, Rajesh, 26, Computer, {13/05/99}, 5000, M. g) Give the output of the following SQL Statements: i. Select COUNT (DISTINCT department) from TEACHER; ii. Select MAX (Age) from TEACHER where SEX = F ; iii. Select AVG (Salary) from TEACHER where SEX = M ; iv. Select SUM (Salary) from TEACHER where DATEOF JOIN < {12/07/96}; 5. Explain the following Laws draw the corresponding gate and prove it with the help of truth table and algebraically : a. Commutative Law b. Distributive Law c. 3 rd Distributive Law d. Absorption Law e. Indempotence Law 6. Define the following terms: a. Tuples b. Attributes c. Primary Key d. Foreign Key 7. What is SQL? What are the various subdivisions of SQL? 8. Give examples of some DDL commands and some DML commands. 9. What is the difference between column constraint and table constraint? Name some database integrity constrains. 10. What is the difference between where and having clause? 11. Reduce the following Boolean expression using K-map: F(P, Q, R, S) = Σ(1, 2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 15) 12. Verify X Y + XY + X Y = (X + Y ) using truth table. 13. Reduce the following Boolean expression using K-map: F(A, B, C, D) = Σ(3, 4, 5, 6, 7, 13, 15) 14. Reduce the following Boolean expression using K-map: H(U, V, W, Z) = Σ(0, 1, 4, 5, 6, 7, 11, 12, 13, 14, 15) 15. Prove algebraically x y z + x y z + x yz + x yz + xy z + xy z = x + y 2 P a g e

3 16. Write the POS form of a Boolean function H, which is represented in a truth table as follows: 17. Write the equivalent Boolean Expression for the following Logic Circuit. 18. Reduce the following Boolean expression using K-map: F(A, B, C, D) = Σ(0, 3, 4, 5, 7, 9, 11, 12, 13, 14) 19. Convert the following Boolean expression into its equivalent Canonical Product of Sum Form(POS) : A.B.C + A.B.C + A.B.C 20. If F(a, b, c, d) = Σ(0, 1, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15), obtain the simplified form using K-Map. 21. Represent the Boolean expression (X + Y)(Y + Z)(X + Z) with help of NOR gate only. 22. Represent the Boolean expression X. Y + Z with the help of NOR gates only. 23. Obtain a simplified form for a boolean expression F(U, V, W, Z) = Σ(0, 1, 3, 4, 5, 6, 7, 9, 10, 11, 13, 15) using Karnaugh Map. 24. Represent the Boolean expression (x + y)(y + z)(z + x) with the help of NOR gates only. 25. Obtain a simplified form for the following Boolean Expression using Karnaugh s Map : F(a, b, c, d) = Σ(0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14) 26. Given the following truth table, derive a sum of product (SOP) and Product of Sum (POS) form of Boolean expression from it : 27. Reduce the following Boolean expression using K-map : F(A, B, C, D) = Π(5, 6, 7, 8, 9, 12, 13, 14, 15) 28. Given the following Boolean function F = A*BC* + A*BC + AB*C (a) Develop an equivalent expression using only NAND operations, and the logic diagram. (b) Develop an equivalent expression using only NOR operations, and the logic diagram. 29. Simplification of the Boolean expression AB + ABCD + ABCDE + ABCDEF yields which of the following results? (a) ABCDEF (b) AB (c) AB + CD + EF (d) A + B + C + D + E + F (e) A + B(C + D(E + F)) 30. Simplify the Boolean expression (A + B) (C + D + E) + (A + B) 31. Try Harder Simplify the following: {[(AB) C]D]} 3 P a g e

4 32. What function is implemented by the circuit shown 33. Draw the logical circuits for the following using NOR gates only : (i)(x + Y). (X + Y). (X +Y ) (ii) (X + Y + Z). (X + Y +Z ) 34. Draw the logical circuits for the following using NAND gates only : (i) xy + xy z + xyz (ii) ABC + AB C + ABC 35. Draw the AND-OR circuit for : y = AB C D + ABC D + ABCD 36. Draw logic circuit for the following using k-maps : (i) F(A, B, C, O) = Σ(1, 3, 5, 9, 10) (ii) F(A, B, C) = π(0, 2, 4, 5) (iii) F(A, B, C) = Σ(1, 2, 4, 6, 7) (iv) F(A, B, C) = π(1, 3, 5, 7) 37. Draw and simplify the Karnaugh Maps of X, Y, Z for : (a) m0 + m1 + m5 + m7 (b) F = Σ(1, 3, 5, 4, 7) (c) m0 +m2 + m4 + m6 38. Given the truth table of a function F(x, y, z). Write S-O-P and P-O-S expression from the following truth table : 39. Consider the following relation PRODUCT and CLIENT. Write SQL commands for the statement (i) to (iv) and give outputs for SQL queries (v) to (viii). PRODUCT P_ID ProductName Manufacturer Price TP01 Talcom Powder LAK 400 FW05 Face Wash ABC 450 BS01 Bath Soap ABC 550 SH06 Shampoo XYZ 1200 FW12 Face Wash XYZ 950 CLIENT C_ID ClientName City P_ID 01 Cosmetic Shop Delhi FW05 06 Total Health Mumbai BS01 12 Live Life Delhi SH06 15 Pretty Women Delhi FW12 16 Dreams Bangalore TP01 (i). List the details of those clients whose city is Delhi. (ii). List the details of PRODUCT whose Price is in the range of 50 to 100 (both values included) (iii). List the ClientName, City from table CLIENT, and ProductName and Price from table Product with their corresponding matching P_ID. (iv). To increase the Price of all products by 10. (v). SELECT DISTINCT City FROM CLIENT; (vi). SELECT Manufacturer, MAX(Price), MIN(Price), COUNT(*) 4 P a g e

5 (vii). (viii). FROM PRODUCT GROUPBY Manufacturer; SELECT ClientName, ManufacturerName FROM PRODUCT, CLIENT WHERE Client.P_Id=Product.P_ID SELECT ProductName, Price*4 FROM PRODUCT; P a g e

6 Very Short Answer Questions ECONOMICS Project Work: Contribution of IT Sector in Indian Economy 1. What is meant by Divisible Profit? ACCOUNTANCY Section-A 2. Why it is considered desirable to make the Partnership agreement in writing? 3. Do all firms need registration and deed? 4. What do you understand by Super profit? 5. What is Sacrificing Ratio? 6. Give two circumstances in which Gaining Ratio is calculated? 7. What is Purchased Goodwill? 8. Give the formula for calculating Gaining Ratio? 9 What is Realisation Account? 10. What is Hidden Goodwill? Short Answer Questions: Section-B 11. State the nature of Interest on capital and Interest on Drawings 12. Why is it necessary to have Reconstitution of Partnership? 13. Distinguish between Sacrificing Ratio and Gaining Ratio 14. Why is it necessary to revalue the assets and Liabilities? 15. Name any two factors affecting Goodwill of Partnership firm Short Numerical Questions Section-C 16. X and Y are partners in a firm sharing profits and losses in the ratio of 4:3. They admit Z in a firm and the profit sharing ratio among them will be 2:3:1 calculates the Gain or Sacrifice of Old partners. 17. A, B C were partners sharing profits in 3:3; 2. They admitted D as a new partner for 4/7 profit. D acquired his share 2/7 from A and, 1/7 from B and 1/7 from C Calculate new profit sharing ratio. 18. Abu and Adil were partners in a firm Sharing Profits in the ratio of 3:2. They admit Haseeb as a new Partner for 1/5 Share. Haseeb brings Rs. 30,000 s capital and Rs. 10,000 as premium of goodwill. New profit sharing ratio of partners will be 5:3; 2 Prepare necessary journal entries. 19. K and M were partners in a firm sharing profits in the ratio of 5:3. Their Fixed Capitals were Rs. 3, 00,000 and Rs.2, 00,000. The Partner ship deed provide that, 6 P a g e

7 a) Interest on capital should be b) K should be allowed the salary of Rs.40, 000 c) Commission of 5% of the net profit should be allowed to M d) The net profit for the year ended was Rs.2, 00,000 Make Profit and loss Appropriation Account. Long Numerical Questions: Section-D 20. Arun, Balu and Kamal are partners in a firm sharing profit and losses in the ratio of 5:3:2 On March , Kamal retires from the business, the balance sheet of the firm Was: Liabilities Rs Rs Assets Rs Rs Creditors 27,000 Cash at bank 80,000 Bills payables 13,000 Debtors 20,000 Outstanding Rent Doub.Debts ,500 Provision for Legal claims 22,500 Stock 21,000 Capital Accounts: Furniture Arun 57,500 Fixtures 2,00,000 Balu Kamal 127,000 90,000 71,000 On Kamal s retirement it was agreed that: 2,88,000 4,08,000 4,08,000 a) Fixtures will be appreciated by 10% and Furniture was depreciated by 20% b) Provision for doubtful debts will be made at5%on debtors. c) Legal claims will be made Rs.60, 000 d) Goodwill of the firm valued at Rs.60, 000 d) Rs.70, 000 from Kama ls capital will be transferred to his Loan account and the balance will be paid to him by cheque. Prepare Revaluation account, Partners Capital accounts and the Balance sheet. 7 P a g e

8 21. Following is the balance sheet of Ramesh and Suresh 0n 28-February-2005 Liabilities Rs Rs Assets Rs Rs Sundry creditors Bills payables Capital Accounts Ramesh Suresh 30,000 30,000 20,000 40,000 60,000 Land and Buildings Furniture Trucks Stock Debtors Cash 40,000 28,000 20,000 10,000 12,000 10, ,20, ,000 On the above date Partners decided to dissolve the firms Ramesh took over the Creditor and Suresh took over The Bills payables Assets are revalued as follows Debtors; Rs.9, 000 Furniture Rs.21, 000, Stock Rs Truck Rs.32, 000 Land and Buildings Rs.60, 000 Realiasation expenses paid by Ramesh were Rs.1200 Prepare Realisation account, Cash Account and Capital accounts of the partners to close the books of the firm. BUSINESS STUDIES I. Project work : Marketing Management of any new product II. Do the Case problems stated on the following pages of NCERT : Ch1- page 29, Ch2- page 69, Ch3- page 94, Ch4- page 111, Ch5- page 144, Ch6- page P a g e

COMPUTER SCIENCE 1999 (Delhi Board)

COMPUTER SCIENCE 1999 (Delhi Board) COMPUTER SCIENCE 1999 (Delhi Board) Time allowed: 3 hours Max. Marks: 70 Instructions: (i) All the questions are compulsory. (ii) Programming Language: C++ QUESTION l. (a) Why main function is special?

More information

SAMPLE QUESTION PAPER IN ACCOUNTANCY. Time: Three Hours Maximum Marks: 100

SAMPLE QUESTION PAPER IN ACCOUNTANCY. Time: Three Hours Maximum Marks: 100 SAMPLE QUESTION PAPER IN ACCOUNTANCY Time: Three Hours Maximum Marks: 100 Note: The question paper is divided into two sections A and B. Attempt all questions of Section A and any one question of Section

More information

ACCOUNTANCY CLASS XII DESIGN OF THE QUESTION PAPER

ACCOUNTANCY CLASS XII DESIGN OF THE QUESTION PAPER 78 ACCOUNTANCY CLASS XII DESIGN OF THE QUESTION PAPER Times : 3Hours Maximum Marks 80 1. Weightage of Objectives S. NO. OBJECTIVES MARKS % OF MARKS 1. Knowledge 16 20% 2. Understanding 56 70% 3. Application

More information

14 Issues in Partnership Accounts

14 Issues in Partnership Accounts 4 Issues in Partnership Accounts Learning Objectives After studying this unit, you will be able to: Understand the features of a partnership firm and the need for a Partnership Deed. Understand the points

More information

TRADING ACCOUNT (Horizontal Format) for the year ended. Particulars. Rs.

TRADING ACCOUNT (Horizontal Format) for the year ended. Particulars. Rs. Dr. To Opening Stock To Purchases Less: Returns outwards () To Frieght & Carriage To Customs & Insurance To Wages To Gas, Water & Fuel To Factory Expenses To Royalty on Production To Cargo Expenses To

More information

CENTRE FOR CONTINUING EDUCATION BBA (AVIATION OPERATION)

CENTRE FOR CONTINUING EDUCATION BBA (AVIATION OPERATION) CENTRE FOR CONTINUING EDUCATION BBA (AVIATION OPERATION) BATCH: SEMESTER: NAME: ROLL NO: ASSIGNMENT 1 & 2 FOR BUSINESS ACCOUNTING BBCF 131 UNIVERSITY OF PETROLEUM & ENERGY STUDIES Assignment-1 Note: All

More information

Boolean Algebra Part 1

Boolean Algebra Part 1 Boolean Algebra Part 1 Page 1 Boolean Algebra Objectives Understand Basic Boolean Algebra Relate Boolean Algebra to Logic Networks Prove Laws using Truth Tables Understand and Use First Basic Theorems

More information

CSE140: Midterm 1 Solution and Rubric

CSE140: Midterm 1 Solution and Rubric CSE140: Midterm 1 Solution and Rubric April 23, 2014 1 Short Answers 1.1 True or (6pts) 1. A maxterm must include all input variables (1pt) True 2. A canonical product of sums is a product of minterms

More information

Unit-I: Accounting for Partnership Firms

Unit-I: Accounting for Partnership Firms MONTHLY SYLLABUS SESSION-2016-17 CLASS-XII SUBJECT : ACCOUNTANCY MONTH April 2016 CONTENTS PART A: Accounting for Partnership Firms and Companies Partnership: Features, Partnership Deed. Provisions of

More information

United States Naval Academy Electrical and Computer Engineering Department. EC262 Exam 1

United States Naval Academy Electrical and Computer Engineering Department. EC262 Exam 1 United States Naval Academy Electrical and Computer Engineering Department EC262 Exam 29 September 2. Do a page check now. You should have pages (cover & questions). 2. Read all problems in their entirety.

More information

CLASS XI CLASS XI SEMESTER I

CLASS XI CLASS XI SEMESTER I CLASS XI Paper 3 Hours 0 Marks PERIODS MARKS PART A : FINANCIAL ACCOUNTING I Unit 1 : Introduction to Accounting Unit 2 : Theory Base of Accounting Unit 3 : Generation of Vouchers and Recording of Transactions

More information

FINANCIAL STATEMENTS-I

FINANCIAL STATEMENTS-I 14 FINANCIAL STATEMENTS-I You have learnt the meaning of the financial statements and the need to prepare these for the business organisations. You have also learnt the format of these statements and the

More information

Paper 5- Financial Accounting

Paper 5- Financial Accounting Paper 5- Financial Accounting Academics Department, The Institute of Cost Accountants of India (Statutory Body under an Act of Parliament) Page 1 Paper 5- Financial Accounting Full Marks:100 Time allowed:

More information

B.Com. Part-I : Financial Accounting Sem.-I : Unit-2 Amalgamation of Partnership Firms

B.Com. Part-I : Financial Accounting Sem.-I : Unit-2 Amalgamation of Partnership Firms B.Com. Part-I : Financial Accounting Sem.-I : Unit-2 Amalgamation of Partnership Firms 0. Objectives - After studying this unit, you will be able to : 1. Understand the concept of Amalgamation of Partnership

More information

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Digital Logic Circuits Digital circuits make up all computers and computer systems. The operation of digital circuits is based on Boolean algebra, the mathematics of binary numbers. Boolean algebra is

More information

CSEE 3827: Fundamentals of Computer Systems. Standard Forms and Simplification with Karnaugh Maps

CSEE 3827: Fundamentals of Computer Systems. Standard Forms and Simplification with Karnaugh Maps CSEE 3827: Fundamentals of Computer Systems Standard Forms and Simplification with Karnaugh Maps Agenda (M&K 2.3-2.5) Standard Forms Product-of-Sums (PoS) Sum-of-Products (SoP) converting between Min-terms

More information

COMPUTER SCIENCE. Paper 1 (THEORY)

COMPUTER SCIENCE. Paper 1 (THEORY) COMPUTER SCIENCE Paper 1 (THEORY) (Three hours) Maximum Marks: 70 (Candidates are allowed additional 15 minutes for only reading the paper. They must NOT start writing during this time) -----------------------------------------------------------------------------------------------------------------------

More information

Chapter 2: Boolean Algebra and Logic Gates. Boolean Algebra

Chapter 2: Boolean Algebra and Logic Gates. Boolean Algebra The Universit Of Alabama in Huntsville Computer Science Chapter 2: Boolean Algebra and Logic Gates The Universit Of Alabama in Huntsville Computer Science Boolean Algebra The algebraic sstem usuall used

More information

Karnaugh Maps. Circuit-wise, this leads to a minimal two-level implementation

Karnaugh Maps. Circuit-wise, this leads to a minimal two-level implementation Karnaugh Maps Applications of Boolean logic to circuit design The basic Boolean operations are AND, OR and NOT These operations can be combined to form complex expressions, which can also be directly translated

More information

BOOLEAN ALGEBRA & LOGIC GATES

BOOLEAN ALGEBRA & LOGIC GATES BOOLEAN ALGEBRA & LOGIC GATES Logic gates are electronic circuits that can be used to implement the most elementary logic expressions, also known as Boolean expressions. The logic gate is the most basic

More information

ACCOUNTING RATIOS I. MODULE - 6A Analysis of Financial Statements. Accounting Ratios - I. Notes

ACCOUNTING RATIOS I. MODULE - 6A Analysis of Financial Statements. Accounting Ratios - I. Notes MODULE - 6A Accounting Ratios - I 8 ACCOUNTING RATIOS I In the previous lesson, you have learnt the relationship between various items of the financial statements. You have also learnt various tools of

More information

Karnaugh Maps & Combinational Logic Design. ECE 152A Winter 2012

Karnaugh Maps & Combinational Logic Design. ECE 152A Winter 2012 Karnaugh Maps & Combinational Logic Design ECE 52A Winter 22 Reading Assignment Brown and Vranesic 4 Optimized Implementation of Logic Functions 4. Karnaugh Map 4.2 Strategy for Minimization 4.2. Terminology

More information

Book-Keeping & Accountancy

Book-Keeping & Accountancy Written as per the revised syllabus prescribed by the Maharashtra State Board of Secondary and Higher Secondary Education, Pune. STD. XII Commerce Book-Keeping & Accountancy Fourth Edition: March 2016

More information

Accounts from Incomplete Records

Accounts from Incomplete Records CHAPTER 9 Accounts from Incomplete Records LEARNING OBJECTIVES After studying the chapter, you will be able to: state the meaning of incomplete records; distinguish between Balance Sheet and Statement

More information

AFF 808. Sub. Code 4BIT1C1. B.Sc. DEGREE EXAMINATION, NOVEMBER 2015. First Semester. Information Technology

AFF 808. Sub. Code 4BIT1C1. B.Sc. DEGREE EXAMINATION, NOVEMBER 2015. First Semester. Information Technology Ws4 AFF 808 Sub. Code 4BITC B.Sc. DEGREE EXAMINATION, NOVEMBER 05 First Semester Information Technology PRINCIPLES OF INFORMATION TECHNOLOGY AND OS (CBCS 04 onwards) Time : 3 Hours Maximum : 75 Marks Part

More information

Admission of a Partner. Accounting Treatment of Goodwill

Admission of a Partner. Accounting Treatment of Goodwill Admission of a Partner Meaning According to Section 31 of Indian Partnership Act 1932 "A Partner can be admitted only consent of all the Existing Partners." Adjustments required when a New Partner is Admitted

More information

ACCOUNTANCY (CLASSES XI-XII)

ACCOUNTANCY (CLASSES XI-XII) ACCOUNTANCY (CLASSES XI-XII) Rationale 136 The course in Accountancy is introduced at + 2 stage of Senior education, as mal commerce education is provided after first ten years of schooling. With the fast

More information

VIDYANJALI EDUCATION ACCOUNTS FOR 11 TH, 12 TH, B.COM. (P/H), B.B.A., M.B.A., C.P.T.

VIDYANJALI EDUCATION ACCOUNTS FOR 11 TH, 12 TH, B.COM. (P/H), B.B.A., M.B.A., C.P.T. Ramesh Singh: 9899225227 & 8800859841 VIDYANJALI EDUCATION ACCOUNTS FOR 11 TH, 12 TH, B.COM. (P/H), B.B.A., M.B.A., C.P.T. Journal and Ledger Journal: It is a book in which transactions are recorded in

More information

CH3 Boolean Algebra (cont d)

CH3 Boolean Algebra (cont d) CH3 Boolean Algebra (cont d) Lecturer: 吳 安 宇 Date:2005/10/7 ACCESS IC LAB v Today, you ll know: Introduction 1. Guidelines for multiplying out/factoring expressions 2. Exclusive-OR and Equivalence operations

More information

WORKING CAPITAL MANAGEMENT

WORKING CAPITAL MANAGEMENT CHAPTER 9 WORKING CAPITAL MANAGEMENT Working capital is the long term fund required to run the day to day operations of the business. The company starts with cash. It buys raw materials, employs staff

More information

FINANCIAL STATEMENTS-II

FINANCIAL STATEMENTS-II MODULE - 3 15 FINANCIAL STATEMENTS-II You have learnt that Income Statement i.e. Trading & Profit and Loss Account and Position Statement i.e., Balance Sheet are two financial statements, which are prepared

More information

Simplifying Logic Circuits with Karnaugh Maps

Simplifying Logic Circuits with Karnaugh Maps Simplifying Logic Circuits with Karnaugh Maps The circuit at the top right is the logic equivalent of the Boolean expression: f = abc + abc + abc Now, as we have seen, this expression can be simplified

More information

CHAPTERS. Cash Flow Statement

CHAPTERS. Cash Flow Statement CHAPTERS Cash Flow Statement Introduction Cash Flow is the life blood of a business which plays a vital role in an entire economic life. As discussed in the previous chapter, the word 'fund' is used in

More information

Paper 2: Accounting _Syllabus 2008

Paper 2: Accounting _Syllabus 2008 TRIAL BALANCE and RECTIFICATION OF ERRORS Practice paper 2 1. Which of these errors does not affect agreement of Trial Balance. a) Errors of principle. b) Complete omission in subsidiary books. c) Compensating

More information

UNIVERSITY EXAMINATIONS COURSE TITLE: FINANCIAL ACCOUNTING DATE: 19/08/2010

UNIVERSITY EXAMINATIONS COURSE TITLE: FINANCIAL ACCOUNTING DATE: 19/08/2010 KABARAK UNIVERSITY UNIVERSITY EXAMINATIONS /2010 ACADEMIC YEAR FOR THE DEGREE OF MASTER OF BUSINESS ADMINISTRATION COURSE CODE: ACCT 510 COURSE TITLE: FINANCIAL ACCOUNTING STREAM: DAY: TIME: MBA THURSDAY

More information

ΛΥΣΕΙΣ. Branch Stock Account

ΛΥΣΕΙΣ. Branch Stock Account ΛΥΣΕΙΣ QUESTION Exercise Branch Stock Account Selling Price Cost Price Selling Price Cost Price Stock b/d (W) 32.00 2.400 Sales Cash 5.330 5.330 Coods Sent (W2) 46.700 97.800 Sales Credit 39.560 39.560

More information

Unit 3 Boolean Algebra (Continued)

Unit 3 Boolean Algebra (Continued) Unit 3 Boolean Algebra (Continued) 1. Exclusive-OR Operation 2. Consensus Theorem Department of Communication Engineering, NCTU 1 3.1 Multiplying Out and Factoring Expressions Department of Communication

More information

Gates, Circuits, and Boolean Algebra

Gates, Circuits, and Boolean Algebra Gates, Circuits, and Boolean Algebra Computers and Electricity A gate is a device that performs a basic operation on electrical signals Gates are combined into circuits to perform more complicated tasks

More information

(AA11) FINANCIAL ACCOUNTING BASICS

(AA11) FINANCIAL ACCOUNTING BASICS All Rights Reserved ASSOCIATION OF ACCOUNTING TECHNICIANS OF SRI LANKA AA1 EXAMINATION - JANUARY 2016 (AA11) FINANCIAL ACCOUNTING BASICS Instructions to candidates (Please Read Carefully): (1) Time allowed:

More information

Digital Logic Design. Basics Combinational Circuits Sequential Circuits. Pu-Jen Cheng

Digital Logic Design. Basics Combinational Circuits Sequential Circuits. Pu-Jen Cheng Digital Logic Design Basics Combinational Circuits Sequential Circuits Pu-Jen Cheng Adapted from the slides prepared by S. Dandamudi for the book, Fundamentals of Computer Organization and Design. Introduction

More information

JOURNAL. MODULE - 1 Basic Accounting. Journal. Notes

JOURNAL. MODULE - 1 Basic Accounting. Journal. Notes MODULE - 1 5 JOURNAL In the preceeding lessons you have learnt about various business transactions and Book keeping i.e. recording these transactions in the books of accounts in a systematic manner. Curosity

More information

SIMPLIFIED CONSOLIDATED BALANCE SHEET PROFIT AND LOSS ACCOUNT

SIMPLIFIED CONSOLIDATED BALANCE SHEET PROFIT AND LOSS ACCOUNT SIMPLIFIED CONSOLIDATED BALANCE SHEET PROFIT AND LOSS ACCOUNT SIMPLIFIED CONSOLIDATED BALANCE SHEET ASSETS in thousand euro Year 2002 A. SUBSCRIBED CAPITAL UNPAID 0 0 of which called-up capital ( 0 ) B.

More information

Boolean Algebra. Boolean Algebra. Boolean Algebra. Boolean Algebra

Boolean Algebra. Boolean Algebra. Boolean Algebra. Boolean Algebra 2 Ver..4 George Boole was an English mathematician of XIX century can operate on logic (or Boolean) variables that can assume just 2 values: /, true/false, on/off, closed/open Usually value is associated

More information

COUNCIL FOR THE INDIAN SCHOOL CERTIFICATE EXAMINATIONS P-35,36, Sector VI, Pushp Vihar, New Delhi-110017 NEW DELHI ISC ACCOUNTS

COUNCIL FOR THE INDIAN SCHOOL CERTIFICATE EXAMINATIONS P-35,36, Sector VI, Pushp Vihar, New Delhi-110017 NEW DELHI ISC ACCOUNTS COUNCIL FOR THE INDIAN SCHOOL CERTIFICATE EXAMINATIONS P-35,36, Sector VI, Pushp Vihar, New Delhi-110017 NEW DELHI ISC ACCOUNTS Guidelines pertaining to Revised Schedule VI of Part I & II of Companies

More information

MEDITERRANEAN PROTECTED AREAS NETWORK (MEDPAN) Organization Auditor's Report on the Annual Financial Statements. Year ended 31/12/13

MEDITERRANEAN PROTECTED AREAS NETWORK (MEDPAN) Organization Auditor's Report on the Annual Financial Statements. Year ended 31/12/13 MEDITERRANEAN PROTECTED AREAS NETWORK (MEDPAN) Organization Auditor's Report on the Annual Financial Statements Year ended 31/12/13 Year ended on 31 December 2013 MedPAN Organization Member of an approved

More information

Basic Benchmarking Data Definitions

Basic Benchmarking Data Definitions Basic Benchmarking Data Definitions INCOME STATEMENT Actual Values Description Revenue 2012-13 2011-12 Operating Revenue Commonwealth Subsidies State Grants Resident/Client Charges Bond Retentions (if

More information

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one

More information

TOTAL 567.16 2,605.14 470.70 2,072.21

TOTAL 567.16 2,605.14 470.70 2,072.21 Balance Sheet - - - - Laboratorios Torrent, S.A. de C.V. As at As at As at As at Notes EQUITY AND LIABILITIES Shareholder's funds Share capital 1 747.41 3,433.08 747.41 3,290.40 Reserves and surplus 2

More information

CA CPT SAMPLE PAPER FUNDAMENTAL ACCOUNTING (60MARKS)

CA CPT SAMPLE PAPER FUNDAMENTAL ACCOUNTING (60MARKS) CA CPT SAMPLE PAPER FUNDAMENTAL ACCOUNTING (60MARKS) 1. Which of the following provide frame work and accounting policies so that the financial statements of different enterprises become comparable? (a)

More information

EasyPC Training. Accounting Basics

EasyPC Training. Accounting Basics EasyPC Training Accounting Basics Contents Accounting Basics... 3 The Accounting Equation... 3 Assets... 3 Liabilities... 3 Owner s Equity... 3 The Balance Sheet... 5 Double Entry Bookkeeping... 6 Ledger

More information

not to be republished NCERT In the earlier chapters, you have learnt about the Trial Balance and Rectification of Errors 6

not to be republished NCERT In the earlier chapters, you have learnt about the Trial Balance and Rectification of Errors 6 Trial Balance and Rectification of Errors 6 LEARNING OBJECTIVES After studying this chapter, you will be able to : state the meaning of trial balance; enumerate the objectives of preparing trial balance

More information

Small Company Limited. Report and Accounts. 31 December 2007

Small Company Limited. Report and Accounts. 31 December 2007 Registered number 123456 Small Company Limited Report and Accounts 31 December 2007 Report and accounts Contents Page Company information 1 Directors' report 2 Accountants' report 3 Profit and loss account

More information

INSTITUTE OF FINANCIAL ACCOUNTANTS JUNE 2011 EXAMINATION. D1. Financial Accounting

INSTITUTE OF FINANCIAL ACCOUNTANTS JUNE 2011 EXAMINATION. D1. Financial Accounting 1 INSTITUTE OF FINANCIAL ACCOUNTANTS JUNE 2011 EXAMINATION D1. Financial Accounting Instructions to candidates 1. Time allowed is 3 hours and 10 minutes, which includes 10 minutes reading time. 2. This

More information

CHAPTER 1 SINGLE ENTRY SYSTEM

CHAPTER 1 SINGLE ENTRY SYSTEM ACCOUNTANCY SECTION A QUESTION NUMBERS 1 10 TOTAL MARKS 16 CHAPTER 1 SINGLE ENTRY SYSTEM 1.What is Single Entry System of Book keeping? Accounting records which are not maintained according to double entry

More information

We have so far studied accounting records of

We have so far studied accounting records of Accounts from Incomplete Records 11 LEARNING OBJECTIVES After studying this chapter, you will be able to : state the meaning and features of incomplete records; calculate profit or loss using the statement

More information

<NAME OF THE BROKERING FIRM> STATEMENT OF FINANCIAL POSITION AS AT <.>

<NAME OF THE BROKERING FIRM> STATEMENT OF FINANCIAL POSITION AS AT <.> ASSETS STATEMENT OF FINANCIAL POSITION AS AT NOTES ANNEXURE 4 NON CURRENT ASSETS PROPERTY, PLANT & EQUIPMENT 1 INTANGIBLE ASSETS 2 INVESTMENT IN SUBSIDIARIES 3 INVESTMENT

More information

Problems on Balance Sheet of a Company as per Revised Schedule III of the Companies Act 2013

Problems on Balance Sheet of a Company as per Revised Schedule III of the Companies Act 2013 Problems on Balance Sheet of a Company as per Revised Schedule III of the Companies Act 2013 FORMAT OF BALANCE SHEET BALANCE SHEET of.company Limited as on 31 st March. Particulars Note No. Amount (Rs.)

More information

: 1 : Time allowed : 3 hours Maximum marks : 100. Total number of questions : 6 Total number of printed pages : 7

: 1 : Time allowed : 3 hours Maximum marks : 100. Total number of questions : 6 Total number of printed pages : 7 Roll No : 1 : NEW SYLLABUS Time allowed : 3 hours Maximum marks : 100 Total number of questions : 6 Total number of printed pages : 7 NOTE : 1. Answer ALL Questions. 2. All working notes should be shown

More information

SEC Syllabus (2015) Accounting SEC SYLLABUS (2015) ACCOUNTING SEC 01 SYLLABUS

SEC Syllabus (2015) Accounting SEC SYLLABUS (2015) ACCOUNTING SEC 01 SYLLABUS SEC SYLLABUS (2015) ACCOUNTING SEC 01 SYLLABUS 1 Accounting SEC 01 Syllabus (not available in September) Paper 1 (2hrs) + Paper II (2 hrs) The aims of the syllabus are to enable students: 1. To understand

More information

STATE BANK OF INDIA BRANCH. Interview Form For Loans above Rs.25,000/- (To be submitted to the Sanctioning Authority along with the Application Form)

STATE BANK OF INDIA BRANCH. Interview Form For Loans above Rs.25,000/- (To be submitted to the Sanctioning Authority along with the Application Form) Annexure-SBF/3 STATE BANK OF INDIA BRANCH SMALL BUSINESS FINANCE Interview Form For Loans above 25,000/- (To be submitted to the Sanctioning Authority along with the Application Form) To be used for :

More information

Model Answer Corporate Financial Accounting As-2372

Model Answer Corporate Financial Accounting As-2372 Answer 1: I. Share holders II. Provisions III. Legal expenses IV. Model Answer Corporate Financial Accounting As-2372 Members voluntary winding-up can be resorted to by solvent companies and thus requires

More information

JAIPUR NATIONAL UNIVERSITY, JAIPUR School of Distance Education & Learning BBA III Semester Financial Management BBA 301 Max. Marks: 15 ASSIGNMENT-1

JAIPUR NATIONAL UNIVERSITY, JAIPUR School of Distance Education & Learning BBA III Semester Financial Management BBA 301 Max. Marks: 15 ASSIGNMENT-1 BBA III Semester Financial Management BBA 301 Max. Marks: 15 ASSIGNMENT-1 Question No. 1 is compulsory, which consist of 5 questions of 1 mark each (should be short answers with maximum up to 50 words)

More information

Grade 10 Accounting Notes SET 2: Basics Cash Retail Business Cash Transactions. Name: JCansfield Page 1 of 27

Grade 10 Accounting Notes SET 2: Basics Cash Retail Business Cash Transactions. Name: JCansfield Page 1 of 27 Grade 10 Accounting Notes SET 2: Basics Cash Retail Business Cash Transactions Name: JCansfield Page 1 of 27 Accounting Cycle The Accounting cycle takes place over 12 months. We refer to this as the Financial

More information

EXERCISES LESSON 3 BALANCE SHEET

EXERCISES LESSON 3 BALANCE SHEET DEPARTAMENTO DE CONTABILIDAD Y ECONOMÍA FINANCIERA ESCUELA UNIVERSITARIA DE ESTUDIOS EMPRESARIALES FINANCIAL ACCOUNTING (DIPLOMATURA EN CIENCIAS EMPRESARIALES, 2º CURSO, GRUPO 5) 2008-2009 EXERCISES LESSON

More information

FINANCIAL STATEMENTS ANALYSIS - AN INTRODUCTION

FINANCIAL STATEMENTS ANALYSIS - AN INTRODUCTION 27 FINANCIAL STATEMENTS ANALYSIS - AN INTRODUCTION You have already learnt about the preparation of financial statements i.e. Balance Sheet and Trading and Profit and Loss Account in the module titled

More information

Accounting Standard (AS) 14 Accounting for Amalgamations. IPCC Paper 1 Accounting,Chapter 1 CA.Karan Chopra

Accounting Standard (AS) 14 Accounting for Amalgamations. IPCC Paper 1 Accounting,Chapter 1 CA.Karan Chopra Accounting Standard (AS) 14 Accounting for Amalgamations IPCC Paper 1 Accounting,Chapter 1 CA.Karan Chopra Agenda Introduction Definitions Types of Amalgamation Amalgamation in the Nature of Merger Amalgamation

More information

Intermediate Stage September 2008 Examination. Financial Accounting & Reporting (FAR / 601)

Intermediate Stage September 2008 Examination. Financial Accounting & Reporting (FAR / 601) Copyright Reserved Serial No Intermediate Stage September 2008 Examination Examination Date : 20 th September 2008 Number of Pages : 07 Examination Time: 9.30a:m.-12.30p:m. Number of Questions: 05 Instructions

More information

Accounting for Branches Including Foreign Branch Accounts

Accounting for Branches Including Foreign Branch Accounts 9 Accounting for Branches Including Foreign Branch Accounts BASIC CONCEPTS Types of branches Dependent branches Independent branches Based on accounting point of view, branches may be classified as follows:

More information

The Question Paper Design, Syllabus, Sample Question Paper. and. Marking Scheme. Accountancy (Code No.055) Class XII

The Question Paper Design, Syllabus, Sample Question Paper. and. Marking Scheme. Accountancy (Code No.055) Class XII The Question Paper Design, Syllabus, Sample Question Paper and Marking Scheme In Accountancy (Code No.055) Class XII Effective for Board Examination 2015 CENTRAL BOARD OF SECONDARY EDUCATION 1 SYLLABUS

More information

AvivaSA Emeklilik ve Hayat Anonim Şirketi

AvivaSA Emeklilik ve Hayat Anonim Şirketi BALANCE SHEET AS OF 30 SEPTEMBER 2015 ASSETS Audited I- CURRENT ASSETS Note 31 December 2014 A- Cash and Cash Equivalents 14 431.210.641 394.414.565 1- Cash 14 603 142 2- Cheques Received - - 3- Banks

More information

ACCOUNTING SOLUTIONS SCO: 209, First Floor, Sector-36/D. Chandigarh (M): 0172-5017149, 9876149390,9915169925 HOLDING COMPANIES

ACCOUNTING SOLUTIONS SCO: 209, First Floor, Sector-36/D. Chandigarh (M): 0172-5017149, 9876149390,9915169925 HOLDING COMPANIES : ACCOUNTING SOLUTIONS HOLDING COMPANIES When a company acquires majority of shares in the ownership or is in a position to control the management of the other company, the company is called a holding

More information

AvivaSA Emeklilik ve Hayat Anonim Şirketi BALANCE SHEET AS OF 31 MARCH 2015 (Amounts expressed in Turkish Lira ( TL) unless otherwise stated).

AvivaSA Emeklilik ve Hayat Anonim Şirketi BALANCE SHEET AS OF 31 MARCH 2015 (Amounts expressed in Turkish Lira ( TL) unless otherwise stated). BALANCE SHEET AS OF 31 MARCH 2015 ASSETS Audited I- CURRENT ASSETS Note 31 Mart 2015 31 Aralık 2014 A- Cash and Cash Equivalents 2.12, 14 410.052.299 394.414.565 1- Cash 14 799 142 2- Cheques Received

More information

Two-level logic using NAND gates

Two-level logic using NAND gates CSE140: Components and Design Techniques for Digital Systems Two and Multilevel logic implementation Tajana Simunic Rosing 1 Two-level logic using NND gates Replace minterm ND gates with NND gates Place

More information

ACCOUNTANCY HIGHER SECONDARY SECOND YEAR VOLUME I. Untouchability is a Sin Untouchability is a Crime Untouchability is Inhuman

ACCOUNTANCY HIGHER SECONDARY SECOND YEAR VOLUME I. Untouchability is a Sin Untouchability is a Crime Untouchability is Inhuman ACCOUNTANCY HIGHER SECONDARY SECOND YEAR VOLUME I Untouchability is a Sin Untouchability is a Crime Untouchability is Inhuman TAMILNADU TEXTBOOK CORPORATION College Road, Chennai - 600 006. Government

More information

ENGI 241 Experiment 5 Basic Logic Gates

ENGI 241 Experiment 5 Basic Logic Gates ENGI 24 Experiment 5 Basic Logic Gates OBJECTIVE This experiment will examine the operation of the AND, NAND, OR, and NOR logic gates and compare the expected outputs to the truth tables for these devices.

More information

SAMPLE PAPER 1 CASH FLOW STATEMENT

SAMPLE PAPER 1 CASH FLOW STATEMENT SAMPLE PAPER 1 CASH FLOW STATEMENT Time: 3 hours Maxi Mark 80 General Instructions:- 1. All questions are compulsory. 2. Marks are indicated against the questions. 3. Work should be neat and clean. 4.

More information

Small Company Limited. Abbreviated Accounts. 31 December 2007

Small Company Limited. Abbreviated Accounts. 31 December 2007 Registered number 123456 Small Company Limited Abbreviated Accounts 31 December 2007 Abbreviated Balance Sheet as at 31 December 2007 Notes 2007 2006 Fixed assets Intangible assets 2 Tangible assets 3

More information

AvivaSA Emeklilik ve Hayat Anonim Şirketi

AvivaSA Emeklilik ve Hayat Anonim Şirketi BALANCE SHEET AS OF 31 DECEMBER 2015 ASSETS I- CURRENT ASSETS Notes 31 December 2015 31 December 2014 A- Cash and Cash Equivalents 14 447.814.449 394.414.565 1- Cash 14-142 2- Cheques Received 3- Banks

More information

CASH FLOW STATEMENT. MODULE - 6A Analysis of Financial Statements. Cash Flow Statement. Notes

CASH FLOW STATEMENT. MODULE - 6A Analysis of Financial Statements. Cash Flow Statement. Notes MODULE - 6A Cash Flow Statement 30 CASH FLOW STATEMENT In the previous lesson, you have learnt various types of analysis of financial statements and its tools such as comparative statements, common size

More information

Trading Profit and Loss Account

Trading Profit and Loss Account Trading Profit and Loss Account Trading Account The trading account shows the income from sales and the direct costs of making those sales. It includes the balance of stocks at the start and end of the

More information

Ratio Analysis. A) Liquidity Ratio : - 1) Current ratio = Current asset Current Liability

Ratio Analysis. A) Liquidity Ratio : - 1) Current ratio = Current asset Current Liability A) Liquidity Ratio : - Ratio Analysis 1) Current ratio = Current asset Current Liability 2) Quick ratio or Acid Test ratio = Quick Asset Quick liability Quick Asset = Current Asset Stock Quick Liability

More information

ACCOUNTING FOR PARTNERSHIP

ACCOUNTING FOR PARTNERSHIP CHAPTER 1 ACCOUNTING FOR PARTNERSHIP BASIC CONCEPTS LEARNING OBJECTIVES After studying this chapter you will be able to : l Define partnership and list its essential features; l Explain the meaning and

More information

Level 3 Accounting, 2010

Level 3 Accounting, 2010 9 0 5 0 3 R 3 Level 3 Accounting, 2010 90503 Prepare financial statements for partnerships and companies Credits: Six 9.30 am Thursday 25 November 2010 RESOURCE BOOKLET Refer to this booklet to answer

More information

CHAPTER 3 Boolean Algebra and Digital Logic

CHAPTER 3 Boolean Algebra and Digital Logic CHAPTER 3 Boolean Algebra and Digital Logic 3.1 Introduction 121 3.2 Boolean Algebra 122 3.2.1 Boolean Expressions 123 3.2.2 Boolean Identities 124 3.2.3 Simplification of Boolean Expressions 126 3.2.4

More information

9706 ACCOUNTING. Mark schemes should be read in conjunction with the question paper and the Principal Examiner Report for Teachers.

9706 ACCOUNTING. Mark schemes should be read in conjunction with the question paper and the Principal Examiner Report for Teachers. CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Level MARK SCHEME for the May/June 2014 series 9706 ACCOUNTING 9706/42 Paper 4 (Problem Solving [Supplement]), maximum raw mark 120 This mark scheme is

More information

Annual Qualification Review

Annual Qualification Review LCCI International Qualifications Level 2 Certificate in Book Keeping and Accounts Annual Qualification Review 2009 For further information contact us: Tel. +44 (0) 8707 202909 Email. enquiries@ediplc.com

More information

Associated Files: Ratios worksheet

Associated Files: Ratios worksheet Unit 4 Business accounting Ratios Instructions and answers for Teachers These instructions should accompany the OCR resource Ratios which supports the OCR Level 3 Cambridge Technicals in Business Unit

More information

Accounting, CPT Chapter 6 CA PRATHAP SS

Accounting, CPT Chapter 6 CA PRATHAP SS Accounting, CPT Chapter 6 CA PRATHAP SS INTRODUCTION Preparation of Final Accounts is the last phase of the Accounting Process. INTRODUCTION The process of accounting starts from Transaction then entered

More information

WIPRO DOHA LLC FINANCIAL STATEMENTS AS AT AND FOR THE YEAR ENDED MARCH 31, 2016

WIPRO DOHA LLC FINANCIAL STATEMENTS AS AT AND FOR THE YEAR ENDED MARCH 31, 2016 WIPRO DOHA LLC FINANCIAL STATEMENTS AS AT AND FOR THE YEAR ENDED MARCH 31, 2016 WIPRO DOHA LLC BALANCE SHEET (Amount in ` except share and per share data, unless otherwise stated) As at March 31, 2016

More information

ACCOUNTING SOLUTIONS SCO: 209, First Floor, Sector-36/D. Chandigarh (M): 0172-4670390-5017149, 9876149390

ACCOUNTING SOLUTIONS SCO: 209, First Floor, Sector-36/D. Chandigarh (M): 0172-4670390-5017149, 9876149390 Liquidation of Companies Meaning: Liquidation is the legal procedure by which a company comes to an end. The term Liquidation mean The process of law where by a company is wound up to terminate its corporate

More information

INTERNATIONAL ACCOUNTING STANDARDS. CIE Guidance for teachers of. 7110 Principles of Accounts and. 0452 Accounting

INTERNATIONAL ACCOUNTING STANDARDS. CIE Guidance for teachers of. 7110 Principles of Accounts and. 0452 Accounting www.xtremepapers.com INTERNATIONAL ACCOUNTING STANDARDS CIE Guidance for teachers of 7110 Principles of Accounts and 0452 Accounting 1 CONTENTS Introduction...3 Use of this document... 3 Users of financial

More information

CHAPTER 10 Financial Statements NOTE

CHAPTER 10 Financial Statements NOTE NOTE In practice, accruals accounts and prepayments accounts are implied rather than drawn up. It is common for expense accounts to show simply a balance c/d and a balance b/d. The accrual or prepayment

More information

Logic in Computer Science: Logic Gates

Logic in Computer Science: Logic Gates Logic in Computer Science: Logic Gates Lila Kari The University of Western Ontario Logic in Computer Science: Logic Gates CS2209, Applied Logic for Computer Science 1 / 49 Logic and bit operations Computers

More information

(a) (i) Marking Scheme: 1 mark for definition and 1 mark for example.

(a) (i) Marking Scheme: 1 mark for definition and 1 mark for example. T A S M A N I A N Accounting C E R T I F I C A T E Subject Code ACC5C O F E D U C A T I O N Question 1 T A S M A N I A N Q U A L I F I C A T I O N S A U T H O R I T Y (a) (i) Marking Scheme: 1 mark for

More information

Introduction to Profit and Loss Accounts and Balance Sheets

Introduction to Profit and Loss Accounts and Balance Sheets W J E C B U S I N E S S S T U D I E S A L E V E L R E S O U R C E S. 2008 Spec Issue 2 Sept 2012 Page 1 Introduction to Profit and Loss Accounts and Balance Sheets Specification Requirement -Understand

More information

Welcome to workshop on revised schedule VI. K. Chandra Sekhar Company Secretary Ace Designers Limited, Bangalore

Welcome to workshop on revised schedule VI. K. Chandra Sekhar Company Secretary Ace Designers Limited, Bangalore Welcome to workshop on revised schedule VI K. Chandra Sekhar Company Secretary Ace Designers Limited, Bangalore 1 Relevant provisions Indian Companies Act, 1956 Rules Notifications Circulars Accounting

More information

Insurance Broker Guidance Notes

Insurance Broker Guidance Notes Balance Sheet Liabilities 1. Other liabilities include items below: 1.1. Borrowings refers to the amount outstanding including accrued interest in respect of any overdraft arrangements or loans taken by

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

SUMMARY INTERIM REPORT 1Q2015

SUMMARY INTERIM REPORT 1Q2015 1st QUARTER REPORT 2015 1 SUMMARY INTERIM REPORT 1Q2015 The result for Norwegian Hull Club (NHC) in the first quarter of 2015 is minus USD 9.3 million. Technical result of insurance operations is minus

More information

Databases What the Specification Says

Databases What the Specification Says Databases What the Specification Says Describe flat files and relational databases, explaining the differences between them; Design a simple relational database to the third normal form (3NF), using entityrelationship

More information