You are on page 1of 8

Reg. No. : ......................................

Name : ...........................................
FY-446
FIRST YEAR HIGHER SECONDARY EXAMINATION, MARCH 2023

Part – III Time : 2 Hours


COMPUTER APPLICATION Cool-off time : 15 Minutes
(COMMERCE)
Maximum : 60 Scores

General Instructions to Candidates :


 There is a ‘Cool-off time’ of 15 minutes in addition to the writing time.
 Use the ‘Cool-off time’ to get familiar with questions and to plan your answers.
 Read questions carefully before answering.
 Read the instructions carefully.
 Calculations, figures and graphs should be shown in the answer sheet itself.
 Malayalam version of the questions is also provided.
 Give equations wherever necessary.
 Electronic devices except non-programmable calculators are not allowed in the
Examination Hall.

 
    15  ‘  ’ .
 ‘  ’    
 .
      .
    .
  , , ,   
.
   .
    .
     
    .

SAY-746 1 P.T.O.
Answer any 5 questions from 1 to 6. Each carries 1 score. (5  1 = 5)
1. The base of hexadecimal number system is _________.
(2, 8, 10, 16)

2. Pick the full form of HDMI from the following :


(High Definition Multiple Interface, High Definition Multimedia Interface,
High Definition Multimedia Internet, High Definition Media Interface)

3. Name the error which is due to improper planning of the program’s logic.

4. The multiple use of input or output operators in a single statement is called _______.

5. Write the keyword which is used to create symbolic constants whose value can never
be changed during execution.

6. Which among the following is not a search engine ?


(Google, Bing, Ask, Mozilla Firefox)

Answer any 9 questions from 7 to 18. Each carries 2 scores. (9  2 = 18)


7. Convert as directed :
(a) (38)10 = (?)2
(b) (AB)16 = (?)8

8. Write a note about Unicode.

9. List and explain the four freedoms for free and open source software defined by Free
Software Foundation (FSF).

10. Explain any four advantages of flowcharts.

11. (a) Define Coding. (1)


(b) The program written in any HLL is known as _________. (1)
FY-446 2
1  6    5  .
1  . (5  1 = 5)
1.      _________ .
(2, 8, 10, 16)

2.   HDMI    :


(High Definition Multiple Interface, High Definition Multimedia Interface,
High Definition Multimedia Internet, High Definition Media Interface)

3.       


.

4.       


  _______ .

5.       


   .

6.       ?


(Google, Bing, Ask, Mozilla Firefox)

7  18    9  .


2  . (9  2 = 18)
7.    :
(a) (38)10 = (?)2
(b) (AB)16 = (?)8

8.     .

9.    (FSF)   


      .

10.     .

11. (a)  . (1)


(b)  HLL-   _________ . (1)

FY-446 3 P.T.O.
12. Pick the invalid identifier from the following list and give reason for invalidity :
(world_cup, world.cup, world cup, 2worldcup, break, worldcup2022)

13. Given x = 6, y = 3. Find the value of z in the following expression :


x
z=5+
y

14. List any four relational operators in C++.

15. List any four guidelines for coding.

16. Explain the working of if...else statement in C++.

17. Explain the difference between hub and switch.

18. Write any four advantages of e-Business.

Answer any 9 questions from 19 to 29. Each carries 3 scores. (9  3 = 27)


19. Explain any three advantages of Computers.

20. (a) What is e-Waste ? (1)


(b) List the four e-Waste disposal methods. (2)

21. Draw the flowchart to find perimeter of a rectangle.

22. Categorize the following token and fill up the given table by placing them at the proper
places :
(93.5, “Football”, +, float, long, %)

Keywords Literals Operators

FY-446 4
12.       
   :
(world_cup, world.cup, world cup, 2worldcup, break, worldcup2022)

13. x = 6, y = 3 .    z  


 :
x
z=5+
y

14. C++       .

15.      .

16. C++  if...else   .

17.     .

18. -    .

19  29    9  .


3  . (9  3 = 27)
19.     .

20. (a)  - ? (1)


(b)  -   . (2)

21.        .

22.         :


(93.5, “Football”, +, float, long, %)
Keywords Literals Operators

FY-446 5 P.T.O.
23. Explain any three fundamental data types in C++.

24. (a) What is type modifier ? (1)


(b) List the four types modifiers in C++. (2)

25. Write the syntax of switch statement in C++.

26. Consider the following URL and classify the different parts of the URL.
https://hscap.kerala.gov.in/student_status.php

27. Explain any three advantages of using e-mail.

28. Explain the different classification of social media.

29. Explain any three e-learning tools.

Answer any 2 questions from 30 to 32. Each carries 5 scores. (2  5 = 10)


30. List and explain any five input devices.

31. Consider the following C++ code


int n=1;
while(n<=10 )
{
cout<<n<<“\t”;
n+=2;
}
(a) Write the output of above code. (1)
(b) Identify the loop elements of the above code. (2)
(c) Convert the above code using for loop. (2)

32. (a) List the various types of guided communication channels. (3)
(b) Explain any one guided communication channel. (2)
______________

FY-446 6
23. C++       .

24. (a)    ? (1)


(b) C++      . (2)

25. C++     .

26.   URL  URL    


 .
https://hscap.kerala.gov.in/student_status.php

27. -     .

28.     .

29.   -  .

30  32    2  .


5  . (2  5 = 10)
30.       .

31.     :


int n=1;
while(n<=10 )
{
cout<<n<<“\t”;
n+=2;
}
(a)     . (1)
(b)      . (2)
(c) for       . (2)

32. (a)       . (3)
(b)      . (2)
______________

FY-446 7 P.T.O.
FY-446 8

You might also like