You are on page 1of 2

APEEJAY SCHOOL, SAKET

FIRST TERM (2018:19)


COMPUTER SCIENCE
CLASS VII

TIME: 1 hr 30 min MM: 50

General Instruction:

This question paper consists of 11 questions and all questions are compulsory.

Q1) Name the following: (10)


a) This option when used with ls command will display the hidden files.
b) This statement is used to declare an array in QB64.
c) The program that takes your commands from the keyboard and gives them to the operating
system for execution.
d) The statement that sets the text to the coordinates you specify.
e) The shortcut key to start Linux terminal.
f) This statement is used to give spaces between the text or value.
g) The ratio of the vertical axis of an ellipse to the horizontal axis.
h) This function is used to erase a point at a given location.
i) The first program that run on a computer when the computer boots up.
j) The directory in which the user logs in Linux Operating system.

Q2) Differentiate between any three of the following: (6)


a) SCREEN1 and SCREEN2
b) Log off and shutdown
c) Moving and Copying files
d) Line and Draw

Q3) Give the full forms of FOSS, GUI (2)

Q4) Linux is considered a multiuser and a multitasking operating system. Explain. (2)

Q5) a) What do you mean by resolution? How many pixels are there in high resolution mode? (2)
b) What are the conditions required to delete a directory? (2)

Q6) Write programs in QB64 to draw the following figures:(any 4) (4*2=8)

Q7)
WAP to store 10 numbers in an array and display square of all the numbers on screen.(2)

Q8) WAP to store 10 names in an array and print the name placed at the first and the fifth position.
(3)
Q9) WAP to store percentage of 40 students in an array. If percentage is more than 75 then display
“Distinction” otherwise “Try Next time please” for each student. (4)

Q10) WAP to add the values of 2 single dimensional arrays of size 5 each. Display the result.
(4)
Q11) Consider the following file system structure and write Linux commands to: (5)
/ Root

Academics Activities Sports

Dance Art Music

Open.doc
Percussion Vocal

zonal.doc house.pln

a) List the contents of Activities in columnar format.


b) Copy the file Open.doc to Open1.doc under Vocal
c) Create a new directory Results under the directory Sports
d) Remove the directory Dance from the structure
e) Rename the file zonal.doc to zonal1.doc

You might also like