Computer
Computer
1). To select a consecutive group of files, click on the Ctrl key. (True)
2). The Shift + Del key combination deletes a file/folder permanently. (True)
3). Windows 10 allows you to open only single application at a time. (False)
4). The sound files have the extension.mp3. (True)
5). The keyword.docx will search for all the Microsoft Word files whose names have only one
character. (False)
1). To copy multiple non-adjacent files and folders, press and hold down the key.
a. Shift b. Ctrl c.Alt
2). You can use the characters to locate the file, if you know only a part of the file name.
a. Numeric b. Wildcard c. Trumpcard
4). Name the application that displays the hard disk drives, CD/DVD drives, removable devices,
and network locations that are connected to your computer.
a. This PC b. File Explorer c. Recycle Bin
7). Which wildcard character is used to replace a term in the search string?
a) * b) [ c) ] d) #
V. Application-based questions.
1). Neeta wants to locate a file that she had saved on her computer a few days back. She does
not remember the exact name but can recall the first alphabet of the file name. Suggest her
an appropriate method to find the file.
Ans: Neeta can use wildcards ‘*’ or ‘?’ to locate her file.
since she does not know the exact file name she can use * as * allows us to search files with
a string of characters that we do not know.
IN this case (let use assume Neeta knows the alphabet is L for the file.
She can use L*.* . She will find all the files starting with the alphabet L .
2). Riya wants to listen to music while searching for some information over the internet. Which
option should she choose to work with both the applications, simultaneously?
Ans: Riya should use show window side by side option.
3). Name and explain any two common types of files with their file formats.
Ans: Some of the most common types of file formats are:
i). Documents: A file saved in MS Word has an extension .doc or .docx
ii). Spreadsheets: A spreadsheet created in MS Excel has extension .xls or .xlsx
Q1) Shreya wants to copy project files from her folder in D: drive to her pen drive to present in
school. Write down steps for it.
Ans: a) She must insert the pen drive into USB drive
b) Double-click on This PC -> Choose file/folder -> Right-click -> Copy (ctrl+c)
c) Double click on the pen drive -> Right-click -> Paste (ctrl+v)
Q2) How do you transfer the data from one drive to another?
Ans: We can transfer data from one drive to another either by moving or copying it. The steps are
as follows:
By Copying
i). Double-click on the This PC icon on the desktop. It will display the hard disk drives, CD or
DVD drives, etc that are connected to your computer.
ii). Now, double-click on the C: drive icon. It will display all the files and folders stored in it.
iii). Select file/folder that you want to copy.
iv). Click on the Copy option in the Clipboard group on the Home tab.
v). From the left pane, select D: drive and then click on the Paste option in the Clipboard
group.
By moving
i). Click on the Cut option in the Clipboard group.
ii). Open a drive (for example, D: drive) and click on the Paste option.
iii). Select the Copy option
iv). Selected Folder
v). The selected file/folder will be moved from C: drive to D: drive.
Q3) Name any two common types of files with their file formats.
Ans: Some of the most common types of files with their file formats are:
i). Documents: A file saved in Microsoft Word has the extension .doc or .docx.
ii). Spreadsheets: A spreadsheet created in MS Excel has the extension .xls or .xlsx) AS
iii). Image Files: Image files are usually saved with a number of file formats, such
as .gif, .jpeg, .png, .tiff, etc.
iv). Audio Files: The sound files are saved with the extension.mp3 or .wav.
v). Presentation: A presentation created with MS PowerPoint is saved with the
extension.ppt or .pptx.
Q6) How can you work with two applications at the same time on your computer?
Ans: You work with two applications at the same time on your computer as below:
i). Open PowerPoint by selecting Start > PowerPoint.
ii). Open Google Chrome by double- clicking on its icon on the desktop.
iii). Now, right-click anywhere on the blank portion of the taskbar.
iv). Click on the Show windows side by side option from the shortcut menu. Both the
application windows will be displayed, side-by-side. Now, you can browse the
information on the topic simultaneously while working in PowerPoint.
Creating Games using Scratch
1). Scratch is a free programming language, designed for the students to enhance their
computing skills.
2). Sprites are the objects that perform actions in a Scratch project.
3). The Scratch stage is 480 pixels wide and 360 pixels high.
4). The Scratch stage is divided into the x and y grid.
5). Motion blocks are the blocks that control a sprite's movement.
6). Looks blocks are purple colour-coded and control the appearance of a sprite.
7). Looks blocks are purple colour-coded and control the appearance of a sprite.
8). To change a sprite's looks, you can use the Costumes tab.
9). The say (Hello!) block allows the sprite to say some message in a speech bubble.
10). Pen blocks are green colour-coded blocks that control the pen. They draw a trail as the
sprite moves on the stage.
11). Sound blocks are pink colour-coded blocks that control the sound functions.
12). Pen blocks draw a trail as the sprite moves on the stage.
13). Script area is the place where you pick and drop the blocks to create a script.
14). Sprite List displays the thumbnails of all the sprites used in a project.
15). The looks of a sprite can be changed by clicking on the Costumes tab.
16). The Stop button is used to stop the project at any time during the execution of the script.
2). You can change the value in the box to increase or decrease the size of the sprite.
a. Grow b. Shrink c. Size
3). The tab appears only when you select Stage icon to add any built-in background on stage.
a. New b. Background c. Backdrops
4). Clicking on the symbol makes the sprite visible or invisible on the stage area.
a. Eye b. Hide c. Remove
2). Rahul loves to play guitar. While working on his Scratch project, he wants to play the sound
of the guitar. Help him by suggesting the appropriate block to do the same.
Ans:
3). Name the block that pauses the script for a specified number of seconds.
Ans: Wait () seconds
5). Name the block that changes the volume of a sound by a specified amount.
Ans: ‘change volume by’ block
VI. Answer the following questions.
Q8) What is the use of Pen Blocks? Name any two Pen blocks.
Ans: Pen blocks are green coloured blocks that control the pen. This block is used to make a trail
as the sprite moves on the stage.
2 pen blocks are - erase all, pen down, pen up
1). <br> tag that splits the line and displays the text on a new line.
2). <font> tag helps beautify the text and display it in a presentable manner.
3). HTML is the most widely used language to design web contents for the internet
4). Two basic tools that are required to work with the HTML documents are HTML editor for
creating and saving the documents and a browser for viewing the documents.
5). HTML code is made up of tags, elements, and attributes.
6). HTML elements are of two types, container elements that include both ON and OFF tags
and empty elements that contain only ON tag
7). The general structure of an HTML document has two sections, head and body.
8). CSS is a style sheet that provides a set of style rules for defining the layout of the HTML
documents.
9). HTML allows you to set the background style of an element with the background properties.
10). HTML allows you to set the text style with the text properties.
Amit wants to enhance his work on a web page and display it in a presentable manner.
Name the tags he should use to accomplish the following tasks.
a. Align Text to the center of the page or any table cell – <CENTRE>
b. Display long piece of text on a web browser – <P>
c. Make a text bold to highlight the text – <B>
d. Display the heading in the largest text size – <H1>
An Attribute is the property that provides additional information about an HTML element.
It enhance the functionality of a tag.
An attribute is always specified inside the opening tag.
All the attribute consist of two parts a name and value.
The 'name' is the property that you want to set and 'value' what you want for the respective
property.
Internet: Online Surfing
6) Anant wants to show his final presentation file to his friends. However, he only wants to
show them and don’t want them to make any changes in it. Which sharing option he should
choose for his file?
a. Can Comment b. Can View c. Can Edit d. Can Compress
7) Anay wants to send an attachment to his friends. What should be the maximum file size limit
which he can send through attachment?
a. 25 GB b. 25 MB c. 25 KB d. 25 TB
8) ________ are malicious program that embeds itself into legitimate software
and pretends to be a harmless application.
a) Virus b) Trojans c) Worms d) Spam
9) ________ refers to flooding the user’s inbox with unwanted advertisements and messages.
a) Sarcasm b) Spamming c)Phishing d)Scamming
10)Which of the following types of e-commerce involves two companies buying or selling
products with each other through internet?
a). Business to Business b) Business to Consumer
c). Consumer to Business d) Consumer to Consumer
Q1) What is the difference between “Can Edit” and “Can View” options while sharing the files
in Google Drive.
i). Can Edit: Allows multiple people to work on same project in real time
ii). Can View: Allows only to view the file.
Q2) Give one difference between debit cards and credit cards.
Ans:Debit Cards can be used in place of cash while making purchases.
Credit Cards allows you to borrow money from the bank to make purchases.
Q6) Define threat in terms of computer security. Explain any two security threats.
Ans: A threat is described as a possible danger to security. Much harm can be done by breaching
the security system of a computer through internet.
A threat can be intentional or accidental
It is very important to be alert about sensitive information like credit cards, debit cards,
passwords, pins etc
Eg: Spyware, Spamming, etc
i). Spyware: it is a type of software that secretly collects information about the user.
It monitors surfing habits of the users and steals information of website visited, email
addresses, passwords, credit card numbers, etc
ii). Spamming: Email spamming involves sending unwanted messages or advertisements to
a large number of recipients.
Spamming is a serious threat as it can be used to deliver threats like trojan, viruses,
worms, spyware, etc
Q7) What do you understand by the term Netiquette? Explain any two.
Ans: Netiquette are a set of rules that users must follow when they are using the internet.
Some rules of Netiquette while being online are:
i). Be respectful, Avoid Sarcasm
ii). Respect Others Privacy
iii). Obey Copyright law
iv). Do not indulge in Spamming
v). Use Appropriate Language
vi). Do not reveal sensitive information online
i). Netbanking:
It is also known as online banking or e-banking
It is a means of electronic payment that allows customers to make financial transaction
online through banks website
ii).Debit Card:
A debit card is a plastic payment card that can be used in place of cash to make
purchases
To make a purchase you need to provide the card details so the amount is deducted
from the card holders bank account immediately
It also acts as an ATM card and is used to withdraw cash instantly from ATM
E-Shopping
The internet offers convenient ways to shop from your homes or offices for stationery, apparels,
health care products, home appliances, electronic items, toys, etc.
You can buy or sell new as well as second-hand goods. The process of selling and buying
products over the internet is called Online shopping or E-shopping. Some of the popular portals
for selling and buying goods are amazon.com, ebay.com, and flipkart.com.
Amazon
Amazon is one of the largest online shopping websites in the world. It is an American electronic
commerce and Cloud computing company, founded on 5 July 1994 with headquarters in Seattle,
Washington. This site is popularly known for its wide collection of books, although it has
expanded its domain to the other categories also, like electronic appliances, clothing, furniture,
and many more.