0% found this document useful (0 votes)
7 views1 page

Class X IT Half-Yearly Revision 2025-26

Uploaded by

virusinsaan
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)
7 views1 page

Class X IT Half-Yearly Revision 2025-26

Uploaded by

virusinsaan
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

SARALA BIRLA GYAN JYOTI

HALF YEARLY REVISION (2025-26)


CLASS: X
SUBJECT: INFORMATION TECHNOLOGY (402)

SECTION – A
(Objective Type Questions)
Choose the most appropriate option.

1. (i) Which of the following is an input device?


(a) Monitor (b) Speaker (c) Mouse (d) Printer

(ii) Alpana has made four spreadsheets containing marks of 5 subjects of all the students of her
class. She has to prepare a sheet that contains the total marks of all the students of her class.
Name the option that can be used to perform this task.
(a) Subtotal (b) Average (c) Goal Seek (d) Scenario
(iii) Which menu allows inserting a table of contents in LibreOffice Writer?
(a) Tools (b) Table (c) Insert (d) Format
(iv) Which type of tasks can be easily performed using Macros?
(a) Rare (b) Decision making (c) Repetitive (d) All of these
(v) The cell reference in a spreadsheet for cell range R7 to R17 is _________.
(a) R7.R17 (b) R7;R17 (c) R7:R17 (d) R7-R17
(vi) Varun is taking part in an election, where he requires 80% votes to win the election.
Assuming that there are 300 total voting members, and currently he has only 125 votes, which is
not a sufficient number because it only makes 52% of the total voters. He wants to calculate how
many more votes does he need? Suggest a feature of Excel that he should use to get the value.

(a) Consolidation data (b) Sub Total


(c) Goal seek (d) Solver

SECTION - B
(Subjective Type Questions)

Answer each question in 20 – 30 words.


2. How can we protect our data?
3. What do you mean by Passing Argument to a Macro?
Answer each question in 50 – 80 words.
4. Define the following terms with examples:
(a) Field
(b) Record
(c) Table
(d) Primary Key

-----------------------------------------

Page 1 of 1

Common questions

Powered by AI

A primary key is a unique identifier for each record in a database table. It must contain unique values and cannot be NULL. A database table can have only one primary key, which can be composed of single or multiple columns. The significance of a primary key lies in its ability to establish a unique identity for each record, which facilitates efficient data retrieval and ensures data integrity within the database. For example, in a student table, the student ID could serve as a primary key as it uniquely identifies each student.

Macros in spreadsheet software automate repetitive tasks by recording a series of actions performed by the user and replaying them on demand. This enhances efficiency by reducing the time and potential for error associated with manual repetition of these actions. For instance, a macro could be used to apply a specific format to cells, update data entries, or generate a standard report from monthly sales data. By automating these tasks, users can focus on more complex data analysis, ensuring consistency and accuracy in repetitive processes.

To protect digital data and ensure its integrity, several measures can be implemented. These include using strong passwords and changing them regularly, utilizing encryption to secure data both in transit and at rest, backing up data incrementally to different locations, and enabling multi-factor authentication. Additionally, restricting access to sensitive data through permission settings and regularly updating software to protect against vulnerabilities can further enhance data security. Such measures collectively safeguard data against unauthorized access, loss, and corruption.

In a database context, a field is the smallest data element and represents a single piece of data, such as a name or a price. A record is a complete set of related fields that typically correspond to a single item, such as all the information about a single student. For example, a record may comprise fields like 'Student ID,' 'Name,' and 'Date of Birth.' A table is a collection of records, structured with rows and columns, where each column represents a field, and each row represents a record. For example, a 'Students' table might contain multiple records, each representing a different student.

The 'Goal Seek' feature in Excel is used to find the required input value when you know the desired result of a formula. It changes the value in a specified cell until a formula that depends on that cell returns the desired result. This feature is appropriate in scenarios where one needs to reverse engineer the value necessary to achieve a specific target, such as determining how many additional votes Varun needs to win the election with 80% of 300 votes. 'Goal Seek' uses the current spreadsheet values to iterate on potential inputs and is particularly useful in financial forecasting, budgeting, and operations planning.

You might also like