0% found this document useful (0 votes)
24 views4 pages

CBSE Class 12 Accountancy Question Set

The document is a compilation of questions from three sets related to CBSE Class 12 Accountancy, focusing on Computerized Accounting. It includes multiple-choice questions, explanations of accounting concepts, and inquiries about Excel functions and error handling. Key topics covered include cell references, types of vouchers, customized accounting software, and data validation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

CBSE Class 12 Accountancy Question Set

The document is a compilation of questions from three sets related to CBSE Class 12 Accountancy, focusing on Computerized Accounting. It includes multiple-choice questions, explanations of accounting concepts, and inquiries about Excel functions and error handling. Key topics covered include cell references, types of vouchers, customized accounting software, and data validation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CBSE Class 12 – Accountancy (Computerised Accounting)

Question Compilation from Set–1, Set–2 & Set–3

Set – 1

1. Identify the error which will be displayed on screen when the set of co-ordinates that a
cell occupies on a worksheet is invalid.

(A) Correct a #NAME? Error

(B) Correct a #REF! Error

(C) Correct a #N/A Error

(D) Correct a ##### Error

(1 mark)

2. Explain ‘cell reference’, ‘relative cell reference’ and ‘absolute cell reference’.

(3 marks)

3. Explain the following:

(i) Contra voucher

(ii) Post-dated voucher

(iii) Receipt voucher

(3 marks)

4.(a) Explain ‘customised’ and ‘tailored’ accounting softwares.

OR

(b) What is meant by ‘data validation’? What is facilitated by ‘Error Alert’ tab?

(4 marks)

[Link] error occurs when a column is not wide enough or a negative date or time is used?
How can this error be corrected, if:

(i) Error is due to the width of the column?

(ii) Date and time are negative numbers? (6 marks)

Set – 2
6. Identify the error which will be displayed on screen when the set of co-ordinates that a
cell occupies on a worksheet is invalid.

(A) Correct a #NAME? Error

(B) Correct a #REF! Error

(C) Correct a #N/A Error

(D) Correct a ##### Error (1 mark)

7.(a) What is the outcome of an arithmetic expression or function called?

(A) Horizontal vector

(B) Derived value

(C) Basic value

(D) Vertical vector

OR

(b) How are ‘absolute cell reference’ and ‘mixed cell reference’ identified in Excel?

(A) Using # sign

(B) Using ~ sign

(C) Using $ sign

(D) Using £ sign

(1 mark)

8. How many categories of function are available in Excel 2007?

(A) 2 (B) 6 (C) 12 (D) 7

(1 mark)

9. Explain ‘cell reference’, ‘relative cell reference’ and ‘absolute cell reference’.

(3 marks)

10. Explain the following:

(i) Contra voucher

(ii) Post-dated voucher


(iii) Receipt voucher (3 marks)

11.(a) Explain ‘customised’ and ‘tailored’ accounting softwares.

OR

(b) What is meant by ‘data validation’? What is facilitated by ‘Error Alert’ tab?

(4 marks)

12. What is ‘HLOOKUP’ function? Explain its syntax. (6 marks)

Set – 3

13. What is used to build single formula with multiple results in Excel?

(A) Derived value (B) Vectors (C) Round() (D) Array (1 mark)

14. How many categories of function are available in Excel 2007?

(A) 2 (B) 6 (C) 12 (D) 7 (1 mark)

15.(a) What is the outcome of an arithmetic expression or function called?

(A) Horizontal vector

(B) Derived value

(C) Basic value

(D) Vertical vector

OR

(b) How are ‘absolute cell reference’ and ‘mixed cell reference’ identified in Excel?

(A) Using # sign

(B) Using ~ sign

(C) Using $ sign

(D) Using £ sign

(1 mark)

16. Explain the following:

(i) Contra voucher

(ii) Post-dated voucher


(iii) Receipt voucher

(3 marks)

[Link] ‘cell reference’, ‘relative cell reference’ and ‘absolute cell reference’.

(3 marks)

18.(a) Explain ‘customised’ and ‘tailored’ accounting softwares.

OR

(b) What is meant by ‘data validation’? What is facilitated by ‘Error Alert’ tab?

(4 marks)

19. =SUM(B2B3) will give an error while using spreadsheet. Identify the error and state the
steps to correct it.

(6 marks)

Common questions

Powered by AI

The #REF! error manifests in Excel when a formula refers to a cell that is not valid, often occurring when cells referred to in a formula are deleted. To address this issue, one should examine the formula to identify where the invalid reference is, ensure that all references point to existing and correct cell addresses, and adjust the formula to replace the #REF! with the correct cell references .

The HLOOKUP function in Excel searches for a value in the top row of a table or array and returns a value in the same column from a row you specify. The syntax for HLOOKUP is HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]), where 'lookup_value' is the value to search for, 'table_array' is the range of cells that contains the data, 'row_index_num' specifies the row number from which to return a value, and 'range_lookup' is an optional argument that determines if the lookup is an exact match (FALSE) or an approximate match (TRUE).

The error in the formula '=SUM(B2B3)' arises because the colon between cell references is missing. To correct this, confirm the intended range and edit the formula by adding the correct delimiter. The correct formula should be '=SUM(B2:B3)', which specifies a sum of values from cells B2 to B3. Always review and correct syntactical errors in formulas to prevent and resolve such errors in spreadsheets .

Contra vouchers are used to record transactions involving cash and bank account transfers within the same organization, such as transferring cash from one bank account to another. Post-dated vouchers record transactions that are set to occur on a future date, ensuring that liabilities or payments are settled in due course. Receipt vouchers document funds received, detailing the source and purpose for accountability in financial records. The key distinction lies in their application: contra deals with internal transfers, post-dated with future transactions, and receipts with funds received .

The '$' sign in Excel is significant because it is used to create absolute cell references, which are cell references that remain constant, even when the formula is copied to another cell. To apply an absolute reference, the '$' sign is placed before the column letter and row number (e.g., $A$1). A mixed cell reference, which combines relative and absolute referencing by fixing either the column or the row, can be created by placing the '$' sign before either the column letter or the row number (e.g., $A1 or A$1).

To prevent and address errors like a negative date or time (which manifest as ##### in cells), one strategy is to ensure date and time inputs are logically correct and not derived from subtracting larger values from smaller ones. Implementing data validation rules can restrict negative entries. Additionally, using custom date and time formatting to display results correctly and applying IF functions to manage scenarios that might lead to such errors also help in prevention and resolution .

Cell reference is essential in Excel because it allows formulas to dynamically calculate values based on cell data. Relative cell references, such as A1, change when a formula is copied across rows or columns, adapting the formula to its new location. Absolute cell references, like $A$1, remain constant regardless of where the formula is copied. This impacts formula duplication significantly, as relative references allow for adaptable calculations, while absolute references maintain consistency and accuracy for key values or fixed data entries across the spreadsheet .

Customised accounting software involves modifying existing software solutions to better fit the specific needs of an organization, often with respect to user interface, reporting, or workflows. Tailored accounting software, on the other hand, is built from scratch based on the detailed needs and specifications of an organization, providing a unique solution that completely aligns with its operational processes. Customised solutions are generally quicker and cheaper to implement but may have limitations, whereas tailored solutions are more expensive and time-consuming but potentially offer greater flexibility and functionality .

A '#N/A' error in Excel typically occurs when a formula cannot find a referenced value. This can happen in functions like VLOOKUP or HLOOKUP if the lookup value does not exist in the data table. To resolve this error, verify that the lookup value and table_array are correct, consider using data validation to minimize errors, and use the IFERROR function to handle cases where #N/A might appear, allowing the display of a custom message or zero instead .

Data validation in Excel enhances data entry accuracy by restricting the type of data or the values that users can enter in a cell. The 'Error Alert' tab plays a crucial role by providing feedback to users when invalid data is entered. It allows users to set a warning message to inform them of any data entry errors, thus helping maintain the integrity and accuracy of the data being inputted into the spreadsheet .

You might also like