0% found this document useful (0 votes)
5 views2 pages

Delhi Public School Agra: Computer Weekly Test - 2 Grade VI

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2

DELHI PUBLIC SCHOOL AGRA

(Under the aegis of Delhi Public School Society, New Delhi)


Computer Weekly Test -2
Session 2023-24
Grade VI
1. ___________ symbol used to calculate or process any data in the flowchart.
a. Connector
b. Terminal Box
c. Input/ Output
d. Process

2. Identify the name of the function for which this symbol is used?
a. Connector
b. Terminal Box
c. Input/ Output
d. Process

3. Find the output:


print("Welcome to the Class@ ")
a. ("Welcome to the Class@ ") b. "Welcome to the Class@ "
c. Welcome to the Class@ d. Syntax Error
4. A/an ____________ is a set of well-defined instructions to solve a particular problem.
a. Algorithm b. Flowchart c. program d. diagram

5. Statement A: An algorithm shouldn't include computer code.


Statement B: The algorithm should be written in such a way that it can be used in different
programming languages.
a. Both Statements A and B are False b. Both Statements A and B are Correct
c. Statements A is correct but B is false d. Statements A is False but B is Correct

6. Find the output of the following program


print(“2 + 3”)
print(10 + 4)
print(20/ 2)

a. 5 b. 2+3
14 10 +4
10 20/2
c. (“2+3”) d. 2+3
(10+4) 14
(20/2) 10.0

7. Statement A: Python has syntax that allows developers to write programs with fewer lines
than some other programming languages.
a. True b. False

8. Complete the blank in the following flowchart, to find the subtract of two numbers.
a. Number1, Number2 b. Answer= Number1, Number2
c. Answer = Number1- Number2 d. Number1, Number2

9. Which of the following is not a benefit of Python?


a. Simplify the Logic b. Makes Communication Better
c. Effective Analysis d. Useful in Coding

10. _________ applications such as TimPlayer, Cplay have been developed using Python
libraries.
a. Game Development b. Web scripting
c. Audio and Video c. CAD

You might also like