Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
7 views

Computer Science - Final

The document contains study materials for Class 5 students at Bishop Cotton Boys School, focusing on Computer Science topics such as presentation software shortcuts, algorithms, flow charts, and QBASIC programming. It includes definitions, exercises, multiple choice questions, and case study questions to assess understanding. The notes are compiled from various students and sections to aid in preparation for the final exam in March 2024.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Computer Science - Final

The document contains study materials for Class 5 students at Bishop Cotton Boys School, focusing on Computer Science topics such as presentation software shortcuts, algorithms, flow charts, and QBASIC programming. It includes definitions, exercises, multiple choice questions, and case study questions to assess understanding. The notes are compiled from various students and sections to aid in preparation for the final exam in March 2024.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

BISHOP COTTON BOYS SCHOOL

Portions for Class 5 – Final Exam – March-2024

Please Note
The notes I have prepared has been taken from various students and from different
sections.

Rakeeb Khan
� wreckieb@gmail.com - � 7829556030
Table of Contents

Computer Science ................................................................................................ 2


Presentation Software – Special Effects .................................................................. 2
Algorithms and flow charts ............................................................................................ 8
Fundamentals of QBASIC (A Programming Language)................................. 10
Computer Science
Presentation Software – Special Effects
WRITE SHORT CUT KEYS FOR THE FOLLOWING

1. To insert a new page Ctrl + M


2. To align right Ctrl + R
3. To align left Ctrl + L
4. To align center Ctrl + E
5. Justify alignment Ctrl + J
6. To run slide show F5
7. To run a slide show from current slide Ctrl + F5

Action Shortcut Key


New Presentation Ctrl + N
Open Presentation Ctrl + O
Save Presentation Ctrl + S
Print Presentation Ctrl + P
Undo Ctrl + Z
Redo Ctrl + Y
Cut Ctrl + X
Copy Ctrl + C
Paste Ctrl + V
Select All Ctrl + A
Find Ctrl + F
Replace Ctrl + H
Start Slide Show F5
Start Slide Show (from current) Shift + F5
Action Shortcut Key
Black Screen (during Slide Show) B or period (.)
White Screen (during Slide Show) W or comma (,)
Change Pointer to Pen Ctrl + P (during Slide Show)
Change Pointer to Eraser Ctrl + E (during Slide Show)
Move to Beginning of Presentation Ctrl + Home
Move to End of Presentation Ctrl + End
Next Slide Ctrl + N
Previous Slide Ctrl + P
Insert New Slide Ctrl + Enter
Bold Ctrl + B
Italicize Ctrl + I
Underline Ctrl + U
Center Text Ctrl + E
Left Align Text Ctrl + L
Right Align Text Ctrl + R
Duplicate Selected Object/Text Ctrl + D

DEFINE

1. BUILT IN TEMPLATE: A PowerPoint template is a pattern or blueprint


of slide or group of slides to make presentation in PowerPoint.

2. SLIDES: Slides are individual pages that displayed on the screen to


communication information

3. BACKSTAGE VIEW: it is a full-page view that provides information


about the current file.

ANSWER THE FOLLOWING QUESTIONS

How can you make presentation attractive and meaningful?


Ans. To make a presentation attractive and meaningful you can add
pictures, online pictures, interesting word art and pictures a style to make
them look attractive.

EXERCISE – OBJECTIVE

Multiple Choice Questions:

1. By default, the extension of PowerPoint file is ________________


A *.powpt B *.powerpt
C *.pptx D *.ppoint

________ are the individual pages displayed on PowerPoint


2.
window to make presentations.
A Slides B Documents
C Sheets D Photos

Which of the following options will you choose to save a


3.
presentation file for the first time?
A Save Special B Save As
C Save First D Save Ppt

________ are the designed built-in templates applied to the entire


4.
Pow Point presentation.
A Photos B Themes
C Music D Snaps

Which of the following shortcut keys will you use to distribute your
5.
text evenly between the margins?
A Ctrl + M B Ctrl + N
C Ctrl + J D Ctrl + P

Fill in the blanks.


1. When you click insert tab, tab, 'WordArt' button will be available on
the Ribbon.
2. A triangle, a square, a rectangle, a hexagon are called basic shapes.
3. The texts can be rotated through an angle of 360 degrees.
4. The save as dialog box always asks a file name while saving.
5. The shortcut key to insert a new slide is Ctrl + M

Write 'True' or 'False' for the following statements.

1. You can't get online pictures unless the computer TRUE


system is connected to Internet service.
2. You can change the font and colour styles of WordArt TRUE
texts.
3. You can't insert your photograph in a slide. FALSE
4. Built-in templates are available only when your system FALSE
is online.
5. By default, the background colour of a slide is set to FALSE
'Gradient Fill'.
6. Built-in template is a pattern or blueprint of a slide or TRUE
group of slides to make presentations in PowerPoint.

Name the following:

1. Two options available in Quick Access toolbar


A. Undo B. Redo

2. Two tabs in Menu bar


A. Home B. Insert

3. Two types of built-in templates


A. Award Certificate B. Calendar

4. Two ways to format background


A. Solid Fill B. Gradient Fill
Case Study based questions:

Solved:
When PowerPoint icon is clicked on the desktop or taskbar, the default
window appears on the screen as shown below:

Now, answer the following questions with reference to the default window:

1. What is the name of the bar shown below?

A Left bar B Quick bar


C Quick Access Toolbar D Special Toolbar

What is default file name that appears on the title bar of


2.
PowerPoint window?
A Presentation B Presentation 1
C Presentation one D PowerPoint 1
3. Name the part of the PowerPoint window marked with (i)
A Ribbon B Menu
C Options D Select

4. Name the rectangular area marked with (ii)


A Coloured Rectangle B Colour Box
C Slide D Presentation Box

SUBJECTIVE
Write short notes on:

1. Backstage View: It is a full-page view that provides information


about the current file.
2. Themes: they are pre-designed built-in templates that can be
applied to the entire presentation it, it uniform fonts, colour, and
effects to the PPT
3. Built-in templates: it is a platform on blueprint of a slide or group of
slides in a PPT.
4. Word Art: it is a special gallery from where you can present the tools
with pre-designed style in a style.
Algorithms and flow charts
DEFINE
• ALGORITHM – an algorithm is defined as the sequence of
instructions required to get a desired result.
• Flow chart: it is a pictorial representative of an algorithm
1. Write an algorithm and draw a flow chart for buying a pen from a
stationary shop

ALGORITHM FLOW CHART

1. Start

2. Go to Shop

3. Select a pen

4. Pay price

5. Take pen

6. Come home

7. Stop
2. Write an algorithm and flow chart to “make tea”

ALGORITHM FLOW CHART

1. Start

2. Take water in pan

3. Boil the water

4. Add tea leaves and sugar

5. Add milk

6. Heat until it boils

7. Pour in cup

8. Stop
Fundamentals of QBASIC (A Programming
Language)
Write QBASIC commands / statements for the following
1. The command that allows users to clear the working NEW
memory in the computer’s memory for storing the next
program
2. The command which is used to execute and see the RUN
output of the program
3. The statement that is used to assign a value to a LET
variable
4. The command which is used to save current program SAVE AS
in the computer’s memory

ANSWER THE FOLLOWING QUESTIONS


What is a program? Name any two versions of a QBASIC program
Ans.
• A program is a set of instructions that a computer follows in order to
perform a particular task.
• The two version are GWBASIC and QBASIC

What are the two parts of QBASIC screen?


• A screen for writing the program
• An output screen for showing the result of the program

PROGRAM SCREEN OUTPUT SCREEN


OBJECTIVE
Multiple Choice Questions:

1. Developed QBASIC programming language


A James Gosling B Thomas Kurtz
C Bill Gates and Paul Allen D John Kemeny

2. Which of the following is not a programming language?


A LOGO B GWBASIC
C Algorithm D PBASIC

In QBASIC, a string variable begins with a letter but ends with a


3.
sign.
A & B $
C # D @

4. Which of the following is not a QBASIC statement?


A RUN B LET
C PRINT D END

5. In the word QBASIC, the letter Q stands for ___________


A Quack B Quite
C Quiet D Quick

FILL IN THE BLANKS.


1. The full form of BASIC is Beginner’s All-Purpose Symbolic
Instruction Code
2. The BASIC language was developed by John Kemeny and Thomas
Kurtz.
3. CLS command clears the screen.
4. END is the last statement of every QBASIC program.
5. A set of instructions written in computer language is called a
PROGRAM
6. The function key F5 is used to get the output of a QBASIC program.
Write the output of the following programs:

1. CLS St. Xavier Junior College


Print “St. Xavier Junior College” I.C.S.E School
PRINT “I.C.S.E School” Kolkota
PRINT “Kolkata”
END

2. CLS Answer is 36
LET M=540
LET N=15
LET Q=M/N
PRINT “Answer is”
PRINT Q
END

3. CLS
PRINT “Virat Kohli” Virat Kohli
PRINT “is the” is the
PRINT “captain” Captain
PRINT “of” of
PRINT “Indian Cricket Team” Indian Cricket Team
END

4. CLS
LET N1 = 74.5 Total = 240
LET N2 = 85 Average = 80
LET N3 = 80.5
LET TOT = N1+N2+N3
LET AVG = TOT/3
PRINT “Total =”; TOT
PRINT “Average =”; AVG
END

Case Study based questions:


Solved:
You have written a program in your notebook. Now, you want to write
and execute the same program on QBASIC platform. To do so, you have
clicked the appropriate icon available on the desktop. The following
window appears on the screen:

Based on above discussion, answer the following questions:


Which of the following icons should be clicked to produce the
A.
above
i Basic ii GBasic
iii qBasic iv nBasic

Which of the following keys will be pressed to remove white box


B.
from the above window?
i Enter ii Esc
iii Shift iv Ctrl

Which of the following options of File menu allows you to write a


C.
fresh program?
i New ii New Program
iii Start New iv Clear

Which of the following options of File menu allows you to write a


D.
fresh program?
i Quit ii End
iii Close iv Exit

You might also like