You are on page 1of 1

LORVEN PUBLIC SCHOOL

Affiliated to CISCE, New Delhi. Anekal Road, chandapura-560081


January Monthly Test
Class: VII Subject: Computer Applications Marks: 50
I) Fill up the blanks. 7 Marks
A) The _________ operator can be used to concatenate two or more strings.
B) ___________ loop is an exit-controlled loop.
C) We cannot use ___________ as identifiers
D) ________ operators are needed for comparing one value to another.
E) _________values are enclosed in single quotes.
F) If we want to go out of a loop, then we use _________ statement.
G) _________ loop is executed at least once.

II) Match the following. 7 Marks


A) Break 1) High-level language
B) ‘for’ 2) Data type
C) ‘if-else’ 3) Jump statement
D) float 4) Numeric constant
E) BlueJ 5) Loop
F) Python 6) Selection control statement
G) 345 7) IDE

III) State whether the following statements are true or false and rewrite the false
statements correctly 7 Marks
A) Java is used create small internet-based applications called Applets.
B) An identifier should not be a keyword.
C) Variables are also called as literals.
D) Primitive data types allow to store multiple values.
E) ‘for’ and ‘while’ loops are entry-controlled loops
F) A loop that never ends is called as infinite loop.
G) In switch case values can be duplicated.

IV) Answer any 7 of the following questions. 14 Marks


A) Name the three control structures.
B) Write the purpose of jump statements.
C) What are iteration statements?
D) What is the purpose of default clause in a switch statement?
E) Who developed java? When was it released?
F) Define class and object.
G) List out the features of OOP.
H) What is a token? Name any two categories of token.

V) Write any 3 of the following programs. 15 Marks


A) Write a java program to add two numbers and display the sum using output statement.
B) Write a java program to print first 10 natural numbers.
C) Write a java program to print your name and address using output statement.
D) Write a java program to check whether a number is even or odd and print the result.

You might also like