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

QP3

question paper for class 7 cbse computer science students

Uploaded by

Srijeeta Sen
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)
16 views

QP3

question paper for class 7 cbse computer science students

Uploaded by

Srijeeta Sen
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

MCQ: (10)

1. Which of the following is a social app?


(a) Google Meet
(b) Facebook
(c) Pokemon Go
(d) Phone Pe

2. The hexadecimal system consists of the following character set:


(a) 0..9, A…F
(b) 0...9, a…f
(c) 0…9
(d) 0…15

3. IDLE stands for


(a) Interpreted development and learning environment
(b) Integrated development and learning environment
(c) Integrated development and language environment
(d) Integrated designing and language environment

4. Which of the following is the purpose of “Blocks” section in the MIT App Inventor?
(a) Creating the logic and functionality of the app
(b) Defining the appearance of the components
(c) Debugging the errors in the app
(d) Adding user interface components

5. Which of the following numbers in the decimal system is equivalent to 10111?


(a) 4
(b) 23
(c) 27
(d) 29

6. What will be the output of the following code?


#print(“Today”),
print(“is it Wednesday?”)
(a) Today
(b) Is it Wednesday?
(c) Today, is it Wednesday?
(d) Today is it Wednesday?

7. Which is not a correct octal number?


(a) 65.32
(b) 82.21
(c) 56.34
(d) 12.54

8. What would the outcome of this program be?


number1=3
number2= 5
number3=7
print(number1+number2*number3)
(a) 22
(b) 15
(c) 10
(d) 38
9. Which one is not a feature of Python?
(a) Interpreted language
(b) Portable
(c) High level language
(d) Case insensitive

10. Where do we assemble the code blocks in MIT App Inventor?


(a) Palette
(b) Viewer
(c) Media
(d) Components

NUMBER SYSTEM CONVERSION: (10)

1. (1978)10  ( )8

2. (274)10  ( )16

3. (FACE)16  ( )10

4. (111001110)2  ( )10

5. (10001111)2  ( )8

FILL IN THE BLANKS: (5)

1. The binary system of representation of numbers consists of digits _________ and


__________.
2. The set of rules to be followed while writing a program is called the ______________.
3. In the __________ mode, multiple commands can be run at once.
4. The __________ option in MIT App Inventor enables us to upload images, audios and videos.
5. _____________ is the purpose of the “Designer” section in the MIT App Inventor.

DESCRIPTIVE TYPE: (15)

1. Write the impact of the following apps in daily life: (4)


(a) Youtube
(b) Facebook
(c) Whatsapp
(d) Bookmyshow
2. What do you mean by Frontend and Backend of an app? Give appropriate examples. (3)
3. Write 2 examples of each of the following types of apps: (8)
(a) Social
(b) Productivity
(c) Utility
(d) Educational

You might also like