MSW LOGO (Theory)
MS WINDOWS
MSW LOGO (PRACTICAL)
MS WORD 1
MS WORD 2
100

Primitive which bring the Turtle to the center of the main scree.

HOME

100

Main working screen.

Desktop

100

How to draw a dotted line?

REPEAT 10 [FD 5 PU FD 5 PD]

100

Contains options to work with files.

File Tab

100

Making changes to a document it is called?

Editing

200

Which primitive will you use to erase the unwanted lines?

PE

200

A picture or animation that appears on the computer screen if we leave the computer idle for sometime. 

Screen saver

200

How to draw a square with the side 100? 

REPEAT 4[FD 100 RT 90]

200

Is known as a Document.

MS Word file

200

What is the use of UNDO button?

UNDO is used to reverse the last action performed.

300

This primitive is used for performing mathematical calculations.

PRINT

300

Computer work saved by a name

File

300

How to get only first word of the following sentence 'HAPPY BIRTHDAY!' on the screen? 

PRINT FIRST [HAPPY BIRTHDAY!]

300

When the current line finishes, the cursor automatically shifts to the beginning of the next line.

Word wrap

300

The white areas around the text in a document page are called?

margin

400

You should enter primitives into the ____________?

INPUT BOX

400

Which key should be hold during the selection of non-adjacent files/folders?

Ctrl key

400

How to draw a circle?

CIRCLE 80 or REPEAT 360[ FD 1 RT 1]

400

This key combination selects the entire text in a document.

Ctrl+A

400

Under the which Tab is situates the Spelling & Grammar command button?

Review Tab

500

A set of primitives which together carry out a particular task.

PROCEDURE

500

Bar that lies at the bottom of the desktop and contains all the running programs or tasks.

Taskbar

500

How to draw a triangle which stands on its base?

RT 30  REPEAT 3[FD 100 RT 120]

500

Which line indicates spellings errors?

Red line

500

A gallery of predefined pictures.

Clipart

M
e
n
u