Uploaded by amritdeepj

IT XI ASSIGNMENT and MCQs DBMS

advertisement
Database Concepts Class 12 MCQ
1. Data is a collection of ________ facts which have not been processed to reveal useful
information.
a. Raw t
b. Facts
c. Process
d. None of the above
a. Raw
2. Which of the following properties belong to the database _______________.
a. A database is a representation of some aspect of the real world also called miniworld.
b. It is designed, built and populated with data for specific purposes.
c. It can be of any size and complexity.
d. All of the above
d. All of the above
3. What are the benefits of databases ___________.
a. Data Redundancy
b. Data Inconsistency
c. Lack of Data Integration
d. All of the above
d. All of the above
4. A ____________is a collection of programs that enables users to rate, maintain and use a
database.
a. Database management system
b. Database manageable system
c. Database updation system
d. None of the above
a. Database management system
5. Which of the following is not a valid SQL type?
a. FLOAT
b. NUMERIC
c. DECIMAL
d. CHARACTER
d. CHARACTER
6. Which of the following is not a DDL command?
a. TRUNCATE
b. ALTER
c. CREATE
d. UPDATE
d. UPDATE
7. What are the various operations that need to be performed on a database
_____________.
a. Defining the database
b. Sharing the database
c. Manipulating the database
d. All of the above
d. All of the above
9. What are the different characteristics of Database management systems?
a. Self – describing Nature of a database system
b. Insulation between programs and data
c. Sharing of data
d. All of the above
d. All of the above
10. A multiuser environment allows multiple users to access the database simultaneously; it
means ___________.
a. Sharing of data
b. Insulation between Program and data
c. Self-describing Nature of database system
d. None of the above
a. Sharing of data
11. any change in the structure of data would be done in the catalog and hence programs
which access this data need not be modified. This property is called_____________.
a. Program-Data Independence
b. Self describing
c. Sharing of data
d. None of the above
a. Program-Data Independence
12. What are the different types of DBMS users ____________.
a. End users
b. Database Administrator
c. Application programmers
d. All of the above
d. All of the above
13. Users who use the database for querying, modifying and generating reports as per their
needs. They are not concerned about the working and designing of the database known as
_________.
a. End users
b. Database Administrator
c. Application programmers
d. All of the above
a. End users
12. How many Primary keys can there be in a table?
a. Only 1
b. Only 2
c. Depends on no of Columns
d. Depends on DBA
a. Only 1
13. Which of the following is not Constraint in SQL?
a. Primary Key
b. Not Null
c. Check
d. Union
d. Union
14. What operator tests column for absence of data
a. NOT Operator
b. Exists Operator
c. IS NULL Operator
d. None of the above
c. IS NULL Operator
15. __________ is responsible for authoring access, monitoring its use, providing technical
support, acquiring software and hardware resources.
a. End users
b. Database Administrator
c. Application programmers
d. All of the above
b. Database Administrator
16. ___________ write application program to interact with the database.
a. End users
b. Database Administrator
c. Application programmers
d. All of the above
c. Application programmers
17. _________ determines the requirements of the end users and then develops
specifications to meet these requirements
a. End users
b. Database Administrator
c. System Analyst
d. All of the above
c. System Analyst
18. __________plays a major role in the database design and all the technical, economic
and feasibility aspects.
a. End users
b. Database Administrator
c. System Analyst
d. All of the above
c. System Analyst
19. Advantages of using DBMS approach.
a. Reduction in Redundancy
b. Improved consistency
c. Improved availability
d. All of the above
d. All of the above
20. Data in a DBMS is more concise because of the __________ of data.
a. Non availability of data
b. Central repository
c. Data is not Security
d. None of the above
b. Central repository
21. By making use of ___________, the DBA can provide security to the database.
a. Database access rights
b. Password
c. Controlling users
d. All of the above
d. All of the above
22. Limitation of using DBMS approach _________.
a. High cost
b. Security and recovery overheads
c. Both a) and b)
d. None of the above
c. Both a) and b)
23. __________organize collection of data as a collection of relations where each relation
corresponds to a table of values.
a. Data method
b. Database
c. Data system
d. None of the above
b. Database
24. A row is also called a ________.
a. Field
b. Tuple
c. Both a) and b)
d. None of the above
c. Both a) and b)
25. A column is also called ________.
a. Attribute
b. Relation
c. Domain
d. Degree
a. Attribute
26. The data types of values in each column are called __________.
a. Attribute
b. Relation
c. Domain
d. Degree
c. Domain
27. The number of attributes in a relation is called the _________ of a relation.
a. Attribute
b. Relation
c. Domain
d. Degree
d. Degree
28. The number of rows in a relation is called the _________ of a relation.
a. Cardinality
b. Relation
c. Domain
d. Degree
a. Cardinality
29. Some of the examples of databases are ___________.
a. IBM DB2
b. Oracle
c. MySQL
d. All of the above
d. All of the above
30. __________ are restrictions on the values, stored in a database based on the
requirements.
a. Method
b. Constraints
c. Properties
d. None of the above
b. Constraints
31. What are examples of constraints in relational models?
a. Domain constraint
b. Key constraint
c. Entity Integrity constraint
d. All of the above
d. All of the above
32. What are the examples of key constraints?
a. Super key
b. Candidate key
c. Primary key
d. All of the above
d. All of the above
33. __________ is a set of attributes in a relation, for which no two tuples in a relation state
have the same combination of values.
a. Super key
b. Candidate key
c. Primary key
d. All of the above
a. Super key
34. _________ key helps to protect duplication in the table.
a. Super key
b. Candidate key
c. Primary key
d. All of the above
c. Primary key
35. ____________ is a language that is used to manage data stored in a RDBMS.
a. DDL
b. DML
c. SQL
d. None of the above
c. SQL
36. SQL Stands for __________.
a. System Query Language
b. Structured Query Language
c. Social Query Language
d. None of the above
b. Structured Query Language
37. DDL Stands for ___________.
a. Data Database Language
b. Domain Definition Language
c. Data Definition Language
d. None of the above
c. Data Definition Language
38. DML Stands for ___________.
a. Data Manageable Language
b. Domain Manipulation Language
c. Data Manipulation Language
d. None of the above
c. Data Manipulation Language
39. Database system needs to be installed on the Computer and this computer is known as
___________.
a. Database Server
b. Database storage
c. Database memory
d. None of the above
a. Database Server
40. _________ command is used to create a new table in the database.
a. Select command
b. Create command
c. Modify command
d. Alter command
b. Create command
41. Which datatype belongs to numerical type.
a. Integer
b. . Number
c. Decimal
d. All of the above
d. All of the above
41. What data type has a fixed length in the database.
a. Varchar(n)
b. Char(n)
c. Longvarchar(n)
d. None of the above
b. Char(n)
42. Which syntax is correct for creating a table _________.
a. Create table <table name> ( <column name> <data type>);
b. Create table <column name> ( <table name> <data type>);
c. Create table ( <column1 name> <data type>);
d. None of the above
a. Create table ( );
43. Which command is used to creating a Database;
a. Create <database name>;
b. Create Database <database name>;
c. Database Create <database name>;
d. None of the above
b. Create Database ;
44. Which command is used to display a Database;
a. Display DATABASE;
b. Show DATABASE;
c. Check DATABASE;
d. None of the above
b. Show DATABASE;
45. A command that lets you change one or more field in a table is:
a. INSERT
b. MODIFY
c. LOOK-UP
d. All of the above
b. MODIFY
46. How can you change “Mehta” into “Sinha” in the “LastName” column in the Users
table?
a. UPDATE User SET LastName = ‘Mehta’ INTO LastName = ‘Singh’
b. MODIFY Users SET LastName = ‘Sinha’ LAST LastName = ‘Sinha’
c. MODIFY Users SET LastName = ‘Mehta’ INTO LastName = ‘Sinha’’
d. UPDATE Users SET LastName = ‘Mehta’ WHERE LastName = ‘Sinha’’
d. UPDATE Users SET LastName = ‘Mehta’ WHERE LastName = ‘Sinha’’
47. What are the several constraints for smooth operations in the database.
a. NOT NULL
b. DEFAULT
c. CHECK
d. All of the above
d. All of the above
48. If a user has not entered a value for an attribute, then the default value specified while
creating the table is used; this constraint is done by using _________.
a. NOT NULL
b. DEFAULT
c. CHECK
d. All of the above
b. DEFAULT
49. ___________ ensures that there must always exist a valid relationship between two
relational database tables.
a. Referential Integrity Constraint
b. Key Constraint
c. Default Constraint
d. None of the above
a. Referential Integrity Constraint
50. A foreign key constraints can reference columns within the same table. These tables are
called ___________.
a. Self-referencing tables
b. Key Constraint
c. Default Constraint
d. None of the above
a. Self-referencing tables
51. The advantage is that named constraints can be easily _________ using the alter Table
command.
a. Updated
b. Deleted
c. Both a) and b)
d. None of the above
c. Both a) and b)
52. The command is used to delete tables from a database _________.
a. Delete Table
b. Remove Table
c. Drop Table
d. None of the above
c. Drop Table
53. ____________command is used to modify the base table definition. The modifications
that can be done using this command.
a. Update Table
b. Alter Table
c. Modify Table
d. None of the above
b. Alter Table
54. A column can be dropped using this command but one must specify the options
__________ for the drop behavior.
a. Restrict
b. Cascade
c. Both a) and b)
d. None of the above
c. Both a) and b)
55. If the reference is given in another table then ________ command is not allowed to
drop the table.
a. Restrict
b. Cascade
c. Both a) and b)
d. None of the above
a. Restrict
56. If the reference is given in another table then ________ command is allowed to drop
the table.
a. Restrict
b. Cascade
c. Both a) and b)
d. None of the above
b. Cascade
57. A f___________key can be dropped by using the ALTER TABLE command.
a. Primary key
b. Foreign key
c. Both a) and b)
d. None of the above
c. Both a) and b)
58. Insert command helps to insert _________ in the table.
a. Column
b. Row
c. Tuple
d. All of the above
d. All of the above
59. ___________command is used to update the attribute values of one or more tuples in a
table.
a. Insert table
b. Update table
c. Alter table
d. None of the above
b. Update table
60. In order to delete one or more tuples, _________ command is used.
a. Drop command
b. Delete command
c. Remove command
d. Erase command
b. Delete command
61. The ____________ Command is used to retrieve information from a database.
a. Select command
b. Display command
c. Show command
d. None of the above
a. Select command
62. Where clause you can use in which of the following commands.
a. Delete command
b. Select command
c. Both a) and b)
d. None of the above
c. Both a) and b)
63. ________ helps to count the number of tuples in the database.
a. Count
b. Sum
c. Max
d. Min
a. Count
64. _______ finds the sum of all the values for a selected attribute which has a numeric
data type.
a. Count
b. Sum
c. Max
d. Min
b. Sum
65. ________ finds the maximum value out of all the values for a selected attribute which
has numeric data type.
a. Greatest
b. Maximum
c. Max
d. Minimum
c. Max
66. _________ helps to find the minimum value out of all values for a selected attribute
which has numeric data type.
a. Minimum
b. Min
c. Lowest
d. None of the above
b. Min
67. _________ helps to find the average value of all the values for a selected attribute
which has numeric data type.
a. Middle
b. Average
c. AVG
d. None of the above
c. AVG
68. Which SQL keyword is used to display the data based on certain pattern?
a. LIKE
b. IN
c. BETWEEN
d. RANGE
a. LIKE
69. Sagun is creating a table SALESMAN with fields Salesman number, Name, Total Sales.
She doesn’t want the Total Sales column to be remain unfilled i.e. she wants to make entry
in this field mandatory. Which constraint she should use at the time of creating SALESMAN
table:
a. Check
b. Default
c. Not null
d. Primary key
c. Not null
70. Ranjana wants to delete the records where name starts with A from the table
CUSTOMER having fields Name, Amount, Discount. Identify the correct command:
a. Delete CUSTOMER where name like “A%”;
b. Delete from CUSTOMER where name like “A%”;
c. Delete CUSTOMER where name = “A%”;
d. Delete from CUSTOMER where name = “A%”;
b. Delete from CUSTOMER where name like “A%”;
71. The ______________command is used to modify the structure of the table STUDENT in
MySQL.
a. Modify table STUDENT
b. Alter table STUDENT
c. Alter STUDENT
d. Modify STUDENT
b. Alter table STUDENT
72. Garvit wants to change the default value of DISCOUNT in the CUSTOMER table from 10
to 15. Select the most appropriate command to do the same from the following options:
a. ALTER TABLE CUSTOMER ALTER DISCOUNT SET DEFAULT 15;
b. ALTER TABLE CUSTOMER DELETE DISCOUNT SET DEFAULT 15;
c. ALTER TABLE CUSTOMER MODIFY DISCOUNT SET DEFAULT 15;
d. ALTER TABLE CUSTOMER CHANGE DISCOUNT SET DEFAULT 15;
a. ALTER TABLE CUSTOMER ALTER DISCOUNT SET DEFAULT 15;
73. Consider a table: COACHING having fields CITY_NAME, ENROLMENTS. Shikhar wants to
display the data of the above table in ascending order of enrolments. Choose the correct
query/queries from the following:
i. Select * from coaching order by enrolments asc;
ii. Select * from coaching order by enrolments desc;
iii. Select * from coaching order by enrolments;
iv. Select * from coaching order by enrolments ascending; Select the correct option:
a. Only (i) is correct
b. Both (i) and (ii) are correct
c. Both (i) and (iii) are correct
d. Only (iv) is correct
c. Both (i) and (iii) are correct
74. Geeta wants to know the usage of NULL in MySQL. Help her choose in which of the
following case NULL value cannot be assigned to the column Admission_Number:
a. When the Admission_Number is zero
b. When the Admission_Number is not known
c. When the Admission_Number is not available
d. When the Admission_Number is not applicable
a. When the Admission_Number is zero
75. Which of the following is NOT an advantage of DBMS approach:
a. All the data is stored at one place. There is no repetition of the same data.
b. There is a single copy of data that is accessed or updated by all the users.
c. The DBA can provide security to the database by controlling users’ database access rights.
d. Designing the database specifications and writing application programs is a timeconsuming process.
d. Designing the database specifications and writing application programs is a timeconsuming process.
76. An attribute A of datatype varchar(20) has the value “Keshav”. The attribute B of
datatype char(20) has value ”Meenakshi”. How many characters are occupied in attribute A
and attribute B?
a. 20,6
b. 6,20
c. 9,6
d. 6,9
b. 6,20
77. Cardinality of a table is four and degree is three. If two columns and four rows are
added to the table what will be the new degree and cardinality of the given table:
a. 5,8
b. 3,4
c. 8,5
d. 4,3
a. 5,8
Database Concepts Class 12 Important Questions
1. What is data?
Answer – Data is a collection of raw facts which have not been processed to reveal useful
information.
2. What is Database?
Answer – A database is an organized collection of structured information, or data, typically
stored electronically in a computer system. A database is usually controlled by a database
management system.
3. What are the different properties of Database?
Answer – The different properties of Database are –
1) A database is a representation of some aspect of the real world also called miniworld.
Whenever there are changes in this miniworld they are also reflected in the database.
2) It is designed, built and populated with data for specific purposes.
3) It can be of any size and complexity.
4) It can be maintained manually or it may be computerized.
4. Why is a database required?
Answer – Large amounts of data may be kept in one location, which makes databases a
suitable choice for data access. The data can be accessed and changed simultaneously by
several individuals. You can quickly and easily find the information you need in databases
since they can be searched and sorted.
5. What are the different advantages of Database?
Answer – Advantages of database are –
1. Reduction in Redundancy: All the data is stored at one place. There is no repetition of the
same data. This also reduces the cost of storing data on hard disks or other memory
devices.
2. Improved Consistency: The chances of data inconsistencies in a database are also
reduced as there is a single copy of data that is accessed or updated by all the users.
3. Improved Availability: Same information is made available to different users. This helps
sharing of information by various users of the database.
4. Improved Security: By making use of passwords and controlling users’ database access
rights, the DBA can provide security to the database.
5. User Friendly: Using a DBMS, it becomes very easy to access, modify and delete data.
6. What is a Database Management System?
Answer – A database management system is a group of applications that let users build,
administer, and use databases. It permits the development of a data repository that may be
created once and then accessible by various users in accordance with their needs. As a
result, all application programmes have access to a single data source.
7. What are the various operations performed by Database?
Answer
– The
various
operation
of
database
are
–
1. Defining the Database: It involves specifying the data type of data that will be stored in
the database and also any constraints on that data.
2. Populating the Database: It involves storing the data on some storage medium that is
controlled by DBMS.
3. Manipulating the Database: It involves modifying the database, retrieving data or
querying the database, generating reports from the database etc.
4. Sharing the Database: Allow multiple users to access the database at the same time.
5. Protecting the Database: It enables protection of the database from software/ hardware
failures and unauthorized access.
6. Maintaining the Database: It is easy to adapt to the changing requirements
8 What are the different characteristics of Database?
Answer – The different characteristics of database are –
a. Self-describing Nature of a Database System – The database management system
(DBMS) also includes a description of the data that it stores. Metadata refers to this
description of the data. A database catalog or data dictionary is where meta-data is kept. It
includes the data’s structure as well as the limitations placed on the data.
b. Insulation Between Programs and Data – Programs that access this data don’t need to
be changed because the description of the data is stored separately in the database
management system (DBMS) and any changes to the data’s structure are made in the
catalog. The term “Program-Data Independence” refers to this quality.
c. Sharing of Data – Multiple users can access the database at once in a multi user scenario.
Therefore, a DBMS must have concurrency control software to provide concurrent access
to the database’s data without encountering any consistency issues.
9. What are the different types of users of DBMS?
Answer – The different types of DBMS users are –
1. End Users – Users who use the database for querying, modifying and generating reports
as per their needs.
2. Database Administrator (DBA) – The DBA is responsible for authoring access, monitoring
its use, providing technical support, acquiring software and hardware resources.
3. Application Programmers – Application programmes write application programs to
interact with the database.
4. System Analyst – A system analyst plays a major role in the database design and all the
technical, economic and feasibility aspects.
10. What are the limitations of using DBMS?
Answer – Limitations of DBMS are –
a. High Cost – The cost of implementing a DBMS system is very high and a very time
consuming process.
b. Security and Recovery Overheads – Databases protect the data from unauthorized
access from the users.
11. What is a relational Database?
Answer – A collection of data elements with pre-established relationships between them
make up a relational database. These things are arranged in a series of tables with rows and
columns. To store data about the things that will be represented in the database, tables are
utilized.
12. What do you mean by domain constraint?
Answer – Columns with user-defined domain constraints make it easier for users to enter
values that relate to the data type. Additionally, it notifies the user that the column is not
properly filled in if it receives a faulty input.
13. What is entity integrity constraint?
Answer – This constraint specifies that the primary key of a relation cannot have null value.
The reason behind this constraint is that we know the primary key contains no duplicates.
14. What is the referential integrity constraint?
Answer – Foreign key constraints or referential integrity constraints. A logical rule about
the values in one or more columns in one or more tables is known as a foreign key
constraint, also known as a referential constraint or a referential integrity constraint.
15. How many SQL statements are used? Define them.
Answer – SQL statements are basically divided into two categories, DDL & DML.
a. Data Definition Language – Commands from the Data Definition Language (DDL) are
used to specify the structure holding the data. These commands are automatically
committed, which means that any database changes made by DDL commands are
permanently recorded.
b. Data Manipulation Language – The database’s data can be changed using Data
Manipulation Language (DML) commands. These instructions can be rolled back and are
not automatically committed.
16. Give an example of DDL & DML commands?
Answer
Data Definition Language (DDL) commands:
 CREATE table
 ALTER table
 DROP table
Data Manipulation Language (DML) commands:
 INSERT table
 UPDATE table
 DELETE
–
17. Consider the following Employee table –
The primary key of this table is Employee_ID and Manager_ID is a foreign key that
references Employee_ID.
Write SQL commands for the following:
(a) Create the above table
CREATE TABLE EMPLOYEE
(
Employee_ID INTEGER PRIMARY KEY,
Employee_Name VARCHAR(20) NOT NULL,
Job_Title VARCHAR(20),
Salary DECIMAL(10,2) DEFAULT 40000,
Bonus VARCHAR(10),
Age INTEGER,
FOREIGN KEY (Manager_ID) REFERENCES Employee(Employee_ID)
);
(b) Insert values as shown above
INSERT INTO Employee (
Employee_Id, Employee_Name, Job_Title, Salary, Bonus, Age, Manager_Id)
Values (1201, “Divya”, “President”, 50000, NULL, 29, NULL);
or
INSERT INTO Employee (
Employee_Id, Employee_Name, Job_Title, Salary, Bonus, Age, Manager_Id)
Values (1201, “Divya”, “President”, 50000, NULL, 29, NULL),
(1205, “Amyra”, “Manager”, 30000, 2500, 26, 1201),
(1211, “Rahul”, “Analyst”, 20000, 1500, 23, 1205),
(1213, “Manish”, “Salesman”, 15000, NULL, 22, 1205),
(1216, “Megha”, “Analyst”, 22000, 1300, 25, 1201),
(1217, “Mohit”, “Salesman”, 16000, NULL, 22, 1205);
(c) Delete the Employee having Employee_ID 1217.
DELETE FROM Employee WHERE Employee_Id = 1217;
(d) Update the salary of “Amyra” to 40000.
UPDATE Employee SET Salary = 40000 WHERE Employee_Name = “Amyra”;
(e) Alter the table Employee so that NULL values are not allowed for Age column.
ALTER TABLE Employee MODIFY Age INTEGER NOT NULL;
(f) Write a query to display names and salaries of those employees whose salary are
greater than 20000.
SELECT Employee_Name, Salary FROM Employee WHERE Salary>20000;
(g) Write a query to display details of employees who are not getting any bonus.
SELECT * FROM Employee WHERE Bonus IS NULL;
(h) Write a query to display the names of employees whose name contains “a” as the last
alphabet.
SELECT Employee_Name FROM Employee WHERE Employee_Name LIKE “%a”;
(i) Write a query to display the name and Job title of those employees whose Manager_ID
is 1201.
SELECT Employee_Name, Job_Title FROM Employee WHERE Manager_ID = 1201;
(j) Write a query to display the name and Job title of those employees whose Manager is
“Amyra”
SELECT Employee_Name, Job_Title FROM Employee WHERE Manager = “Amyra”;
(k) Write a query to display the name and Job title of those employees aged between 26
years and 30 years.
SELECT Employee_Name, Job_Title FROM Employee WHERE Age BETWEEN 26 AND 30;
18. A Railway company uses machines to sell tickets. The machine details and daily sales
information are recorded in two tables:
The primary key of the table Machine is Machine_ID. Records in the table Sales are
uniquely identified by the fields Machine_ID and Date.
(a) Create the tables Machine and Sales.
CREATE TABLE MACHINE
(
MACHINE_ID CHAR(3) PRIMARY KEY,
Station CHAR(30)
);
CREATE TABLE SALES
(
MACHINE_ID CHAR(3) NOT NULL UNIQUE,
Date DATE NOT NULL UNIQUE;
Tickets_Sold INTEGER;
Income DECIMAL(8,2)
);
(b) Write a query to find the number of ticket machines in each station.
SELECT Station FROM Machine GROUP BY Tickets_Sold;
(c) Write a query to find the total ticket income of the station “New Delhi” of each day.
SELECT Station FROM Machine where Station=”New Delhi” GROUP BY Sales HAVING
SUM(Income);
(d) Write a query to find the total number of tickets sold by the machine (Machine_ID =
122) till date.
SELECT SUM(Tickets_Sold) FROM Sales WHERE Machine_ID = 122;
Computer Organization Class 11 MCQ
1. Computer is an electronic device and works on electronic signals. In computer systems
on and off signals denote ________ respectively.
a. 1 and 0
b. 2 and 9
c. 3 and 8
4. 4 and 6
a. 1 and 0
2. Computers understand only ___________ language.
a. Human Language
b. Binary Language
c. English Language
d. None of the above
b. Binary Language
3. _________ helps to convert high level languages to binary languages.
a. Translator
b. Reader
c. Converter
d. None of the above
a. Translator
4. The data and/or instructions given by the user to the machine are termed as Input and
the result
generated by the machine after processing the data is the __________.
a. Process
b. Output
c. Input
d. None of the above
b. Output
5. Advantage/Characteristics of a computer system.
a. Diligence
b. Versatility
c. Accuracy
d. All of the above
d. All of the above
6. IPO Cycle stands for ___________.
a. Input Process Output
b. Individual Person Outcome
c. Internal Process Outcome
d. None of the above
a. Input Process Output
7. The _________ unit holds the data and instructions during the processing.
a. Input
b. Output
c. Memory
d. None of the above
c. Memory
8.What are the different types of computer storage devices __________.
a. Primary Memory
b. Secondary Memory
c. Both a) and b)
d. None of the above
c. Both a) and b)
9. ___________ memory is directly accessed by the CPU and it is also fast and expensive
memory.
a. Primary Memory
b. Secondary Memory
c. External Memory
d. None of the above
a. Primary Memory
10. Give some examples of primary memory _________.
a. RAM
b. ROM
c. Both a) and b)
d. None of the above
c. Both a) and b)
11. RAM Stands for _______________.
a. Roman Access Memory
b. Random Access Memory
c. Randomly Accessible Memory
d. None of the above
b. Random Access Memory
12. RAM is also known as ____________.
a. Volatile memory
b. Non – Volatile memory
c. External memory
d. None of the above
a. Volatile memory
13. Type of RAM ___________.
a. DRAM
b. SRAM
c. Both a) and b)
d. None of the above
c. Both a) and b)
14. DRAM stands for _____________.
a. Dynamic Random Access Memory
b. Digital Random Access Memory
c. Dynamic Random Accessible Memory
d. None of the above
a. Dynamic Random Access Memory
15. SRAM Stands for ___________.
a. Sub Random Access Memory
b. Static Random Access Memory
c. Social Random Access Memory
d. Static Random Accessible Memory
b. Static Random Access Memory
16. ROM is also known as __________.
a. Volatile memory
b. Non – Volatile memory
c. External memory
d. None of the above
b. Non – Volatile memory
17. PROM Stands for ___________.
a. Programmable Read Only Memory
b. Program Read Only Memory
c. Prolog Read Only Memory
d. None of the above
a. Programmable Read Only Memory
18. EPROM Stands for ___________.
a. Electrically Erasable Programmable Read Only Memory
b. Electrically Erasable Program Read Only Memory
c. Electrically Erasable Prolog Read Only Memory
d. None of the above
a. Electrically Erasable Programmable Read Only Memory
19. Give an example of the device which belongs to Secondary Storage ___________.
a. Hard Disk
b. Compact Disk
c. Magnetic Tapes
d. All of the above
d. All of the above
Computer Organization Class 11 MCQ
20. __________ is a chip-based computer component that makes retrieving data from the
computer’s memory more efficient.
a. Random Access Memory
b. Read Only Memory
c. Cache Memory
d. None of the above
c. Cache Memory
21. ___________ coordinates with the peripheral devices to accept the input or display the
output. It is like a manager of all operations.
a. Control Unit
b. Arithmetic Logic Unit
c. Memory Unit
d. None of the above
a. Control Unit
22. ____________ retrieves the data from the storage unit and performs the arithmetic
calculations and/or comparisons on them and the processed data is then sent back to the
storage.
a. Control Unit
b. Arithmetic Logic Unit
c. Memory Unit
d. None of the above
b. Arithmetic Logic Unit
23. __________ is the main circuit board which holds together various components like
CPU, memory, connectors for the hard drive and optical drives.
a. Hard Disk
b. MotherBoard
c. CPU
d. None of the above
b. MotherBoard
24. __________ it is a large printer-like device that is used to take print of large maps,
architectural designs.
a. Plotter
b. Inkjet Printer
c. Laser Printer
d. All of the above
a. Plotter
25. ____________it is an output device that gives an enlarged view of the output on a large
screen. It is generally used for giving a view of output to a large audience.
a. LED Monitor
b. Projector
c. LCD Monitor
d. All of the above
b. Projector
26. Give some examples of processor __________.
a. Dual – core
b. Quad – core
c. Octa – core
d. All of the above
d. All of the above
27. Give some of the examples of processor manufacturing companies ___________.
a. Intel
b. AMD
c. Both a) and b)
d. None of the above
c. Both a) and b)
28. Speed of processors is usually measured in ____________.
a. Megahertz (MHz)
b. Gigahertz (GHz)
c. Both a) and b)
d. None of the above
c. Both a) and b)
29. All the data stored in the c drive of a computer is basically stored in ____________.
a. Hard disk
b. CD-ROM
c. Pen Drive
d. All of the above
a. Hard disk
30. 1 nibble = __________.
a. 4 bits
b. 8 bits
c. 16 bits
d. All of the above
a. 4 bits
31. 1024 MB = __________.
a. 1 GB
b. 1 TB
c. 1 PB
d. 1 Exabyte
a. 1 GB
32. Digital Video Disc(DVD) are examples of optical storage devices. Capacity of a DVD is
higher than ___________.
a. Hard Disk
b. Compact Disk
c. External Hard Disk
d. All of the above
b. Compact Disk
33. Give some examples of Operating Systems ____________.
a. MS-Dos
b. Solaris
c. Windows 10
d. All of the above
d. All of the above
34. Operating System as an Interface Functions of an Operating system can be broadly
categorized as___________.
a. Communication Manager
b. Resource Management
c. Process Management
d. All of the above
d. All of the above
35. ____________communicating with the peripheral devices or the internet, are
addressed by the operating system.
a. Communication Manager
b. Resource Management
c. Process Management
d. All of the above
a. Communication Manager
36. _________ management helps to process the program currently executing in the
memory or waiting for the CPU.
a. Communication Manager
b. Resource Management
c. Process Management
d. All of the above
c. Process Management
37. ____________ component of an operating system allocates memory to the processes in
a dynamic manner that is allocated on demand and released when not needed.
a. Communication Manager
b. Resource Management
c. Memory Management
d. File Management
c. Memory Management
38. __________ takes care of all the files and folders (directories) maintained on the
computer disk. The basic tasks that a user needs to perform on files are creation, renaming,
deletion, copying or moving of a file or folder.
a. Communication Manager
b. Resource Management
c. Memory Management
d. File Management
d. File Management
39. What are the different types of Operating System ____________.
a. Single – tasking and Multi – tasking Operating System
b. Single user and Multi user Operating System
c. Real Time Operating System
d. All of the above
d. All of the above
40. __________ operating systems allow execution of only a single program at a time.
a. Single tasking Operating System
b. Multi tasking Operating System
c. Real time Operating System
d. Batch Processing System
a. Single tasking Operating System
41. _____________ operating system can execute more than one program simultaneously.
The processor time, in this case, is divided amongst various processes.
a. Single tasking Operating System
b. Multi tasking Operating System
c. Real time Operating System
d. Batch Processing System
b. Multi tasking Operating System
42. ___________ operating systems allow only one user to use the system. The desktop
systems can be classified as typical single user systems
a. Single User Operating System
b. Multi User Operating System
c. Real time Operating System
d. Batch Processing System
a. Single User Operating System
43. ____________ operating systems allow many users to access the system by maintaining
an account of all the registered users.
a. Single User Operating System
b. Multi User Operating System
c. Real time Operating System
d. Batch Processing System
b. Multi User Operating System
44. Operating systems which ensure that the response time is fixed are categorized as
______________.
a. Single User Operating System
b. Multi User Operating System
c. Real time Operating System
d. Batch Processing System
c. Real time Operating System
45. In a ________________, similar jobs are clubbed together and submitted as a block to
the processor for execution.
a. Single User Operating System
b. Multi User Operating System
c. Real time Operating System
d. Batch Processing System
d. Batch Processing System
46. If any computer hardware is not working then ___________.
a. You have to check the cable
b. Replace the hardware device
c. Destroy the hardware device
d. All of the above
a. You have to check the cable
47. To improve the performance of a computer you need to _____________.
a. Shutdown the computer
b. Close running programs that are not being used
c. Delete all files and folder from the computer
d. None of the above
b. Close running programs that are not being used
48. What is a shortcut key for opening a Help window on a computer.
a. F5
b. F4
c. F3
d. F2
d. F2
49. Troubleshoot the hardware problem, if the monitor is not showing any display or Screen
is blank.
a. Check the System is in Sleep mode
b. Check the Monitor cable
c. If Laptop, check the battery is low
d. All of the above
d. All of the above
50. If the keyboard is not responding then what we have to do.
a. Check the cable connection
b. Check for any damage
c. If wireless keyboard, check the batteries
d. All of the above
d. All of the above
Office Automation Tools Class 11 MCQ
1. A word processing software has tools that allow creation of _________ documents.
a. Text-based
b. Graphics-base
c. Tools-base
d. None of the above
Hide Answer ⟵
a. Text-based
2. OpenOffice Writer is an ________ software for word processing.
a. Paid Source
b. Open Source
c. Both a) and b)
d. None of the above
Hide Answer ⟵
b. Open Source
3. OpenOffice Writer consists of different components like _________.
a. Tabs & Ruler bar
b. Status bar & Scrollbar
c. Work area
d. All of the above
Hide Answer ⟵
d. All of the above
4. ___________ Modify and Window are the tabs in OpenOffice Writer.
a. File & Edit
b. View & Insert
c. Format & Tools
d. All of the above
Hide Answer ⟵
d. All of the above
Office Automation Tools Class 11 MCQ
5. File tab consists of commands like, ___________.
a. Create & Save
b. Print & Open
c. Close
d. All of the above
Hide Answer ⟵
d. All of the above
6. Save As option is used to save a file for the ________, or save an already saved file with a
different name.
a. First time
b. Second time
c. Third time
d. None of the above
Hide Answer ⟵
a. First time
7. Edit tab consists of commands for editing a document, like, ___________.
a. Cut, Copy & Paste
b. Find & Replace
c. Undo & Redo
d. All of the above
Hide Answer ⟵
d. All of the above
8. _________moves the text from the current location to the target location.
a. Target Text
b. Replace Text
c. Move Text
d. None of the above
Hide Answer ⟵
c. Move Text
9. __________copies the text from the current location to the target location.
a. Duplicate Text
b. Copy Text
c. Move Text
d. All of the above
Hide Answer ⟵
b. Copy Text
Office Automation Tools Class 11 MCQ
10. View tab consists of commands like, view _________ that help during viewing a
document on the screen.
a. Status bar
b. Sidebar
c. Ruler
d. All of the above
Hide Answer ⟵
d. All of the above
11. Insert tab allows insertion of _________ in a document.
a. Page number & Date
b. Header & Footer
c. Tables & Hyperlinks
d. All of the above
Hide Answer ⟵
d. All of the above
12. Format tab consist of commands to __________ formatting in a document.
a. Format a page & paragraph
b. Insert bullets and numbering
c. Style formatting
d. All of the above
Show Answer ⟶
13. Table tab commands operate on a table ___________ in a table, in a document.
a. Insert rows and columns
b. Delete rows and columns
c. Insert table
d. All of the above
Hide Answer ⟵
d. All of the above
14. Tools tab consists of commands to check __________.
a. Check spelling and grammar
b. Count words and characters
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
Office Automation Tools Class 11 MCQ
15. Window tab allow the user to ___________.
a. Open a new window
b. Close an existing window
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
16. The user can use Help tab to understand the __________ of the OpenOffice Writer.
a. Working of any command
b. Opening a windows file
c. Saving a windows file
d. All of the above
Hide Answer ⟵
a. Working of any command
17. A spreadsheet stores data in the form of a table comprising of rows and columns.
a. Table
b. document
c. Graph
d. None of the above
Hide Answer ⟵
a. Table
18. Spreadsheets are used to __________, and perform calculations on numeric data.
a. Store
b. Arrange
c. Sort
d. All of the above
Hide Answer ⟵
d. All of the above
19. OpenOffice Calc is a __________ spreadsheet application available that can be used to
create and manipulate a spreadsheet.
a. Free software
b. Open-Source Software
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
Office Automation Tools Class 11 MCQ
20. Calc Main Window contains various toolbars such as ____________.
a. Title bar & Menu bar
b. Standard bar & Formatting bar
c. Status bar & Find bar
d. All of the above
Hide Answer ⟵
d. All of the above
21. A Spreadsheet consists of a number of individual sheets, each containing cells arranged
________.
a. Cells arranged in Row
b. Cells arranged in column
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
22. A particular cell is identified by its ___________.
a. Column letter
b. Row number
c. Both a) and b)
d. All of the above
Hide Answer ⟵
c. Both a) and b)
23. The selected cell is called as an _______________.
a. Active cell
b. Inactive cell
c. Passive cell
d. None of the above
Hide Answer ⟵
a. Active cell
24. Various types of data can be entered in a cell such as ___________.
a. Labels
b. Numbers
c. Formulas
d. All of the above
Hide Answer ⟵
d. All of the above
Office Automation Tools Class 11 MCQ
25. __________feature in Calc is used to automatically generate data based on a defined
series.
a. AutoFill
b. Manual Fill
c. None Fill
d. None of the above
Hide Answer ⟵
a. AutoFill
26. To enhance the appearance of spreadsheets various formatting options are available in
the Formatting Bar and Format Menu such as __________.
a. Alignment
b. Font
c. Size
d. Color
e. All of the above
Hide Answer ⟵
d. All of the above
27. Data can be __________by using the Find toolbar.
a. Searched
b. Replaced
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
28. Formulas in Calc can be used for basic operations such as ____________.
a. Addition
b. Subtraction
c. Multiplication
d. All of the above
Hide Answer ⟵
d. All of the above
29. The advantage of using formulas in the cell is that even if the data in the cell is changed,
Calc will automatically _______ the answer without the need to rewrite
the formula again.
a. Recalculate
b. Replace
c. Delete
d. None of the above
Hide Answer ⟵
a. Recalculate
Office Automation Tools Class 11 MCQ
30. A _________ identifies the location of a cell or group of cells in the worksheet.
a. Cell reference
b. Active cell
c. Cell location
d. All of the above
Hide Answer ⟵
a. Cell reference
31. The cell reference is also called _________.
a. Path of a cell
b. Address of a cell
c. Active cell
d. None of the above
Hide Answer ⟵
b. Address of a cell
32. Calc has a set of predefined formulas called _______.
a. Equal to
b. Function
c. Address
d. None of the above
Hide Answer ⟵
b. Function
33. Functions differ from formulas in the sense that in a formula we provide both the
operands and the operator, however in spreadsheet functions, we only provide _________.
a. Operator
b. Operands
c. Both a) and b)
d. None of the above
Hide Answer ⟵
b. Operands
34. Some of the commonly used functions in Calc are __________.
a. PRODUCT()
b. SQRT()
c. POWER()
d. All of the above
Hide Answer ⟵
d. All of the above
Office Automation Tools Class 11 MCQ
35. All cell references are by default _________ i.e., they adjust and change when copied or
when using AutoFill.
a. Mixed reference
b. Absolute reference
c. Relative reference
d. All of the above
Hide Answer ⟵
c. Relative reference
36. Absolute addressing is used when the requirement is to retain the cell address even if it
is copied to some other cell or when using AutoFill. _________ are used to hold a column
and/or row address constant.
a. #
b. %
c. $
d. *
Hide Answer ⟵
c. $
37. Mixed addressing is a combination of __________ cell addressing.
a. Absolute and Relative
b. Mixed and Absolute
c. Relative and Mixed
d. None of the above
Hide Answer ⟵
a. Absolute and Relative
38. Data can be easily sorted in Calc by using the ________ command available on the
Standard toolbar and also in the Data menu.
a. Filter
b. Sort
c. Arrange
d. None of the above
Hide Answer ⟵
b. Sort
39. Data can be ________ in Calc for displaying it based on some conditions.
a. Filter
b. Sort
c. Arrange
d. None of the above
Hide Answer ⟵
a. Filter
Office Automation Tools Class 11 MCQ
40. What are the different types of filter __________.
a. Auto Filter & Standard Filter
b. Auto Filter & Advance Filter
c. Auto Filter, Standard Filter & Advanced Filter
d. None of the above
Hide Answer ⟵
c. Auto Filter, Standard Filter & Advanced Filter
41. In Calc, you can create ___________ to represent the data graphically which help in
analyzing spreadsheets containing a huge amount of data.
a. Graphs
b. Charts
c. Both a) and b)
d. None of the above
Hide Answer ⟵
c. Both a) and b)
42. Various types of charts can be created in Calc. Calc offers __________.
a. Column Chart
b. Bar Chart
c. Pie Chart
d. All of the above
Hide Answer ⟵
d. All of the above
43. A ________ is a recording of each and every command and action you perform to
complete a task.
a. Macro
b. Function
c. Filter
d. None of the above
Hide Answer ⟵
a. Macro
44. Calc offers various options for printing spreadsheets such as a ___________.
a. Number of copies
b. Selected sheets
c. Selected cells
d. All of the above
Hide Answer ⟵
d. All of the above
Office Automation Tools Class 11 MCQ
45. Presentation software allows creation of presentations having __________.
a. Text & Picture
b. Audio
c. Video
d. All of the above
Hide Answer ⟵
d. All of the above
46. OpenOffice Impress is an _________ software for presentation.
a. Open Source
b. Close Source
c. No Source
d. None of the above
Hide Answer ⟵
a. Open Source
47. _____________ are the different components of OpenOffice Impress.
a. Tabs & Ruler bar
b. Status bar & Scrollbar
c. Slide Pane
d. All of the above
Hide Answer ⟵
d. All of the above
48. OpenOffice Impress has ______ tabs.
a. 10 Tabs
b. 9 Tabs
c. 8 Tabs
d. 7 Tabs
Hide Answer ⟵
c. 8 Tabs
49. The slides can be viewed in different views – Normal, Outline, Notes, Handout, and Slide
Sorter.
a. Normal & Outline
b. Notes & Handout
c. Slide Sorter
d. All of the above
Hide Answer ⟵
d. All of the above
Office Automation Tools Class 11 MCQ
50. _________ is the main editing view for creating slides.
a. Normal View
b. Slide Sorter
c. Handout View
d. Notes View
Hide Answer ⟵
a. Normal View
51. ________ allows the user to make notes for the selected slides.
a. Information
b. Slide
c. Handout
d. Notes
Hide Answer ⟵
d. Notes
52. __________ view presents slides in a miniature form.
a. Normal View
b. Slide Sorter
c. Handout View
d. Notes View
Hide Answer ⟵
b. Slide Sorter
53. Slide Master allows making changes in appearance of the slides, applying changes to all
slides in the presentation.
a. Normal View
b. Slide Master
c. Handout View
d. Notes View
Hide Answer ⟵
b. Slide Master
54. File tab allows operations on a presentation, like, create, save, print, open and close.
a. Normal View
b. Slide Sorter
c. Handout View
d. Notes View
Hide Answer ⟵
a. Normal View
Office Automation Tools Class 11 MCQ
55. Edit tab is required to perform editing on the presentation, like, cut, copy, paste, find &
replace, undo and redo changes.
a. Cut, Copy & Paste
b. Find & Replace
c. Undo & Redo
d. All of the above
Hide Answer ⟵
d. All of the above
56. Insert tab is required for inserting ____________ in a presentation.
a. Slide
b. Page number, date and time
c. Picture , Sound and hyperlinks
d. All of the above
Hide Answer ⟵
d. All of the above
57. Format tab allows formatting the slides __________.
a. Character & Paragraph
b. Slide design
c. Slide layout
d. All of the above
Hide Answer ⟵
d. All of the above
58. Tools tab contains commands to check _________ of content in the presentation.
a. Spelling
b. Slide design
c. Slide layout
d. None of the above
Hide Answer ⟵
a. Spelling
59. ________ tab consists of commands used on the presentation for better results.
a. Slide Show
b. Slide design
c. Slide layout
d. None of the above
Hide Answer ⟵
a. Slide Show
Office Automation Tools Class 11 MCQ
60. ___________ is the pattern that applies when a slide goes from one to next.
a. Slide Animation
b. Slide Transition
c. Slide layout
d. None of the above
Hide Answer ⟵
b. Slide Transition
61. ___________ is the pattern that applies to elements of a single slide.
a. Slide Animation
b. Slide Transition
c. Slide layout
d. None of the above
Hide Answer ⟵
a. Slide Animation
Office Automation Tools Class 11 Questions and Answers
1. What is the need of a word processing software?
Answer – Using a standard word processor, a user can generate documents, modify them
using the keyboard and mouse, store them for later access, and print them to a printer.
Microsoft Word, Microsoft Notepad, and Corel WordPerfect are all common word
processing programs.
2. What is the task of a word processing software?
Answer – A word processor is a tool or computer application that allows for the entry,
editing, formatting, and output of text.
3. Name an open source word processing software.
Answer – Apache OpenOffice Writer & Google doc
Office Automation Tools Class 11 Questions and Answers
4. List the steps to start an OpenOffice Writer.
Answer – Click Start >> All Programs >> OpenOffice >> OpenOffice Writer from the desktop
if applicable. OpenOffice Writer users should select File > New > Text Document. A text
document appears on your screen in either scenario. (The text document’s name can be
seen at the top of the screen.
5. List the components of the main screen of OpenOffice Writer.
Answer – OpenOffice Writer’s home screen is divided into several sections, including the
Work Area, Ruler bar, Status bar, and Scroll bar.
6. Define the following:
a. Tabs
b. Ruler Bar
c. Status Bar
d. Scroll Bar
e. Work Area
Answer –
a. Tabs – Tabs like “File,” “Edit,” “View,” and “Insert” feature drop-down menus with
actions that are specific to the tab.
b. Ruler Bar – There are two rulers—a horizontal and vertical ruler—on the ruler bar. We
can change the margins and indentation using the Ruler Bar.
c. Status Bar – The status bar shows details about the open document that is currently
open. The zoom slider, total number of pages in the document, and the current page
number are all displayed.
d. Scroll Bar – Both a horizontal and vertical scroll bar are present. They aid in scrolling the
document’s body or content.
e. Work area – This is the area where the document’s text is typed.
7. List the tabs in the OpenOffice Writer. What are the key tasks performed by the tabs.
Answer – The Tab key in word processing and text editing inserts the ASCII tab character,
advances the insertion point to the following tab stop in a table, or inserts numerous space
characters (depending on the programme used).
8. What is the extension of the file created in OpenOffice Writer?
Answer – ODT is the extension for files produced by OOo Writer (OpenDocument text). ODT
files and Writer Files are the terms used in this site to refer to files made in Writer.
9. What is the purpose of the following tabs?
a. File
b. Edit
c. View
d. Insert
Answer –
a. File – You can specify a file in the File tab where the log shall be saved. An indicator that
shows if file logging is active and a button to enable or disable it are located at the top.
(Take note that unless a file is chosen below, you cannot enable it.) You can stop and start
the file entering process using the button.
b. Edit – Editing principles and objectives Editing is done to carry on or emphasise the
significance of a scene or tale. It is often referred to as “creating diverse moods and
atmospheres,” and this can be done by editing techniques including fading, three-way
colour correction, and shot pacing.
c. View – By limiting access to a predetermined set of a table’s rows and columns, views
offer an extra layer of security. A view has the ability to conceal the complexity of a
multiple table join.
d. Insert – The user can add something (such a photograph) into a document or file by using
the Insert file menu and Ribbon area in software. For instance, in Microsoft Word, the user
can include a photo of themself into their paper using the Insert tab in the Ribbon.
10. What is the difference between Save command and Save As command?
Answer – When we save a document, the most recent version can be modified to reflect
the most recent working version and the newly created document. We can save our work
for the first time using Save As, and it will also ask where and under what name it should be
saved.
11. What is the difference between Move text and Copy text?
Answer – Moving and copying are different in that the first creates a duplicate of a file or
directory at a new location without changing its original content, whereas the latter moves
the original file or directory to a new location.
12. How is Find and Replace option useful?
Answer – By using Find and Replace, you may easily find and replace any word or
formatting style within a page. This is very useful for lengthy papers. Perform the keyboard
shortcut Ctrl+H or go to Editing in the Home tab of the ribbon, then select Replace to use
Find and Replace.
13. List the steps for inserting a hyperlink to a web page in a document.
Answer –
Step 1 : Select the text you want to use as link
Step 2 : Insert >> Links >> Link
Step 3 : Type or paste the destination URL
Step 4 : Click on OK to create a hyperlink
14. What is the difference between toggle case and sentence case when using Change
Case?
Answer – Sentence case will capitalise the first word; lowercase will change all of the letters
in the selection to lowercase; UPPERCASE will change all of the letters to uppercase; and
tOGGLE cASE will change all of the letters in the selection to the opposite case.
15. What is a spreadsheet? List its uses.
Answer – In a spreadsheet application, data is arranged into rows and columns and shown
as a grid or table. Utilizing the numerical data, it is utilised to assess and produce
projections. Typically, a spreadsheet programme is used for the following tasks –
Enter data
Edit data
Format data
Perform calculation on the data
Present data in graphical form
16. Explain a workbook and worksheet.
Answer –
Workbook – You can use a file called a “Calculus Workbook” that contains numerous
worksheets to arrange various types of related material. The three worksheets “sheet 1,”
“sheet 2,” and “sheet 3” are included by default in a workbook.
Worksheet – A single spreadsheet with cells, rows, and columns can be found in a calc
worksheet. A worksheet always starts in row 1 and column A. A formula, text, or number
can be entered into each cell.
17. What is the purpose of using a spreadsheet?
Answer – The purpose of using spreadsheet are –
1. Managing financial data such as bank account information, budgets, transactions, billing,
and receipts.
2. Handling inventory, reviews, employee information, surveys, etc., using data entry forms.
3. Tracking student performance by calculating grades and other relevant information such
as attendance, highest score, and lowest score.
4. Creating lists of items which may not be numeric such as student list, grocery list.
5. Managing company information such as profit and sales by creating graphs from the
data.
18. What do you mean by Active Cell?
Answer – You’ll notice a thick black border surrounding the cell you’ve chosen when you
choose it. The selected cell is the active cell, as indicated by the thick black border.
19. What are the various types of data available in a spreadsheet?
Answer – There are various types of data that can be entered in a cell –
a. Labels – These are alphabetic or alphanumeric entries without numeric value. They can
be a combination of letters, numbers, space, special characters etc. Labels are left justified
by default.
b. Numbers or Values – These are numeric data which may be integers or can contain
decimals or fractions. Values are right-justified by default.
c. Formulas – Used to perform calculations such as addition, subtraction, multiplication,
division, average. Formulas must begin with an = sign.
20. What is the purpose of AutoFill in Spreadsheet?
Answer – You can enter data automatically in Spreadsheet. Use the AutoFill command to
automatically expand a predictable sequence (such as 1, 2, 3, days of the week, or hours of
the day) that you are typing.
21. What is the need of a presentation software?
Answer – Users who want to deliver information to an audience can do so with the aid of
presentation software. It includes templates and tools for adding text, photos, music, video,
and graphs as well as other types of content. Using presentation software, teachers can
make their lessons more engaging.
22. What is the task of a presentation software?
Answer – It is possible to construct presentations of ideas by combining text, graphics, and
audio or video using presentation software, a subcategory of application software. A tale is
told, a speech is supported, or information is presented in a presentation.
23. Name an open source presentation software
Answer –
a. Apache OpenOffice’s Impress.
b. LibreOffice’s Impress.
c. FreeOffice 2018’s Presentation.
d. Google Slides.
Office Automation Tools Class 11 Questions and Answers
24. List the steps to start an OpenOffice Impress.
Answer –
Step 1 : Click on Start Button
Step 2 : Click on OpenOffice.org
Step 3 : Click on OpenOffice.org Impress
25. List the components of the main screen of OpenOffice Impress.
Answer – The Slides pane, Workspace, and Tasks panes make up the main Impress window.
Several toolbars can also be shown or hidden while a presentation is being created.
26. List the different view options in OpenOffice Impress.
Answer – Different ways in which presentation slides can be viewed are –
a. Normal View
b. Outline View
c. Slide Sorter
d. Slide Show
e. Notes Page
f. Handout Page
27. List the tabs in the OpenOffice Impress. What are the key tasks performed by the tabs?
Answer – Insert tab are described as follows –
a. Insert page number, Date and Time – A Header and Footer Window opens. Make settings
here for date, time and page number.
b. Insert Fields – A pop-up menu appears. Select the element to be inserted. The selected
element will insert at the location of the cursor.
c. Insert Hyperlink – A dialog box opens. On the left side of the dialog box, select where you
want to link – current presentation slides, new presentation or Internet link. Then fill the
details path, Form (text, button), etc. The Text is the name that appears in your document
as a hyperlink.
28. What is the extension of the file created in OpenOffice Impress.
Answer – ODP is the file extension for files produced by OOo Impress (OpenDocument
Presentation). ODP files and Impress Files are the terms used in this site to refer to files
made in OOo Impress.
29. What is the purpose of the following views –
a. Normal
b. Outline
c. Slide Sorter
d. Slide Show
e. Notes Page
f. Handout Page
Answer –
a. Normal – This is the main editing view for writing and creating slides
b. Outline – This displays an outline of the text in the slides.
c. Slide Sorter – This presents all slides of the presentation in a miniature form. It helps in
viewing all slides together and allows easy moving of slides.
d. Slide Show – It shows slides as they will be actually presented. No editing can take place
in this view.
e. Notes Page – Allows users to make notes for the selected slide. The notes can be seen
only by the presenter while making a presentation. The note page is not visible to the
audience of the slide show presentation.
f. Handout Page – It displays slides on a page as seen when printed.
30. What is the need to use the Slide Master?
Answer – Each slide in your presentation has a general appearance that is controlled by a
slide master, including formatting and design. Every slide layout will be updated as you
make changes to the slide master within your presentation. At least one slide master can be
found in every template.
31. What is the difference between slide transition and slide animation?
Answer – The following are the differences between slide transition and custom animation
–
1. Slide Transition – The looks that move you from one slide to the next are known as slide
transitions.
2. Slide Animation – Slide animations are the motions you add to text, images, and other
items on a single presentation.
Computer Organization Class 11 Question and Answer
1. What are the different characteristics of a Computer?
Answer – The different characteristics of a computer are –
a. Speed – Computers are their ability to process data and instructions at a very high speed.
b. Versatility – is the ability of a computer to do a variety of jobs at the same time.
c. Accuracy – Not only does the machine perform varied jobs with high speed, but also does
them with high precision and accuracy.
d. Diligence – Another noteworthy feature of computers is its ability to perform the same
task repeatedly over and over again without getting bored.
e. Memory – One of the notable features of a computer is its memory. However, the
computer’s main memory is volatile, i.e., it is lost when we switch off the computer.
f. Storage – Huge amounts of data and information can be stored in a computer for future
retrieval. The human memory is limited and fades away with time, which is not true for a
computer.
2. What are the different memories in the computer system?
Answer – There are two different type of memory in computer system –
a. Primary Memory
b. Secondary memory
Primary Memory – Data stored in Primary Memory is directly accessible by the CPU. The
inputs received in the above steps are stored in the computer memory, called random
access memory (RAM). This storage is relatively fast and expensive as compared to the
secondary storage.
Secondary Memory – The memory which is external to the computer system forms the
secondary storage, for example, the magnetic tapes, compact disks, pen drives are all
examples of the secondary storage. These are not directly connected to the CPU.
3. What are the different types of RAM?
Answer – RAM is a temporary storage device it is also known as Volatile memory. RAM is
divided into two type –
DRAM
SRAM
4. What is the difference between SRAM and DRAM?
Answer – SRAM is a memory semiconductor that is more energy-efficient and faster than
DRAM. A memory device called a DRAM can store more data than an SRAM chip, but it also
consumes more power.
5. What is Cache Memory?
Answer – Cache memory is a particularly fast memory that helps the CPU keep up with its
high speed. It serves as a buffer and is often positioned between the CPU and primary
memory. It is quite pricey but decreases the average access time to data from the main
memory.
6. Briefly describe the roles of the ALU and CU?
Answer –
ALU – Arithmetic Logic Unit is referred to as ALU. It is a crucial component of the CPU. It
does all fundamental arithmetic operations, including addition, subtraction, multiplication,
and division, as well as logical operations.
CU – Control Unit is referred to as CU. It is one of the CPU’s core components. Choosing the
most effective approach to work is the major responsibility of the CU. It directs all
associated operations to the various processing components.
7. Establish a distinction between input and output devices.
Answer – An output device is connected to a computer that receives incoming data,
whereas an input device is connected to a computer that puts out data to the computer.
The output device copies or displays the data that was sent by the input device to the
computer for processing.
8. Describe the function of cache memory.
Answer – The effectiveness of data retrieval is increased by cache memory, which is crucial.
It saves information that the CPU will probably need later on, such as data or programme
instructions, that are frequently employed in the execution of programmes.
9. Describe the computer’s storage components.
Answer – A storage device is any piece of computer hardware that is used to store, transfer,
or extract data files and objects. Information can be temporarily or permanently stored by
storage devices. They could be internal to a computer, server, or other computing
equipment or external.
10. Write a short note on Optical storage devices?
Answer – Low-power laser beams are used in optical storage, an electronic storage media,
to store and retrieve digital (binary) data. In optical storage technology, a laser beam
creates tiny pits that are placed in a spiral pattern on the surface of an optical, or laser, disc
to encode digital data.
11. Explain the role of the Power Supply Unit.
Answer – A power supply unit (PSU) transforms mains AC electricity into low-voltage,
regulated DC power for a computer’s internal components. Switched-mode power supply
are used in every modern personal computer.
12. List the various functions of an operating system.
Answer – The various functions of an operating system are –
a. Communication manager – The operating system handles the system’s communication
requirements, whether they include connecting to the internet or peripheral devices.
b. Resource Management – The management of a computer system’s resources has a
significant impact on how well it functions. The resources we discuss in this article include
the computer’s memory, CPU time, files, secondary storage, input/output devices, and
more.
c. Process Management – A programme that is now running in memory or waiting for the
CPU is referred to as a process. There are numerous processes running simultaneously in a
computer. All of the processes running on the computer are managed, regulated, and
scheduled by the OS.
d. Memory Management – The memory management section of an operating system
dynamically allocates memory to the processes as needed and releases it when not in use.
e. File Management – All of the files and folders (directories) kept on the computer drive
are taken care of by the operating system. The fundamental operations that a user must
carry out on files include creating, renaming, deleting, copying, and relocating files and
folders.
13. Compare batch processing systems and multiprogramming systems?
Answer – Multiprogramming is the capacity of an operating system to run numerous
programmes at the same time on a single processor machine. Batch processing is the
grouping of several processing jobs to be completed one after another by a computer
without any human input.
14 What is FAT? Give an example.
Answer – The file system known as File Allocation Table (FAT) was created for hard drives
and at first used 12 or 16 bits for each cluster item. The operating system (OS) makes use of
it to control files on hard drives and in other computer systems.
Example of FAT file system are – FAT16, FAT32 and NTFS
15. List some common troubleshooting steps that you should keep in mind.
Answer – Some of the common troubleshooting steps are –
a. Uninstall unnecessary file from the computer system
b. Always keep your antivirus update
c. Always use disk cleanup for temporary file
d. Remove unwanted files and folders from the system
e. Use defragmentation
16. What steps would you take if the monitor is not showing any display, or the screen is
blank?
Answer – If monitor is not showing any display then we have to take following steps –
a. Check the cable connection
b. Check weather computer led light is ON or OFF
c. If laptop check weather laptop is not in sleep mode
17. What would you do when your keyboard or mouse is not responding/ working
properly?
Answer – If keyboard or mouse is not responding properly then follow the following steps –
a. Unplug USB cables and wait for some minutes
b. Try to use any other USB port
c. Check whether keyboard or mouse LED is On or OFF
d. If wireless, Check the battery
18. What troubleshooting step will you take when the printer is not responding?
Answer – If printer is not responding follow the following steps –
a. The printer is not connected properly or not switched on
b. The printer is Out of Paper
c. Check whether printer paper is Jam
d. Incorrect Printer Driver
19. How can you check the IP address of a printer connected through a wireless
connection?
Answer –
Step 1 : Open the devices and printer dialog box by clicking
Start button >> Control Panel >> Hardware and Sound >> Device Printers
Step 2 : Select the Printer
Step 3 : Run the HP Print Assistant
Step 4 : Click on the Utilities icon to get the printer utilities screen
Step 5 : Run the “Update IP Address” utility
Step 6 : Press the Wireless button or touch the wireless icon on the printer display
20. What steps do you need to take to change the default printer?
Answer – To change the Default Printer, open the devices and printer dialog box.
Click Start button >> Control Panel >> Hardware and Sound >> Devices and Printers.
21. What could be the reasons for the print jobs being sent to the wrong printer?
Answer – When there are multiple printers on a network, a possible problem could be that
a print job is being sent to the wrong printer. This is because your system has set the
default printer as Printer A, but you had actually wanted the print job to go to Printer B.
You could either change the default printer to Printer B or choose Printer B for the current
job.
22.. What checks would you undertake when the speaker is not working?
Answer – If speaker is not working then you can take following steps –
a. Check Speaker Volume
b. Check Audio Player Controls
c. Check the cables
d. Check the sound using headphones
23. What are the troubleshooting steps taken when an application freezes?
Answer – Sometimes an application may freeze. When this happens, you will not be able to
close the window or click any button within the application. The following troubleshooting
options may be tried:
a. Forcefully End the Application
b. Restart the computer
24. What could be the possible cause for all the applications to be running slow?
Answer – The possible cause for all the applications running slow are –
a. Viruses are affected in the computer
b. Free space on the hard drive
c. Run a Disk Cleanup application
d. Delete unused files and programs
e. Empty your recycle bin
f. Remove Temporary files
25. How can one free disk space on the computer?
Answer – There should be at least 200-500 MB of free hard drive space on your system.
Non-availability of free space slows the functioning of the computer. To create free space
on the computer do the following –
a. Run a Disk CleanUp application
b. Delete Unused Files and Programs
c. Empty Your Recycle Bin
d. Remove Temporary File
26. How do we remove temporary files?
Answer – To delete temporary files from the computer do the following –
Step 1 : Click on Search
Step 2 : Write %temp% and press enter
Step 3 : Delete all files and folder
27. Why is disk defragmentation required? How can we achieve disk defragmentation?
Answer – The information in our files changes frequently. This results in gaps or spaces in
the file stored in memory (hard disk). The file thus takes more space on the computer, and
may cause the computer to slow down. You need to run a Disk Defragmentation program
to reclaim these gaps in
space. This can be achieved as follows.
− Open the Windows Explorer Application and click on My Computer.
− Highlight the C drive and right click to get a pop-up menu.
− Select the Properties option from this popup Menu.
− The dialog box showing the properties of the local disk (C:) is displayed
– Click on defragmentation
28. What steps do we take to remove unused shortcuts and program services?
Answer – Old or unused programs that are not being used may still have components
running behind the scenes when you start your computer. This can slow down the system.
To prevent these programs from running when your computer starts, turn off unused
program services. For this purpose, from
the Windows startup, click Start button > All Programs > Startup. Right-click the shortcuts
that you do not need and click Delete
29. How can we check the network connectivity of your system?
Answer – A common problem is that you are unable to open a web page that you had
requested. This could be because you are unable to connect to the Internet. To check the
internet connection, view the Network icon (triangular in shape). This is on the Taskbar
(bottom right of the screen).
30. Explain how you would check the validity of the IP address.
Answer – First check the validity of the IP address of your system. In the bottom left corner
of your Windows screen click Start. In the Search box type CMD and press Enter in the
command prompt write IPCONFIG and press enter.
31. How will you check whether the network fly lead is working properly?
Answer – The fly lead is the cable that connects the network card in your computer to a
network point (usually on the wall). A non-operational network fly lead could also cause
failure in the internet connection. The network fly lead is seated in the network slot on your
computer.
32. Describe the procedure to check whether the network card is working properly .
Answer – A working network card is essential to connect to the Internet. The network card
lights must be flashing or lit up. If there are no lights, either the network card is broken, or
there is no network to connect to. A broken network card needs repair or replacement.
Download