Assignment-I PGDCA 01- INFORMATION TECHNOLOGY

Size: px
Start display at page:

Download "Assignment-I PGDCA 01- INFORMATION TECHNOLOGY"

Transcription

1 PGDCA 01- INFORMATION TECHNOLOGY 1. What is role of IT industry in the global world? Explain. 2. What is software? Describe system software and Application Software. 3. Describe various parts of digital computer with suitable example. 4. Define each of the following (a) (b) (c) (d) (e) (f) (g) bit nibble byte kilobyte megabyte gigabyte terabyte. 5. Explain the following output devices (a) (b) (c) (d) monitors printers projectors sound devices I 6. Describe the steps involved in data organization. 7. What is the role of digital telephone lines in communication requirements? Explain various technologies that work with digital telephone services. 8. What is modem? Explain the role of modem in data communication. 9. Brief the following (a) (b) (c) (d) (e) Home page IP Address Routers WWW chat 10. What is internet? Explain about various internet Applications.

2 PGDCA 02- PROGRAMMING WITH C++ 1. What are the differences between C and C++? 2. Explain about Object Oriented concepts in C++ 3. Describe various string handling functions in C++ 4. Explain about various ways to passing the parameters in functions. 5. What is class? How to declare the class? How can you access the class variables with suitable example? I 6. What is constructor? Explain about different types of constructors. 7. What s inheritance? Give the advantage of inheritance. Explain about single and multiple inheritances. 8. Explain about operator overloading with suitable example. 9. What is template? How to create template with example. 10. Describe about standard vector classes.

3 PGDCA 03- COMPUTER ORGANIZATION 1. Explain about evaluation of digital computer. 2. What are the different physical forms available to establish an inter-connection network? Give the summary of those. 3. Explain about basic elements of digital computer. 4. Describe the process of instruction sequencing. 5. Explain about different addressing modes. I 6. Explain about integer point arithmetic. 7. Explain about components of CPU. 8. Describe the different types of register set. 9. State the functions of CPU. 10. Explain the need of memory hierarchy.

4 PGDCA 04- DATA STRUCTURES 1. Differentiate linear and non-linear data structures 2. Describe string handling functions with suitable example. 3. (a) What is an array? Explain about different types of arrays. (b) Write an Algorithm to average of n array elements. 4. What is a Stack? Write an algorithm to convert infix to postfix expression I 5. Write operations for array implementation of a queue. 6. What is a linear linked list? How do you perform insertion and deletion operation such a List? 7. Explain about different types of trees with example. 8. What is recursion? Explain about tower of Hanoi problem by using recursion. 9. By using quick sorting algorithm sort the elements Write and explain an algorithm to search a list of numbers using sequential Search method.

5 PGDCA 05- OPERATING SYSTEMS 1. Define OS. Explain the functions of operating systems. 2. Explain about time sharing, batch processing and real time systems. 3. What is scheduling? Explain about different types of schedulers. 4. Write in detail about the process states with neat illustration. 5. Explain process synchronization and mutual exclusion algorithms. I 6. Explain about different page replacement algorithms. 7. Distinguish static memory management and dynamic memory management. 8. Explain about I/O buffering. 9. Explain the following disc space allocation methods. (a) Continuous allocation (b) Linked allocation (c) Indexed allocation 10. Discuss major security problems in an OS.

6 PGDCA 06- DATA BASE MANAGEMENT SYSTEMS 1. Why would choose a database system instead of simply storing data in Operating system files? When would it make sense not to use a database system? 2. Explain architecture of Database management systems. 3. Discuss in detail the advantages and disadvantages of using a database system. 4. Define data model. Explain the different types of data models with relevant examples. 5. Discuss various issues in database design. I 6. (a) What is a relational database query? Explain with an example. (b) Explain about different DDl, DML commands with example. 7. Discuss the various pitfalls in a relational database design using a sample database. 8. Explain the features Network Database management systems. 9. Discuss briefly about hierarchical database management systems. 10. Explain the four important properties of transaction that a DBMS must ensure to maintain Database.

7 PGDCA 07- ACCOUNTS AND FINANCE 1. Discuss about various Accounting concepts. 2. What are various subsidiary books? Explain their utility in book keeping. 3. What is bank reconciliation statement? Explain its advantages. 4. What is Trail balance? Is it a full proof of Accounting accuracy? 5. What are the different types of costs? Discuss their usefulness in decision making. I 6. What is financial analysis? Explain about the tools of financial Analysis. 7. What are the determinants of working capital? 8. From the following Trail balance prepare final accounts as on 31 st Dec Trail balance Debit Balance Credit Balance Rs. Rs. Cash 2,500 Capital 1,05,000 Stock ( ) 15,000 Creditors 11,000 Bills receivable 6,000 Bills payable 7,000 Purchases 56,800 Bank overdraft 2,500 Furniture 8,000 Reserve for bad debts 1,000 Wages 6,800 Sales 90,500 Salaries 26,800 Discount received 2,000 Rent 3,500 Discount given 2,000 Debtors 26,000 Drawings 10,000 Machinery 45,000 Telephone charges 3,600 Carriage inwards 7,000 2,19,000 2,19,000

8 Other informations: (a) Closing stock ( ) Rs. 20,000. (b) Provide 10 % depreciation on furniture and machinery. (c) Rent outstanding 1,000. (d) Salaries payable 6, Record the following transactions in cash bank. October 1 Balance of cash Rs. 2, Bank overdraft Rs. 8,000 2 Sold goods for cash Rs. 8,300 3 Paid Rs into Banks 4 A Debtor owing 4,000 paid Rs. 3,820 in full settlement. 5 Brought goods by cheques for Rs Paid wages in cash Rs Paid into Banks Rs. 5,000 8 Paid Gowri a creditor Rs. 600 and received a discount of Rs. 20. Oct 10 Received from a debtor Rs. 3,000 by cheque 10. From the following particulars prepare a funds flow statement. Balance sheet as on 31- Dec-2009 and 31 Dec 2010 Liabilities Assets Rs. Rs. Rs. Rs. Current liabilities 30,000 32,000 Cash and Bank Bills payable 20,000 20,200 Bills receivable 40,000 44,400 10,000 20,700 Capital 35,000 43,500 Inventories 15,000 15,000 Retained earnings 15,000 19,500 Land 4,000 4,000 Business premises Plant &equipment Accumulatedd epreication Patents & Trade marks 20,000 16,000 15,000 17,000 (5,000) (2,800) (a) 1,00,000 1,15,200 1,00,000 1,15,200 A buildings that cost Rs and which had a book value of Rs was sold for Rs. 1,400. (b) The depreciation charge for the period was 800. (c) (d) These was a Rs. 5,000 issue of capital. Cash dividends of Rs. 2,000 and a stock dividend of Rs. 3,500 were declared.

9 PGDCA 08- COMPUTER GRAPHICS 1. Explain DDA and Brasenham s line algorithms. 2. Explain about 20 translation, rotation and reflection transformation. 3. What is clipping? Explain about different types of clipping techniques. 4. What are the various operations to be performed on the segments? Discuss various data structures that can be used for storing segments in the display file. 5. Explain about various input and output graphics devices. I 6. Explain about different applications of computer graphics. 7. Explain about event handling techniques. 8. Explain about solid area scan conversion. 9. Explain raster scan graphics systems. 10. Explain about 3D transformation techniques.

(PGDCA 01) ASSIGNMENT -1 PG DIPLOMA DEGREE EXAMINATION, DECEMBER 2017 COMPUTER APPLICATIONS Information Technology

(PGDCA 01) ASSIGNMENT -1 PG DIPLOMA DEGREE EXAMINATION, DECEMBER 2017 COMPUTER APPLICATIONS Information Technology (PGDCA 01) ASSIGNMENT -1 PG DIPLOMA DEGREE EXAMINATION, DECEMBER 2017 Information Technology Q1) How does IT support various functionalities at different organization levels? Q2) Write a short note on

More information

(DMCA 101) M.C.A.(Previous) DEGREE EXAMINATION, MAY 2006 PAPER - I - INFORMATION TECHNOLOGY

(DMCA 101) M.C.A.(Previous) DEGREE EXAMINATION, MAY 2006 PAPER - I - INFORMATION TECHNOLOGY 1 (DMCA 101) PAPER - I - INFORMATION TECHNOLOGY 1. What is a computer based information system? Discuss the general technological trends for information technology. 2. (a) Describe the four main types

More information

M.C.A. DEGREE EXAMINATION, DEC First Year. Time : 03 Hours Maximum Marks : 75

M.C.A. DEGREE EXAMINATION, DEC First Year. Time : 03 Hours Maximum Marks : 75 (DMCA 101) M.C.A. DEGREE EXAMINATION, DEC. - 2012 First Year Paper - I : INFORMATION TECHNOLOGY Time : 03 Hours Maximum Marks : 75 Section - A Answer any Three of the following (3 15 = 45) 1) Define the

More information

ASSIGNMENT - 1, DEC P.G. DIPLOMA IN COMPUTER APPLICATIONS Paper I INFORMATION TECHNOLOGY Maximum : 30 MARKS Answer ALL questions.

ASSIGNMENT - 1, DEC P.G. DIPLOMA IN COMPUTER APPLICATIONS Paper I INFORMATION TECHNOLOGY Maximum : 30 MARKS Answer ALL questions. ASSIGNMENT - 1, DEC - 2018. (PGDCA 01) Paper I INFORMATION TECHNOLOGY 1) What is an information technology? Discuss the general technological trends for information technology. 2) Describe how IT support

More information

ASSIGNMENT - 1, DEC

ASSIGNMENT - 1, DEC (PGDCA 01) Paper I INFORMATION TECHNOLOGY 1) What is an information technology? Discuss the general technological trends for information technology. 2) Describe how IT support at different organizational

More information

Answer any Five Questions. All questions carry equal marks.

Answer any Five Questions. All questions carry equal marks. PART II, PAPER XII (Object Oriented Analysis and Design) 1. What are the benefits of object oriented development over structure development. How one way association is different than two way association.

More information

1) What is the role of information technology in modern organizations? 2) Discuss the memory and storage devices.

1) What is the role of information technology in modern organizations? 2) Discuss the memory and storage devices. (DMCA 101) ASSIGNMENT - 1, MAY-2014. PAPER- I : INFORMATION TECHNOLOGY 1) What is the role of information technology in modern organizations? 2) Discuss the memory and storage devices. 3) What is software?

More information

M.C.A. DEGREE EXAMINATION, MAY First Year Paper - I : INFORMATION TECHNOLOGY. Time : 03 Hours Maximum Marks : 75

M.C.A. DEGREE EXAMINATION, MAY First Year Paper - I : INFORMATION TECHNOLOGY. Time : 03 Hours Maximum Marks : 75 M.C.A. DEGREE EXAMINATION, MAY - 2013 First Year Paper - I : INFORMATION TECHNOLOGY (DMCA 101) Time : 03 Hours Maximum Marks : 75 Section - A (3 15 = 45) Answer any Three of the following 1) What is the

More information

2015 GoSystem Tax Line Conversion Chart. C-Corporation

2015 GoSystem Tax Line Conversion Chart. C-Corporation 2015 Line Conversion Chart C-Corporation January 2015 01A 30-100 1120 1B Gross receipts or sales 01B 30-105 1120 1D Returns and allowances 05 31-380 1120 5 Other Interest 05.01 31-380 1120 5 Tax exempt

More information

Step 1: Create New MYOB Data File & Setup Account List.

Step 1: Create New MYOB Data File & Setup Account List. Step 1: Create New MYOB Data File & Setup Account List. 1. Open MYOB Accounting v15 (click start, click All Programs, Click MYOB Accounting V15, and click +MYOB Accounting v15+) 2. Select and click on

More information

(DMCA101) M.C.A. DEGREE EXAMINATION, MAY First Year INFORMATION TECHNOLOGY

(DMCA101) M.C.A. DEGREE EXAMINATION, MAY First Year INFORMATION TECHNOLOGY (DMCA101) M.C.A. DEGREE EXAMINATION, MAY - 2017 First Year INFORMATION TECHNOLOGY Time : 3 Hours Maximum Marks : 70 SECTION - A (3 15 = 45) Answer any three of the following Q1) Discuss business pressures

More information

Canberra Institute of Technology

Canberra Institute of Technology Canberra Institute of Technology Accounting and Law Centre for Business Student s Name & CIT # Tutor s Name: Place a cross (X) if student s Card NOT sighted Subject: COMP 337 Setup and operate a computerised

More information

M.C.A. FIRST YEAR DEGREE

M.C.A. FIRST YEAR DEGREE (DMCA 101) ASSIGNMENT - 1, DEC - 2018. PAPER- I : INFORMATION TECHNOLOGY 1) What is MIS? Explain role of MIS in an organisation. 2) Explain in detail about input and output technologies. 3) Discuss about

More information

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition Getting Started AccountEdge AccountEdge Plus AccountEdge Plus Network Edition Mamut Software Ltd 90 Long Acre Covent Garden London WC2E 9RZ 0800 032 5616 United Kingdom Website www.visma.co.uk 2017 Acclivity

More information

DE 5830 DISTANCE EDUCATION B.C.A. DEGREE EXAMINATION, MAY ELECTRONIC DEVICES AND DIGITAL CIRCUIT. (2003 Onwards) Answer any FIVE questions.

DE 5830 DISTANCE EDUCATION B.C.A. DEGREE EXAMINATION, MAY ELECTRONIC DEVICES AND DIGITAL CIRCUIT. (2003 Onwards) Answer any FIVE questions. WK 5 DE 5830 11 DISTANCE EDUCATION B.C.A. DEGREE EXAMINATION, MAY 2013. ELECTRONIC DEVICES AND DIGITAL CIRCUIT (2003 Onwards) Time : Three hours Maximum : 100 marks Answer any FIVE questions. All questions

More information

Pearson LCCI Level 1 Certificate in Bookkeeping (VRQ)

Pearson LCCI Level 1 Certificate in Bookkeeping (VRQ) Pearson LCCI Level 1 Certificate in Bookkeeping (VRQ) (ASE20091) L1 SAMPLE ASSESSMENT MATERIALS Issue 3 First teaching from September 2015 LCCI qualifications LCCI qualifications come from Pearson, the

More information

Exact General Ledger Setup and Operation

Exact General Ledger Setup and Operation Exact General Ledger Setup and Operation In order to set up the General Ledger in EXACT you need to have already decided on how you want to operate your ledger and the format that the codes for the ledger

More information

1) What is the role of Information Technology in modern business? 2) Define computer? Explain the Block Diagram of computer with a neat diagram?

1) What is the role of Information Technology in modern business? 2) Define computer? Explain the Block Diagram of computer with a neat diagram? (DMCA 101) ASSIGNMENT - 1, DEC - 2014. PAPER- I : INFORMATION TECHNOLOGY 1) What is the role of Information Technology in modern business? 2) Define computer? Explain the Block Diagram of computer with

More information

(DMCA 101) M.C.A. DEGREE EXAMINATION, DEC First Year. Time : 03 Hours Maximum Marks : 75. Paper - I : INFORMATION TECHNOLOGY

(DMCA 101) M.C.A. DEGREE EXAMINATION, DEC First Year. Time : 03 Hours Maximum Marks : 75. Paper - I : INFORMATION TECHNOLOGY (DMCA 101) M.C.A. DEGREE EXAMINATION, DEC. - 2013 First Year Paper - I : INFORMATION TECHNOLOGY Time : 03 Hours Maximum Marks : 75 Section- A Answer any Three of the following (3 15=45) 1) What is the

More information

Chapter 2 Introduction to Transaction Processing

Chapter 2 Introduction to Transaction Processing Chapter 2 Introduction to Transaction Processing TRUE/FALSE 1. Processing more transactions at a lower unit cost makes batch processing more efficient than real-time systems. T 2. The process of acquiring

More information

4. The portion of the monthly bill from a credit card company is an example of a turn-around document.

4. The portion of the monthly bill from a credit card company is an example of a turn-around document. Chapter 2 Introduction to Transaction Processing Introduction to Accounting Information Systems, 8e Test Bank, Chapter 2 TRUE/FALSE 1. Processing more transactions at a lower unit cost makes batch processing

More information

Opera 3 Cashbook Training Manual

Opera 3 Cashbook Training Manual Opera 3 Cashbook Training Manual Contents Module Overview... 3 Cashbook Processing... 3 Viewing Historical Transaction... 4 Nominal Ledger Posting... 4 Purchase Ledger Postings... 5 Sales Ledger Postings...

More information

MICROSOFT DYNAMICS GP GENERAL LEDGER YEAR-END CLOSING PROCEDURES

MICROSOFT DYNAMICS GP GENERAL LEDGER YEAR-END CLOSING PROCEDURES GENERAL LEDGER YEAR-END CLOSING PROCEDURES Before you perform year-end closing procedures, you will need to: complete the posting of all entries and adjusting entries to reflect the transactions for the

More information

QuickBooks 2010: The Basics

QuickBooks 2010: The Basics QuickBooks 2010: The Basics Student Workbook For QuickBooks Pro and Premier ecourse By Holly Fullingim COMPUTER TRAINING CENTER 3506 S. EXPRESSWAY 77 SUITE A HARLINGEN, TEXAS 78552 (956) 428-7777 QUICKBOOKS

More information

Express365 Accounting User Manual

Express365 Accounting User Manual Express365 Accounting User Manual August 05 Latest Update: 9 th October 08 P a g e 46 For information about customer support, please visit our homepage at http://www.express365.com.my on the World Wide

More information

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING. 1. The expenditure cycle, conversion cycle, and revenue cycle.

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING. 1. The expenditure cycle, conversion cycle, and revenue cycle. Solution Manual for Accounting Information Systems 9th Edition by Hall Link full download: http://testbankair.com/download/solution-manual-foraccounting-information-systems-9th-edition-by-hall/ CHAPTER

More information

Subject: OBJECT ORIENTED PROGRAMMING WITH C++ Paper (U.G): BCA -231 S. No. Course Outcomes

Subject: OBJECT ORIENTED PROGRAMMING WITH C++ Paper (U.G): BCA -231 S. No. Course Outcomes Subject: OBJECT ORIENTED PROGRAMMING WITH C++ Paper (U.G): BCA -231 1 In Object Oriented Programming in C++ the students will study about the extension version of c language and the Features of C++, Classes

More information

Financials Module: General Ledger

Financials Module: General Ledger The Priority Enterprise Management System Financials Module: General Ledger Contents Introduction... 2 Chart of Accounts... 2 Entry Journal... 4 Reconciliations... 7 Financial Statements... 9 Cash Flow...

More information

3 Beginning the Accounting Cycle

3 Beginning the Accounting Cycle Solutions Manual College Accounting A Practical Approach 13th Edition Slater Instantly completed downloadable package SOLUTIONS MANUAL for College Accounting: A Practical Approach 13th Edition by Jeffrey

More information

Set 2 MCQ

Set 2 MCQ 1. ETCS means A) Enable Tax Collected at Source B) Electronic Tax Collected at Source C) Electric Tax Collected at Source D) None of these 2. To get Payroll Reports choose A) Gateway of Tally > Display

More information

BUSINESS SYSTEM PLUS (MODULAR)

BUSINESS SYSTEM PLUS (MODULAR) BUSINESS SYSTEM PLUS (MODULAR) PC APPLICATION System setup The system provides full business Accounting, CRM, Organizer and Inventory control support typically needed for a small business. The system can

More information

Report Designer for Sage MAS Intelligence 90/200

Report Designer for Sage MAS Intelligence 90/200 Report Designer for Sage MAS Intelligence 90/200 Table of Contents What is the Report Designer?... 1 Installing the Report Designer... 2 Pre-installation requirements... 2 The Interface... 3 Accessing

More information

NCLTEC Accounting User Manual

NCLTEC Accounting User Manual NCLTEC Accounting User Manual Latest Update: Feb 6, 0 For information about customer support, please visit our homepage at http://www.ncltec.com on the World Wide Web. Copyright 05 NCL Energy Technology

More information

Nominal Ledger Training Material

Nominal Ledger Training Material HansaWorld University Nominal Ledger Training Material HansaWorld Ltd. September 2007 Version 5.3 TABLE OF CONTENTS: TABLE OF CONTENTS:...2 INTRODUCTION...3 IMPORTANT SETTINGS...4 Autotransactions...4

More information

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses.

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses. Banking Invoicing Professional user guide for and Canadian Table of contents 2 2 5 Banking 8 Invoicing 15 21 22 24 34 35 36 37 39 Overview 39 clients 39 Accessing client books 46 Dashboard overview 48

More information

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document Chart of Accounts Owner of this document is: Scott Wiacek swiacek@feedingamerica.org Purpose of this document This document demonstrates how to effectively create a list of the accounts used by a business

More information

BCA Part-1 Examination, 2008 DATA STRUCTURE AND ALGORITHM

BCA Part-1 Examination, 2008 DATA STRUCTURE AND ALGORITHM DATA STRUCTURE AND ALGORITHM 1. Explain the array representation of Stack and Queue with examples. 2. Write notes on the following: a. Tower of Hanoi b. Header linked list c. DFS d. BFS e. Prism Algorithm

More information

Quickbooks Interface Guide

Quickbooks Interface Guide Quickbooks Interface Guide A Setup Guide to Transfer Information to Quickbooks I QuickBooks Interface Setup Guide I Table of Contents Part I Envision's QuickBooks Interface 1 1 Requirements... 1 2 Contact

More information

Full file at

Full file at CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING REVIEW QUESTIONS 1. The expenditure cycle, conversion cycle, and revenue cycle. 2. Purchases/accounts payable system, cash disbursements system, and payroll

More information

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING REVIEW QUESTIONS 1. The expenditure cycle, conversion cycle, and revenue cycle. 2. Purchases/accounts payable system, cash disbursements system, and payroll

More information

Dr. Babasaheb Ambedkar Open University

Dr. Babasaheb Ambedkar Open University Enrollment Number : Dr. Babasaheb Ambedkar Open University Term End Examination January - 2015 Course : BCA Numerical Code: 0065 Subject Code : BCA 201 Numerical Code: 0556 Subject : Data Base Management

More information

M P BHOJ (OPEN) UNIVERSITY, BHOPAL ASSIGNMENT QUESTION PAPER

M P BHOJ (OPEN) UNIVERSITY, BHOPAL ASSIGNMENT QUESTION PAPER PAPER - I - PROGRAMMING IN VISUAL BASIC Q1. Explain the menu driven programming in Visual Basic? Q2. Explain the Standard Modules, Form Modules and Class Modules? Q3. Describe various elements of Visual

More information

2 New Company Setup OBJECTIVES:

2 New Company Setup OBJECTIVES: 2 New Company Setup In Chapter 2 of Accounting Fundamentals with QuickBooks Online Essentials Edition, you will learn how to use the software to set up your business. New Company Setup includes selecting

More information

TABLE OF CONTENTS. Report Designer User Guide

TABLE OF CONTENTS. Report Designer User Guide Alchemex Report Designer User Guide September 2010 TABLE OF CONTENTS Report Designer User Guide Installing the Alchemex Excel Report Designer... 3 Pre-installation requirements... 3 Alchemex Excel Report

More information

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition Getting Started AccountEdge AccountEdge Plus AccountEdge Plus Network Edition Mamut Software Ltd 90 Long Acre Covent Garden London WC2E 9RZ 0800 032 5616 United Kingdom Website www.visma.co.uk 2018 Acclivity

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY [DMSIT 01] M.Sc. (Previous) DEGREE EXAMINATION, DEC 2013 First Year INFORMATION TECHNOLOGY Paper I BASICS OF INFORMATION TECHNOLOGY Time : 3 hours Max. Marks : 75 Section A (3x15 = 45) Answer any THREE

More information

work with the Session Date start and exit Sage 50 Accounting review the General Module linked accounts use the Help system

work with the Session Date start and exit Sage 50 Accounting review the General Module linked accounts use the Help system Lesson 1: Introduction Lesson Objectives Sage 50 Premium Accounting 2016 Level 1 The objective of this lesson is to introduce you to the basic operation of Sage 50 Premium Accounting 2016. Upon successful

More information

Lite-On IT Corp. and Subsidiaries. Consolidated Financial Statements for the Years Ended December 31, 2008 and 2007 and Independent Auditors Report

Lite-On IT Corp. and Subsidiaries. Consolidated Financial Statements for the Years Ended December 31, 2008 and 2007 and Independent Auditors Report Lite-On IT Corp. and Subsidiaries Consolidated Financial Statements for the Years Ended December 31, 2008 and 2007 and Independent Auditors Report INDEPENDENT AUDITORS REPORT The Board of Directors and

More information

Chapter 2 Introduction to Transaction Processing

Chapter 2 Introduction to Transaction Processing Chapter 2 Introduction to Transaction Processing TRUE/FALSE 1. Processing more transactions at a lower unit cost makes batch processing more efficient than real-time systems. T 2. The process of acquiring

More information

Tracey Sopp Head of Accounting and Processing James Duncan, Deputy Chief Executive / Executive Director of Finance. Contents

Tracey Sopp Head of Accounting and Processing James Duncan, Deputy Chief Executive / Executive Director of Finance. Contents Standard Financial Instructions Practice Guidance Note Completion of an Invoice Request Form V01 Date Issued Planned Review PGN No: Issue 1 October 2014 Issue 2- October 2017 Issue 3 Apr 2018 Author /

More information

MAHATMA GANDHI UNIVERSITY KOTTAYAM

MAHATMA GANDHI UNIVERSITY KOTTAYAM MAHATMA GANDHI UNIVERSITY KOTTAYAM BACHEL DEGREE COURSE IN COMPUTER APPLICATIONS MODEL QUESTION PAPERS as per REVISED SCHEME & SYLLABUS (Effective from 2007 Admissions onwards) First Semester BCA Degree

More information

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved User's Guide Alpha Five Accounting Copyright 1995-2002 BetaSoft LLC - All Rights Reserved Accounting Made Easy Version 3.0 Alpha Five is a trademark of Alpha Software Corp. i ii Table of Contents INTRODUCTION...1

More information

P.G.D.C.A. EXAMINATION, 2009

P.G.D.C.A. EXAMINATION, 2009 P.G.D.C.A. EXAMINATION, 2009 ADVANCED DATABASE MANAGEMENT SYSTEM Time allowed: Three Hours Maximum Marks: 100 Attempt any five questions, selecting one question from each unit. All questions carry equal

More information

Sage 300 ERP Intelligence Report Designer User Guide

Sage 300 ERP Intelligence Report Designer User Guide Sage 300 ERP Intelligence Report Designer User Guide Table of Contents What is the Report Designer?... 2 Running a Report with a Predefined Data Setup... 4 Accessing the Sage 300 ERP Intelligence Report

More information

CBC Reach Getting Started

CBC Reach Getting Started WELCOME TO CBC REACH... 4 1.1 CONVENTIONS... 4 1.2 CBC REACH HELP... 4 1.2.1 Help at screen level... 4 1.2.2 CBC Reach Helpdesk... 4 STARTING TO WORK WITH CBC REACH... 6 2.1 SETTING UP PREFERRED LANGUAGE

More information

1) What is information system? Describe the basic concepts of information systems.

1) What is information system? Describe the basic concepts of information systems. (DMSIT 01) ASSIGNMENT - 1, DEC - 2018. PAPER- I : BASICS OF 1) What is information system? Describe the basic concepts of information systems. 2) Discuss about input and output technologies of computer

More information

Financial Year End

Financial Year End Financial Year End 2017-18 Author(s): Kath Ryans, MIS Consultant, The ICT Service Reviewed by: Publication date: February 2018 Version: 1.0 25/01/218 Review date: February 2019 email: support@theictservice.org.uk

More information

QUALCOMM Reports Third Fiscal Quarter Revenues of $1 Billion - Operating Earnings Per Share of $.75, Excluding Non-Recurring Charges -

QUALCOMM Reports Third Fiscal Quarter Revenues of $1 Billion - Operating Earnings Per Share of $.75, Excluding Non-Recurring Charges - FOR IMMEDIATE RELEASE QUALCOMM Contact: Julie Cunningham Vice President, Investor Relations 1-(858) 658-4224 (ph) 1-(858) 651-9303 (fax) e-mail: juliec@qualcomm.com QUALCOMM Reports Third Fiscal Quarter

More information

5. (a) What is secondary storage? How does it differ from a primary storage? (b) Explain the functions of (i) cache memory (ii) Register

5. (a) What is secondary storage? How does it differ from a primary storage? (b) Explain the functions of (i) cache memory (ii) Register General Concepts 1. (a) What are combinational circuits? (b) Perform the following: (i) Convert (0.5625) 10 = ( ) 2 (ii) (010010) 2 (100011) 2 = ( ) 2 2. (a) Using truth table prove that A B= A+ B (b)

More information

*+"'+,-&./!"#$%&'#() Standard Accounts. June 2011 Version 6.3 HansaWorld Ltd.

*+'+,-&./!#$%&'#() Standard Accounts. June 2011 Version 6.3 HansaWorld Ltd. *+"'+,-&./!"#$%&'#() Standard Accounts June 2011 Version 6.3 HansaWorld Ltd. Table Of Contents Introduction & Installation...6 System Requirements...6 Installation...6 Configuring a New Database...7 Start

More information

M2-R3: BUSINESS SYSTEMS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.

M2-R3: BUSINESS SYSTEMS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. M2-R3: BUSINESS SYSTEMS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER SHEET

More information

Evolution M Core Training Contract, Sales & Cash Book Issue 2

Evolution M Core Training Contract, Sales & Cash Book Issue 2 Evolution M Core Training Contract, Sales & Cash Book Issue 2 Contents Training............................................................................................ 1 Contract Ledger........................................................................................

More information

L E S S O N 1 Lesson objectives

L E S S O N 1 Lesson objectives L E S S O N 1 Lesson objectives To gain an overview of the course and the topics to be covered To know how QuickBooks works and how you can get around in QuickBooks To learn common business terms used

More information

Sage 50 Mobile Getting Started Guide. Contents

Sage 50 Mobile Getting Started Guide. Contents Sage 50 Mobile iphone Getting Started Guide Contents Introduction...1 About this guide... 1 Using Sage 50 Mobile on an iphone or ipod Touch... 2 Running the Sage 50 Mobile Application... 2 The Main Menu...

More information

ASSIGNMENT-1 M.Sc. DEGREE EXAMINATION, MAY 2018 (First Year) INFORMATION TECHNOLOGY Basics of Information Technology

ASSIGNMENT-1 M.Sc. DEGREE EXAMINATION, MAY 2018 (First Year) INFORMATION TECHNOLOGY Basics of Information Technology ASSIGNMENT-1 () Basics of Information Technology (DMSIT01) Q1) Discuss in detail about IT support at different organizational levels. Q2) Explain about hierarchy of computers. Q3) Discuss different categories

More information

CHAPTER 3: DAILY PROCEDURES

CHAPTER 3: DAILY PROCEDURES Chapter 3: Daily Procedures CHAPTER 3: DAILY PROCEDURES Training Objectives Actively participating during this chapter helps you to: Understand the different types of transactions and the procedures for

More information

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING Chapter 2 Page 20 REVIEW QUESTIONS CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING. The expenditure cycle, conversion cycle, and revenue cycle. 2. Purchases/accounts payable system, cash disbursements

More information

PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY

PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY Journalizing, Posting, General Ledger, Trial Balance, and Chart of Accounts In this workshop you learn to post general journal entries in Peachtree

More information

Copyright...7. Overview of General Ledger Processes Configuration...11

Copyright...7. Overview of General Ledger Processes Configuration...11 Contents 2 Contents Copyright...7 Overview of General Ledger Processes... 8 Configuration...11 Preparation...11 Recommended Initial Configuration of the General Ledger Module... 11 Advanced Configuration...12

More information

Excel Reporting for Sage 200 Datasheet

Excel Reporting for Sage 200 Datasheet Excel ing for Sage 200 Excel ing for Sage 200 Datasheet A number of free Excel ing workbooks are provided with Sage 200 to get you going, and you can get a variety of additional reports through the subscription

More information

Echinacea Release Notes

Echinacea Release Notes Echinacea Release Notes Sandbox: July, 2018 Production: September, 2018 At-a-Glance New Features and Enhancements highlights: Archiving Transactions to save on data storage Improved styling of Financial

More information

Object Oriented Programming 2012

Object Oriented Programming 2012 1. Write a program to display the following output using single cout statement. Maths = 90 Physics =77 Chemestry =69 2. Write a program to read two numbers from the keyboard and display the larger value

More information

LESSON 10 Accounts Payable Setup

LESSON 10 Accounts Payable Setup LESSON 10 Learning Objectives In this lesson you will: 1. activate the module 2. access the A/P Transactions Visual Process Flow 3. set up the Options 4. enter account sets 5. enter distribution codes

More information

PROGRAMMING IN C++ (Regulation 2008) Answer ALL questions PART A (10 2 = 20 Marks) PART B (5 16 = 80 Marks) function? (8)

PROGRAMMING IN C++ (Regulation 2008) Answer ALL questions PART A (10 2 = 20 Marks) PART B (5 16 = 80 Marks) function? (8) B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2009 EC 2202 DATA STRUCTURES AND OBJECT ORIENTED Time: Three hours PROGRAMMING IN C++ Answer ALL questions Maximum: 100 Marks 1. When do we declare a

More information

QuickBooks Fundamentals 2015 By Doug Sleeter. QuickBooks Fundamentals. Sleeter Group. Doug Sleeter The Sleeter Group

QuickBooks Fundamentals 2015 By Doug Sleeter. QuickBooks Fundamentals. Sleeter Group. Doug Sleeter The Sleeter Group QuickBooks Fundamentals 2015 QuickBooks 2015 Fundamentals Sleeter Group Doug Sleeter QuickBooks Fundamentals 2015 In this chapter, you will learn about the following topics: The QuickBooks Product Line

More information

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved.

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved. GENERAL LEDGER MaddenCo Inc. Revised March 2017 Copyright 2017 by MaddenCo, Inc All rights reserved. Please understand that MaddenCo has expended substantial sums in developing and maintaining its software,

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK B.E. - Electrical and Electronics Engineering IV SEMESTER CS6456 - OBJECT ORIENTED

More information

input, adjust, and delete General Journal understand the Chart of Accounts, how it works, transactions

input, adjust, and delete General Journal understand the Chart of Accounts, how it works, transactions Lesson Objectives Lesson 1: Introduction The objective of this lesson is to introduce you to the basic operation of QuickBooks Premier. Upon successful completion of this lesson, you should know how to:

More information

Cash Accounting. Month End Routines and Accounting Procedures. Lawware.co.uk. Lawware Ltd

Cash Accounting. Month End Routines and Accounting Procedures. Lawware.co.uk. Lawware Ltd Cash Accounting Month End Routines and Accounting Procedures Lawware Ltd support@lawware.co.uk Lawware.co.uk Contents Introduction... 3 Posting Introduction... 3 Daybook Date... 3 Toolbar... 3 Viewing

More information

I S B N

I S B N Peachtree Update 7/20/06 10:43 AM Page 1 I S B N 0-7638-2945-5 9 780763 829452 Peachtree Update 7/19/06 3:48 PM Page 2 ISBN-13: 978-0-7638-2945-2 ISBN-10: 0-7638-2945-5 2007 by EMC Publishing, a division

More information

Chapter Chapter Chapter Chapter

Chapter Chapter Chapter Chapter Chapter 1... 4 System requirements:... 4 Installing Front Office:... 4 Installing BTRIEVE:... 5 Chapter 2... 8 System Overview:... 8 Getting Started:... 9 Chapter 3... 10 Company Menu... 10 Login To A

More information

General Ledger Table of Contents

General Ledger Table of Contents General Ledger Table of Contents Return to Cover page 1 Getting Started... 4 2 The Maintenance Menu Column... 6 2.1 Creating accounts...6 2.2 Creating budgets...10 2.3 Formatting financial statements...11

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK Degree & Branch : B.E E.C.E. Year & Semester : II / IV Section : ECE 1, 2 &

More information

M.C.A. DEGREE EXAMINATION, MAY First Year. Paper I INFORMATION TECHNOLOGY. SECTION A (3 15 = 45 marks) Answer any THREE of the following.

M.C.A. DEGREE EXAMINATION, MAY First Year. Paper I INFORMATION TECHNOLOGY. SECTION A (3 15 = 45 marks) Answer any THREE of the following. Paper I INFORMATION TECHNOLOGY Answer any THREE of the following. 1. Explain Architecture of computer in detail. 2. Explain in detail about Input and Output technologies. 3. What is MODEM? What factors

More information

Client Care Desktop v4.1

Client Care Desktop v4.1 Client Care Desktop v4.1 7 Features and Modifications Version 1.2 21 st April 2010 Contents 1 Introduction... 3 2 New features... 4 2.1 Contract Enquiry restructure... 4 2.2 Additional Fact find flexibility...

More information

The Cashroom. Daily Routines and Accounting Procedures. Lawware.co.uk. Lawware Ltd

The Cashroom. Daily Routines and Accounting Procedures. Lawware.co.uk. Lawware Ltd The Cashroom Daily Routines and Accounting Procedures Lawware Ltd support@lawware.co.uk Lawware.co.uk Contents Contents... 1 Introduction... 4 Posting Introduction... 4 Daybook Date... 4 Viewing the Client

More information

Client-Account Receivable

Client-Account Receivable Nexsure Training Manual - Accounting Client-Account Receivable In This Chapter Client Accounts Receivable Entity Definition Receive Payments from Clients Relating to Policies Allocation of Payment Leave

More information

Invoice 13 Pro Outline

Invoice 13 Pro Outline Invoice 13 Pro Outline Invoice 13 Pro is a feature rich productivity tool for the small business or company from 1 to 30 users. It is notjust an Invoicing software. It is in fact an Invoicing, Accounts

More information

Solar Eclipse General Ledger. Release 9.0

Solar Eclipse General Ledger. Release 9.0 Solar Eclipse General Ledger Release 9.0 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

R13. II B. Tech I Semester Supplementary Examinations, June DATA STRUCTURES (Com. to ECE, CSE, EIE, IT, ECC)

R13. II B. Tech I Semester Supplementary Examinations, June DATA STRUCTURES (Com. to ECE, CSE, EIE, IT, ECC) Code No: RT21042 SET - 1 DATA STRUCTURES (Com. to ECE, CSE, EIE, IT, ECC) PART A 1 a) Differentiate between time complexity and space complexity 3 M b) Give the analysis of Heap Sort Algorithm 4 M c) Describe

More information

Tabs3 General Ledger Guide

Tabs3 General Ledger Guide Tabs3 General Ledger Guide Tabs3 General Ledger Guide Copyright 2013-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel"

More information

ADIKAVI NANNAYA UNIVERSITY:: RAJAMAHENDRAVARAM II BTech (CSE) I Semester BTCSE301 DIGITAL LOGIC DESIGN MODEL QUESTION PAPER

ADIKAVI NANNAYA UNIVERSITY:: RAJAMAHENDRAVARAM II BTech (CSE) I Semester BTCSE301 DIGITAL LOGIC DESIGN MODEL QUESTION PAPER ADIKAVI NANNAYA UNIVERSITY:: RAJAMAHENDRAVARAM BTCSE301 DIGITAL LOGIC DESIGN 1. a) List out the Basic Theorems and Properties of Boolean Algebra. Justify with the Proof b) Explain how 1's complement and

More information

Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES

Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES 1. Write a program to calculate the sum of two numbers using function. 2. Write a program to calculate

More information

KRISHNA KANTA HANDIQUI STATE OPEN UNIVERSITY Hiranya Kumar Bhuyan School of Science and Technology

KRISHNA KANTA HANDIQUI STATE OPEN UNIVERSITY Hiranya Kumar Bhuyan School of Science and Technology HOME ASSIGNMENT FOR BACHELOR OF COMPUTER APPLICATIONS (BCA) THIRD SEMESTER, 2017 N.B. The learners will have to collect receipt after submitting the assignment with the signature and seal of the collector

More information

R10 SET - 1. Code No: R II B. Tech I Semester, Supplementary Examinations, May

R10 SET - 1. Code No: R II B. Tech I Semester, Supplementary Examinations, May www.jwjobs.net R10 SET - 1 II B. Tech I Semester, Supplementary Examinations, May - 2012 (Com. to CSE, IT, ECC ) Time: 3 hours Max Marks: 75 *******-****** 1. a) Which of the given options provides the

More information

Introduction to the Transaction matching screen

Introduction to the Transaction matching screen The purpose of the Transaction matching screen is to make sure that a portfolio s value is accurate for every day within a period. It does this by making it very simple to find and resolve unmatched transactions

More information

RDS ADVANTAGE FAST CHECK TUTORIAL

RDS ADVANTAGE FAST CHECK TUTORIAL RDS ADVANTAGE FAST CHECK TUTORIAL Complementing the original RDS Advantage check payment process is the abbreviated payment entry program, Fast Check. This easily mastered, no frills approach enables even

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05010106 Set No. 1 1. (a) Draw a Flowchart for the following The average score for 3 tests has to be greater than 80 for a candidate to qualify for the interview. Representing the conditional

More information

MANUFACTURING ELECTRICAL AND PLC PANEL BOARD

MANUFACTURING ELECTRICAL AND PLC PANEL BOARD Profile No.: 1 NIC Code: 27104 MANUFACTURING ELECTRICAL AND PLC PANEL BOARD 1. INTRODUCTION: Simplification of engineering and precise control of manufacturing process can result in significant cost savings.

More information

Data Entry Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

Data Entry Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E Data Entry Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Table of Contents Data Entry 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1 Audience...

More information