8 ICSE - Computer Application - Promotional Exam - 2021

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

CARMEL SCHOOL

Padmanabhanagar, Bengaluru-70.
ONLINE FINAL EXAMINATION, 2020-21
STANDARD: VIII (ICSE)
SUBJECT: COMPUTER APPLICATIONS
Time: 1 hour Marks: 50__
Answers to this paper must be written on separate paper. This paper is divided into two
sections, Section A and Section B.Attempt all questions from both the sections.
The intended marks for questions or parts of question is given in brackets[ ]_________
Section A(20 marks) Attempt all questions
Question 1
I Name the following:- [4]
1) The physical component of a computer.
2) Extension of a C++ program.
3) Mobile Operating System developed by Google.
4) First page of a website.
II Name the tab that has the following features in MS Excel:- [2]
1) Conditional Formatting
2) Charts
III Give the full form for the following:- [2]
1) ISP
2) URL
IV Give the cell reference for the following:- [2]
1) Mixed Referencing (Row fixed and column relative) of the cell formed in the
7th row and 29th column.
2) first 5 cells in the 6th row.

Question 2
I Give the output for the following C++ statement(s):- [3]
1) int t=10%3;
cout<<“The value is ”<<t;
2) int x=2,y=5;
if(x<y) cout<<(x+y);
cout<<(x*y);

3) cout<< “*\n*\t$\n*\t$\t*”;
II Define the following:- [4]
1) Protocol 2) Hyperlink
3) Identifier 4) Active cell
III Give the result of the following Excel functions:- [3]
1) =POWER (3, 3)
2) =QUOTIENT (23, 2)
3) = MAX (−23, −45)
Section B (20 marks) Attempt all questions
Question 3
1) How is sorting different from filtering ? [2]
2) What is absolute referencing. Give an example. [2]
3) Explain device driver briefly. [2]
4) Explain the following functions of the Operating System.
a) Device management (any 2 points) [2]
b) Memory management (any 2 points) [2]
Question 4
1) Why is switch called as an intelligent hub? [2]
2) Explain DNS. [2]
3) Write a short note on PAN. [2]
4) Give any two examples of multithreaded Operating System. [1]
5) Write a program to accept any two angles of a triangle and display the third
angle. [3]

%%%%%%%%%%%%%%%

You might also like