Answering Key Computer-5

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

The City School

Computing End of Year Examination – May 2023 Class 5


Mark Scheme

Section A: Objective Marks 20

Q1. For each question below there are four options A, B, C and D. Circle the best option.
[_ /7]

(a) The _________ feature will allow you to set a column width to fit its contents
automatically.

A AutoFit Row Width


B AutoFill Column Width
C AutoFit Column Width
D AutoFill Row Width

(b) To insert a column before column C, select the column _____________.


A B
B C
C Both B & C
D D

(c) Mobirise is a free offline app for windows and Mac to easily create
small/medium ___________.
A Android App
B Document
C Website
D Presentation

(d) If you want to publish your site on Mobirise servers, you can connect to
____________________.

A Server
B Site Domain
C Webpage
D Website

Page 1 of 7
(e) Mobirise allows you to add different types of _____________ to your website, such
as text, images, and videos

A content
B button
C themes
D favicon

(f) Character in scratch is called______________.

A Stage
B Scratch
C Sprite
D Shrink

(g) Which block continuously repeats its execution of all the scripts it contains?

Q2. For each question below there are two options True and False. Circle the best option.
[_ _/7]
(a) Header is the section of the workbook which appears in the bottom margin.

A True B False

(b) CONCATENATE function allows you to combine text from different cells into one cell.
A True B False

(c) A website is a collection of webpages joined together.


A True B False

Page 2 of 7
(d) In Mobirise we can change the site Theme by our own choice.
A True B False

(e) The theme menu in Mobirise is where you can choose different websites themes
and templates.
A True B False

(f) In Scratch, we write programs called Sprite.


A True B False

(g) Edison is tool to help learn and teach Coding, Robotics and STEAM
A True B False

Q3. Fill in the blanks in all of the following. [_ /6]

(a) Min() function returns the minimum value from the specific range of cells.

(b) Mobirise is compatible with carious platforms, including windows,


Mac and Android/ Linux.

(c) You can log in on Mobirise website with your email address only on two devices.

(d) A webpage is a document with text, images, sound and video that can be accessed on
the web from any device.

(e) The Green Flag provides a convenient way to start many scripts in scratch at the same
time.
(f) EdScratch is a Vertical block-based visual programming language based Scratch.

Page 3 of 7
Section B: Subjective Marks 30

Q4. John has a class of 10 students and he wants to create a list of their names and assigned
tasks. If john wants to use CONCATENATE operator to create a fourth column that displays each
student’s name with their assigned group together.
What formula should he use? [__/3]

A B C D
Sr# Student_name Groups Student with Group
1 Ahmad Red Ahmad has been assigned Red
2 Kashif Orange Kashif has been assigned Orange
3 Tania Black Tania has been assigned Black
4 Zareen Pink Zareen has been assigned Pink
5 Faakhir Rose Faakhir has been assigned Rose
6 Jadoon Grey Jadoon has been assigned Grey
7 Kinza White Kinza has been assigned White
8 Mustafa purple Mustafa has been assigned purple
9 Mehmood peach Mehmood has been assigned peach
10 Maahir Blue Maahir has been assigned Blue

=CONCATENATE(B1, " has been assigned ", C1)


The formula will combine the text in cell B1 (Student_name) with the text “has been assigned”
and the text in Cell C1 (assigned group) to create a sentence that shows the student name
and their assigned group. John can then auto-fill formula down to rest of the table to
complete list of student names and assigned group.
(2 marks for formula, 1 mark for the correct sentence to be displayed).

Q5. [___/3]

(a) Explain the importance of Data Analysis with the support of an example. [1]

Data Analysis can help us minimize crime rate, improve health care facilities and
overall efficiency of delivery services, Urban planning and energy consumption.
(Accept any relevant answer).

(b) You are running a lemonade stand and want to know if you have made a profit for the
day. You need to sell at least 20 cups of lemonade and charge at least Rs./ 50 per cup
to make a profit. Write an IF statement using AND condition if both are fulfilled then
display “Profit” otherwise display “No Profit”. [2]

=IF(AND(B2>=20,C2>=50),"Profit","No Profit")

1 mark for the use of logical operators and 1 for logical placement of AND operator
for acquiring correct answer.
Page 4 of 7
(Accept any relevant logic).

Q6.
(a) Explain the use of MS Excel by giving a real-life example? [1]

Microsoft excel is used in real life to do the record maintenance through formulae.
Examples:
1. Students’ information is being recorded by making tables.
2. Student Result can be calculated by Using Formulas and functions
3. Electronic voting
4. POS (General stores)
(Accept any one real life example)

(b) Amy dedicated a budget of $30.00 for her shopping and after she received her bill she
figured that the difference is of +$1.65 (as shown in diagram) [3]

Explain through technical terminology how she got the answer.

1. Allowance – Total Cost (2 marks)


2. (B3 – B13) (1 mark for technical elaboration)

Page 5 of 7
Q7. Define the following terms. [__/4]

Homepage This is the first page of a website

From there, you can go anywhere you want using links to the other
Hyperlink
webpages.
Page title Defines the title of your document.

Refer to the name of your site that is displayed in the Sites list.
Site name

Q8. Identify the following tools of Mobirise. Write their names in the column B and the task
you can perform using the following tools in column C. [__/3]

Tool Name Use

A set of options available to the user to help


Menu
them find more information about the website

It contains the themes, site name, Favicon, Site


Site Settings
domain options

It displays how the site will look when viewed


Mobile view
on the mobile screen.

Q9. What is a Hyperlink? How it is useful in managing websites. [___/3]

Hyperlinks can point to web content that is part of that website, or it can point to web
content that is part of external websites.

Hyperlink uses:

1. Both images and text can be used to create a hyperlink.


2. Hyperlinks are used to navigate to other pages of the website.
3. They are what makes the web what it is. Without hyperlinks, there would be no web.

One mark for definition and 1 mark for each use.

Page 6 of 7
Q 10. What is scratch and how it is useful for students? [___/3]

Scratch is a visual programming language that allows students to create their own
interactive stories, games and animations.

Uses:
They learn to think creatively, reason systematically, and work collaboratively.

1 mark for definition and one mark for each use (accept relevant answers for uses too)

Q11. How will Edison respond if the play button will be pressed after successfully loading this
program? [__/4]

First Edison will turn On the left LED, then it will turn On the right LED. It will move forward 3
inches at speed 5. Then it will spin at an angle of 90 degrees at speed 5. Then it will turn Off
the left LED, then it will turn Off the right LED. At the end it will give a beep. It will repeat this
whole process 4 times.

Q12. Write the purpose of following three buttons on Edison Robot? [__/3]

1. Play
2. Stop
3. Record

Page 7 of 7

You might also like