[go: up one dir, main page]

0% found this document useful (0 votes)
24 views3 pages

Second Half Book

This document contains a computer class test for 10th grade students with questions about computer programming concepts and Microsoft Word functions. The test has multiple choice and short answer questions testing topics like functions, data types, file handling, graphics, editing, formatting, and loops in programming. It also includes three longer answer questions: [1] a program to convert temperature using a DEF FN function, [2] the screen coordinates of different display modes, and [3] the purpose and types of paragraph alignment in documents.

Uploaded by

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

Second Half Book

This document contains a computer class test for 10th grade students with questions about computer programming concepts and Microsoft Word functions. The test has multiple choice and short answer questions testing topics like functions, data types, file handling, graphics, editing, formatting, and loops in programming. It also includes three longer answer questions: [1] a program to convert temperature using a DEF FN function, [2] the screen coordinates of different display modes, and [3] the purpose and types of paragraph alignment in documents.

Uploaded by

Kashif Hussain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

Multan Gems School

(a project of Bloomfield Hall)

Paper: Computer Class: 10th

Date: 04/2/2014 Total Marks = /75

Q # 1 Select the best answer from the followings. /12


1- Numeric functions produce the _________ result.

(a) Alphabetic (b) Numeric (c) String (d) Alphanemeric

2- INT function returns the _________ integer

(a) Greater (b) Average (c) Lowest (d) All

3- RND function is used to _________ number

(a) Remainder (b) Rest (c)Random (d) None

4- The __________ function is used to convert ASCII codes to its character


equivalent

(a) CHAR$() (b) CHR() (c) CHAR (d) CHR$()

5- A file is activated with one of the following statement before its use_____

(a) WRITE (b) READ (c) PRINT (d) None of the given

6- To create new word program we use _________ command

(a) Ctrl + N (b) ctrl + O (c) ctrl + p (d) ctrl + z

7- We use _________ command to paste any data.

(a) Ctrl + N (b) ctrl + O (c) ctrl + p (d) ctrl + v

8- If we have to find any word we use _________ command

(a) Ctrl + N (b) ctrl + F (c) ctrl + p (d) ctrl + z


9- MS word is a program that performs ___________

(a) Calculations (b) Presentation (c) Documentation (d) None

10- To close any window we use _________ command

(a) ALT + F2 (b) ALT + F6 (c) ALT + F4 (d) None

11- Press ctrl+2 keys for ___________ spacing.

(a) Single (b) Double (c) Triple (d) None

12- Which one option is not in Edit Menu?

(a) Undo (b) Redo (c) Find (d) Font

Answer the following short questions /14

i. What is a function?

ii. Which type of alphanumeric data consists of?

iii. Is it possible to get factorial of a number in GW-BASIC?

iv. What is meant by user defined function and built in function?

v. Differentiate between sequential and random files.

vi. Differentiate between data file and program.

vii. Describe the use of GOSUB......RETURN statement

Q # 3 Answer the following short question. /14

i. What is graphics?

ii. What are the three colors in monitors?

iii. How many modes of BASIC provides for displaying data?

iv. Is it possible to increase the size of document? If yes then give reason how is it
possible.
v. What does editing means?

vi. Differentiate between ‘SAVE’ and ‘SAVE AS’

vii. What does formatting means?

Q # 4 Answer the following short question /14

i. What is meant by drag and drop

ii. What is meant by Title Bar?

iii. How can you run the spell checker of MS Word

iv. What is meant by Drop Cap?

v. Why we use print preview?

vi. Tell the purpose of thesaurus?

vii. Define loop.

Q # 5 Answer the following long questions /21

1- Write a program that is used for the conversion of temperature from Celsius to
Fahrenheit scale with the help of DEF FN function

2- What are the coordinated of text mode, medium resolutions mode and higher
resolution mode?

3- Explain the purpose of paragraph alignment? How many type of paragraph


alignment are there. Explain each of them in detail?

You might also like