You are on page 1of 26

Zamurrad Memorial Secondary School Fateh Jang

Name: ___________________ Class: 10th


Subject: Computer Science
Multiple Choice Questions
Question No. 1

Which of the following tasks can be performed to remove logical errors?

A All B Testing program instructions

C Testing all logical flows in program D checking all variables closely

Question No. 2

The diamond symbol in a flowchart indicates:

A Progress B Output C Condition D Input

Question No. 3

How many Possible solution are there for a problem :

A One B Three C Multiple D Two

Question No. 4

Division by zero is:

A Runtime errors B Not an errors C Syntax errors D Logical errors

Question No. 5

The technique ‘Divide and Conquer’ is used to solve:

A Large problem B Complex and large problem

C Complex problem D Simple problem

Question No. 6

Which of the following is a problem solving activity:

A Procedure B Bug C None D Programming

Question No. 7

Algorithm is a :

A Test documents B User guide

C Design documents D Requirement documents


Question No. 8

If a program gives output that is different from thinking of programmer, it is called:

A Syntax error B Logical error C Run-time error D None

Question No. 9

How many type of errors can occur in GW-BASIC?

A 2 B 4 C 1 D 3

Question No. 10

Which of the following errors cannot be detected by compiler?

A Syntax error B Logical error C None D Both errors

Question No. 11

The technique of dividing a complex and large problems into smaller parts is called:

A Top-down design & Divide and Conquer Rule B Top-down design

C Algorithm development D Divide and Conquer Rule

Question No. 12

The Annotation symbol in flow chart indicates:

A Remarks B Input C Condition D Process

Question No. 13

A program syntax errors is detected by

A Compiler B Interpreter C Both a and b D Debugger

Question No. 14

Which type of error occurs when program directs the computer to execute an illegal or undefined
operation?

A None B Run-time error C Syntax error D Logical error

Question No. 15

The set of rules for writing a program in any programming language is called:

A None B Debug C Syntax D Bug

Question No. 16

The most difficult part of problem solving is:

A Testing program B Documentation C Fragrant execution D Design Algorithm

Question No. 17
The process of carefully observing the working of an algorithm Is called:

A Debugging B Desk Checking C Compiling D Coding

Question No. 18

The set of instructions given to the computer to solve a problem is known as:

A Flow chart B Program C Algorithm D Hardware

Question No. 19

The process of finding and removing errors in the program is called:

A Coding B Compiling C Debugging D Executing

Question No. 20

The rectangle symbol in flow chart indicates:

A Input B Process C Condition D Output

Question No. 21

Which of the following documents describe various features of the software and the way it is used?

A Software requirement specification B User manual

C Problem description D Algorithm

Question No. 22

Basic is a :

A High Level Language B Low level Language

C Assembly Language D Machine language

Question No. 23

Which term is commonly used to refer to program errors:

A Bugs B Debug C Coding D Compiling

Question No. 24

The Parallelogram symbol in flow chart indicates:

A None B Input C Both a and b D Output

Question No. 25

Which of the following tasks are performed by most of the algorithms?

A Input B Processing C Output D All

Question No. 26

The diamond symbol represent the:


A Decision making B Input / Output C Remarks D Processing

Question No. 27

Typographical error in a BASIC statements are

A Logical Error B Run Time error C Execution Error D Syntax Error

Question No. 28

A finite set of steps to solve a problem is called

A None B Algorithm C Solution D Syntax

Question No. 29

The process of writing a program in programming language is called:

A Flow chart B Desk Checking C None D Coding

Question No. 30

Which of the following is not an example of a program bug:

A Run-hire error B Logical error C Operator error D Syntax error

Question No. 31

Program up gradation refer to:

A Program Enhancement B Program Identification

C Program Implementation D Program development

Question No. 32

All of the following are part of the documentation process EXCEPT:

A Test procedures B Program algorithm C User Manual D Machine language

Question No. 33

A graphical representation of the steps of an algorithm k called a(n):

A None B Flowchart C Algorithm diagram D Data flow

Question No. 34

A spelling mistake of any command in GW-BASIC is an example of:

A Run-time error B Syntax error C None D Logical error

Question No. 1

BASIC language was developed in the year.

A 1972 B 1970 C 1963 D 1976


Question No. 2

An expression consists of:

A Variable B ALL C Arithmetic Expression D Constant

Question No. 3

The number of bytes used by integer variable in GW-BASIC is?

A 2 B 12 C 4 D 8

Question No. 4

The extension of BASIC program is?

A bas B bs C doc D txt

Question No. 5

A memory location with some data that cannot be changed during program execution is called:

A Key Word B None C Constant D Variable

Question No. 6

The result of "10 MOD3" is:

A 1 B None C 3 D 8

Question No. 7

Which symbol Is used to write two or more statement in one line?

A None B Semi Colon C Comma D Colon

Question No. 8

All of the following are relational operators EXCEPT:

A > B ^ C = D <

Question No. 9

Which of the following data type is most suitable for storing a name?

A Integer B Double-Precision C Single-Precision D String

Question No. 10

How many logical operators available in GW-BASIC?

A 3 B 2 C 6 D 4

Question No. 11

Which of the following key is used to execute a program in GW-BASIC?

A F2 B F3 C F1 D F4
Question No. 12

All of the following contain variable name EXCEPT:

A Numbers B Decimal Points C Alphabets D Blank Spaces

Question No. 13

How many relational operators used in GW-BASIC?

A 4 B 6 C 5 D 1

Question No. 14

In GW-BASIC, two relational expression can be joined by using:

A None B Relational operators

C Arithmetic operators D Logical operators

Question No. 15

Which of the following is used as assignment statement in GW-BASIC?

A INPUT B READ C LET D PRINT

Question No. 16

Which of the following BASIC command is used to automatically generate line number each time
when Enter key is pressed?

A Load B Copy C RUN D AUTO

Question No. 17

All of the following is keyword in GW-BASIC EXCEPT?

A Marks B IF C THEN D ELSE

Question No. 18

All of the following are valid expressions EXCEPT:

A Salts - Revenues B Pi * Radius C M/n D Mpg, Gallons

Question No. 19

The character set of GW-BASIC comprises of:

A All B Numeric C Special character D Alphabets

Question No. 20

The modulus operator is used for:

A Multiplication B Division C Exponentiation D Integer remainder

Question No. 21
Another name for keywords Is:

A Remarks B None C Reserved words D Special words

Question No. 22

Which of the following returns True if A=25 and B=35:

A A+B B A=B C A<>B D A-B

Question No. 23

All of the following is arithmetic operators EXCEPT?

A + B Mode C > D -

Question No. 24

When a floating-point value is converted to an integer, the fractional parts :

A May be Truncated or Rounded off B Truncated

C Conversion is impossible D Rounded off

Question No. 25

Which of the following shortcut key to run a program in GW-BASIC?

A F1 B F3

C F4 D F2

Question No. 26

Variables are created In:

A RAM B CPU C Hard Disk D ROM

Question No. 27

Which of the following statement command continues the program whose execution was
terminated temporarily?

A CONTINUE B CONT C RESTART D START

Question No. 28

An assignment statement can:

A Store the results of a calculation B Both Store the results of a calculation & Perform a
calculation C Perform a calculation D None

Question No. 29

What is the name for a word that has a predefined meaning in GW-BASIC?

A Alphabets B None C Special character D Keywords

Question No. 30
A variable name must start with a(n):

A Underscore B Digit C Alphabet D Alphabet or Underscore

Question No. 31

A String constant must be enclosed in:

A Exclamation points (!) B Double quotation marks (")

C Pound signs D Single quotes (')

Question No. 32

The maximum length of a variable name in GW-BASIC is :

A 31 B 40 C 45 D 32

Question No. 33

The result of "3 MOD 6" is:

A 3 B 5 C 0 D None

Question No. 34

Non- executable statement is indicated by

A RENUM B END C REM D Name

Question No. 35

Another name for modulus operator is

A Integral division B Remainder C Logical D Concatenation

Question No. 36

Which of the following is a type conversion character for integer variables

A $ B # C % D !

Question No. 37

Which of the following BASIC command is used to remove file from the disk?

A END B CLS C Delete D Kill

Question No. 38

Which of the following operator has the highest precedence?

A * B ^ C + D =

Question No. 39

Which of the following statement temporarily stops the execution of a program?

A PAUSE B STOP C END D BREAK


Question No. 40

Which of the following is a type declaration character for string variable?

A I B # C % D $

Question No. 41

The result of '0 MOD 4" is:

A 5 B None C 0 D 4

Question No. 42

In GW-BASIC, the maximum number of characters In variable name can be:

A 50 B 60 C 80 D 40

Question No. 43

Who developed BASIC language?

A John Kemeny B Von-Neumann

C John Kemeny & Thomas Kurtz D Thomas Kurtz

Question No. 44

Which of the following is used as output statement in GW-BASIC?

A None B Write C INPUT D Print

Question No. 45

Which of the following operators is used to assign a value to a variable?

A * B > C + D =

Question No. 46

IDE stands for

A Input Desktop Environment B Internal disk error

C Input data error D Integrated development Environment

Question No. 47

If two or more statement are written on a line, they must by separated by a :

A Hyphen B Colon C Comma D Semicolon

Question No. 48

Which of the following key is used to save a file in GW-BASIC?

A F4 B F1 C F2 D F3

Question No. 49
In GW-BASIC, the maximum number of characters in a line can be:

A 256 B 355 C 255 D 455

Question No. 50

A relation expression produces results as:

A True (1) B Either False(0) or True(1) C any value D False(0)

Question No. 51

GW-BASIC can operate in :

A Three modes B Several modes C Two modes D One mode

Question No. 52

Which of the following key Is used to load a file in GW-BASIC?

A F4 B F2 C F3 D I3

Question No. 1

Which of the following words indicates the end of WHILE loop?

A Stop B END C WEND D None

Question No. 2

Which keyword is used to increment or decrement a counter by a value that you specify?

A Step B Skip C Next LOOP D Interval

Question No. 3

For…Next is used to important:

A Selection B All C Sequence D Iteration

Question No. 4

Which of the following is not a logical operator?

A NOT B OR C NETHER D AND

Question No. 5

Which decision statement specifies one option if the lest is True and another if the test is False?

A If..Then B GOTO C Try...Catch D IF..Then..Else

Question No. 6

A loop within loop is called:

A Nested Loop B Complex Loop C None D Infinite Loop


Question No. 7

The increment in a For...Next loop can be:

A Negative only B None C ALL D Positive only

Question No. 8

Which option must follow the condition in an If...Then statement?

A END IF B Else C END D Then

Question No. 9

if the programmer know in advance how many times the loop will be executed , the suitable control
structure is:

A Both FOR...NEXT & WHILE...WEND B FOR...NEXT

C WHILE...WEND D None

Question No. 10

Which of the following control structure in GW-BASIC is used to execute statements in order?

A Selection B Sequence C None D Loop

Question No. 11

Which of the following statement can be used to exit from error handling routine?

A RESUME B END C RESUME NEXT D ALL

Question No. 12

Which of the following statement is used to find errors during program execution?

A ON...GOTO B IF.....Then C GOTO D ON ERROR GOTO

Question No. 13

Which of the following control structure in GW-BASIC is used for decision making:

A None B Sequence C Selection D Loop

Question No. 14

Which is a loop statement?

A FOR...NEXT B Both FOR...NEXT & WHILE...WEND

C WHILE...WEND D IF..Then..Else

Question No. 15

Errors handlers in GW-BASIC are turned on with;

A ON... GOTO B ON ERROR GOTO C IF...THEN D None


Question No. 16

Which of the following is unconditional control transfer statement in GW-BASIC?

A IF B None C For D Goto

Question No. 17

How many types of loop statements in GW-BASIC?

A 3 B 5 C 2 D 4

Question No. 18

Which of the following cannot be used to exit from an error handling routine?

A STOP; B RESUME C RESUME NEXT D END

Question No. 19

How many types of control statements are in CW-BASIC?

A 3 B 1 C 6 D 8

Question No. 20

Logical operators are:

A AND B OR C ALL D NOT

Question No. 21

In "if statement" false is represented by a :

A 0 B 1 C 5 D 2

Question No. 22

This is a control structure that causes a statement or group of statements to repeat:

A Sequential B Selection C Loop D None

Question No. 23

In "if statement' true is represented by a :

A 1 B 2 C 4 D 3

Question No. 24

One execution of a loop is called:

A none B Cycle C Test D Iterations

Question No. 25

ON ERROR GOTO statement is used to detect:

A Syntax errors B None C Logical errors D Runtime errors


Question No. 26

Which of the following keyword is used to specify two different choices with "if" statement.

A If B Else C While D Then

Question No. 27

If STEP keyword is not used in For...Next loop, counter variable is incremented by:

A 3 B 2 C 4 D 1

Question No. 28

Which of the following is a selection control structure?

A FOR B IF...Then..Else

C Both IF...Then..Else & IF..Then D IF..Then

Question No. 29

If the integer value of the numeric expression following the key board ON ‘ in ON…GOTO statement ‘
is greater than 225’ which type of error occurs?

A It’s not an error B Runtime error C Logical error D syntax error

Question No. 30

Which one is a multiple branching statement?

A IF…ELSE B GOTO C ON…GOTO D ON ERROR GOTO line number

Question No. 31

An expression that uses a relational operator is known as a:

A Condition B Decision C Relation D Series

Question No. 32

Which of the following is a control structure in GW-BASIC?

A All B Loop C Selection D Sequence

Question No. 33

Which of the following variables are related to ON ERROR GOTO statement?

A EOF B ERL C Both ERR & ERL D ERR

Question No. 34

If the programmer does not know in advance how many times the loop will be executed, the suitable
control structure is:

A None B FOR...NEXT C FOR.... WHILE D WHILE....WEND

Question No. 35
The operator used in IF HoursWorked >= 24 Then..." is called:

A Arithmetic operator B Relational operator

C Logical Operator D Math operator

Question No. No 1

Which of the following declares an array that consists of to 4 rows and 3 column:

A A(2,3) B A(3,2) C A(3,4) D A(4,3)

Question No. No 2

What is the first element of an array having 4 rows and 3 columns:

A A(0,0) B A(1,1) C A(1,0) D A(0,1)

Question No. No 3

Dimension statement uses the keyboard:

A DM B DS C DIM D DMS

Question No. No 4

An element of array is mentioned by its:

A Array B Subscript C Object D Name of element

Question No. No 5

A two dimensional array can viewed as

A None B One row C rows, columns D One Column

Question No. No 6

Which of the following is not a valid subscript?

A B(4) B A(2) C A(-2) D NUM(10)

Question No. No 7

The statement x(30) will reserve……..memory location.

A 31 B 29 C 30 D None

Question No. No 8

Maximum number of element per dimension is:

A 10 B 255 C 32767 D None

Question No. No 9

Two dimension array is also known as:


A None B Both Table & Matrix C Table D Matrix

Question No. No 10

What is the last element of an array having 4 rows and 3 columns?

A A(4,3) B A(2,3) C A(3,2) D A(3,4)

Question No. No 11

One dimensional array is also known as:

A ALL B Linear array C Vector array D 1-D Array

Question No. No 12

Which of the following statement is used to declare larger arrays having more than 11 elements:

A DIM B INPUT C LET D PRINT

Question No. No 13

The statement DIM list(15) will reserve___________memory locations.

A 24 B 18 C 17 D 16

Question No. No 14

Which of the following statement is used to find the largest value from an array :

A READ…DATA B INPUT C ON-ERROR-GOTO D None

Question No. No 15

In two dimensional array When dimension is not mentioned ‘ the array should not have more
…………..element.

A 10 B 121 C 100 D 110

Question No. No 16

There are …….types of array.

A 4 B 1 C 2 D 3

Question No. No 17

The statement DIM c(30’50) would reserve ?

A 1800 Locations B 1500 Locations C 80 Locations D 150 Locations

Question No. No 18

How many elements does the following array have N(1000):

A 999 B 998 C 1000 D 10000

Question No. No 19
The doubly subscripted variable p(3,2) specifies the data element present in:

A Column 3 and Row 2 B None

C Column 2 and Row 3 D Column 3 and Column 2

Question No. 1

The output of SQR(81) is:

A 27 B 9 C 81 D 3

Question No. 2

Which is not an access mode that may be specified in OPEN statement?

A Output B Read C Input D None

Question No. 3

A collection of related fields is called:

A Character B File C Record D String

Question No. 4

The output of ABS(-4.58) is:

A 4 B -4 C 4.58 D 5

Question No. 5

Which of the following BASIC statement is used to define a function?

A DEF FN B DEF FUN C FU DEF D DEF

Question No. 6

_____________________is written once and can be called many times in the program.

A Array B Sub-Programs C IF D Loop

Question No. 7

How many types of subprograms are in BASIC?

A 3 B 4 C 2 D 1

Question No. 8

RIGHT$(x$,n) mill:

A Select ‘n’ spaces from the right of side B Leave ‘n’ characters from the right of side
C Leave ‘n'spaces at the right of string x$ D Leave’n’ spaces at the left string x$

Question No. 9

The user-defined function in BASIC is called:

A Action B Code C File D Procedure

Question No. 10

Which of the following is type of function in BASIC language?

A User-defined B Simple C User-defined & Built-in D Built-in

Question No. 11

A file can be organized in the following ways:

A Two ways B One way C Three ways D Four ways

Question No. 12

RETURN statement passes control back to:

A The statement before GOSUB B Next to GOSUB statement

C Beginning of the program D GOSUB statement

Question No. 13

TAN(x)=

A SIN(x) / COT(x) B COS(x) / SIN(x) C COT(x) D SIN(x) / COS(x)

Question No. 14

A value given to a function is known as:

A Argument B Value C Parameter D Parameter & Argument

Question No. 15

A file that contains software instructions is called:

A New file B Program file C Running file D Data file

Question No. 16

To read information from a file, it must be opened for:

A Input and output B None of them C Output D Input

Question No. 17
The output of SGN(-4) is:

A None of them B ‘-‘ sign C 0 D ‘+’ sign

Question No. 18

The ____function is used to convert ASCII codes to its character equivalent:

A CHR() B CHAR C CHAR$() D CHR$()

Question No. 19

A type of function available as part of a language is called:

A User-defined function & Built-in function B User-defined function

C Built-in function D Ready-made function

Question No. 20

A large program can be divided into smaller parts called:

A Units B Sub programs C File D Arrays

Question No. 21

The INT is a:

A Built-in function B User-defined function

C Local function D Ready-made function

Question No. 22

The output of LEFT$("Hello World",5) is:

A lien B Hello C World D Hello

Question No. 23

A file is activated with one of the following statement before its use:

A PRINT B None of them C WRITE D READ

Question No. 24

All of the following are built-in functions in BASIC except?

A SQRT B INT C RND D ABS

Question No. 25

Another name of built-in function is:


A User-defined function B Pre-defined function

C Pre-defined function & Library function D Library function

Question No. 26

DEF FN can be used in which mode?

A Indirect mode B Direct mode

C Indirect mode & Direct mode D NONE

Question No. 27

Which keyword is used in Open statement to open a file for reading?

A Input B Read C Append D Output

Question No. 28

The outer of a function INT(-5.7):

A -6 B -5 C 5 D -4

Question No. 29

A collection of related characters is called:

A Line B Field C Record D File

Question No. 30

The last statement of a subroutine is normally:

A RETURN B END C GOSUB D GOTO

Question No. 31

Which of the following statement is used to read data from a file?

A INPUT B READ C DATA D INPUT#

Question No. 32

The output of a function FIX(-6.83) is:

A -6 B .83 C 6.83 D -83

Question No. 33

The output of MID$("Hello World",1,5) is:

A Hello B World C HWorld D HelloW


Question No. 34

LEFT$(“Pakistan”;3)=

A ‘pak’ B ‘kis C ‘Pa’ D ‘PAK’

Question No. 35

Which of the following statement allows the use of subroutine?

A RETURN B GOSUB C RETURN & GOSUB D AUTO

Question No. 36

A file is stored in?

A RAM B ROM C Hard disk D ROM

Question No. 37

The process in which the contents are accessed in sequence is :

A Ordered Access B Random Access C Read-only Access D Sequential Access

Question No. 38

The output of LEN("Hello World"):

A 11 B 9 C 12 D 10

Question No. 39

Instruction that are written once in the main program or independently and can be called more then
one time in the main program is called:

A Sub program B None of them C Control statement D Loop

Question No. 40

Which of the following is incorrect about function?

A A function can be called many times in a program B A function can call another function.

C A function must have at least one parameter D A function can return a value

Question No. 1

The colour of code 2 in palette 1 is:

A Blue B Magenta C White D Red

Question No. 2
On colour monitor SCREEN modes are of:

A 4 Types B 2 types C 5 Types D 3 types

Question No. 3

PSET(50,150) will draw a dot on which side of the screen?

A Top right B Bottom left C Top left D Centre

Question No. 4

The dots that compose the image of a photograph on screen are called:

A Pixels B PalettesC Dots D Points

Question No. 5

Which function changes the way of displaying output in BASIC?

A ABS B SCREEN C PRINT D LEFT$

Question No. 6

The name for screen clarity means:

A Resolution B Drawing C Monitor quality D ALL

Question No. 7

A line can draw with the following statement:

A Draw & Line B None of them C Line D Draw

Question No. 8

Normally the computer monitor screen is in:

A Graphic mode B Text mode C None D Graphic mode & Text mode

Question No. 9

Which of the following is not a valid graphic mode command?

A COLOR B None of them C LINE D PSET

Question No. 10

The prefix ”B” in Draw statement is used for:

A Draw a block B Draw a block & Move with black mark

C Move with black mark D None of them

Question No. 11

In medium resolution screen mode colours for foreground are:

A 2 B 16 C 4 D 1
Question No. 12

The set of colours RED, GREEN and BROWN is given in:

A Palette 1 B None of them C Palette 1 & Palette 0 D Palette 0

Question No. 13

The circle statement can also be used to draw:

A Box B Line C Pset D Ellipse

Question No. 14

The number background colours available in BASIC is ?

A 4 B 16 C 8 D 12

Question No. 15

Pixel stands for:

A Picture element B Place edit

C Page edit D Picture sign

Question No. 16

The U command in DRAW statement is used for movement to which direction?

A Down B Left C Right D Up

Question No. 1

Which of following key is used to bold a text:

A CTRL+D B CTRL+B

C CTRL+SHIFT+B D CTRL+ALT+B

Question No. 2

The shortcut key for renaming a file in MS Word is:

A F3 B F4 C F2 D F5

Question No. 3

The process of changing color, size, style is called:

A Styling B Formatting C Typing D Composing

Question No. 4

Which key board shortcut is used to make the selected word bold?

A Ctrl+Shift+B B Shift+B C Alt+B D Ctrl+B


Question No. 5

Keyboard shortcuts for cut, copy and paste are:

A Alt+X, Alt+C, Alt+X B Ctrl+ X, Ctrl +C, and Ctrl+ V

C Ctrl+Z, Ctrl+ C and Ctrl+ P D Ctrl+ C, Ctrl+ Y, Ctrl+ P

Question No. 6

Which option in File menu is used to close a file in MS .Word?

A New B Close C Exit D Quit

Question No. 7

Standard tool bar normally exists below:

A Task B Scroll bar C Menu bar D Status bar

Question No. 8

Press Ctrl+2keys for------------spacing

A Double B Triple C None of them D Single

Question No. 9

Clipboard stores:

A Copied text B Repeated text C Entered text D Deleted text

Question No. 10

A text to be used repeatedly in document should be saved through:

A Auto text B Auto format C Autograph D AutoSave

Question No. 11

Word processing programs are used to create:

A ALL B Labels C Reports D Letters

Question No. 12

Which keyboard short cut is used for double underline?

A Ctrl+[ B Shift+F3 C Ctrl+Shift+M D Ctrl+Shift+D

Question No. 13

Which of following way is not used to align the text?

A Top B Center C Left D Right

Question No. 14

MS world is a ----------- based program.


A Windows B None of them C System D DOS

Question No. 15

The extension of MS Word document is:

A wpd B .dot C .docx D xlc

Question No. 16

Which option is used to align text both on left and right margins?

A Justified B Center C Right D Left

Question No. 17

The software that provide the facility of documentation is called:

A Spreadsheet B Multimedia C Word ProcessorD Windows

Question No. 18

Clicking on the print icon---------- print the documents currently active word ?

A None of them B Manually

C Manually and Automatically D Automatically

Question No. 19

Word processing includes the process of:

A Editing text B ALL C Entering text D Formatting Text

Question No. 20

Which menu contains the Save option in MS Word?

A File menu B View menu C Edit menu D Tools menu

Question No. 21

The default document name at the start of MS Word is:

A WPD1 B Filel C Document1 D Word1

Question No. 22

Which of the following is used to divide page in portions in Microsoft Word:

A Text box B Column C Table D Rows

Question No. 23

What appears below grammatically wrong words in MS Word?

A Green line B Blue line C Red line D Orange Line

Question No. 24
Which of the following is used to draw geometrical shapes in MS Word?

A Word Art B Paints C Shapes D Auto shapes

Question No. 25

In MS Word, a commonly used key F1 serves the purpose of displaying:

A Help B Color C Find D Font

Question No. 26

The name of the document is displayed on:

A Menu bar B Standard bar C Title bar D Status Bar

Question No. 27

MS Word is the product of:

A Novel B Microsoft C Corel D Lotus

Question No. 28

Which of the following can be used to move in a document?

A Scrollbars B ALL C Mouse Pointer D Arrow keys

Question No. 29

Which one option is not in edit menu?

A Find B Font C Undo D Redo

Question No. 30

Menu contains:

A Titles B Symbols C Button D Commands

Question No. 31

Keyboard shortcuts for Save As is:

A F12 B Ctrl+G C Ctrl+F5 D F5

Question No. 32

Which of the following bars provide the information about application software ?

A Tool bar B Status bar C Scroll bar D Menu bar

Question No. 33

Ctrl+Y is used for ?

A Page break B Redo C Undo D Find

Question No. 34
Which of the following is used to select the paragraph?

A None of them B Double-click C Single-click D Right-click

Question No. 35

The most widely used word processing software is:

A Notepad B MS-Word C Word perfect D Word Star

Question No. 36

The Copy option is used to:

A Revise text B Delete text C Move text D Duplicate text

Question No. 37

What appears below misspelled words in MS Word?

A Green line B Orange line C Blue line D Red line

Question No. 38

Short Cut key for Grammar and Spelling check is :

A F12 B F6 C F1 D F7

BEST OF LUCK

You might also like