Past Papers

Download as pdf or txt
Download as pdf or txt
You are on page 1of 68

UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)


Academic Year 2020 – 1st Year Examination – Semester 1

IT1306 – Free and Open Source Software for Personal Computing


Multiple Choice Question Paper

2020
(TWO HOURS)

Important Instructions :
 The duration of the paper is 2 (two) hours.
 The medium of instruction and questions is English.
 The paper has 40 questions and 13 pages.
 All questions are of the MCQ (Multiple Choice Questions) type.
 All questions should be answered.
 Each question has 5 (five) choices with ONE correct answer.
 All questions will carry equal marks.
 There will be a penalty for selecting multiple responses as there is ONLY ONE correct
answer.
 The mark given for a question will vary from 0 (No correct choice is marked) to +1
(The correct choice is marked).
 Answers should be marked on the special answer sheet provided.
 Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
 Mark the correct choices on the question paper first and then transfer them to the
given answer sheet which will be machine marked. Please completely read and follow
the instructions given on the other side of the answer sheet before you shade your
correct choices.
 Calculators are not allowed.
 All Rights Reserved.

1
1) Which of the following is an example for Free and Open-Source Software?

(a) Microsoft Office (b) Mac operating system (c) Adobe Photoshop
(d) Google Docs (e) GNU Image Manipulation Program

2) Consider the following statements.


I. The copyright holder grants users the right to change and distribute the software to anyone.
II. Collaborative development of a piece of code is NOT allowed.
III. Anyone is allowed to fix bugs that are reported by others.

Which of the above statements is/are correct regarding Free and Open-Source Software?
(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) (I), (II) and (III).

3) Which of the following commands is used to delete only files within a directory?

(a) rmdir (b) rm (c) del


(d) deldir (e) delete

Answer questions 4 and 5 based on the description below.


Suppose one needs to create the following directory structure in the root directory to save a new writer
document called “practiceExam1.odt” as shown below.

IT1306  Exam 20  “practiceExam1.odt”


Assumption: Currently, the user is in the root directory.

4) Which of the following command should one use to create the given folder structure?

(a) mkdir Exam 20 IT1306 (b) mkdir IT1306 ‘Exam 20’ (c) mkdir -p “IT1306”/“Exam 20”
(d) mk IT1306 “Exam 20” (e) mkdir -p Home/IT1306/Exam 20

5) Suppose now you are in the directory “Exam 20”.


Which of the following command will take you to the root directory?

(a) cd .. (b) cd / (c) ls ..


(d) ls / (e) cd “/”

6) Consider the following word processing applications.


I. LibreOffice Writer
II. OpenOffice Writer
III. Microsoft Office Word

A document saved using the “.odt” extension can be opened for editing using

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) (I), (II) and (III).

2
Consider the following text typed in LibreOffice Writer to answer questions 7 and 8.

Para1

Para2

Figure 1: Unformatted Text

Figure 2: Formatted Document using LibreOffice Writer

7) Which of the following statements is correct regarding the formatting options applied to render Figure 1 as
Figure 2?

(a) Both paragraphs are formatted using tables and left-aligned in Figure 2.
(b) Only the ‘Para 1’ is formatted using two (2) columns, and both paragraphs are justified in Figure 2.
(c) ‘Para 1’ and ‘Para 2’ are formatted using a table and a text box, respectively.
(d) Right-aligned tabs are applied without the fill character option.
(e) Only the ‘Para 1’ is formatted using tabs, and both paragraphs are justified in Figure 2.

8) Which of the following is used to format the first word “The”?

(a) a text box and by applying the option ‘Wrap right.’


(b) ‘Heading 1’ and setting the background option to the color gray.
(c) ‘Hanging indent’ and placing the anchor to the character.
(d) ‘Drop caps’ and setting the lines option to four (4).
(e) ‘Character’ formatting option by increasing the font size and setting the font style to ‘Bold.’

3
Answer questions 9 and 10 based on the following document segment designed using LibreOffice Writer.

C
D
9) Which of the following gives the correct matching of the elements or formats used in the document?

(a) AText; BBold and Italic; CFootnote; DLink.


(b) AFontWork; BBold & Line; CComment; D Hyperlink.
(c) A Frame; B Bold & Overline; C Cross Reference; D Field.
(d) AFrame; BBold & Underline; CFigure Title ; D Link
(e) AFontWork; BBold & Underline; CFigure Caption; DHyperlink.

10) Which of the following wrapping option is used to place ‘Figure A’ within the text?
(a) No Wrap. (b) Wrap Through. (c) Wrap Left.
(d) Optimal PageWrap. (e) Wrap Right.

11) Identify the correct statement regarding cross-references in LibreOffice Writer.


(a) Cross-Reference is another name given for Hyperlinks.
(b) Cross-References will remain active when the document is saved to HTML.
(c) Cross-References will get deactivated when the document is exported to PDF.
(d) Ctrl+Click on the cross-referenced link will direct to the cross-referenced item.
(e) Figures in a document cannot be cross-referenced within the text.

12) Which of the following statements is correct regarding structuring and organizing the document?
(a) Changes made to the heading in a LibreOffice Writer document will NOT reflect automatically in
an already existing Table of Content until it is updated.
(b) Once an Alphabetical Index is created using LibreOffice Writer, the appearance of the Index cannot
be customized.
(c) Only pre-defined indices such as ‘Index of Table’ are allowed in a LibreOffice Writer document,
and user define Index creation is NOT permitted.
(d) Only the references stored in a bibliographic database can be applied to a LibreOffice Writer
document as a bibliographic entry.
(e) In LibreOffice Writer, an Index for ‘Table of Figures’ can only be generated manually (by typing
one by one) even if the figures are properly formatted using figure captions.

4
13) Consider the following applications.
I. Microsoft Access
II. Writer Document
III. Spreadsheet

Which of the above applications can be used as a data source to design a mail merge document in
LibreOffice Writer?

(a) (I) Only. (b) (II) Only. (c) (III) Only.


(d) (I) and (III) Only. (e) (I), (II) and (III).

Consider the following Data Source Window (Figure 3) used to merge the document (Figure 4) created in
LibreOffice Writer to answer questions 14 & 15.

Figure 3: Data Source Window

Figure 4: Original Document in LibreOffice Writer

14) How many individual letters will be created/saved if one clicks on ‘save merged documents’ on the mail merge
toolbar and selects the option ‘Save as individual documents’ and clicks on ‘Save Documents’?

(a) Seven (7) (b) Eight (8) (c) One (1)


(d) Twelve (12) (e) Zero (0)

5
15) Which of the following output will be generated if one opens the original document on the 30th of December
2019 and selects the arrow keys of the mail merge toolbar to navigate the record relevant to the student bearing
the registration no: 2019/BIT/008?

Assumption: Date is entered as a ‘Date Field’ property.

6
16) Identify the correct statement regarding spreadsheet applications.

(a) The default color of a sheet tab in a LibreOffice Calc spreadsheet application can NOT be changed
into a different color.
(b) Google Forms is an example of a spreadsheet application.
(c) The extension of a spreadsheet file does NOT vary from one spreadsheet application to another.
(d) A selected set of cells in LibreOffice Calc spreadsheet application can be exported to Portable
Document Format (PDF) while including a watermark.
(e) The Comma-separated-values (CSV) files can be opened using a spreadsheet application.

17) There are two sheets in a specific LibreOffice Calc spreadsheet application, namely ‘Sheet1’ and ‘Sheet 2’.
Suppose one selects both sheets using ‘Shift + Click’ and enters “TEST 1” into the cell B5.

Which of the following statement is correct regarding what would happen?

(a) The text “TEST 1” will appear only in the cell ‘B5’ of ‘Sheet 1.’
(b) The text “TEST 1” will appear only in the cell ‘B5’ of ‘Sheet 2.’
(c) The text “TEST 1” will appear in the cell ‘B5’ of both ‘Sheet 1’ and ‘Sheet 2.’
(d) The text “TEST 1” will appear only in the sheet, which is selected first.
(e) The text “TEST 1” will NOT appear in any sheet.

18) Consider the following spreadsheet segment created using LibreOffice Calc.

What is the output one will get if one drags the fill handle to copy the formula entered in cell B4 (=A4*$B1)
to B5?

(a) 0 (b) 1 (c) 2


(d) 4 (e) #VALUE!

19) Which of the following statements is correct regarding different chart types in LibreOffice Calc?

(a) The background of a chart area can NOT be filled using a Bitmap image.
(b) In a pie chart, one can show trend lines and X, Y & Z axis titles.
(c) The data points in XY (Scatter) chart type can NOT be illustrated using different user-defined icons.
(d) Exploded Donut chart is a type of a pie chart that can ONLY be illustrated in 3D form.
(e) Column and line is a chart type that can be used to combine two distinct but related data series.

7
Answer the questions from 20-25, referring to the following spreadsheet created using LibreOffice Calc to
store details of the students placed in different companies for their internships.

20) Which of the following cell formatting is applied to the cells ranging from A1: H1?
(a) Merge Cells. (b) Wrap text automatically. (c) Formating Mark.
(d) Drop Caps. (e) Vertically Stacked.

21) Suppose the cells G2:H11 are formatted using the following user-defined date format code.

Date Format Code: D. MMMM YYYY

The entry in the cell G11 will change into

(a) 5. 0001 2020 (b) 05. JAN/ 2020 (c) 5. January 2020
(d) 05 January, 2020 (e) 5 Jan 2020

22) Consider the following formula.


I. =CONCAT(C2, D2, E2)
II. =CONCATENATE(“Mr”, “A.D.S.”, “Gamage”)
III. =COMBINE(C2, D2, E2)

Which of the above formula can be used to combine the ‘Title,’ ‘First Name’ and the ‘Last Name’ to display
the full name of the student bearing the registration No: 2019/BIT/001?

(a) (I) Only. (b) (II) Only. (c) (III) Only.


(d) (I) and (II) Only. (e) (I), (II) and (III).

8
23) The cell G13 should display the number of students placed at the company called “ABC Company.”
Identify the correct formula in G13.

(a) =COUNT(F1:F11,“ABC Company”)


(b) =IF(EXACT(F2:F11)=F13,COUNT(F2:F11),0)
(c) =COUNT(F2:F11, ‘F13’)
(d) =COUNTIF($F$2:$F$11,F13)
(e) =SUMIF(F2:F11,F13)

24) Consider the following formulae to display the “No of Placements” (Non-empty cells in the company column),
“Pending Placements” (Empty cells in the company column), and “Total Number of Students” in the cells G14,
G15 and G16 respectively.

I. G14  =COUNT(A1:A11)-COUNTBLANK(F2:F11)
II. G15  =COUNTEMPTY(F2:F11)
III. G16  =COUNT(F2:F11)

Which of the above formulae is/are can be used to display the appropriate values in the given
cells?

(a) (I) Only. (b) (II) Only. (c) (III) Only.


(d) (I) and (II) Only. (e) (I) and (III) Only.

25) A Pivot Table can be easily generated in LibreOffice Calc to display the number of students placed at
different companies, as shown below.

Which of the following Pivot Table Layouts should be used to obtain the above table?

(a) Column Fields: Data, Registration No; Row Fields: Company; Data Fields: Sum-No.
(b) Column Fields: Company; Row Fields: Company; Data Fields: Data.
(c) Column Fields: No; Row Fields: Company; Data Fields: Count-No.
(d) Column Fields: Data; Row Fields: Company; Data Fields: Count-Registration No.
(e) Column Fields: All; Row Fields: Registration No; Data Fields: Data.

9
A database created using LibreOffice Base has three tables, namely STUDENT, COURSE, and
ENROLMENT. Consider the Relation Design view below that illustrates the relationship between the tables
to answer the questions from 26-28.

26) Which of the following field(s) is/are included in the primary key of the table ‘ENROLMENT’.

I. StuRegNo
II. CourseId
III. Grade

(a) (I) Only (b) (II) Only. (c) (III) Only.


(d) (I) and (II) Only. (e) (I), (II) and (III).

27) Identify the most suitable field types for the variables in the ‘COURSE’ table, if CourseID starts with ‘BITxxx’
where x denotes a digit, NoCredits has value 2 or 3 and Mandatory field records whether the course is
mandatory to follow or NOT.

(a) CourseID (NUMERIC, 5); CourseName (CHAR,20); NoCredits (SMALLINT,2); Mandatory


(OTHER, 1)
(b) CourseID (CHAR, 5); CourseName (VARCHAR,20); NoCredits (SMALLINT,2); Mandatory
(BOOLEAN)
(c) CourseID (VARCHAR, 5); CourseName (VARCHAR,20); NoCredits (BOOLEAN,2); Mandatory
(OTHER, 1)
(d) CourseID (NUMERIC, 3, Default Value-BIT); CourseName (VARCHAR,20); NoCredits
(SMALLINT,2); Mandatory (OTHER, 1)
(e) CourseID (CHAR, 5); CourseName (CHAR,20); NoCredits (BOOLEAN, 2); Mandatory (OTHER,
1)

28) Which of the statements below is correct if one selected both ‘Update Cascade’ and ‘Delete Cascade’ from the
relations window when creating the relationships?

(a) The existing ‘StuRegNo’ of one student in the ‘STUDENT’ table can only be updated if the current
records relevant to that student in the ‘ENROLMENT’ table is manually updated.
(b) Updating an existing ‘StuRegNo’ of one student in ‘STUDENT’ table is NOT valid if there are
current records relevant to that student in the ‘ENROLMENT.’
(c) Deleting records relevant to one student in the ‘ENROLMENT’ table will generate an error if there
are records related to that student in both the ‘STUDENT’ and ‘COURSE’ table.
(d) If a record is deleted from the ‘STUDENT’ table, all records relevant to that student in the
‘ENROLMENT’ table will also be deleted automatically.
(e) The non-existing student in the ‘STUDENT’ table can be added using the ‘ENROLMENT’ table and
the ‘STUDENT’ table will be updated accordingly.

10
29) The following query (Figure 5) is designed to display the number of students enrolled in each course in the
descending order of the total numbers, as shown in Table 1.

CourseId No of Students
BIT102 34
BIT101 25
BIT106 14
BIT105 10
BIT103 7
BIT104 5
Table 1: Query Result

Figure 5: Incomplete Query

Identify suitable values for ‘Function,’ ‘Criteria’ and ‘Sort’ needed to obtain the given query output, under
CourseID,StuRegNo.
(a) CourseId (Sort: Decending, Function: COUNT), StuRegNo (Function: COUNT)
(b) CourseId (Function: GROUP), StuRegNo (Sort: Decending, Function: COUNT)
(c) CourseId (Function: COUNT), StuRegNo (Sort: Decending, Criteria: GROUP)
(d) CourseId (Function: GROUP), StuRegNo (Function: SUM, Criteria: Descending)
(e) CourseId (Criteria: COUNT), StuRegNo (Sort: Decending, Function: GROUP)

30) The direct entry of SQL commands using Tools SQL, will let one
I. CREATE TABLE.
II. ALTER TABLE.
III. DELETE TABLE.

(a) (I) Only. (b) (I) and (II) Only. (c) (I) and (III) Only
(d) (II) and (III) Only. (e) (I), (II) and (III).

31) Which of the following statements is correct regarding forms and reports in LibreOffice Base?
(a) The Reports are used to enter data directly into the tables in Base.
(b) The Reports widget in Base does NOT allow to create charts to display data.
(c) List box properties window that appears when a list box is added into a form can be used to enter the
type of list contents using SQL.
(d) Different functions such as mathematical and logical functions are only allowed in forms but NOT in
reports.
(e) Both forms and reports can include sub-forms and sub-reports, respectively.

32) The slide sorter view in LibreOffice Impress allows one to,
I. add or delete a new slide.
II. change the transition of the selected slides.
III. change the order of the slides.
(a) (I) Only. (b) (III) Only. (c) (I) and (III) Only.
(d) (II) and (III) Only. (e) (I), (II) and (III).

11
33) Which of the following statements is correct regarding the slide masters in LibreOffice Impress?
(a) A specific slide presentation can have only ONE slide master.
(b) All the slides based on a specific slide master will be changed accordingly if the style of the slide
master is changed.
(c) Individual slides designed based on a slide master cannot be modified without affecting the slide
master.
(d) The master handouts option in LibreOffice Impress can also be used to format individual slides
similar to master slides.
(e) The existing fields ’Author’ and the ‘File Name’ are NOT allowed to insert into a master slide when
modifying an existing master slide.

34) Consider the following statements.

I. In a single image, ONLY ONE hotspot can be included.


II. Clicking on a hotspot causes Impress to open the linked page in the appropriate program.
III. Hotspots can be created in such a way that the user-defined text appears when the mouse cursor
hovers over the hotspot.

Which of the above statements is/are correct regarding ‘Image maps’ in LibreOffice Impress?
(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) (II) and (III) Only.

35) LibreOffice Impress provides tools to organize a slide show, ___________________ .

I. including a presenter console.


II. to run the show automatically or manually.
III. to manage interactions for buttons and links.

Identify the correct statement(s) to fill in the blank.

(a) (II) Only. (b) (III) Only. (c) (I) and (II) Only.
(d) (II) and (III) Only. (e) (I), (II) and (III).

36) Which of the following is an example of a Proprietory Graphic Design tool?


(a) Adobe Photoshop (b) InkScape (c) LibreOffice Draw
(d) Google Slides (e) SVG-Edit

37) Consider the following statements.

I. Painting tool - Gradient; Selection tool - Flip; Transformation tool - Scale.


II. Painting tool - Clone; Selection tool – Intelligent Scissors; Transformation tool – Shear.
III. Painting tool - Heal; Selection tool – Foreground Select; Transformation tool – Flip.

Which of the above is/are an example(s) for painting, selection, and transformation tools of GIMP?

(a) (I) Only. (b) (II) Only. (c) (III) Only.


(d) (I) and (II) Only. (e) (II) and (III) Only.

12
38) The tool ‘Unified Transform’,

I. displays several kinds of handles on the edges of an image to perform several transformations.
II. allows selecting the transforming area by setting anchor points.
III. provides infinite possibilities of transformations to be applied to an image.

Which of the above sentences is/are correct regarding the tool, ‘Unified Transform’?

(a) (I) Only (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) (II) and (III) Only.

39) Which of the following statements is correct regarding different tools in GIMP?

(a) The paths tool can be used to create closed paths and apply different styles to the path.
(b) A text created using the Text tool can be transformed into a path using the perspective tool.
(c) The output is the same when one applies the Heal or the Clone tool to repair problem areas in a digital
image.
(d) The Perspective clone tool uses the current brush to blur or sharpen the image locally.
(e) The bucket fill only lets one to fill the shape using a color, but NOT using a pattern fill.

40) The ‘Handle Transform’ tool in GIMP handles four (4) transforms.
Identify the transforms denoted by A-D.

Original Image

A C

B D

(a) A- Linear Scale; B- Rectangle Select; C-Clone; D- Shear.


(b) A- Change perspective; B- Scissor Select; C- Magicwand & Scale; D- Shear & Scale.
(c) A- Flip & Scale; B- Cage Transform; C- Measure & Scale; D- Change perspective.
(d) A- Rotate & Scale; B-Move; C- Shear & Scale; D-Change perspective & Scale.
(e) A- Rotate & Flip; B-Crop & Move; C-Drag & Scale; D- Measure & Shear.

******

13
Bachelor of Information Technology
Academic Year 2020 – 1st Year Examination – Semester 1
IT1306 – Answers

1 a b c d e 21 a b c d e

2 a b c d e 22 a b c d e

3 a b c d e 23 a b c d e

4 a b c d e 24 a b c d e

5 a b c d e 25 a b c d e

6 a b c d e 26 a b c d e

7 a b c d e 27 a b c d e

8 a b c d e 28 a b c d e

9 a b c d e 29 a b c d e

10 a b c d e 30 a b c d e

11 a b c d e 31 a b c d e

12 a b c d e 32 a b c d e

13 a b c d e 33 a b c d e

14 a b c d e 34 a b c d e

15 a b c d e 35 a b c d e

16 a b c d e 36 a b c d e

17 a b c d e 37 a b c d e

18 a b c d e 38 a b c d e

19 a b c d e 39 a b c d e

20 a b c d e 40 a b c d e

http://www.ucsc.lk http://www.bit.lk
UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)


Academic Year 2019 – 1st Year Examination – Semester 1

EN1301 – Personal Computing


Multiple Choice Question Paper

23rd June, 2019


(ONE HOUR)

Important Instructions:
• The duration of the paper is 1 (One) hour.
• The medium of instruction and questions is English.
• The paper has 25 questions and 09 pages.
• All questions are of the MCQ (Multiple Choice Questions) type.
• All questions should be answered.
• Each question will have 5 (five) choices with one or more correct answers.
• All questions will carry equal marks.
• There will be a penalty for incorrect responses to discourage guessing.
• The mark given for a question will vary from 0 (All the incorrect choices are marked &
no correct choices are marked) to +1 (All the correct choices are marked & no
incorrect choices are marked).
• Answers should be marked on the special answer sheet provided.
• Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
• Mark the correct choices on the question paper first and then transfer them to the
given answer sheet which will be machine marked. Please completely read and
follow the instructions given on the other side of the answer sheet before you
shade your correct choices.
• Calculators are not allowed.
• All Rights Reserved.

1
1) Which of the following is/are considered as System Software?

(a) LINUX (b) Microsoft Office (c) GIMP


(d) MAC OS (e) Open Office.org

2) Consider the following word processing applications.

I. LibreOffice Writer.
II. Google Doc.
III. Microsoft Word.

Which of the above can be categorized as free and open source?

(a) (I) Only. (b) (II) Only. (c) (III) Only.


(d) (I) and (II) Only. (e) (II) and (III) Only.

Consider the following document segment created using OpenOffice Writer to answer
questions 3 to 5.

3) Which of the following character/paragraph formatting options is /are used to format the above
document?

(a) Drop cap (b) Bullets (c) Bold


(d) Justified alignment (e) Numbering

2
4) Which of the following statements is/are correct regarding the above document?
(a) A footer is applied to the document.

(b) “Wrap Through” formatting option is used to place the image within the text.
(c) The title of the document “BE A PART OF THE KNOWLEDGE SOCIETY WITH A BIT @
UCSC” is in Sentence case.
(d) Spelling and Grammar check option is not carried out to correct the spelling mistakes in the
document.
(e) Columns can be seen in this document.

5) Suppose that when you take the cursor on top of the sentence “University of Colombo School of
Computing (UCSC)” a message pops up saying that “click to open https://ucsc.cmb.ac.lk/”.

Which of the following options in OpenOffice Writer is used to achieve this behaviour?

(a) Cross-Reference (b) Comment (c) Formatting Mark


(d) BookMark (e) Hyperlink

6) Consider the following statements.


I. ‘Convert’ option in ‘Table’ menu lets one to convert data in a table into plain text.
II. Any task which is to be done repeatedly, can be automated by using ‘Macro’ function.
III. ‘Group’ option can be used to personalize a birthday invitation card for 250 invitees.

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (II) and (III) Only. (e) (I) and (III) Only.

Consider the following document segment created in OpenOffice Writer to answer questions 7
and 8.

3
7) Which of the following options is/are used to create the above document?
(a) Special Character (b) Bullets (c) FontWork
(d) Draw functions (e) Caption

8) Which of the following screen shots will be generated in the ‘print preview’?

(a) (b)

(c) (d)

(e)

4
9) Open Office Calc is used to
(a) manipulate data to get certain results.
(b) generate charts based on selected data / data range.
(c) save spreadsheets in Open Document Format using the extension “.ods".
(d) format cells depending on different conditions.
(e) specify logical conditions to filter data on a spreadsheet.

Consider the following spreadsheet segment created in OpenOffice.org to answer questions 10 to 13.

Figure 1: Unformatted Spreadsheet

10) Which of the following cell addresses is/are denotes the activated cell shown in Figure 1?
(a) AE1:AG1 (b) AB1:AI6 (c) AE1
(d) AE1:AG6 (e) AB1:AI1

11) The spreadsheet shown in Figure 1 is formatted to obtain the view shown in Figure 2.

Figure 2 : Formatted Spreadsheet

Which of the following formatting options is/are used to get the above view shown in Figure 2?

(a) Filter (b) Wrap text (c) Horizontal Alignment


(d) Merge Cells (e) Vertical Alignment

5
12) Suppose the variable “Total” is calculated based on the following evaluation criteria:

• Progress Reports – 20%


• Dissertation – 30%
• Viva – 50%

Which of the following formula is/are used to calculate the total in cell AI4?

(a) =SUM(AE4:AH4)
(b) =AE4*20/100+AF4*30/100+AG4+AH4*50/100
(c) =SUM(AE4*20/100; AF4*30/100;SUM(AG4:AH4)*50/100)
(d) =(AE4*20/100)+(AF4*30/100)+((AG4+AH4)*50/100)
(e) =AE4*20/100+AF4*30/100+SUM(AG4:AH4)*50/100

13) Which of the following options is/are used to get a list of student names ordered according to the field,
‘Name with Initials’ of the student in descending order?

(a) Conditional format (b) Sort (c) Filter


(d) Goal seek (e) Pivot table

14) Which of the following is/are correct regarding cell references in OpenOffice Calc?
(a) $A$F is an invalid cell reference.
(b) Row number is not locked in $B1, and hence row number will change when it is copied in a
particular column.
(c) The column reference will change when $D2 is copied within a column from E2: H2.
(d) D1 is a relative cell reference and it would become absolute when it is changed to $D$1.
(e) Cell references are invalid in OpenOffice Calc.

15) Which of the following Number categories is/are allowed in OpenOffice Calc?
(a) Percent (b) Font (c) Boolean
(d) Style (e) Scientific

16) Consider the following statements.

I. MS Access is categorized as a free and open source database application.


II. A Database is a collection of information that is organized in a way that can easily be
managed.
III. MySQL, OpenOffice Calc and Oracle database are few examples for relational database
management systems.

Which of the following statements is/are correct regarding Databases and Database Applications?

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (II) and (III) Only. (e) All.

6
Consider the following tables (Figure 3 and Figure 4) created in OpenOffice Base to answer the
questions from 17 to 18.

Figure 3 ‘WorkerDetails’ Table View

Figure 4 ‘Working Days’ Table view

17) Identify the most suitable field(s) that should be used as primary key(s) in the ‘WorkerDetails’ table
(Figure3).

(a) WorkerID (b) SupID (c) Name


(d) Skill Type (e) Hourly Rate

18) Which of the following fields is/are considered as foreign key(s) in the Table ‘Working Days’ (Figure
4)?

I. WorkerID
II. Date of Work
III. No of Hours

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (II) and (III) Only. (e) (I) and (III) Only.

7
19) Consider the following query designed using the table ‘Working Days’.

Which of the following final view corresponds to the above query?


(a) (b)

(c) (d)

(e)

20) Which of the following application software is/are considered as presentation applications?

(a) Lotus 1-2-3 (b) MS Power point (c) Writer


(d) Google slides (e) OpenOffice Draw

8
21) Which of the following statements is/are correct regarding the presentations created using OpenOffice
Impress?

(a) A new presentation can be created using an existing template.


(b) Slide sorter view can be used to rearrange the slides of a presentation.
(c) A header and a footer can be applied in the normal view for a slide.
(d) An embedded video can be paused within a slide show.
(e) Slide Master is an effect used in custom animations.

22) Identify the correct statements from the following.

(a) A presentation created in OpenOffice Impress can be exported into Portable Document Format
(PDF).
(b) Drawing, Line and Filling are toolbars, one may use in presentation preparation.
(c) ‘Slide show settings’ in OpenOffice Impress can be used to change slides in a slide show
presentation, automatically after the specified time.
(d) Font size and the audience should not be thought of when preparing a presentation.
(e) One can use ‘Hide Slide’ option in OpenOffice Impress to restrict changes to that particular slide
in normal view.

23) Identify the correct statements from the following.

(a) Adobe illustrator is a proprietary software used in graphic designing.


(b) GIMP stands for Germen Illustrator software for Image Manipulating Program.
(c) Fuzzy select tool in GIMP is a tool in GIMP used to select a contiguous region based on the
color.
(d) The area where you work or edit in GIMP is known as Channel.
(e) GIMP can be used as a photo retouching tool to enhance the quality of an old photo.

24) Which of the following tools in GIMP is/are categorized under “Paint tools”?
(a) Crop tool. (b) Airbrush tool. (c) Shear tool.
(d) Perspective tool. (e) Pencil tool.

25) Which of the following tools in GIMP is/are used to create the Image 2 using Image 1?

Image 1

Image 2

(a) Text tool (b) Flip tool (c) Scale tool


(d) Rotate tool (e) Shear tool
******

9
10
Bachelor of Information Technology
Academic Year 2019 – 1st Year Examination – Semester 1
EN1301 – Answers

1 a b c d e 21 a b c d e

2 a b c d e 22 a b c d e

3 a b c d e 23 a b c d e

4 a b c d e 24 a b c d e

5 a b c d e 25 a b c d e

6 a b c d e

7 a b c d e

8 a b c d e

9 a b c d e

10 a b c d e

11 a b c d e

12 a b c d e

13 a b c d e

14 a b c d e

15 a b c d e

16 a b c d e

17 a b c d e

18 a b c d e

19 a b c d e

20 a b c d e

http://www.ucsc.lk http://www.bit.lk
UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)

Academic Year 2018 – 1st Year Examination – Semester 1

EN1301 – Personal Computing


Multiple Choice Question Paper

06 May, 2018
(ONE HOUR)

Important Instructions:
 The duration of the paper is 1 (One) hour.
 The medium of instruction and questions is English.
 The paper has 25 questions and 09 pages.
 All questions are of the MCQ (Multiple Choice Questions) type.
 All questions should be answered.
 Each question has 5 (five) choices with one or more correct answers.
 All questions carry equal marks.
 There is a penalty for incorrect responses to discourage guessing.
 The mark given for a question will vary from 0 to +1(All the correct
choices are marked & no incorrect choices are marked).
 Answers should be marked on the special answer sheet provided.
 Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
 Mark the correct choices on the question paper first and then transfer
them to the given answer sheet which will be machine marked. Please
completely read and follow the instructions given on the other
side of the answer sheet before you shade your correct choices.
 Calculators are NOT Allowed.
01) The OpenOffice software suite includes,

(a) Excel. (b) Base. (c) Paint.


(d) Impress. (e) GIMP.

02) Consider the following statements.

I. System Software manages system resources and provides a platform to run application
software.
II. Photoshop is an example of system software.
III. A system cannot run without application software.

Which of the above statements is / are true regarding computer software?

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) (II) and (III) Only.

03) Which of the following options in OpenOffice.org Writer can be used to personalize a
wedding invitation card to 500 recipients?

(a) Bibliography Database. (b) Mail Merge Wizard. (c) Table Properties.
(d) Object. (e) Cross Reference.

04) Consider the following functions in OpenOffice.org Writer.

I. Hyperlink.
II. Formatting Mark.
III. Macro.
IV. Formula.

Which of the above functions is / are used automate tasks that need to be performed
repeatedly?

(a) (I) Only. (b) (III) Only. (c) (I) and (III) Only.
(d) (II) and (IV) Only. (e) (III) and (IV) Only.

05) Which of the following statements is/are correct regarding OpenOffice.org Writer document?

(a) Changes to a particular document can be tracked by enabling, ‘Record’ option in ‘changes’
sub menu.
(b) A tab stop can be moved directly by dragging the tab mark on the ruler to the desired
position.
(c) ‘Indexes and Tables’ option can be used to create a user-defined index.
(d) Once a document is saved, one cannot save the same document using another name.
(e) A picture added to the document can be either flipped vertically or horizontally.

2
Consider the following text segment shown in Figure 1 and the Table format shown in Figure
2 to answer questions 06 and 07.

Figure 1 Figure 2

06) Consider the following “Convert Text to Table” option window.

Which of the following options in “Convert Text to Table” should be selected to convert the
text segment (Figure 1) to the table format (Figure 2) in OpenOffice.org Writer?

(a) Tabs. (b) Semicolons. (c) Paragraph.


(d) Other. (e) Don’t split table.

07) Which of the following formulae can be used to calculate the ‘Total revenue’ in the converted
table format shown in Figure 2?

(a) =1000*100 (b) =<C2:C3> (c) =mul<C2:C3>


(d) =pow<C2:C3> (e) =<C2>*<C3>

3
Consider the following document segment created in OpenOffice.org Writer to answer
questions 08 and 09.

08) Which of the following list of options is/are used to design the above document?

(a) Footer, Shapes, Table, Text, Drop Caps.


(b) Drop Caps, Font Work, Bullets, Columns, Cross Reference.
(c) Caption, Text box, Image, Highlighting, Page Border, Header.
(d) Footnote, Bullets, Columns, Font Work, Drop Caps.
(e) Sections, Fields, Font Work, Table, Caption.

09) Identify the character formatting technique(s) applied in the above document.

(a) Strikethrough. (b) Superscript. (c) Hyperlink.


(d) Embossed. (e) Capitals.

4
Consider the following spreadsheet segment created using OpenOffice.org Calc to answer
questions from 10 to 13.

10) What would be the output in Cell C19?

(a) 2 (b) 65000 (c) Err:511


(d) 405000 (e) #NAME?

11) How would you change the formula given in C19 to be able to copy it into C20 and C21 using
the copy fill handler?

(a) =SUMIF(B6:C14;B19;C6:C14)
(b) =SUMIF($B$6:$C$14;B19;$C$6:$C$14)
(c) =SUMIF($B$6:$C$14;$B$19;$C$6:$C$14)
(d) =SUMIF(B$6:C$14;B21;C$6:C$14)
(e) =SUMIF($B7:C19:$C15;B20;$C7:$C15)

12) Which of the following formulae can be used to calculate the value derived in Cell C16?

(a) =MAX(C6;C7;C8:C14) (b) =MAXIMUM(C6;C14) (c) =MAX(C6:C14)


(d) =MAX(C6 ; C14) (e) =MAXIMUM(C6:C14)

13) Which of the following features in OpenOffice Calc can be used to color the cells in which the
basic salary is greater than or equal to 40000?

(a) Format Cells. (b) Conditional Formatting. (c) Format Paintbrush.


(d) Format as Table. (e) Styles and Formatting.
5
Consider the following spreadsheet segment created using OpenOffice.org Calc to answer
questions 14 and 15.

14) Which of the following data ranges should be selected to generate the given graph?

(a) A3:H13 (b) E3: H13 (c) A3:A13;E3:E13;H3:H13


(d) A4:H13 (e) A4:A13;E4:E13;H4:H13

15) Which of the following techniques/options is/are applied to generate the spreadsheet as shown
above?

(a) Pivot Table. (b) Legend. (c) Alignment.


(d) Auto Filter. (e) Merge Cells.

16) The ‘Presentation Wizard’ dialog box which pops-up when creating a new presentation in
OpenOffice.org Impress allows one to

(a) create a presentation using a pre-existing template.


(b) select a slide design.
(c) select the slide transition.
(d) enter entire number of slides for the presentation.
(e) insert the header, footer and the slide numbers.

6
17) Which of the following is/are correct regarding having a ‘variable date and time’ as a footer
when creating a slide presentation using OpenOffice.org Impress?

(a) OpenOffice.org Impress does not allow to insert a variable date and time.
(b) Displays the date specified by the user.
(c) Displays the date on which the slide presentation was created.
(d) This can be applied without applying it to the first / title slide of the presentation.
(e) Displays the date on which the presentation is opened.

18) The “Slide Master” in OpenOffice.org Impress allows one to

(a) add a logo image to each and every slide in the presentation.
(b) add a common footer to all slides.
(c) display an entire image as a slide background.
(d) change the slide design of the current slide.
(e) display the author name in all slides or in the current slide that is based on the slide master.

19) Which of the following statements is/are correct regarding the following two screen shots of
the table created in OpenOffice.org Base

(a) An error will be prompt when trying to save this table.


(b) “B0002” will be accepted as a valid index no when entering data to this table.
(c) “@abc.lk” will be displayed at the time a new record is entered.
(d) One can proceed to enter a new record without entering the “email” field.
(e) One can proceed to enter a new record without entering the “Index No” field.

20) Which of the following statements is/are correct regarding creating reports using “Use Wizard
to Create Reports” in OpenOffice.org Base?

(a) It lets one to group records in a report based on the values in one or more fields.
(b) The layout of the generated report cannot be modified once the report was created.
(c) Existing query tables can also be used in generating reports.
(d) A static report can be created, always to display the same data from the time when the
static report was created.
(e) When creating the report it does not allow to sort data based on different fields.

7
21) Consider the following “Student” and “Marks” tables created in OpenOffice.org Base.

Which of the following outputs can be expected once the following query is executed?

(a) (b) (c)

(d) (e) An error message will be displayed.

8
22) Consider the following graphic designed using GIMP.

Which of the following tools is/ are used to design the above graphic?

(a) Shear. (b) Perspective. (c) Rotate.


(d) Flip. (e) Scale.

23) The “Measure” tool in GIMP is used to measure the

(a) distance between the original point and the mouse pointer, in pixels.
(b) brightness of the image.
(c) angle, in every quadrant, from 0° to 90°.
(d) pointer coordinates relative to the original point
(e) RGB value.

24) The “Create a new image” dialogue box in GIMP lets one to

(a) select predefined values for the image using template option.
(b) specify the width and the height of the image.
(c) specify the background color used for the image.
(d) select its physical size when it is printed (X and Y Resolution).
(e) change the orientation of the image (vertical / Horizontal).

25) Which of the following tools can be used directly to transform Image 1 to Image2.

Image 1 Image 2

(a) Rectangle select. (b) Eclipse Select. (c) Scissors Select.


(d) Free Select. (e) Healing.

**********

9
Bachelor of Information Technology
Academic Year 2018 – 1st Year Examination – Semester 1
EN1301 – Answers

1 a b c d e 21 a b c d e

2 a b c d e 22 a b c d e

3 a b c d e 23 a b c d e

4 a b c d e 24 a b c d e

5 a b c d e 25 a b c d e

6 a b c d e

7 a b c d e

8 a b c d e

9 a b c d e

10 a b c d e

11 a b c d e

12 a b c d e

13 a b c d e

14 a b c d e

15 a b c d e

16 a b c d e

17 a b c d e

18 a b c d e

19 a b c d e

20 a b c d e

http://www.ucsc.lk http://www.bit.lk
UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)

Academic Year 2014/2015 – 1st Year Examination – Semester 1

EN1301 – Personal Computing


Multiple Choice Question Paper

15 March, 2015
(ONE HOUR)

Important Instructions:
 The duration of the paper is 1 (One) hour.
 The medium of instruction and questions is English.
 The paper has 25 questions and 10 pages.
 All questions are of the MCQ (Multiple Choice Questions) type.
 All questions should be answered.
 Each question will have 5 (five) choices with one or more correct
answers.
 All questions will carry equal marks.
 There will be a penalty for incorrect responses to discourage
guessing.
 The mark given for a question will vary from 0 to +1(All the correct
choices are marked & no incorrect choices are marked).
 Answers should be marked on the special answer sheet provided.
 Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
 Mark the correct choices on the question paper first and then
transfer them to the given answer sheet which will be machine
marked. Please completely read and follow the instructions
given on the other side of the answer sheet before you shade
your correct choices.
01) Which of the following Application Software is/are considered as Free and Open-Source?

(a) Adobe Photoshop (b) LibreOffice (c) Microsoft Office


(d) Firefox (e) GNU Image Manipulation Program

02) Which of the following is/are true with respect to Computer software?

(a) System Software enables application software to interact with the computer hardware.
(b) Computer hardware and Application software are the two main categories of computer
software.
(c) The programs written under application software are designed for general purpose and
special purpose applications.
(d) Windows XP is an example of system software.
(e) The source code of proprietary software is openly shared among the people to voluntarily
improve the design of the software.

Consider the following document segment created in OpenOffice.org Writer to answer


the questions 03 and 04.

03) Which of the following formatting option(s) in OpenOffice.org Writer can be used to format
the above document?

(a) Indents and Spacing (b) Outline and Numbering (c) Tables
(d) Character Position (e) Tabs

04) Which of the following, “Position”, “Type” and “Fill Character” options respectively best
describe the above formatted document?

(a) 0.5”, Centered, None (b) 4.5”, Right, * (c) 6.5”, Decimal, **********
(d) 2.5”, Left, None (e) 3.5”, Justified, None

05) Which of the following option(s) in OpenOffice.org Writer can be used to personalize an
envelope to 100 recipients?

(a) Mail Merge (b) Object (c) Envelope & Mail Merge
(d) Frame & Mail Merge (e) Bibliography Database & Mail Merge

2
06) Consider the following document segment created in OpenOffice.org Writer.

Which of the following option(s) in OpenOffice.org Writer is/are used in editing the above
document?

(a) Cross-References (b) Caption (c) Indexes and Tables


(d) Footnote (e) Formatting Mark

07) Consider the following statements.

I. The Mail Merge wizard lets one to use the current document as the starting document.
II. “Select Address List” in Mail merge wizard dialogue box can be used to select
recipients from an existing file.
III. When using the Mail merge wizard, one can manually edit the content of the
document.

Which of the above statements is/are correct regarding the Mail Merge Wizard option in Open
Office.org Writer?

(a) (I) Only. (b) (II) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) All.

3
08) Consider the following document created using OpenOffice.org Writer.

Which of the following list of options is/are used to design the above document?

(a) Header, Shapes, Table, Text, Drop Caps


(b) Shapes, Font Work, Bullets, Columns, Superscript
(c) Caption, Text box, Image, Page background, Page border
(d) Header, Bullets, Text Box, Image, Freeform Line
(e) Superscript, Fields, Font Work, Table, Italics

09) Which of the following statements is/are correct regarding the OpenOffice.org Writer
document?

(a) Hyperlink option is used to format characters of a Writer document.


(b) Mail Merge option can be used to combine a main Writer document with a corresponding
data source to send letters for many recipients.
(c) Micro option automates the tasks that need to be performed repeatedly.
(d) ImageMap defines areas of an image with the linked URLs.
(e) Table of Content option is used to display the references cited within the document.

4
10) Page Preview in OpenOffice.org Calc Spreadsheet lets one to

(a) Zoom out. (b) Check spelling. (c) Change margins.


(d) Insert columns. (e) Format page background.

Note that the columns “Total Cost in Rs”, “Total cost with VAT in Rs” and “Net Cost in Rs”
is calculated based on the following formulae.

Total cost in Rs = Quantity * Unit price in Rs


Total cost with VAT in Rs = Total cost in Rs + Total cost in Rs * VAT
Net cost in Rs = Total cost with VAT in Rs – Total cost with VAT in Rs *
Percentage of Discount (if only quantity is more than 400)

11) Identify the correct formulae used in the above spread sheet.

(a) D7 = B7 * C7
(b) F6 = D6 + D6 * E6
(c) G7 = F7 - F7 * IF (B7>400 ; $B$4 ; 0)
(d) F7 = (D7 + D7) * E7
(e) G7 = F7 - F7 * IF (B7>400 ; $B$4 ; B7)

12) Which of the following number formatting options is/are used to format the numbers in
column “Net Cost in Rs”?

(a) Currency (b) Thousands separator (c) One Decimal place


(d) General (e) Background

5
13) The following conditional formatting dialogue box is used to change the colour of cells based
on a condition.

Identify the correct condition(s) to change the colour of the cell(s) which has/have the “Net
cost in Rs.” above the average of Net Cost?

(a) Formula is equal to AVERAGE.


(b) Cell value is greater than $G$13.
(c) Cell value is greater than $G$12.
(d) Cell value is greater than AVERAGE($G$7:$G$12).
(e) Cell value is $F$13.

14) Consider the following Chart created for the above Spreadsheet.

Which of the following statements is/are correct regarding the above chart?

(a) The option “show value as percentage” is enabled in “data labels for all data series”
dialogue box.
(b) The chart is a pie chart with a 3D realistic look.
(c) Legend of the Chart is positioned on the right side of the chart.
(d) The chart is an exploded pie chart with a 3D realistic look.
(e) The above chart is created for the data range $A$7:$A$12;$G$7:$G$12

6
15) Consider the following statements.

I. #NAME is displayed when one types a wrong argument or an operand in a formula.


II. #DIV/0! is displayed in using division operator with a denominator not equal to zero.
III. When a calculation results in an overflow of the defined value range, #NUM! is
displayed.

From the above statements identify the correct statement(s) in relation to Error codes in Open
Office.org Calc.

(a) (I) Only (b) (III) Only (c) (I) and (II) Only
(d) (I) and (III) Only (e) All

16) Consider the following statements.

I. One can insert a Header and Footer when designing a report.


II. A report designed in Open Office.org Base can be used to enter data into a database
table.
III. A Form cannot be customized when it is created in design view.

Which of the above statement(s) is/are correct with regard to the forms and reports in Open
Office.org Base?

(a) (I) Only (b) (II) Only (c) (I) and (II) Only
(d) (I) and (III) Only (e) All

Consider the following table data view in Open Office.org Base to answer the questions
17 and 18.

17) Which of the following statements is/are correct with regard to the above Database table?

(a) The table data view corresponds to the Purchases table in B04 Database.
(b) The Field type of the Pur Date field is Date/Time[TIMESTAMP].
(c) The only text field of the above data table is Item.
(d) The primary key of the above table is Sup ID.
(e) The Field type of the Cost (Rs) field is Decimal.

7
18) Which of the following query(queries) create(s) a query called, "Supplier Purchases" to show
Supplier ID, Pur Date, Item, Quantity (Kg) and Cost (Rs) which belongs to the Sup ID
=S002.

(a) Answer a

(b)

(c)

(d)

(e)

8
19) Consider the following slide created in Open Office Impress.

Identify the correct statement(s).

(a) Insert  Chart option is used to insert the chart as shown on the slide.
(b) The slide contains a Slide Title.
(c) Colour fill is applied as the background of the slide.
(d) Special Characters option is used to insert  as shown on the slide.
(e) Bullets and numbering option is used in the slide.

20) In Open Office.org Impress, one can

(a) insert a footer to the presentation slides without applying it to the first / title slide of the
presentation.
(b) include a variable date and time to Notes or Handouts.
(c) hide slides in the Slide Sorter view.
(d) include the file name as a field to an appropriate place on the slide.
(e) insert a chart without displaying the data table on the slide.

21) Consider the following output in Open Office.org Impress.

Which of the following view(s) best describe the above output?

(a) Master (b) Slide Sorter (c) Outline


(d) Handout (e) Grid

22) “ Create a New Image” dialog box in GIMP lets one to change the

(a) Image size. (b) X resolution. (c) Colour space.


(d) Image orientation. (e) Border style.

9
23) Which of the following tools is/are used to design the Image 2: Edited 1 from the given image;
Image 1: Original 1 in GIMP.

Image 1 : Original 1

Image 2 : Edited 1

(a) Perspective (b) Path (c) Rotate


(d) Foreground Select (e) Flip

24) Which of the following tools is/are used to transform Image 1: Original 2 to Image2: Edited2

Image 1 : Original 2 Image 2 : Edited 2

(a) Crop (b) Scissors Select (c) Rotate


(d) Ellipse Select (e) Flip

25) Consider the following tools in GIMP.

I. Smudge Tool
II. Pencil
III. Text Tool

Image 1 : Original 3 Image 2 : Edited 3

Which of the above listed tools in GIMP is/are used to transform Image 1: Original 3 to Image
2: Edited 3?

(a) (I) Only (b) (III) Only (c) (I) and (II) Only
(d) (I) and (III) Only (e) All

**********
10
Bachelor of Information Technology
Academic Year 2014/2015 – 1st Year Examination – Semester 1
EN1301 – Answers
Year 2015

1 a b c d e 21 a b c d e 41 a b c d e

2 a b c d e 22 a b c d e 42 a b c d e

3 a b c d e 23 a b c d e 43 a b c d e

4 a b c d e 24 a b c d e 44 a b c d e

5 a b c d e 25 a b c d e 45 a b c d e

6 a b c d e 26 a b c d e 46 a b c d e

7 a b c d e 27 a b c d e 47 a b c d e

8 a b c d e 28 a b c d e 48 a b c d e

9 a b c d e 29 a b c d e 49 a b c d e

10 a b c d e 30 a b c d e 50 a b c d e

11 a b c d e 31 a b c d e 51 a b c d e

12 a b c d e 32 a b c d e 52 a b c d e

13 a b c d e 33 a b c d e 53 a b c d e

14 a b c d e 34 a b c d e 54 a b c d e

15 a b c d e 35 a b c d e 55 a b c d e

16 a b c d e 36 a b c d e 56 a b c d e

17 a b c d e 37 a b c d e 57 a b c d e

18 a b c d e 38 a b c d e 58 a b c d e

19 a b c d e 39 a b c d e 59 a b c d e

20 a b c d e 40 a b c d e 60 a b c d e

http://www.ucsc.lk http://www.bit.lk
UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)

Academic Year 2013/2014 – 1st Year Examination – Semester 1

EN1301 – Personal Computing


Multiple Choice Question Paper

23rd March, 2014


(ONE HOUR)

Important Instructions:
 The duration of the paper is 1 (One) hour.
 The medium of instruction and questions is English.
 The paper has 25 questions and 08 pages.
 All questions are of the MCQ (Multiple Choice Questions) type.
 All questions should be answered.
 Each question will have 5 (five) choices with one or more correct
answers.
 All questions will carry equal marks.
 There will be a penalty for incorrect responses to discourage
guessing.
 The mark given for a question will vary from 0 to +1(All the correct
choices are marked & no incorrect choices are marked).
 Answers should be marked on the special answer sheet provided.
 Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
 Mark the correct choices on the question paper first and then
transfer them to the given answer sheet which will be machine
marked. Please completely read and follow the instructions
given on the other side of the answer sheet before you shade
your correct choices.
01) Which of the following is/are true with respect to Application Software?

(a) Application Software is a collection of physical components that constitutes a computer


system.
(b) It is a computer program.
(c) Web browser is an example for the Application Software.
(d) Writer is a proprietary Application Software.
(e) Application Software provides a platform for running System Software.

02) Which of the following technique(s) in OpenOffice.org Writer can be used to select the text as
shown in the following figure?

(a) Select the words while holding the Ctrl on the keyboard.
(b) Select the words while holding the left mouse button.
(c) Select the words while holding the shift key on the keyboard.
(d) Select the words using arrow keys on the keyboard.
(e) Select the words while clicking the right mouse button.

03) Consider the following document segment created in OpenOffice.org Writer.

Identify the character formatting technique(s) applied in the above document?

(a) Borders (b) Italic (c) Header


(d) Strikethrough (e) Underline

2
04) Which of the following option(s) in OpenOffice.org Writer is /are enabled while editing the
document shown below?

(a) Non printing Characters (b) Fields (c) Comment


(d) Text boundaries (e) Changes Record

05) In OpenOffice.org Writer one can create cross references to

(a) Tables. (b) Headings. (c) Header.


(d) Figures. (e) Footnotes.

06) Consider the following properties.

I. Transparency
II. Flip
III. Scale

Which of the above property/properties can be adjusted on a picture in an OpenOffice.org


Writer document?

(a) (III) Only. (b) (I) and (II) Only. (c) (II) and (III) Only
(d) (I) and (III) Only. (e) All.

3
07) Match the expressions listed on Column A with the appropriate options in OpenOffice.org
Writer listed on Column B

Column A Column B
Combine main document and data
(I) source to send letters for many A Table of Content
recipients.
Automate tasks that need to be
(II) B ImageMap
performed repeatedly.
Defines areas of an image with the
(III) C Macro
linked URLs.
Display references used throughout the
(IV) D Mail Merge
document.
E Bibliography
F Hyperlink
G Reference Manager

The correct matching(s) is/are:

(a) (I)-(D), (II)-(C),(III)-(B),(IV)-(E)


(b) (I)-(D), (II)-(C),(III)-(F),(IV)-(G)
(c) (I)-(D), (II)-(A),(III)-(C),(IV)-(B)
(d) (I)-(F), (II)-(G),(III)-(B),(IV)-(E)
(e) (I)-(F), (II)-(A),(III)-(C),(IV)-(B)

08) Identify the correct statement(s) with respect to documents created using OpenOffice.org
Writer.

(a) AutoCorrect feature automatically corrects common misspelling and typing errors already
defined.
(b) A tab stop can be moved directly by dragging the tab mark on the ruler to the desired position.
(c) Once a document is saved one cannot save the same document in PDF.
(d) A page can be formatted using one or more columns.
(e) Work space is defined as the entire document including menus and tool bars.

09) Match the applications listed on Column A with (a) similar application(s) listed on Column B.

Column A Column B
(I) GIMP A Paradox
(II) OpenOffice.org Calc B Microsoft Excel
(III) OpenOffice.org Impress C Adobe Photoshop
(IV) OpenOffice.org Base D Microsoft PowerPoint
E Adobe Flash player

The correct matching(s) is/are:

(a) (I)-(C), (II)-(A), (III)-(E), (IV)-(B)


(b) (I)-(D), (II)-(B), (III)-(A), (IV)-(E)
(c) (I)-(E), (II)-(A), (III)-(C), (IV)-(B)
(d) (I)-(C), (II)-(B), (III)-(D), (IV)-(A)
(e) (I)-(E), (II)-(B), (III)-(C), (IV)-(B)

4
10) Consider the following statements.

I. A colored cell can be removed by selecting No Fill option on the background tab of the
cell formatting dialog box.
II. All formulae entered in a cell can also be started using the DASH (-) sign.
III. A chart gets automatically updated with the modifications of values in the relevant data
range on the sheet.

Which of the above statement(s) is/are correct regarding OpenOffice.org Calc application?

(a) (I) Only. (b) (I) and (II) Only. (c) (II) and (III) Only
(d) (I) and (III) Only. (e) All.

11) Consider the formula entered in cell C4 on the following OpenOffice.org Calc spreadsheet.

What would be the output on Cell C4?

(a) 1 (b) 6 (c) 4


(d) 2005 (e) #Name?

12) Which of the following statement(s) is/are correct regarding OpenOffice.org Calc
Spreadsheet?

(a) A123 is a valid cell reference.


(b) Spilt window helps one to copy and paste data between different areas on a large sheet.
(c) One cannot create hyperlinks on a spreadsheet.
(d) Pivot table allows you to combine, compare and analyze large amounts of data.
(e) A commented cell is shown using a small reddish triangle on the top right corner of the
cell.

13) An OpenOffice.org Calc Spreadsheet can be saved with the extension(s)

(a) .odt (b) .ods (c) .html


(d) .xls (e) .ppt

5
14) Which of the following function(s) is/are valid in an OpenOffice.org Calc Spreadsheet?

(a) SUMIIF (b) SUM (c) DIVIDE


(d) AVERAGE (e) MULTIPLY

15) Which of the following statement(s) is/are correct regarding the following spreadsheet
segment created using OpenOffice.org Calc?

(a) Wrap text is applied on cell F5.


(b) Column Final Mark is formatted using one decimal place.
(c) Currently F9 is activated on the above spreadsheet.
(d) Merge cells is applied on cells F5 and G5.
(e) Text is aligned left.

16) Which of the following operation(s) is/are valid in designing tables using OpenOffice.org
Base?

(a) Format Table. (b) Insert Record. (c) Header and Footer.
(d) Merge Columns. (e) Format Background.

17) Consider the following statements.


I. A Database is a collection of information that is organized in a way that can easily be
accessed, managed and updated.
II. A Database table must always have a Foreign key for maintaining data integrity.
III. 2NF is a normalization technique used to eliminate redundancy in a database.

From the above statements identify the correct statement(s) in relation to Databases.

(a) (I) Only. (b) (III) Only. (c) (I) and (II) Only.
(d) (I) and (III) Only. (e) All.

18) Which of the following statement(s) is/are correct with regard to Database Wizard in
OpenOffice.org Base?

(a) Create a new Database in OpenOffice.org Base.


(b) Save a Database as an ODF file.
(c) Open an existing Database file in OpenOffice.org Base.
(d) Get a printout of an existing Database using an installed printer.
(e) Connect to other existing Databases such as Microsoft Access.
6
19) Which of the following statement(s) is/are correct with regard to the following screen shot
generated using OpenOffice.org Base?

(a) This is an example for a Create Form in Design view.


(b) If one mark the ‘Visible’ Property for a data field, that field will be visible when the object
is executed.
(c) This view will let one to select existing Tables or queries to design new objects.
(d) Alias property can be used to name the field columns providing user-defined column
labels.
(e) This view lets one to enter new fields to a table.

20) Which of the following application(s) can one use to design presentations?

(a) Google Docs. (b) LibraOffice. (c) Prezi.


(d) Oracle. (e) Visual Basic.

21) Slide Master in OpenOffice.org Impress is a

(a) Custom Animation. (b) Slide Transition. (c) Formula.


(d) Label. (e) Slide Template.

22) Which of the following should be considered when designing a multimedia presentation using
OpenOffice.org Impress?

(a) Text Lines. (b) Time Manageability. (c) Font Size.


(d) Audience. (e) Consistency.

23) GIMP stands for

(a) Graphic Illustrator Manipulation Photoshop.


(b) GNU Image Manipulation Program.
(c) Graphic Image Management Program.
(d) GIF Image Maintainer Plan.
(e) GIF Illustrator Management Program.

7
24) Which of the following tool(s) can be used to select a specific region in GIMP?

(a) Shear. (b) Select by Color. (c) Select by Pixels.


(d) Measure. (e) Polygon Select.

25) Which of the following statement(s) is/are correct with regard to tools in GIMP?

(a) The clone tool in GIMP can be used to change the width and height of an image.
(b) The transform tools in GIMP can be used to perform rotation, scaling, shearing, and
perspective conversions of an image.
(c) Dodge/Burn tool in GIMP uses the current brush to lighten or darken the colours in your image.
(d) The Bucket Fill tool in GIMP is used to fill up the selected regions using a pattern.
(e) Scissor tool in GIMP can be used to create and edit paths in an image.

**********

8
Bachelor of Information Technology
Academic Year 2013/2014 – 1st Year Examination – Semester 1
EN1301 – Answers
Year 2014

1 a b c d e 21 a b c d e 41 a b c d e

2 a b c d e 22 a b c d e 42 a b c d e

3 a b c d e 23 a b c d e 43 a b c d e

4 a b c d e 24 a b c d e 44 a b c d e

5 a b c d e 25 a b c d e 45 a b c d e

6 a b c d e 26 a b c d e 46 a b c d e

7 a b c d e 27 a b c d e 47 a b c d e

8 a b c d e 28 a b c d e 48 a b c d e

9 a b c d e 29 a b c d e 49 a b c d e

10 a b c d e 30 a b c d e 50 a b c d e

11 a b c d e 31 a b c d e 51 a b c d e

12 a b c d e 32 a b c d e 52 a b c d e

13 a b c d e 33 a b c d e 53 a b c d e

14 a b c d e 34 a b c d e 54 a b c d e

15 a b c d e 35 a b c d e 55 a b c d e

16 a b c d e 36 a b c d e 56 a b c d e

17 a b c d e 37 a b c d e 57 a b c d e

18 a b c d e 38 a b c d e 58 a b c d e

19 a b c d e 39 a b c d e 59 a b c d e

20 a b c d e 40 a b c d e 60 a b c d e

http://www.ucsc.lk http://www.bit.lk
UNIVERSITY OF COLOMBO, SRI LANKA

UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING

DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL)

Academic Year 2012/2013 – 1st Year Examination – Semester 1

IT1304 – PC Applications
Multiple Choice Question Paper

24th March, 2013


(TWO HOURS)

Important Instructions:
• The duration of the paper is 2 (Two) hours.
• The medium of instruction and questions is English.
• The paper has 50 questions and 12 pages.
• All questions are of the MCQ (Multiple Choice Questions) type.
• All questions should be answered.
• Each question will have 5 (five) choices with one or more correct
answers.
• All questions will carry equal marks.
• There will be a penalty for incorrect responses to discourage
guessing.
• The mark given for a question will vary from 0 to +1(All the correct
choices are marked & no incorrect choices are marked).
• Answers should be marked on the special answer sheet provided.
• Note that questions appear on both sides of the paper.
If a page is not printed, please inform the supervisor immediately.
• Mark the correct choices on the question paper first and then
transfer them to the given answer sheet which will be machine
marked. Please completely read and follow the instructions
given on the other side of the answer sheet before you shade
your correct choices.

1
01) Identify the correct statement(s) from among the following.

I. OpenOffice.org Writer runs on MS Window’s platform.


II. An application suit is another name given for an application package.
III. An Operating System is an example for computer software.

(a) (I) Only (b) (II) Only (c) (I) and (II) Only
(d) (II) and (III) Only (e) All

02) Which of the following statements is/are correct with respect to Files and Folders in a
computer?

(a) Number of files within a particular folder can be found using the properties dialog box of a
folder.
(b) Created, Modified and Accessed date of a particular file can be found using the properties
dialog box of a file.
(c) There can be two folders with the same name ‘NewFolder’ on a folder called ‘MyFolder’.
(d) A directory also stands for a folder in computer science.
(e) The Windows Explorer provides a better view of all other folders in a MS Windows
platform.

03) Which of the following computer software can be used for word processing?

(a) Corel Word Perfect (b) Microsoft Word 2003 (c) Google Docs
(d) WordPad (e) Google Chrome

04) Consider the following features and identify the feature(s) available in Open Office.org Writer
to create documents.

I. Page-layout methods including frames.


II. Equation editor.
III. Database integration including a bibliography database

(a) (I) Only (b) (I) and (II) Only (c) (II) and (III) Only
(d) (I) and (III) Only (e) All

05) Which of the following short cut keys can be used to Save a document that is already opened
in OpenOffice.org Writer?

(a) Ctrl + S (b) Ctrl + Alt + S (c) Shift + S


(d) Ctrl + Shift +S (e) Ctrl + S + S

06) Which of the following is/are true with respect to the OpenOffice.org Writer environment?

(a) Work space in a Writer document is the entire document including menus and tool bars.
(b) Toolbars display the information about document modification status.
(c) Toolbars can be customized based on the user preference.
(d) A menu item in dim colour (gray) indicates that the menu is unavailable for current
context.
(e) Standard short cut key of a specific menu item can be modified based on the user
preference.

2
07) Suppose there is an OpenOffice.org Writer document ‘MyFirst.odt’ saved in a folder
‘C:\MyFolder’. Let the user do the following sequence of actions to the above mentioned file.

• Open the file ‘MyFirst.odt’


• Add an image and type some more text.
• Select ‘File-Save As’
• Change the file name to ‘MyFirst_Modified.odt’
• Click on the ‘Save’ button

Note: Please note that ‘Save AutoRecovery information every --- mins’ option is disabled.

Consider the following statements and identify the statement(s) which is /are correct with
regard the above mentioned files.

I. ‘Save As’ will rename ‘MyFirst.odt’ Writer file into ‘MyFirst_Modified.odt’


II. Inside ‘C:\MyFolder’ there will be two files named as ‘MyFirst.odt’ and
‘MyFirst_Modified.odt’
III. Content in both files ‘MyFirst.odt’ and ‘MyFirst_Modified.odt’ are the same.

(a) (I) Only (b) (II) Only (c) (III) Only


(d) (I) and (III) Only (e) (II) and (III) Only

08) Which of the following information / function(s) can be found in the status bar of an Open
Office.org Writer?

(a) Current page style (b) Tab settings (c) View layout
(d) Language (e) Alignment

09) Which of the following tool(s) is/are available to create a document using OpenOffice.org
Writer?

(a) Macros (b) Bibliography Database (c) Goal Seek


(d) Data pilot (e) Footnotes / Endnotes

10) Consider the following statements and identify which of them is/are correct regarding the
spelling and grammar tool in OpenOffice.org Writer.

(a) The spellchecker starts at the current cursor position and advances to the end of the
document or selection.
(b) The spellchecker enables different in-built text languages to be used to check the spelling
of the document.
(c) It does not provide a facility to add the unknown words to a user-defined dictionary.
(d) The document uses standard colours to highlight the spelling and grammar errors.
Therefore, these colours could not be changed by the user.
(e) This provides the option to enable or disable the check capitalization of a specific
document.

3
Consider the following OpenOffice.org Writer document segment and answer the questions 11
and 12.

11) Which of the following formatting option(s) is/are used to create the above document?

(a) Page border (b) Text wrap (c) Drop Cap


(d) Double line spacing (e) Bullets and Numbering

12) Which of the following statements is / are correct with regard the above document?

(a) Non printing character option is enabled in this document.


(b) The document contains ‘Right Align’ text.
(c) A note is appended to describe some of the text in the document.
(d) The document is formatted using two column settings.
(e) Some of the text within the document is hyperlinked to other parts of the document / files.

13) To complete the following sentence, which of the options provided is/are correct?

Cross-referencing in OpenOffice.org Writer document

I. allows to jump to specific text passages in a single document.


II. consists of a target and a reference that are inserted as fields in the document.
III. cannot be applied for graphics, drawing objects, OLE objects and tables even if
they have a caption.

(a) (I) Only (b) (II) Only (c) (I) and (II) Only
(d) (I) and (III) Only (e) (II) and (III) Only
4
Question 14 and 15 are based on the following description.

Suppose you were asked by the manager of your company to call 10 quotations from different
mobile companies in order to buy 30 Android (Version 4.0) mobile phones. Thus, the
following letter format is created in OpenOffice.org Writer.

14) Which of the following facility (ies) in OpenOffice.org Writer can be used to generate the 10
individual letters?

(a) Macros. (b) Extension manager. (c) Exchange Database.


(d) Mail Merge. (e) Convert.

15) Which of the following source(s) can be used in order to store the recipients’ details to be used
by this document?

(a) OpenOffice.org Base(odb)


(b) Microsoft Access (.mdb)
(c) Text document (.txt)
(d) OpenOffice.org Calc (.ods)
(e) Microsoft Excel (.xls)

16) Which of the following is/are correct regarding spread sheet applications?

(a) Lotus Symphony (2007) is an example for a spreadsheet application.


(b) There is no significant difference between a spread sheet application and a database
application.
(c) Oracle is the most popular spread sheet application for PCs.
(d) What-if analysis is an important feature in any spreadsheet application.
(e) A spread sheet application can be used to perform calculations, data analysis and data
evaluation using graphs, charts and summaries.

5
17) Which of the options is most suitable to fill the blank in the following incomplete statement?

............................................. trace/s the dependencies from the current formula cell to the cells
in the spreadsheet.

(a) Goal seek (b) Filter (c) Consolidate


(d) Solver (e) Detective

18) Identify the correct statement(s).

I. A chart in OpenOffice.org Calc gets automatically updated with the


modifications of values in the relevant data range on the sheet.
II. One can move to the cell A1 from any cell by pressing the ‘Home’ key on the
keyboard.
III. OpenOffice.org Calc lets you to hide any sheet without deleting the sheet.

(a) (I) Only (b) (I) and (II) Only (c) (I) and (III) Only
(d) (II) and (III) Only (e) All

19) Suppose A1 cell contains the formula “=1+1” as shown on the following OpenOffice.org Calc
sheet segment. If the fill handle is used to fill the cells from A2 to A6 with aid of cell A1, what
would be the formula pasted on each cell.

(a) A2: =1+1 ; A3: =1+1 ; A4: =1+1 ; A5: =1+1 ; A6: =1+1 .
(b) A2: =1+2 ; A3: =1+3 ; A4: =1+4 ; A5: =1+5 ; A6: =1+6 .
(c) A2: =2+1 ; A3: =3+1 ; A4: =4+1; A5: =5+1 ; A6: =6+1 .
(d) A2: =2+2 ; A3: =3+3 ; A4: =4+4 ; A5: =5+5 ; A6: =6+6 .
(e) A2: Err:509; A3: Err:509; A4: Err:509; A5: Err:509; A6: Err:509.

20) Which of the following is/are true with regard the functions/tools in OpenOffice.org Calc
application?

(a) Print option in Calc does not give the option to select only a range of cells to be printed on
A4 sheet.
(b) =Sheet3.E3+Sheet3.G3-Sheet3.G5 is a valid formula if the corresponding cells are
formatted using Numbers.
(c) Freeze in Calc application divides the sheet at the top left corner of the active cell and the
area to the top left is no longer scrollable.
(d) A date value entered in a cell can be formatted using any user defined format code using
the Format cell dialog box.
(e) Paste Special in Calc can be used to transpose columns into rows.

6
Following is a segment of an OpenOffice.org Calc datasheet prepared for the given
description. Answer the questions from 21-24 based on it.

A total of 25 student projects (P1-P25) are assigned among 5 evaluators (EV1-EV5) randomly.
Column A (A2:A26) and B (B2:B26) store the project code and the evaluator assigned for that
corresponding project respectively. Column D (D3:D7) stores the evaluators list. As shown in
the Calc datasheet, total number of assigned projects for each of the evaluator is stored in
Column E (E3:E7) using a formula format =XXX(Range;Criteria).

Please note that XXX denotes the corresponding function.

21) The formula in E3 is/are

(a) =COUNTIIF($B$2:$B$26;D3)
(b) =COUNTIF(B2:B26;EV1)
(c) = COUNTIIF(B2:B26;”EV1”)
(d) =COUNTIF($B$2:$B$26;D3)
(e) =COUNTIF(B2:B26;”EV1”)

22) In order to fill the cells from E4-E7 using the formula entered in E3, the format of the cell
range and the criteria in cell E3 is/are

(a) Cell Range - $B$2:$B$26 ; Criteria - D3


(b) Cell Range - $B$2:$B$26 ; Criteria - $D$3
(c) Cell Range - B2:B26 ; Criteria - D3
(d) Cell Range - B2:B26 ; Criteria – “EV1”
(e) Cell Range - B2:B26 ; Criteria - $D$3

23) Which of the tool(s) shown in the options should one use to view only the projects assigned
for EV1 as shown in the following datasheet segment?

(a) Conditional Formatting (b) AutoFilter (c) Standard Filter


(d) Run a Macro (e) Data Pilot
7
24) The Cell E8 counts the total number of projects entered in the datasheet. Which of the
following formula(e) should be entered in Cell E8?

(a) =TOTAL(E3:E7) (b) =COUNT(A2:A26) (c) =TOT(E3:E7)


(d) =SUM(E3:E7) (e) =E2+E3+E4+E5+E6+E7

25) Consider the following statements.

I.A spreadsheet application can be converted into a database using


OpenOffice.org Base.
II. OpenOffice.org Database Wizard gives one the opportunity to create a new
database or to open an existing database to modify and work with.
III. A form designed in OpenOffice.org Base can be exported into a PDF format.
Which of them is/are correct?

(a) (II) Only (b) (I) and (II) Only (c) (II) and (III) Only
(d) (I) and (III) Only (e) All

26) Which of the following statement(s) is/are correct with respect to OpenOffice.org Base?

(a) Reports and forms in Base application can get data from tables and queries.
(b) An image can be inserted while designing the report in Base application.
(c) It does not let the user to design a user defined layout when creating a form using the
design view.
(d) New records can be entered into a table using forms in Base.
(e) SQL view in query object can be used to create a new report in Report object.

27) Queries in OpenOfice.org Base

(a) are a special type of a table.


(b) can either apply to one table or to multiple tables.
(c) do not provide the facility to sort data.
(d) can be used to find records from a data table based on a certain criteria.
(e) can get directly printed using the application.

28) Identify the correct statement(s) in relation to Databases.

(a) Paradox is an example for a RDBMS.


(b) An individual data item held for each record in a database is known as a column.
(c) A relational database aims to achieve normalization of data.
(d) A database can be used to design logos and graphics.
(e) BCNF (Binary Coded Normal Form) is a normalization technique used to reduce
redundancy and update anomalies of a database.

29) Complete the following sentence.


A ‘Primary Key’

(a) is a field or combination of fields which uniquely identifies the record in a table.
(b) must always contain a value.
(c) can either be a normal attribute or auto generated by the DBMS.
(d) may contain duplicate values.
(e) should always be ignored when creating a table in a database.
8
Consider the following table ‘InvoiceDetails’ created in OpenOffice.org Base and answer the
questions 30 and 31.

30) Suppose the following query is designed based on the above table.

Which of the following query output(s) can be expected from the above?

(a)

(b)

(c)

(d)

(e)

31) Which of the following criteria can be used to display the records which offer a discount for a
specific product when creating a query in Base?

(a) NOT EQUAL 0 (b) NOT 0 (c) < > 0


(d) > 0 (e) GREATER THAN 0
9
32) Which of the following data type(s) is/are allowed in an OpenOffice.org Base application?

(a) DECIMAL (b) CHAR (c) TIMESTAMP


(d) FLOAT (e) BOOLEAN

33) Which of the following could be considered as (a) good design consideration(s) when
designing a professional presentation?

(a) Overload the presentation slides with more text than graphics.
(b) Text and the background colour should be the same.
(c) Use lesser number of font colours.
(d) Apply font colour to show different categories of text. (Headings, list items, paragraphs).
(e) Use video / audio clips that will take more time than the oral presentation.

34) Consider the following statements.

I. Slide sorter view gives you the ability to apply transition effect to one or
multiple slides.
II. Outline view can be used to reorder slide titles and change the font sizes used in
the slides.
III. Handout view lets one to edit notes of a specific slide.

Which of the above statement(s) is/are correct about the different views in OpenOffice.org
Impress?

(a) (I) Only (b) (II) Only (c) (III) Only


(d) (I) and (II) Only (e) All

35) Which of the following common element(s) can be applied on all slides of a presentation using
the Slide Master in OpenOffice.org Impress?

(a) A header/ footer (b) Slide background (c) An image / logo


(d) Font colour / size (e) Bullet style

36) Which of the following is/are true when designing a presentation in OpenOffice.org Impress?

(a) Shapes used for the presentation can be grouped together to make handling easier.
(b) Once the presentation is created, one can use a password to save the file to increase the
security.
(c) Duplicate slide option will let the designer to add a copy of a current slide after the
corresponding slide.
(d) A motion path effect cannot be applied when adding animation effects into an object in a
slide.
(e) Hidden slides in a presentation cannot be hyperlinked within another visible slide to make
visible during a slide show.

37) An electronic presentation created using OpenOffice.org Impress can be exported into

(a) HTML. (b) PDF. (c) OpenOffice.org Writer.


(d) OpenOffice.org Base. (e) Front Page.

10
38) Which of the following is/are example(s) for web authoring language?

(a) XHTML (b) Amaya (c) CSS


(d) Adobe Dreamweaver (e) ASP

39) Document Size /Download Time in KompoZer, implies whether the file would be accessible
through the network. This value

(a) changes when you add content to the document.


(b) depends on the connection speed.
(c) is high if the page contains large video, audio and/or animation files.
(d) can be seen on the status bar of the KompoZer.
(e) can be reduced by applying layers when designing the web page.

40) Web pages are the files which can be displayed using

(a) Netscape Navigator. (b) Internet Explore. (c) Google Chrome.


(d) DOS Edit. (e) Fire fox.

41) Which of the following fact(s) should be thought of when designing a Website?

(a) The Elements of the site


(b) The immediate needs of the site visitor
(c) The goals that need to be achieved from the site
(d) The appearance of the site
(e) The Navigation scheme

42) Identify the correct statement(s).

I. KompoZer can be used to apply security settings to a web site.


II. A bulleted list can be used as a hyperlink when designing a web page.
III. Microsoft FrontPage is an Open source web designing application.

(a) (I) Only (b) (II) Only (c) (I) and (II) Only
(d) (I) and (III) Only (e) All

43) Which of the following is/are true regarding the Design View in KompoZer?

(a) In this view the page is fully editable.


(b) It displays both the design and code of the page in a single window.
(c) It shows details of the HTML code.
(d) It displays a page as it would appear in the web browser.
(e) It displays design of the page in two windows.

44) Which of the options is/are suitable to complete the following incomplete sentence?
In KompoZer, the Split View provides one an interface to work

(a) with both Design View and Code View.


(b) only with Design View and to check it on the Code View.
(c) only on the Code View and to test it on the Design View.
(d) on two windows of the Code View.
(e) on two windows of the Design View.
11
45) GIMP

(a) stands for GNU Image Multiplication Program.


(b) is a multi-platform photo editing tool.
(c) can be used for designing eye catching web pages.
(d) functionality is more or less similar to the functionality provided by Adobe Photoshop.
(e) is useful in designing posters.

46) GIMP can be used as

(a) a simple paint program.


(b) an expert quality photo retouching program.
(c) a data and image storage device.
(d) a mass production image renderer.
(e) an image format converter.

47) Which of the following file format(s) is/are supported by GIMP?

(a) JPEG (b) DOCX (c) GIF


(d) XML (e) TIFF

48) Which of the following is/are true with respect to the Free select tool in GIMP?

(a) It is used to select areas of an image based on the colour similarity.


(b) Fuzzy select is another name used for the Free select.
(c) It can be used to select arbitrarily complex objects.
(d) While tracing with the tool, the outline of the selection can be seen, and, when completed,
the selection is shown by the Marching Ants.

(e) is the icon used to represent the free select tool in GIMP.

49) Consider the following features.

I. Active foreground colour.


II. Active background colour.
III. Default colours.

Which of the above features can be seen in the toolbox in GIMP?

(a) (I) Only (b) (II) Only (c) (III) Only


(d) (I) and (II) Only (e) All

50) Which of the following Transformation tool(s) is/are available in GIMP?

(a) Flip (b) Shear (c) Scale


(d) Blend (e) Rotate

**********

12
Bachelor of Information Technology
Academic Year 2012/2013 – 1st Year Examination – Semester 1
IT1304 – PC Applications – Answers
Year 2013

1 a b c d 21 a b c d e 41 a b c d e

2 a b c d e 22 a b c d e 42 a b c d e

3 a b c d e 23 a b c d e 43 a b c d e

4 a b c d e 24 a b c d e 44 a b c d e

5 a b c d e 25 a b c d e 45 a b c d e

6 a b c d e 26 a b c d e 46 a b c d e

7 a b c d e 27 a b c d e 47 a b c d e

8 a b c d e 28 a b c d e 48 a b c d e

9 a b c d e 29 a b c d e 49 a b c d e

10 a b c d e 30 a b c d e 50 a b c d e

11 a b c d e 31 a b c d e 51 a b c d e

12 a b c d e 32 a b c d e 52 a b c d e

13 a b c d e 33 a b c d e 53 a b c d e

14 a b c d e 34 a b c d e 54 a b c d e

15 a b c d e 35 a b c d e 55 a b c d e

16 a b c d e 36 a b c d e 56 a b c d e

17 a b c d e 37 a b c d e 57 a b c d e

18 a b c d e 38 a b c d e 58 a b c d e

19 a b c d e 39 a b c d e 59 a b c d e

20 a b c d e 40 a b c d e 60 a b c d e

http://www.ucsc.lk http://www.bit.lk

You might also like