0% found this document useful (0 votes)
15 views

8th Computer

Question Paper

Uploaded by

hemant_sangeeta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

8th Computer

Question Paper

Uploaded by

hemant_sangeeta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Final Exam: (2022-23)

Subject – Computer
Grade – VIII
Name …………………. Roll No. …………
Time: 3 Hours Max. Marks: 50

SECTION A: OBJECTIVE TYPE QUESTIONS


Q. 1 Attempt any ten MCQs. (1 x 10 = 10 marks)
1. The extension of Photoshop file is___________.
a. .pds b. .psd d. .ppx d. .ppt
2. The _________contains tools to draw, paint, edit and erase.
a. option bar b. ribbon c. tools panel d. menu bar
3. The ___________tool is used to create duplicate part of an image.
a. Healing brush b. lasso d. clone stamp d. smug
4. The _________tool is used to fix imperfections.
a. zoom b. burn c. clone stamp d. healing brush
5. In python, the conditional statement is terminated with a __________
a. (:) b. (;) c. (&) d. (.)
6. ___________is the statement is used in case of multiple condition.
a. if..else b. if c. if..else…elif d. if..elif…else
7. The statements which work on the basis of specified condition are _________.
a. if statement b. iterative statement
c. conditional statement d. control statement
8. _________loop is used to execute a block of statements repeatedly until a given condition is true.
a. for b. while c. for-while d. if….else
9. _______operator blocks are used to compare two values or expressions.
a. control b. logical c. conditional d. relational
10. AND, OR and NOT are the ___________operators.
a. relational b. conditional c. logical d. comparison
11. The play store is developed by_____________
a. microsoft b. amazon c. apple d. google.
12. _____________apps are used by millions of people across the world to socially connect with others.
a. mobile app b. social networking app
c. entertainment app d. web app
Q. 2 Write T for true and F for false in the given statement (Attempt Any Five) (1 x 5 = 5 marks).
1. Instagram is an example of hybrid app.
2. If…..else statement is used when we check multiple condition.
3. By default the step value in for loop is 1.
4. The burn tool lightness a part of an image.
5. Python language is developed by Guido van Rossum.
6. A story is a sequence of different scenes displayed in an order.
Q.3Fill-ups :-( 1x5=5)
(Hints:-app, Burn, for, while, Gradient, variable)
1. _____________ tool is use to fill the selection with blended multiple color.
2. ____________tool darkens a part of an image.
3. In Python, the two types of loop are ___________and ______________.
4. A ______________is a location in the computer’s memory that has a name and store data temporarily.
5. The short form of application is_____________.
Q.4 Write the Answer in one word or single line. (1x5=5)
1. Name the tool used to make a free hand selection in Photoshop.
2. Name the tool used to increase the sharpness of an image.
3. Name the iterative statements in Python.
4. Which operators is used to combine two or more expression containing relational operator.
5. Give two example of Web Apps.
SECTION B: ANSWER THE FOLLOWING SUBJECTIVE Q&A
Q. 5 Short Question and Answer (2 x 5 = 10 marks):
Q 1. What is the difference between Healing Brush and Spot Healing Brush?
Q 2. Write the use of Color Replacement tool and Type Tool.
Q 3. What do you understand by conditional statement and iterative statement? Give example.
Q 4. What are apps also give two example?
Q 5. What do you understand by variable in scratch? How we can create a variable in scratch.
Q. 6 Long Question and Answer (3 x 5 = 15 marks):
Q 1. Explain the following apps: -
a. Web App b. Desktop App c. Mobile app
Q 2. What is the use of operator blocks in scratch? Explain Logical operator Block?
Q 3. Write a program in python to check whether the entered number is even or odd.
(Using If…..else)
Or
Write a program in python to check whether the person is eligible for vote or not.
(Using if….else)
Q 4. Write the use of the following tools:
a. Smudge b. Clone stamp Tool c. Blur Tool
Q 5. What is the difference between for loop and while loop?

Explain Range function () in python and do correction in the given code and write the output after
correcting the code.
for i in range (0, 11, 1)
display(i)

You might also like