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

Computer PYQ ICSE UNDERSTANDING Class 8

The document is an examination paper for Class VIII at St. Xavier's School, Sahibganj, focusing on Computer Applications. It includes various types of questions such as fill in the blanks, short answers, and programming tasks related to Java and MS Excel. The exam covers topics like cell referencing, network topology, and programming constructs.

Uploaded by

iitisfuture
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)
35 views2 pages

Computer PYQ ICSE UNDERSTANDING Class 8

The document is an examination paper for Class VIII at St. Xavier's School, Sahibganj, focusing on Computer Applications. It includes various types of questions such as fill in the blanks, short answers, and programming tasks related to Java and MS Excel. The exam covers topics like cell referencing, network topology, and programming constructs.

Uploaded by

iitisfuture
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/ 2

ST.

XAVIER’S SCHOOL, SAHIBGANJ


SECOND SEMESTER EXAMINATION – 2022-23 Time: 2 Hours
Class VIII Subject: COMPUTER APPLICATIONS Full Marks: 90

Q.1. Fill in the blanks with appropriate words. [5]


a) In Java unary ________________________ operator increases the value of an operand by one.
b) ___________ errors occur when the rules or the grammar of the programming language are not followed.
c) The ____________ is the arrangement of various elements of a network, physically and logically.
d) The combination of the column name and the row number, representing a cell, is known as the ______.
e) ____________ is a combination of relative and absolute referencing.

Q.2. Write answers of following questions in few words. [5]


a) Name the package that we must import to avail the facilities of the Scanner class.
b) Name the mathematical function used in Java that is used to return the power raised to a base.
c) Name three elements that are essentially needed in any communication process.
d) Name the software (language translators) that accepts the whole program coded in high-level language at
once and converts it into machine language.
e) Name the developers/inventors of Facebook.

Q.3. Solve the following according to given instruction. [5]


a) To find highest value of the cell references from A5 to E5, in MS Excel.
b) Predict the output of the following code snippets in Java :
int a = 10, b = 20;
c = ++a * 5 + b++;
System.out.println(c);
c) To calculate the sum of all the even numbers from 1 to 10, in MS Excel.
1 2
d) Write the Java expression for s = s= √ ut + f t .
2
e) Predict the output of the following code snippets in Java :
int x = 10, y = 12, p;
z = (x++ * y++) + --y/2;
System.out.println(z);

Q.4. Write short notes on following terms. (Attempt any five) [2x5=10]
a) Google+ d) Star Topology
b) Scanner class e) YouTube
c) Network Components f) Object

Q.5. Write answers of following questions in short. (Attempt any four) [2.5x4=10]
a) Differentiate between analog signals and digital signals.
b) Differentiate between local area network and wide area network?
c) Differentiate between web app and native app.
d) Differentiate between compiler and interpreter.
e) Differentiate between Sum( ) and Count ( ) function, in MS Excel.

P.T.O.
PAGE-2

Q.6. Write answers of following questions in detail. (Attempt any four questions) [5x4=20]
a) What do you meant by cell referencing in MS Excel? Name and write in short about different types of
referencing.
b) Explain the following:
(a) If-else construct (b) if-else-if construct
c) Explain any five advantages of mobile apps.
d) Name different types of errors that can occur in computer program and explain them.
e) What is network topology? Write in short about star and ring topology.

Q.7. Write Java program to solve following questions. (Attempt any five) [7x5=35]
a) In an examination, the grades are awarded to the students in Science subject according to the average
marks obtained.
Marks Grades

80 % and above Distinction

60 % or more but less than 80 % First Division

45 % or more but less than 60 % Second Division

40 % or more but less than 45 % Pass

Less than 40 % Promotion not granted

Write a program to input marks in Physics, Chemistry and Biology. Calculate the percentage of marks.
Display the average marks and grades obtained.
b) Write a program to input a number. Find out and display factors of that number.
c) Vishal mega market announces two successive discounts 25 % and 15 % on purchasing of goods at the
market price. Write a program to input marked price by scanner class. Calculate and display the selling
price of the article.
d) A triangle is said to be an ‘Equable Triangle ‘, if the area of the triangle is equal to its perimeter. Write a
program to enter three sides of a triangle using the Scanner class. Calculate area and perimeter. Check
and display whether the triangle is equable or not.
e) Write a multifunction Java program to accept the temperature of a person in degree centigrade in get()
function by scanner class. Convert the degree centigrade into degree fahrenheit in convert() function.
Display the degree fahrenheit in display() function.
f) Write a program to find out and display even numbers from 1 to 50. Also display their sum at end.
g) Write a multifunction Java program to input the value of length and breadth of a rectangle in get ()
function by using parameter. Calculate area of rectangle in area () function and calculate perimeter of the
triangle in perimeter () function. Display the area and perimeter of rectangle in display () method. Write a
main method to create the object ob and call all above methods.

_________________________________________ALL THE BEST__________________________________

You might also like