Omtvivaqa
Omtvivaqa
Bangalore University
I Semester BCA & BSc (Comp. Sc) – NEP Scheme 2021-22
Office Management Tools (SEC)
I. Short Answers [ 2 mark questions ]
1. Define GUI.
A GUI (graphical user interface) is a system of interactive visual components for computer
software. A GUI displays objects that convey information, and represent actions that can be taken
by the user.
2. List any four input devices.
• Keyboard is the most common and very popular input device which helps to input data to
the computer.
• Mouse is the most popular pointing device.
• Joystick is also a pointing device, which is used to move the cursor position on a monitor
screen.
• Track ball is an input device that is mostly used in notebook or laptop computer, instead of a
mouse.
3. Define Word Processor.
A word processor is software that allows users to create, edit, and print documents. It enables you to
write text, store it electronically, display it on a screen, modify it by entering commands and
characters from the keyboard, and print it. Ex: MS Word.
4. Define Operating system. List any two types of OS software.
An operating system is system software that controls the working of computer hardware and
software. Two types are :
o Single user operating system : MS-DOS, Windows-95
o Multi user operating system : Linux, Unix, Windows-2000
5. Name the feature of MS Office that saves the document automatically after certain period of
interval.
AUTO SAVE – feature of MS Office saves the document automatically.
Steps : My Computer ->C: -> Documents & Setting -> User folder-> Application Data ->
Microsoft -> <file name>
6. List any four fonts style.
Regular font-weight has the typeface or normal typed characters.
Bold font-weight has the same style as a regular font, with thicker letters.
Italic font is a left-to-right slanted version of your typeface’s regular font.
Bold italic is both slanted & thicker version of your typeface.
7. How to set password for a document in Microsoft word ?
1. Open the Word(Excel or PowerPoint) document.
2. Click on File -> Info -> Protect document menu
3. Select the Encrypt with password option
4. Type password -> Click OK
8. List any two editing features of Word processor.
o Cut – Copy – Paste : allow cut, copy and paste text or images directly into the document, and
move them around, without having to rewrite everything.
o Undo – Redo : Undo reverse the process/action done recently. Redo reverse the Undo process.
9. Name different document views in Microsoft word.
o Web. Microsoft Word's Web view lets you see how your document will look as a website.
o Print. Ideal when setting margins and formatting your Word document for printing
o Outline. The Outline view adds bullets, nested levels and indented lines within the document.
o Normal. The Normal view, Microsoft Word's default view, is ideal when working with text
and graphics .
A B C
1 2 8 1
2
=SQRT((B1*B1) - 4*A1*C1)
Text or combinations of text and numbers, including numbers that do not require
Short Text
calculating (e.g. phone numbers).
Date/Time Date and time values for the years 100 through 9999.
Yes and No values and fields that contain only one of two values (Yes/No,
Yes/No
True/False, or On/Off).
Input Unit :The input unit consists of input devices that are attached to the computer. Some of the
common input devices are keyboard, mouse, joystick, scanner etc.
Central Processing Unit (CPU) : The CPU is called the brain of the computer because it is the
control center of the computer. The CPU has three main components which are responsible for
different functions –
• Arithmetic Logic Unit (ALU) - performs mathematical calculations and takes logical decisions.
• Control Unit (CU) - coordinates and controls the data flow in and out of CPU
• Memory registers - used to store the data which is directly used by the processor
Output Unit : The output unit consists of output devices that are attached with the computer.
Formatting a Document : The Process of changing the appearance and arrangement of the text is
called Formatting.
Some of the formatting features are :
• Changing the Font style
• Highlight text
• Bold Italic Underline
• Changing the text case (upper or lower)
• Changing text alignment
• Adding text effects etc…
4. Explain the steps to create and design (a) Drop cap (b) Water mark (c) Organization chart (d)
Hyperlink (e ) Add quick part in MS-Word.
(a) Drop cap : (1) Click in the paragraph to which you want to add a Drop Cap.
(2) On the Insert tab, in the Text group, choose one of the drop-cap options.
(d) Hyperlink : (1) Open new document -> Select the text you want to create link
(2) On the Insert tab, Click link -> enter address field & text to display
(e) Add quick part : (1)Open a document you want to add Quick parts
(2) On the Insert tab, in the Text group, choose Quick parts
COUNT The COUNT function counts the number of COUNT(value1, [value2], ...)
cells that
contain numbers, and counts numbers within
the list ofarguments
COUNTIF The COUNTIF function counts the number COUNTIF(range, criteria)
of cells
within a range that meet a single criterion
that youspecify.
COUNTA The COUNTA function counts the number COUNTA(value1, [value2], ...)
of cells that are not empty in a range (range:
Two or more cells on asheet. The cells in a
range can be adjacent or
nonadjacent.).
STDEV The standard deviation is a measure of how STDEV(number1,number2,…..)
widely
values are dispersed from the average value.
MEAN Returns the geometric mean of an array or GEOMEAN(number1, [number2], ...)
range of positive data
Returns the harmonic mean of a data set. The HARMEAN(number1, [number2], ...)
harmonic mean is the reciprocal of the
arithmetic mean of reciprocals.
MODE Returns the most frequently occurring, or MODE(number1,number2,….)
repetitive,
value in an array or range of data.
MEDIAN Returns the median of the given numbers. MEDIAN(number1, [number2], ...)
The median is
the number in the middle of a set of
numbers.
VARIANCE Calculates variance based on the list of VAR(number1,[number2],...])
values
2. On the Insert tab -> Chart group -> select the type of chart (Bar)
3. Result :
Production %
95
100
80
80
56
60
34
40
20
0
Jan Feb Mar April
Animation setup :
• Select the object to apply animation.
• Click Animation pane command under Advanced Animation command group.
• Then under Timing command group, uncheck the On click and select After Previous, and then set the
duration timing as well.
• Finally, click on Preview command
10. What is a process of creating table and inserting record in Microsoft Access.
Steps to create table (Designer view)
• Select Create tab -> Click Table from the ribbon
( Field tab with ID is created automatically)
• Click on “Click to Add” to add more fields and assign data types.
• By default field names will be Field1, Field2 etc.. it can be renamed Right click on field ->
select Rename Field option .
• Click on Save
Inserting records :
• Open the desired table in datasheet view
• Click the “New Record” button at the right end of the record navigation button group
• Enter the information into the fields in the “New Record” row
• Bottommost row in the datasheet view displays the asterisk [*] at the left end of the row.
• Close the table when you are finished adding records.
SQL View :
Select the Query Design from the Create tab and write query as :
(a) CREATE TABLE Student
(SID int PRIMARY KEY,
Name CHAR(50));
(b) INSERT into Student(SID,Name) values (1234,”ABC”);
*NOTE :
REFER COMPUTER LAB MANUAL PROBLEMS
FOR LONG ANSWES.
Sample Q.formats for problem oriented questions
11. Do as (Write the steps and formula for each)
(a) Total cost of Postage charges.
(b) Average amount spent on cleaning
(c ) Max. amount spent on Coffee/Tea
(d) steps to draw bar graph for Month vs Stationery
A B C D E
1 Month Postage Coffee/Tea Cleaning Stationery
2 January 13.5 11 14 15.75
3 February 7.65 2.5 14 17.38
4 March 19.38 3.45 14 20.75
5 April 9.23 4.15 17 9.5
6 May 11.68 2.17 17 12.45
12. Do as (Write the steps and formula for each)
(a) Total marks and percentage of each student
(b) calculate grade (i) Percentage >=90 Grade=’A’
(ii) Percentage >=80 && Percentage < 90 Grade = ‘B’
(iii) Percentage >=70 && Percentage < 80 Grade = ‘C’
(iv) Percentage >=60 && Percentage < 70 Grade = ‘D’
(v) Percentage < 60 Grade = ‘E’
(c ) Steps to apply conditional formatting for Grade.
(d) steps to draw bar pie chart depicting % of Grade.
A B C D E F G H
1 Regno Name Mark-1 Mark-2 Mark-3 Total Percentage Grade
2
3
4
5
6
15. Do as (Write Query for each) (a) Create a query, showing all the records.
Field Name Data Field (b) Create a query, showing all fields of those students
type size/format who have particular surname.
ID Number (c) Create a query, showing all fields who has born after
Name 2000.
Surname (d) Create a query, delete the records who have
Telephone no
particular surname.
DOB
(e) Create a query, to display the records in the
Stipend
ascending order of surname.