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

Grade 5 Computer P1

Uploaded by

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

Grade 5 Computer P1

Uploaded by

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

COMPUTER ASSESSMENT

GRADE 5

Name: Roll No.:

Date: Sub. Code: Computer Paper: 1 (MID TERM)

O. Marks: T. Marks: 25 Duration: 30 min

Invigilator’s Signature Teacher’s Signature


---------------------------------------------------------------------------------------------------
Instructions for Students
1. Read each statement carefully before answering.
2. Answer all questions. There are no trick questions!
3. You will have 30 minutes to complete the exam.
4. Check your work before submitting the exam. Ensure that all answers are marked clearly.
5. The harder you work for something, the greater you'll feel when you achieve it.
6. Good luck! Take your time and do your best!

Paper 1

MID TERM EXAMINATION 2024 -25 1|Page


Q1. Tick the correct beside each sentence. 10

1. You should always start by copying your lesson information into the slide. True / False
2. Outline is an option in the slide template gallery. True / False
3. The process of photosynthesis occurs in the roots of the plant. True / False
4. A data structure can hold millions of values. True / False
5. To edit a list element we must delete it first. True / False
6. Sorting a list arranges its elements in alphabetical or numerical order. True / False
7. The del command is used to append a new element to a list. True / False
8. You can use the “Reuse Slides” option to add existing slides to your presentation. True / False
9. MAN works within a building or campus. True / False
10. A Modem is hardware that convert digital signals from a computer. True / False

Q2. Fill in the blanks. 10


1. You can start creating a slide by opening your _____________ software.
2. A ________________ is a type of variable that can hold multiple values.
3. The layout options are available in the ________ gallery.
4. A program can prevent invalid list access by ___________ bad input.
5. In python, list items are accessed using their ___________.
6. To add an element to the end of a list, we use the ____________ command.
7. The python method __________ arranges list elements in order.
8. You should work as a ____________ to ensure your slides look consistent.
9. The right-hand content box in this example is used to add _________.
10. The layout options are available in the __________ gallery.

MID TERM EXAMINATION 2024 -25 2|Page


Q2. Multiple Choice Questions. 05
1. What is data structure?
a) A type of function that loops values.
b) A variable that can hold many.
c) A python command to print values.
d) A method to delete items.
2. Which python method used to sort a list alphabetically or numerically?
a) append
b) sort
c) delete
d) edit
3. What happened if you try to access an index out of range in a list
a) it returns none.
b) it creates a new index automatically.
c) it throws an “index out of range” error.
d) The list is detected.
4. Which of the following commands deletes an element from a list?
a) del team list [i]
b) team remove
c) team list clear
d) team list append
5. How do you traverse a list in python?
a) use for loop or while loop.
b) use the traverse() function.
c) add an index directly.
d) Delete all elements and start over.

MID TERM EXAMINATION 2024 -25 3|Page

You might also like