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

Sample Paper Computer

This document is a sample computer exam paper for Class 7, consisting of multiple-choice questions and open-ended questions covering topics such as functions, arrays, data types, and programming concepts. It includes questions about the validity of statements, array characteristics, and the nature of low and high-level languages. Additionally, it prompts students to explain concepts and create flowcharts related to programming.

Uploaded by

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

Sample Paper Computer

This document is a sample computer exam paper for Class 7, consisting of multiple-choice questions and open-ended questions covering topics such as functions, arrays, data types, and programming concepts. It includes questions about the validity of statements, array characteristics, and the nature of low and high-level languages. Additionally, it prompts students to explain concepts and create flowcharts related to programming.

Uploaded by

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

Computer Sample Paper

Class 7
Choose the correct answer
Question 1. State true or false a=5, b=10, c=a+b print(c)
Option 1 True Option 2 False

Question 2. Function in a program increases code reusability


Option 1 True Option 2 False

Question 3. Minecraft is not only Game platform but also a code editor.
Option 1 True Option 2 False

Question 4. A function can return a value


Option 1 True Option 2 False

Question 5. What do we call the variables found in the definition of the function on which
further operations may be performed?
Option 1 Return value Option 2 Parameters(s)
Option 3 Data types Option 4 None of the above

Question 6. What is the starting index of an array?


a) -1 b) 1 c) 2 d)0

Question 7. Which one is


an incorrect array?
a) Arr[] = [‘a’ , ‘b’ ,’c’ ,’d’]
Option 2 Arr[] = [1 , 2 ,3 ,4]
Option 3 Arr[] = [1, ‘a’, ‘b’, 2]
Option 4 Arr[] = [1, ‘a’, ‘b’, 2]

Question 8. An array is
Option 1 A group of elements of same data type
Option 2 A type of collection that contains more than one element
Option 3 A type of collection in which elements are stored in memory in
continuous or contiguous locations
Option 4 All of the above

Question 9. Select a correct statement about Arrays


Option 1 An array address is the address of first element of array itself
Option 2 An array size must be declared if not initialized immediately
Option 3 Array size is the sum of sizes of all elements of the array
Option 4 All of the above

Question 10. Low level languages are user friendly


Option 1 True
Option 2 False

Question 11. Which of the following is a valid data type?


Option 1 String
Option 2 Integer
Option 3 Float
Option 4 All of the above
Question 12. Which of the following is a valid arithmetic operation?
Option 1 Addition
Option 2 Multiplication
Option 3 Modulus
Option 4 All of the above

Question 13. Which of the following is NOT a string type?


Option 1 character = “Mr.”
Option 2 vehicle=”Truck”
Option 3 speed = 70
Option 4 lives = “12”

Question 14. In computer science, variables:


Option 1 are number like Pi
Option 2 represent parts of an experiment that are measured or tested
Option 3 are placeholders for storing information
Option 4 are unchangeable

Question 15. Translator which is used to convert codes of assembly language into
machine language is termed as
Option 1 Assembler
Option 2 Attempter
Option 3 Compiler
Option 4 Debugger

1. What is functions.
2. What is bug?
3. Draw a flow chart for add a two number.
4. What is Flowchart?
5. What are collections?
6. How can we iterate over collections?
7. What is Programming?
8. Make a flowchart for if else program?
9. Name three real life collections which work like Arrays.
10. What is Low Level Language?
11. What is High Level Language? Explain.
12. What are different Mathematical Operations?
13. Explain different data types.
14. What is Minecraft? How we use Minecraft in coding?

You might also like