0% found this document useful (0 votes)
111 views3 pages

Computer Science Exam Paper VII

This document is a sample paper for Class VII Computer Science at K.C. International School, consisting of two sections: Section A includes multiple-choice questions, true/false statements, fill in the blanks, and one-word answers, while Section B contains very short, short, and long answer questions. The paper tests knowledge on binary and hexadecimal number systems, data sorting in Excel, and related concepts. The total marks for the paper are 40, and the duration is 1.5 hours.

Uploaded by

vikash vkp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views3 pages

Computer Science Exam Paper VII

This document is a sample paper for Class VII Computer Science at K.C. International School, consisting of two sections: Section A includes multiple-choice questions, true/false statements, fill in the blanks, and one-word answers, while Section B contains very short, short, and long answer questions. The paper tests knowledge on binary and hexadecimal number systems, data sorting in Excel, and related concepts. The total marks for the paper are 40, and the duration is 1.5 hours.

Uploaded by

vikash vkp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

K.C.

INTERNATIONAL SCHOOL
Jalpura, Sector 01, Greater Noida West, G.B Nagar, U.P. 201306
Sample paper (2025-26)
Class: VII
Subject: Computer Science
Name : Time : 1.5 Hours
Roll No:_______________ M.M. : 40

 Read the question paper carefully.


 Question paper contains two sections:
 SECTION A comprises of MCQ’s, Fill in the blanks, True/False and one word answer.
 SECTION B comprises of Very short, Short and Long Question- Answers.

SECTION- A
Q1: Multiple Choice Questions. [1 x 6 = 6 Marks]

A. In binary multiplication 1x1 equals to:

a. 2

b. 8

c. 1

B. Calculate the result of (1100101)2 + (101010)2 and choose the correct answer:

a. 11001111

b. 10001111

c. 11100011

C. __________ is a quick way to find a set of data in a range.

a. Sorting

b. Filtering

c. Grouping

D. _________ helps in combining data from multiple worksheets into one worksheet.

(i) Combination
(ii) Collection
(iii) Consolidation

E. To sort data, we use the tab on the ribbon.


a. Data
b. Home
c. View
F. To convert a decimal number into a binary number, divide the number by
a. 2
b. 8
c. 10

Q2: Write T for true and F for false statements. [1 x 6= 6 Marks]

1. The most common number system is Binary number system. (……)

2. The binary value of 2 is 100. (……)

3. Filter means Ascending or Descending in MS Excel. (……)

4. To filter data in excel, click the data tab. (……)

5. The octal number system consists of 8 digits. (……)

6. The hexadecimal number system has the base 16. (……)

Q3: Fill in the Blanks. [1 x 6 = 6 Marks]

1. In binary subtraction, 1-0 equals to


2. The base of the binary number system is

3. The consolidate function is available in the _________ tab.

4. To filter data in Excel, click the ______________ tab.

5. The most common number system is the number system.

6. is a way to filter data based on some specific conditions.

Q4: Answer in one word: [1 x 4 = 4 Marks]

1. What is the result of (1+1) in the binary number system?

2. Which number system has the base 16?

3. Which tab is clicked to sort data in Excel?

4. What is it called to arrange the data either in Ascending or Descending order?

SECTION- B

Q5: Very Short Answer Question. [1x 4 = 4 marks]

(i) What is the base of the Hexadecimal number system? Draw the table of
number representation in Hexadecimal.

(ii) Convert 7 from Decimal to binary and write the answer.

(iii) which tab contains the conditional formatting option?

(iv) Which button helps you remove filter from the table?

Q.6. Short Answer Questions: (3x2= 6 marks)

(i) Write four rules of Binary multiplication.

(ii) In how many ways can you sort the data? Name each method.

(iii) What is the role of custom filter in MS Excel?

Q.7. Long Answer Questions (Attempt any TWO): (2x4=8 marks)

(i) What do you understand by hexadecimal number system.

(ii) Explain the octal number system.

(iii) How consolidating the data is helpful to you?

Common questions

Powered by AI

The custom filter in MS Excel allows users to filter data based on specific criteria, such as exact match, numerical range, or text containment. This enables more refined and targeted analysis compared to basic filtering, which might only sort by a single attribute. Custom filters are crucial for examining particular subsets of data, making patterns and outliers more visible and allowing tailored analysis .

Data can be sorted in spreadsheets based on various methods: ascending, descending, and custom sorting. Ascending and descending sorting arranges data based on increasing or decreasing value respectively, while custom sorting allows for more complex arrangements based on multiple criteria, such as sorting by color or specific conditions. These methods help organize data for clearer insights and more effective data handling .

The hexadecimal number system is base-16 and uses the digits 0-9 and the letters A-F to represent values 0 to 15. It is more compact than binary, making it easier to read and used primarily to simplify binary code in computing, often in memory addresses and color codes in web design. Unlike decimal (base-10) which uses 0-9, hexadecimal directly converts binary into a more manageable format, facilitating easier interpretation by humans .

Sorting and filtering tools in spreadsheets clarify data by organizing and focusing on pertinent information. Sorting organizes data hierarchically, aiding in recognizing trends, while filtering isolates specific data sets, making outliers and patterns easier to spot. These tools enhance decision-making by enabling targeted examination and clearer visual representation of large datasets, facilitating informed decisions .

The octal system, or base-8, reduces the length of binary representations by grouping three binary digits into one octal digit, simplifying reading and writing of large binary sequences. It was historically used in systems like UNIX for permission and memory address representation because of these simplification benefits despite its lesser prevalence compared to hexadecimal today .

To convert a decimal number to binary, repeatedly divide the number by 2 and record the remainder until you reach zero; the binary result is the remainders read upwards. This process allows computers to interpret and manipulate decimal inputs using binary, as computer architecture is inherently binary-based, enabling efficient data computation and hardware compatibility .

The binary system, composed of 0s and 1s, is fundamental to computer systems because it corresponds to electronic states—on and off. It simplifies computing hardware design and forms the core of data storage and processing. The decimal system, human-centric and base-10, is less efficient for computers due to additional conversions. Arithmetic operations in binary are simpler at a hardware level but require programmers to frequently convert to decimal for user-friendly outputs .

Filtering and sorting both organize data but serve different purposes. Sorting rearranges data into a specified sequence, whereas filtering selectively displays data that meets certain criteria while hiding non-relevant data. Filtering maintains the dataset unchanged but focuses analysis on relevant sections, whereas sorting finds and orders items but changes their positions within the dataset, potentially affecting data relationships .

The four rules of binary multiplication are: 0 × 0 = 0, 0 × 1 = 0, 1 × 0 = 0, and 1 × 1 = 1. Unlike decimal multiplication where each digit can be from 0-9, binary multiplication involves only the digits 0 and 1. Binary multiplication simplifies to logical operations; it does not involve carryover like decimal multiplication except when adding intermediate results, similar to binary addition .

Data consolidation is a feature that combines data from multiple worksheets into a single worksheet, allowing for comprehensive analysis and reporting. It eliminates redundancy and potential errors by aggregating data in one place, assisting in better data comparison and decision-making. This consolidation can also incorporate summaries, such as totals or averages, from different data sources across the worksheets .

You might also like