0% found this document useful (0 votes)
2 views16 pages

Microsoft Word Basics and Internet Introduction

The document provides a comprehensive overview of Microsoft Word and its functionalities, including text formatting, editing, and inserting various elements like images and tables. It also covers basic commands in Logo programming and an introduction to the Internet, detailing web browsers, search engines, and internet terminology. Key features such as copy/paste, undo/redo, and text alignment are highlighted, along with practical steps for performing tasks within the applications.

Uploaded by

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

Microsoft Word Basics and Internet Introduction

The document provides a comprehensive overview of Microsoft Word and its functionalities, including text formatting, editing, and inserting various elements like images and tables. It also covers basic commands in Logo programming and an introduction to the Internet, detailing web browsers, search engines, and internet terminology. Key features such as copy/paste, undo/redo, and text alignment are highlighted, along with practical steps for performing tasks within the applications.

Uploaded by

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

Final Term

3. MS Word

1. Microsoft word is an application that helps us to create different types of __________


like ex: __________ , _________ , __________ ,
2. Ribbon parts are _______________ , ____________________ & ______________ .
3. Making changes to a document is called ____________ .
4. In order to make changes to text you must first __________ the text
5.

To select the following Do the following


A word Double-cli ck on the _______
A line Click in the selection bar to the ______of the
line.
A paragraph Double-click in the selection bar to the ____
of the paragraph or _____ click anywhere on
the paragraph
A block of text Click at _________ of text block, hold - down
the _______ key and click at the ______ of
text block.
Entire document Click anywhere in the selection bar while
holding the _________ key. Or press ctrl+___
in keyboard.
Deselect a block of text Click anywhere on the _________ background

6. Inserting text: The steps to insert new text between the existing text are –
a. Place the cursor to the ______ of the character where you want to insert new text.
b. Type the text. The existing text will be __________ to the right side.
7. Copying and moving text:
Cut and Paste: It is used to move the text from one place to another in a document. The Cut
command __________ the selected text from its original position. The Paste command paste the
selected text at the position where the ___________ is placed.
Steps to Cut and Paste:
a. Select the text you want to _______.
b. On the Home tab, in the Clipboard group, click the ______ button.
c. Place the mouse pointer where you want to Paste the text and click the ______ mouse
button.
d. On the Home tab, in the _________ group, click the Paste button.
8. Copy and Paste: it is used to _______ text from one place to another. The Copy command creates
a ___________ of the selected text. The Paste command pastes the copied text at the position
where the _______ is placed.
9. Steps to Copy and Paste:
a. select the text you want to _______.
b. on the Home tab, in the ____________ group click the Copy button.
c. place the mouse pointer where you want to Paste the text and click the _____ mouse
button.
d. on the Home tab, in the Clipboard group, click the ______ button.
[Link] and Redo: Undo: It _________ the last change done to the document reverting it to an
________state.
[Link] button _________ the undone action. Undo and Redo button are available on
_____________ toolbar.
[Link] text: Formatting means changing the ________________ of text in a document
by changing _______ style, size and color of the text.
13.B,I,U

Bold A text is made Bold to make it appear ______ than the normal text. B
Italicize A text is Italicized to make it appear ______________. I
Underline A text is _______________ U

[Link] the text alignment: Text alignment is the position of the text with respect to the page
margins.

MATCH
Align text To align text along the ______ margin. This is the
left _______ text alignment in word. (a)
Center To align text in the middle or _______ of the left
and right margin (b)
Align text To align text along the_______margin.
Right (c)
Justify To align text at both the left and right margins
_________. (d)

[Link] WordArt text: WordArt is a text modifying feature in Microsoft word This option is used
to give _____________ effects to the text. It includes effects such as shadows outlines, colours,
gradients, and 3D effects that can be added to a Word or phrase.
[Link] is available in ____________ tab, ___________ Group
[Link] can perform following actions using WordArt features:
1. Convert the __________ text to WordArt text.
2. You can change the ________ of the text.
3. Fill _________ in WordArt shape.
4. Adding a S_A_O_ to WordArt.
[Link] Line spacing:
Line spacing is the amount of _________ space between the lines of text.
[Link] shapes:
Click ______ tab ➔ In____________ group ➔ Click __________ ➔__________
[Link] pictures:
Click Insert tab ➔ In Illustrations group ➔ Click Pictures ➔ Select the required picture ➔ Click
Insert.
[Link] Header/Footer:
[Link] Jnsert tab ➔ In Header & Footer group ➔ CJick Header/Footer ➔ Select the required option
➔ Type Header/Footer.
[Link] table:
Click Insert tab ➔ In Tables group ➔ Click Table ➔ Select the required rows and columns ➔ Click.
[Link] Check and Grammar Check:
Microsoft Word ______________ checks spelling and grammatical errors.
A _________ wave line below a word/sentence indicates a spelling error and a _______/_______
wave line below a phrase/sentence indicates grammatical error.
[Link] to rectify spelling/grammar:
Right Click on the word/phrase/sentence with red/green line ➔ menu appears ➔select the
appropriate option from the suggestions.
[Link] keys: (Fill blanks)

Options Shortcut Options Shortcut


Select entire text in document Ctrl+X
Ctrl+V Copy
Undo Ctrl+Y
Ctrl+B Save
Open font dialog box Ctrl+I
Ctrl+U Right align
Center align Ctrl+L
Ctrl+J Find

27.
28.
29.
30.
CHAPTER- 4

REPEAT COMMAND AND PROCEDURES JN LOGO


1. Repeat Command: The Repeat command tells the logo turtle to repeat a given command a
certain number of times
2. The repeat needs two inputs:
a. The number of __________ to repeat
b. The list of _______________ to repeat.
3. General form (syntax) of REPEAT command:
Ans:
Ex:
4. Drawing shapes using Repeat Command:

Shape Number of sides Turtle angle Repeat Command

10

5. Drawing a big circle:


6. Drawing a small circle:
7. Drawing a semi circle:
8. Drawing an arc:
9. LOGO Procedures: A LOGO procedure is a method to make logo _________________ the set of
commands to perform a particular task.
[Link] a procedure: The procedure can be divided into three parts:
Title line: The name assigned to a group of ________________ is the Title.
Body: It contains the set of _______________ or primitives that you ask Logo to do.
End Line: The END command signifies the end of instructions to logo for that _______________.
[Link] for naming a procedure:
a. A _____________ name can have alphabets, numbers and some symbols
b. The first character of a procedure name should always be ______________.
c. A procedure name should not have any ___________ space and _____________ operator
[Link] a procedure: To define the set of commands that need to be performed in the
procedure, Logo commands ________ and _______ are used.
[Link]:

[Link] Edit a procedure:


Click on the ______ button ➔ An ________ screen opens up ➔ Editor shows all the __________
created ➔ Make the desired ___________ in the procedure or type in a new procedure.
[Link] save the procedure:
Click File ➔ Select _________ , Save As dialog box appears ➔ Select the path and type procedure
name ➔ Click ________ button.
Logo files are stored with ________ extension.
[Link] load a procedure:
Click File ➔ Select ________ ➔ Open dialog box appears ➔ Select _______ file ➔
Click _______.
[Link] Delete a procedure:
syntax: ERASE "PROCEDURE NAME
The steps to delete a triangle procedure are:
Type ERASE ➔ Press _________ Key ➔ Type "triangle ➔ Press Enter Key.
18.

19.
20.
21.
22.

23.
24.
25.
26.
27.
28.
29.
CHAPTER -5
INTRODUTION TO INTERNET
1. Internet is a constantly __________ tool that not only contains an amazing variety of information,
but also provides new ways of accessing content, interacting and connecting with people.
2. The internet is a worldwide __________ of millions of computers, connected to each other by
______________ lines, cable and _____________. It's like a huge ___________ of information.
3. To connect to the Internet you need an ______________________________ (ISP).
Ex:
4. Internet terms:
 www –
 web page –
 Homepage –
 Hypertext –
 URL –
5. Web browser: A web browser is a software that enables users to __________ through the
Internet.
6. Identify the different components of web browser:

7. Address bar: Browsers have an address bar that shows the ______ address (also called URL) of
the page you are on.
8. Navigation buttons: Back button to go to the ____________ page and ___________ button to
follow the link again.
9. Refresh button: Refresh button (sometimes called __________) tells the browser to ______ the
page again
[Link]: You can go to a _________ page by clicking on a link. A link, also called as hyperlink can be
text or an image.
[Link] bar : Some browsers have a built-in search bar for performing ______ searches.
[Link] bookmarks : Bookmarks allow you to store the __________ of your favourite websites for
quick access.
[Link] History: You can find the page again by using the history button, which is a list of
___________ you've visited.
[Link] history:
[Link] history:
[Link] Engines: Search engines are specialized websites that help you to ______ other websites
on the Web. When the keywords are typed in the search field, a list of websites related to it are
displayed. Ex: ___________________________________________________
[Link] Internet Address:

[Link]: Hypertext Transfer Protocol is a set of _______ or _____________ that computers use to
exchange the information on the Internet.
[Link]: World Wide Web is the ___________ used for all Internet addresses.
[Link] Name: Domain name is usually the full or abbreviated ________ of the
company/organisation. It tells the web browser which ______ server to point to. The server is
referred to as a _______ (Domain Name Server).
[Link] Type: It is the code following the period, which usually specifies the ______ of
organisation sponsoring the website. Some most popular domain extensions are
___,___,_________,_______,
[Link] code: Different countries use different suffix, usually two letters like .in represent
____, .ru represents _____________________, etc.
[Link]: The slash (/) is used to separate different levels of ________ or directories within a
website.
[Link] or Folder Name: Similar to folders on computer hard drives. Website folders (or
directories) are used to help ________ pages within a website.
[Link] Extension: The file extension ______________ specific pages within a website.
[Link] the correct answer:
1. A website is a collection of
a) web pages b) home pages c) index d) hyperlinks
2. Which of the following button is used to move to next page in a website?
a) Refresh b) Back c) Forward d) Home
3. Name the bar where one types name of a URL.
a) Menu Bar b) Title Bar c) Address Bar d) Status Bar
4. The button used to move to the previous page in a website is
a) Refresh b) Back c) Forward d) Home
5. FAQ is an acronym which is commonly used over the Internet. The full form is.
a) Frequency Asked Questions b) Frequently Asked Questions
c) Frequency Asked Quest d) Frequently Asked Quest
6. The first page of a website is called its ____________
a) Home page b) Web page c) Hyperlink d) Web link
7. Encircle the odd one.
a) Firefox b) Safari c) Opera d) Google
8. ________________________ is used to link a page to another part of the same website or to
new website.
a) Link b) Pinter c) Hyperlink d) Mouse
b)
c)
d)

You might also like