You are on page 1of 12

Class VI

Computer Science
Term 1

Objective Paper

This output device is used to display the information as well as the processed data.

a.
Plotter

b.
Printer

c.
Visual Display Unit

d.
Arithmetic Logic Unit
Feedback
The correct answer is: Visual Display Unit

Question 2
Question text
Arrange the units of memory in descending order.

a.
GB>KB>MB>BYTES>BITS

b.
GB>MB>KB>BYTES>BITS

c.
MB>GB>KB>BITS>BTYES

d.
MB>GB>KB>BYTES>BITS
Feedback
The correct answer is: GB>MB>KB>BYTES>BITS

Question 3
F'name is a valid variable name.

a.
True

b.
False
Feedback
The correct answer is: False

Question 4
How many bits make 2 bytes?

a.
4

b.
8

c.
16

d.
2048
Feedback
The correct answer is: 16

Question 5
Let A$ = "Hello"

then

A$ is _______ type of variable


a.
Numeric

b.
String

c.
floating

d.
None of the above
Feedback
The correct answer is: String

Question 6
Needs of networking are:
(i) Teamwork
(ii) Sharing of Information
(iii) Cost-Effective

a.
(i) and (ii)

b.
(ii) and (iii)

c.
(i) and (iii)

d.
All are correct
Feedback
The correct answer is: All are correct

Question 7
Select the statements which are correct about the Internet :

(I) Internet is the worldwide network of computers


(ii) It is composed of a large number of interconnected networks.
(iii) It is also known as LAN
(iv) Email, Chat are some of the services.

a.
(i), (ii) and (iii)

b.
(ii), (iii) and (iv)

c.
(ii), (iii) and (iv)

d.
(i), (ii) and (iv)
Feedback
The correct answer is: (i), (ii) and (iv)

Question 8
The uppermost icon on the launcher is called the ________ button. This is an interface
within Unity that allows you to search for and run any file, folder, or application.

a.
Dash

b.
Trash

c.
Unity

d.
Launcher
Feedback
The correct answer is: Dash

Question 9
This device is also known as WORM- Write once read many times.
a.
Primary Memory

b.
CD-ROM

c.
Plotter

d.
Scanner
Feedback
The correct answer is: CD-ROM

Question 10
Ubuntu is a free and Open Source Software.

a.
True

b.
False
Feedback
The correct answer is: True

Question 11
________ command is used to assign or store values in variables. It is a reserved word or
keyword in QBasic.

a.
Rem

b.
Let

c.
Input

d.
Print
Feedback
The correct answer is: Let

Question 12
__________ construct is used for taking decisions based on a condition.

a.
LET

b.
INPUT

c.
IF...ELSE...END IF

d.
None of the above
Feedback
The correct answer is: IF...ELSE...END IF

Question 13
__________refers to that type of data whose value remains the same throughout the
program.

a.
Constant

b.
Variable

c.
Fixed

d.
None of the above
Feedback
The correct answer is: Constant
Question 14
___________ is the vertical bar of icons on the left side of the screen is called the
launcher. Launcher provides easy access to applications, mounted devices.

a.
Dash

b.
Launcher

c.
Menu Bar

d.
None of these
Feedback
The correct answer is: Launcher

Question 15
Correct
___________ Icons are those which are available on the desktop when we log on to
UBUNTU for the first time after installation Eg – Dash, Trash etc.

a.
Dash

b.
Drop Down

c.
Standard

d.
User defined
Feedback
The correct answer is: Standard

Question 16
_____________means interconnection of two or more computers that are linked in order
to share files and resources.

a.
Networking

b.
Random Access Memory

c.
Read Only Memory

d.
All of the above
Feedback
The correct answer is: Networking

Question 17
_____________panel is the horizontal bar located at the very top of the Unity Desktop
environment.

a.
Launcher

b.
Dashboard

c.
Unity

d.
None of the above
Feedback
The correct answer is: Unity

Question 18
_____________resources are available to us only and not shared to others in the Cloud
computing.
a.
Redundant

b.
Dedicated

c.
Secured

d.
All of the above
Feedback
The correct answer is: Dedicated

Question 19
_____________will leave the computer running but return you to the login screen. This is
useful for switching between users, such as when a different person wishes to log in to
their account

a.
Logout

b.
Lock Screen

c.
Shutdown

d.
All of these
Feedback
The correct answer is: Logout

Question 20
______________ is the main memory where th data and information are stored
temporarily.

a.
Primary Memory

b.
Secondary Memory

c.
Input Memory

d.
Output Memory
Feedback
The correct answer is: Primary Memory

Data retention summary


CLASS -VI
SUBJECT- Computer Science
PAPER – II (SUBJECTIVE)

Duration : 1 Hour 20 Minutes


Maximum Marks : 30

Q1 Write any two functions of an Operating System.


(2 Marks)

Q2. Why is Internet called Networks of Network?


(2 Marks)

Q3. Write any one advantage each of LAN and WAN


(2 Marks)
Q4. Write the difference between Input and Output devices. Give one example
each. (2 Marks)

Q5. Why is it necessary to shut down before switching off the power of the
computer? (2 Marks)
Q6. Explain the functionality of different parts of CPU.
(3 Marks)
Q7. Elaborate the following features of Linux.
(3 Marks)
a) Portable
b) Multi-User
c) Multiprogramming
Q8. Write a program to accept three numbers from user and print their sum and
product. (3 Marks)

Q9. Write a program to accept the side of the square from the user and calculate the
perimeter of the square.
[Hint: perimeter of the square = 4 * side].
(3 Marks)
Q10. Write a program to accept percenatge from user and check if a student has
scored percentage below 33 %, in this case, the message “ FAIL” should appear. If the
percentage is between 33% to 40%, the message “COMPARTMENT” should come and
if percentage is above 40%, the message “PASS” should be printed.
(3 Marks)
Q11. Do as directed (5 Marks)
a) Give the output of the following :-
let L= 20
let B = 10
Let Area = L * B
Print “Area the rectangle=”; Area
b) Give the output of the following :-
Let A = 2
Let B= 4
Let C= A+B
Let C= A+B+C
Print C
c) Identify the errors and rewrite the correct statements:-
Let N = “Sunita”
Let B= “12”
d) Identify the errors and rewrite the correct statements:-
Input Age
Print “Rohan is” + Age + “Years old”
e) Identify the errors and rewrite the correct program:-
Let A = 5
Let B = 7
If A > B THEN
Print The square is ; A*A
else
Print “The cube is” ; B*B*B

You might also like