Competency Based Questions
Competency Based Questions
Q1. Parth is a student of class 10. His computer teacher taught him about Accessibility
options which will enable a person with a disability or impairment to use a computer. He
was curious to know about the types of impairment that impact computer usage. Being a
friend of Parth, explain him any four such types of impairments.
Ans. There are numerous types of impairment that impact computer usage. These
include:
1. Cognitive impairments and learning disabilities, such as dyslexia, attention
deficit hyperactivity disorder (ADHD) or autism.
2. Visual impairment such as low-vision, complete or partial blindness, and color
blindness.
3. Hearing impairment including deafness.
4. Motor or dexterity impairment such as paralysis, cerebral palsy, and
repetitive strain injury.
Q2. Aman’s computer has Window’s XP operating system. He wants to open the
Accessibility Options. He also wants to customise his keyboard but forgot the
functionality of all the keys available on the keyboard tab of Accessibility Options
window. Help him to open the Accessibility Options window and also explain the
functionality of all the keys.
Ans. Steps to open the Accessibility option are : Click Start > Control Panel >
Accessibility Options.
Keys available on Keyboard tab are:
1. Sticky Keys : It is an accessibility feature to help computer users with physical
disabilities, but it is also used by others as a means to reduce repetitive strain.
2. Filter Keys : It is an accessibility feature that tells the keyboard to ignore brief
or repeated keystrokes, making typing easier for people with hand tremors.
3. ToggleKeys: It is an accessibility feature which is designed for people who have
vision impairment or cognitive disabilities.
Q3. Kashish is making a list of students who have some impairment or disability due to
which they are not able to use the computer. Identify which Accessibility option will allow
them to use the computer regardless of their disability.
1. What is WWW?
2. Expand the following terms:
1. MAN
2. P2P
3. Write any two Key Features of an instant messaging.
Ans. 1. WWW stands for World wide web. It is a system of interlinked hypertext
documents accessed via the Internet.
2. Full forms are :
1. MAN : Metropolitan Area Network
2. P2P : Peer to Peer
3. Two Key Features of an instant messaging are:
1. Text Messages can be sent to one or more person.
2. Video calling and conferencing.
Q6. Raman is a Computer teacher in a private school. He has 4 computers in a computer
lab where his colleagues used to work. All the computers are stand alone and not
connected with the internet. He called a Network engineer to form a network of 4
computers. Answer the following questions in reference to the given situation.
1. What type of Network will be formed?
2. Which application/software is required in all computers to browse internet?
Give two examples.
3. Write any two advantages of Computer Network.
4. Name any two ISP.
Ans.
1. LAN
2. Application/software is required in all computers to browse internet is Web
Browser. for example Internet Explorer, Mozilla Firefox.
3. Two advantages of Computer Network are :
1. Data Sharing
2. Hardware Sharing
4. Two ISP are:
1. Airtel
2. Jio
Q7. Raman had applied for job in a company via email last week. Today he received a mail
from HR department of the company regarding his interview date. His interview will be
conducted online (due to Covid-19) using video conferencing and instant messaging
software. Answer the following questions in reference to the given situation.
1. Name any four websites where Aman and Suman can create their blog for
free.
2. Write the following steps of creating and publishing post in sequence.
1. Click Publish Post.
2. Click New Post.
3. Give title to the post.
3. What do you mean by publishing a post?
Ans.
1. Websites that offer free blog services are:
1. www.WordPress.com
2. www.blogger.com
3. www.blog.com
4. www.weebly.com
2. Steps to create and publish post are:
1. Click New Post.
2. Give title to the post.
3. Click Publish Post.
3. Publishing a post means to make the post public. Once we finished typing the
content, we need to publish the post for others to see
Q9. Raman is an engineer working in an IT company. He wants to replace his DSL with a
good speed Wi-Fi internet connection for home so that his kids can attend uninterrupted
online classes.
Ans. 1. Online shopping is a form of electronic commerce where customers can buy
or sell goods over the Internet.
2. Flipkart offers multiple payment methods like credit card, debit card, net
banking, e-gift voucher, and Cash on Delivery.
3. Situations where Online shopping will be useful are: (write any two)
1. A customer does not have sufficient time to visit stores.
2. Visiting a store is more expensive than purchasing a product online.
3. A product or service that is not available in the local market is available
online.
Q11. Internet provides so many opportunities for students and teachers. Now a days it is
more important to strengthen Internet security to deal with new and emerging online
threat. According to a survey many students and teachers are worried about their online
safety. Software, Firewalls, strong passwords, spreading awareness etc. are the best
practices to avoid cyber threat.
Q12. Every organization must follow a standard set of safety rules and procedures. These
rules must be stated and displayed clearly in the important areas . All the employees must
be given a demonstration and training to follow safety rules – Fire safety, Falls and slips,
Electrical safety, Use of first aid. Timely repairs should be carried out by a competent
person or organization at workplace to avoid any hazards.
S121 Aman 9 A
S122 Suman 10 C
S123 Ravi 11 E
Write SQL Commands
1. Display detail of all Students.
2. Display all the details of “Aman.”
3. Display Name and Class of a student whose Admission Number is S122.
4. Display the details of all the students in alphabetical order of Name.
1. Name any two database programs to organize the data as per your business
need.
2. When was the database concept was evolved?
3. What is DBMS? Explain in brief.
Ans. 1. Two database programs are : Microsoft Access, OpenOffice.org Base, and
MySQL
2. Database concept was evolved in 1960.
3. DBMS stands for Database Management System. It is a software package with
computer programs that controls the creation, maintenance, and use of a database.
Q18. Aman has a small library at home. He want to store the details of all books in
RDBMS. He created a table with five fields by name “Aman_Lib” in the RDBMS program.
He also created a primary key in that table.
Ans. 1. Order_id
2. There are 4 fields and 3 records.
3. SQL Commands are:
1. Select * from Order where Discount > 1000;
2. Select * from Order order by value;
Q20. Aman wants to create a table in OpenOffice Base. He wants to set the field
properties during creation of table. Help him to identify the suitable field properties for
the following task.
Ans. The Relational Database Management System (RDBMS) organizes the data into
tables. In tables vertical lines are called fields and horizontal lines are called
records.
Q4. State the relationship and difference between a primary and foreign key.
Ans. Primary key and Foreign key are used to relate the tables so that data can be
fetched from multiple tables.
We can not enter duplicate values in Primary key while duplicate values can be
entered in Foreign Key.
Q5. In how many ways tables can be created in Base?
Ans. A table is a set of data elements (values) that is organized in vertical columns
and horizontal rows. A table has a defined number of columns, but can have any
number of rows.
Q10. Differentiate between Tuples and Attributes of a table.
Ans. A row also called a Record or Tuple represents a single, data item in a table.
Whereas A column is a set of data values of a particular simple type, one for each
row of the table.
Q11. Name different Binary data types.
Ans. The different Binary data types are:
1. Longvarbinary
2. Binary
3. Varbinary
Q12. What is the file extension for databases created using OpenOffice.Org Base?
Ans. Three file formats that can be managed using OpenOffice.Org Base.
1. .odb
2. .odf
3. .odt
Q14. How many types of relationships can be created in Base? Explain each of them.
Ans. There are three types of relationship in OpenOffice Base.
ONE to ONE : In this relationship, both the tables must have primary key columns.
Example: In the given tables EMP and DEPT, EMP_ID in EMP table and DEPT_ID in
DEPT table are the primary keys.
ONE to MANY : In this relationship, one of the table must have primary key
column. It signifies that one column of primary key table is associated with all the
columns of associated table.
MANY to MANY : In this relationship, no table has the primary key column. It
signifies that all the columns of primary key table are associated with all the
columns of associated table.
Q15. What do you mean by Sorting? In how many ways it can be done?
Ans. Sorting means arranging elements in particular sequence. It can be done in two
ways.
1. Increasing order
2. Decreasing Order
Q16. Explain Referential Integrity with the help of an example.
Ans. DML stands for Data Manipulation Language. DML Commands are :
SELECT – retrieve data from a database.
INSERT – insert data into a table.
UPDATE – updates existing data within a table.
DELETE – deletes all or specific records from a table.
Q18. What is the purpose of using queries?
Ans. The purpose of using query is to collect specific information from the pool of
data(TABLE). A query also helps us to extract information from different tables.
Q19. Which clause of the Select statement helps to display specific data?
Ans. ‘Where’ clause of the Select statement helps to display specific data.
Q20. Differentiate between Where and Orderby clause of SQL statements.
Ans. Where clause helps to retrieve specific row from the table and ORDER BY
clause specifies an order in which to return the rows.
Q21. State the purpose of Update Command with the help of an example.
Ans. Update statement is used for modifying records in a table. for example the
following command will increase the salary of all employees by Rs 2000.
Update emp set sal = sal + 2000;
Information Technology Code 402 Class 10 Book Solutions
Short Answer Questions – Page 161
Q22. Why is there a need to create Forms?
Ans. A form provides the user a systematic way of storing information into the
database. It is an interface in a user specified layout that lets users to view,
enter, and change data directly in database objects such as tables.
Q23. What is the purpose of creating Reports?
Ans. Table must be created and selected before creating forms and reports in
OpenOffice Base.
Q25. Differentiate between Forms and Reports.
Forms Reports
Ans. Yes
Q27. In how many ways Forms and Reports can be created in a database?
Ans. Data transfer over the network is divided into small segments called packet.
Each packet is sent from one computer to another computer until it finds its
destination.
Q4. Explain Wifi and its significance.
Ans. Wi-Fi stands for wireless fidelity. Wi-Fi is a popular technology that allows an
electronic device such as computers or mobile phones to exchange data wirelessly
over a network.
Wi-Fi is used where cables cannot be run (such as old buildings, outdoor areas) to
provide network and Internet access
Ans.
LAN WAN
It Stands for Local Area Network It Stands for Wide Area Network
Ans. Networks in which all computers have an equal status are called peer to peer
networks. Generally in such a network each terminal has an equally competent CPU.
Networks in which certain computers have special dedicated tasks, providing services
to other computers (in the network) are called client server networks. The
computer(s) which provide services are called servers and the ones that use these
services are called clients.
Q8. List any five application based instant messaging software.
Ans. Instant messaging (IM) is a form of communication over the Internet that
offers an instantaneous transmission of text-based messages from sender to
receiver.
Q10. Give any three key features of Instant Messaging.
Q11. State any 03 rules and etiquettes to be followed while chatting on the Internet.
Ans. Three rules and etiquettes to be followed while chatting on the Internet are :
1. Messages should be short and to the point.
2. Always introduce yourself by name if your screen name doesn’t reflect it.
3. Always ask if the other person has time to chat first.
Q12. What are the basic needs to use instant messaging (chat) software.
Ans. The basic needs to use instant messaging (chat) software are :
1. A valid instant messaging account.
2. An active internet Connection.
3. A computer and a browser
Q13. What is a blog? Explain its use.
Ans. A blog is a discussion style site used by non-technical (or technical users) users
for creating personal web pages. Blogs are similar to an online personal diary and
simple to use.
We can use a blog to convey messages about events, announcements, news, reviews,
etc.
Q14. List any 5 websites that provide blog service.
Ans. A single HTML document is called a web page. A collection of web pages is
called web site.
Q16. What do you mean by publishing a post?
Ans. Publishing a post means to make the post public. Once we finished typing the
content, we need to publish the post for others to see. To view the post, you can
type the blog address in the address bar of the web browser.
Q17. Explain the purpose of an offline blog editor.
Ans. When ever we do not have an active internet connection, we can create blogs
using a blog application and publish the blog whenever internet connectivity is
available.
Q18. List any five offline blog editors.
Ans. Browsers often prompt to save usernames and passwords when users attempt to
logon to websites. Browsers can also store data such as cookies, visited websites or
webpages data, browsing history, etc. However it is not advisable to leave the web
browser store this data particularly on public or shared computers. So it is advisable
to clear data stored in browsers particularly on public or shared computers.
Q26. Explain any five tips to manage strong passwords.
Ans. Antivirus and Antispyware programs offer real-time protection monitoring your
computer for any changes by malware software. Keep your Antivirus and Antispyware
software always up to date, this can help in protecting your computer from any
threats.
Ans. Two basic safety rules for ensuring Falls and Slips safety are as follows :
a. Keep the moving area clean and clutter free.
b. Workplace must be proper ventilated receive light.
c. Wear non slippery footwear.
d. Floors must be clean and dry.
Q31. Give any two electrical safety rules in any organization.
Ans. An occupational hazard is the illness one may acquire due to his occupation. for
example people working in a chemical factory may get affected due to presence of
certain chemicals.
Q34. List any three types of occupational hazards.
Ans. Accidents must be handled carefully. Two ways to handle accidents are :
(Write any two)
1. Every organization must follow SOP for accident handling.
2. Safety measures must be placed to prevent workplace accidents.
3. Immediately call the medical team for any injury.
4. Stay Alert
Q39. List any three types of hazards.
Ans. Evacuation Policy means a plan to evacuate a place in case of any emergency or
disaster. Evacuation is the process of emptying a place in case of an emergency,
disaster. Every organization must have an evacuation policy.
Ans. This system ensures that differently-abled are assisted and guided out of the
premises or the impacted area properly. If you are a buddy to someone, ensure that
your buddy is safe at the assembly point with you in case of any emergency.
Q43. Explain the terms Floor Plans and Assembly /areas.
Ans. Floor Plans means to show evacuation routes in work area. It is the
responsibility of all employees or workers to understand these plans so that they can
use in case of any emergency.
Assembly areas : A space where all employees or workers are required to assemble after
evacuation.
Q44. Describe the importance of periodic evacuation drills.
Ans. Evacuation drills are very important for all employees or workers so that they
know which path they have to follow to evacuate their floor/room/office in case of
any emergency.
Q45. Explain importance of a healthy lifestyle.
Ans. Healthy Lifestyle leads to a healthy being. A healthy living has a lasting impact
on an individual at home as well as at work place. A happy and healthy worker will
always perform best to his ability.
Q46. Give any four points of a healthy lifestyle.
Section – A
1×3=3
Answer any 3 questions out of the given 4 questions. Each question is of 1 mark.
Ans. Entrepreneurship is the type of self-employment where one is running a business to satisfy the needs
of people and looking for ways to make the business better to make profits
Q2. Ramya and Ramu both own plant shops. Ramu sits at his shop every day. When customers come, he
sells to them. Ramya walks around and gets customers to her shop. She also sells seeds and flowers with 1
her plants. Who is Entrepreneur out of Ramya and Ramu
Q4. When and where Sustainable Development Goals (SDGs) were launched? 1
Ans. Sustainable Development Goals (SDGs) were launched at the United Nations Sustainable
Development Summit in New York in September 2015
Answer any 1 question out of the given 2 questions. Each question is of 2 marks. 2×1=2
Q6. What initative was taken by Narayana Peesapaty for sustainable development? 2
Ans. Narayana Peesapaty made edible cutlery made out of a grain — these spoons can be eaten and even if
they are not eaten they will easily decompose in the soil enriching it.
Section – B
1×4=4
Answer any 4 questions out of the given 6 questions. Each question is of mark.
Ans. StickyKeys is an accessibility feature to help computer users with physical disabilities, but it is also
used by others as a means to reduce repetitive strain.
Q8. Networks in which all computers have an equal status are called ________________ networks. 1
Q9. ____________________ acts as an interface between the user and the World Wide Web. 1
Ans. Data integrity means that the data is accurate and consistent in the database.
Q12. How many types of relationship can be created in tables? Name any one such relationship. 1
Ans. There are three types of relationships which can be created in tables.
a. ONE to ONE
b. ONE to MANY OR MANY to ONE
c. MANY to MANY
Answer any 04 questions out of the given 06 questions. Each question is of 2 marks 2×4=8
Ans. An Internet service provider (ISP) is an organization which provides you with access to
the Internet via a dial-up (using modem) or direct (hard wired) or wireless connection for example Airtel,
Jio
Ans.
Ans. Wi-Fi stands for wireless fidelity. Wi-Fi is a popular technology that allows an electronic device such
as computers or mobile phones to exchange data wirelessly over a network.
Wi-Fi is used where cables cannot be run (such as old buildings, outdoor areas) to provide network and
Internet access
Ans. A form provides the user a systematic way of storing information into the database.
A report helps to display the data in a summarized manner. It is used to generate the overall work
outcome in a clear format.
Ans.
a. Where clause is used to filter the record.
b. Order by clause is used to arrange the records in ascending or descending order.
Q18. Identify the error in the following and write the correct statement.
2
a. Select * from emp where name is “Anuj”;
b. Update table emp set Location = ‘Bhubaneswar’ where empid = 14;
Ans. Correct statements are:
SECTION C
2×4=8
(COMPETENCY BASED QUESTIONS)
Answer any 2 questions out of the given 3 questions. Each question is of 4 marks.
Q20. a. What do you mean by Accessibility Options? How can you launch Accessibility Options in
Windows XP?
b. Aman and Suman are differently abled students of class 12th. They have to create a project on
computer. Which accessibility option is suitable for each of them so that they can work easily on 4
computer.
a. Accessibility Options in Control Panel are used to customize the way your keyboard,
display, or mouse function. Many of these features are useful for people with disabilities.
To launch accessibility options in WindowsXP, Click Start > Control Panel > Accessibility Options.
Q20. Anshuman’s father is a blogger. He also wants to launch a blog but he is having a few doubts in his
mind regarding the blog. He doesn’t want to disturb his father so being a friend of Anshuman, clear his
following doubts.
4
a. Name any two website which offer free blog services.
b. Can we create blog offline?
c. What do you mean by publishing a post?
d. Name any two free offline blog editors that can be downloaded and installed on the local computer
c. Publishing a post means to make the post public. Once we finished typing the content, we need to
publish the post for others to see.
d. Two free offline blog editors that can be downloaded and installed on the local computer
1. Qumana
2. Windows Live Writer
Q21. Consider the following table “Chips” and write the queries for the following: 4
C_id C_Name Price Quantity
C132 Lays 20 35
C142 Haldiram 10 20
C231 Parle 20 45