0% found this document useful (0 votes)
171 views5 pages

ICSE Computer Mock 2

This is a mock test for the ICSE Class 10 Computer Application exam. It is 2 hours long and worth 100 marks. Section A contains 20 multiple choice questions worth 1 mark each. Section B contains 4 programming questions worth 15 marks each, from which the student must attempt any 4. One question asks the student to write a program that counts the characters in a string. Another asks the student to write a program that checks if a number is a tech number, where splitting the number in half and squaring the sum of the halves equals the original number.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
171 views5 pages

ICSE Computer Mock 2

This is a mock test for the ICSE Class 10 Computer Application exam. It is 2 hours long and worth 100 marks. Section A contains 20 multiple choice questions worth 1 mark each. Section B contains 4 programming questions worth 15 marks each, from which the student must attempt any 4. One question asks the student to write a program that counts the characters in a string. Another asks the student to write a program that checks if a number is a tech number, where splitting the number in half and squaring the sum of the halves equals the original number.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 5

Time : 2 Hrs. F.M.

= 100 Marks

ICSE Class 10 Computer Application : Mock Test 2


Section-A

1. Choose the correct answer and write the correct option ( 1 x 20 = 20)
2. [2]

[2]

[2]

[2]

[2]

[2]

(vii) [2]

(viii) [2]
[2]
(ix)

(x) [2]

Write the following programmes ( 4 x 15= 60 ) ( attempt any 4)


1.

2.
3.

4.

5. Write a java program which entered a string by user and count the occurrence of
number of characters present in the string.
Input String : HELLO
Output : The character E has occurred for 1 time
The character H has occurred for 1 time
The character L has occurred for 2 time
The character O has occurred for 1 time

6. Write a program in java to check whether a number is tech number or not. If the number
is split in two equal halves, then the square of sum of these halves is equal to the number
itself.

You might also like