aglasem.com
Home Schools Admission Career Mock Test PDF Docs Playground
ClassChoose class
StateSelect state

Kerala Plus Two Question Paper 2025 Computer Application Commerce

Download Kerala Plus Two Question Paper 2025 Computer Application Commerce pdf. Here at aglasem.com get all Kerala Board of Public Examination Plus Two Previous Year Question Papers. Kerala Plus Two Computer Application Commerce Question Paper 2025 is given below. More Detail
Kerala Plus Two Question Paper 2025 Computer Application Commerce - Page 1 of 9

About Kerala Plus Two Question Paper 2025 Computer Application Commerce

Kerala Plus Two Question Paper 2025 Computer Application Commerce is available here for free download. Published by Kerala Board for Class 12, this question paper can be viewed online or downloaded as a PDF (9 pages). Candidates preparing for Class 12 can use Kerala Plus Two Question Paper 2025 Computer Application Commerce to understand the exam pattern, the type of questions asked, and the overall difficulty level.

Frequently Asked Questions

How can I download Kerala Plus Two Question Paper 2025 Computer Application Commerce?

Open this page and click the Download button to save Kerala Plus Two Question Paper 2025 Computer Application Commerce as a PDF. It is completely free on AglaSem Docs.

Is Kerala Plus Two Question Paper 2025 Computer Application Commerce free to download?

Yes. Kerala Plus Two Question Paper 2025 Computer Application Commerce can be viewed online and downloaded as a PDF free of cost on AglaSem Docs.

How many pages does Kerala Plus Two Question Paper 2025 Computer Application Commerce have?

Kerala Plus Two Question Paper 2025 Computer Application Commerce contains 9 pages, which you can read online or download together as a single PDF.

Where can I find more Class 12 study material?

You can find more Class 12 question papers, sample papers, syllabus, and answer keys on AglaSem Docs.

Kerala Plus Two Question Paper 2025 Computer Application Commerce – Text

Read the full text of this question paper below — useful to quickly search, copy and reference the content online without downloading the PDF.

📄 View text version (9 pages)

Page 1

KERALA BOARD

QUESTION
PAPER
2025
DOWNLOAD PDF
Kerala Board of Public
Examinations

Page 2

SY-446
Reg. No. : ......................................

Name : ...........................................

SECOND YEAR HIGHER SECONDARY EXAMINATION, MARCH 2025

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

SY-446 1 P.T.O.

Page 3

PART – I
Answer any 5 questions from 1 to 6. Each correct answer carries 1 score. (5  1 = 5)

1. Name the data type that represents an empty set of data.

2. Which keyword is used to declare variables in Javascript ?

3. A web based software system which is capable of creating, administering and
publishing websites is _____ .

4. Data about data is called _____ .

5. The wild card character used to match a single character during pattern matching
is _____ .

6. The analysis and redesign of work flow within an enterprise is known as _____ .

PART – II
Answer any 9 questions from 7 to 18. Each correct answer carries 2 scores. (9  2 = 18)

7. Define array. Write the statement to initialize an array to store 5 marks.

8. Compare the two methods of calling a function.

9. Classify the following tags into container and empty tag :
<IMG> <BR> <HEAD> <HR>

10. Distinguish between client side and server side scripting languages.

11. Write the HTML code to divide a browser window in to two equal vertical frames.

12. Differentiate <OL> and <UL> tags with example.

13. Briefly explain the string addition operator in Javascript with example.

14. Describe the different levels of data independence.
SY-446 2

Page 4

PART – I
1  6    5  .
1  . (5  1 = 5)

1.        .

2.      
 ?

3.      
   _____ .
  

4.   _____  .

5. pattern matching   character    wild card
character _____ .

6.     
_____  .

PART – II
7  18    9  .
2  . (9  2 = 18)

7.  . 5     
 .

8.        .

9.       .
<IMG> <BR> <HEAD> <HR>

10.  ,      
.

11.        
 HTML  .

12.   <OL> , <UL>    .

13.      .
 .

14.    .
SY-446 3 P.T.O.

Page 5

15. Consider the instance of Registration table for sports as given below :
Admno Name Age Event
1001 Diya 17 wrestling
1003 Jeena 18 volleyball
1010 Hasan 18 judo
1012 Adwaid 17 fencing
(a) What is the degree of the Registration table ?
(b) Which is the primary key of Registration table ?

16. Mention the difference between delete and drop commands in SQL.

17. Write note on any two aggregate functions in SQL.

18. Define GPS.

PART – III
Answer any 9 questions from 19 to 29. Each correct answer carries 3 scores. (9  3 = 27)

19. Distinguish the three looping statements.

20. (a) Explain the difference between the gets( ) function and the cin statement in
handling strings in C++ with an example.
(b) How much memory is required to store the string “I am Fine” ?

21. What are the advantages of modular programming ?

22. Name the predefined function used :
(i) To calculate the absolute value of a number. (1)
(ii) Compare two strings irrespective of cases. (1)
(iii) To check whether a given character is a number. (1)

23. Explain how <font> tag can be used to change the appearance of a text on a webpage.

24. Illustrate the steps involved to resolve the domain name of the website
www.keralapsc.gov.in and to get the home page of the website.

25. If x =“COMPUTER APPLICATIONS”, predict the value of y.
(a) y=isNaN(x);
(b) y=x.charAt(0);
(c) y=x.toLowerCase( );

26. Explain the different types of web hosting.
SY-446 4

Page 6

15.     
 .
Admno Name Age Event
1001 Diya 17 wrestling
1003 Jeena 18 volleyball
1010 Hasan 18 judo
1012 Adwaid 17 fencing
(a)     ?
(b)   primary key .

16. SQL-  ,     
.
17. SQL-   aggregate functions    .

18. GPS  ?

PART – III
19  29    9  .
3  . (9  3 = 27)

19.      .
20. (a) C++  string handling  gets( )  cin  
    .
(b) “I am Fine”       ?

21.     ?
22.     predefined  
 :
(i)     . (1)
(ii) case     . (1)
(iii)  character    . (1)

23.      <font>  
 .
24. www.keralapsc.gov.in
  domain name  
     .
25. x =“ ”, , y   .
(a) y=isNaN(x);
(b) y=x.charAt(0);
(c) y=x.toLowerCase( );
26.     .
SY-446 5 P.T.O.

Page 7

27. Write SQL statements for the table student with the following fields :
(Rollno integer, Name varchar(25), course varchar(20), Mark 1 integer, Mark 2 integer,
Mark 3 integer, Total integer)
(i) Display the details of students in alphabetical order of course. (1)
(ii) Fill the column Total with the sum of three marks of each student. (1)
(iii) Display the Name and course of failed students(total<90). (1)

28. Write short note on :
(i) MIS (1½)
(ii) DSS (1½)

29. Popularity of Internet increased the risk of online crimes. Discuss about any three cyber
crimes against individuals.

PART – IV
Answer any 2 questions from 30 to 32. Each correct answer carries 5 scores. (2  5 = 10)

30. (a) What is the use of return statement in C++ ? (1)
(b) Predict the output of the following code :
for(i=1;i<=5;i++)
{ if( i % 3= =0)
break;
cout<<“hello”;
} (2)
(c) What will be the output of the above code if continue is used in place of break ? (2)

31. (a) Write HTML program to design the table given below :
Adm NO Name Batch
1001 James Commerce
1002 Joseph Science (3)
(b) Name any four attributes of <table> tag. (2)

32. (a) What is Relational algebra ? (1)
(b) Explain the different binary operations that operate on pairs of relations. (4)
_____________

SY-446 6

Page 8

27.   fields   student table   sql query  :
(Rollno integer, Name varchar(25), course varchar(20), Mark 1 integer, Mark 2 integer,
Mark 3 integer, Total integer)
(i)   course   
. (1)
(ii) Total      
  . (1)
(iii)     . (total<90). (1)

28.       :
(i) MIS (1½)
(ii) DSS (1½)

29.      .
     
.

PART – IV
30  32    2  .
5  . (2  5 = 10)

30. (a) C++  return   . (1)
(b)   C++    :
for(i=1;i<=5;i++)
{ if( i % 3= =0)
break;
cout<<“hello”;
} (2)
(c) break  continue    
 ? (2)

31. (a)   table   HTML 
 :
Adm NO Name Batch
1001 James Commerce
1002 Joseph Science (3)
(b) <table>      . (2)

32. (a) Relational algebra  ? (1)
(b) Relational algebra     binary operations . (4)
_____________

SY-446 7 P.T.O.

Page 9

SY-446 8

Document Details

Board / OrgKerala Board
ExamClass 12
TypeQuestion Paper
Pages9
Updated24 Sep 2026