Sunteți pe pagina 1din 3

HSE II

COMPUTER APPLICATION (COMMERCE) Max Mark : 60

Time : 2 Hrs

Choice : 12 & 13, 28 & 29 30 & 31

1. Babu’s birthday is 4/5/1994. He wants to know whether it was Friday or Saturday. Which
function can be used for this? (1)
2. John wants to accept three lines of text in a text box control included in a form. How this can
be done? (1)
3. Compare the output of the following operations in VB
(a) 5/2 (b) 5\3 (c) 5 mod 3 (4) 5 ^ 3 (1)
4. XML stands for ________ (1)
5. Raju wants to display some portion of the text in italics and red in colour. How is it
possible ? (1)
6. Pick the odd one out (1)
(a) <HR> (b) <HTML> (c) FRAMESET> (D) <U>
7. In DFD which symbol is used for representing the data store? (1)
8. Student details such as name and address present both in the school and hostel records.
Can you identify the problem with this type of file storage? (1)
9. __________ is the number of records in a relation. (1)
10. Device used to strengthen a signal is ________ (1)
11. How can you load a picture into a picture box at run time using VB code? Write the
syntax. (2)
12. Rewrite the following code with do while to get the same output (2)
For i=1 to 100 step 2
Print i
Next i
OR
13. How will you display “Happy Birthday” in a small window when you clicking a command button
in a VB program (2)
14. Write the uses of project explorer window and properties window (2)
15. Anitha designed two WebPages about two tourist places in Kerala. She wants to display
it as two columns in a single page. Write down the tags needed for this and explain. (2)
16. A group of students designing a webpage about their school. They want to insert their
school’s picture (school.jpeg) into their webpage. How is it possible? (2)
17. List any four aggregate functions in SQL. (2)
18. Distinguish between UNIQUE and DISTINCT keywords of SQL? (2)
19. What are the differences between Router and Gateway? (2)
20. Ramu wants to store the marks of 6 subjects in VB. What is the advantage of using array
for this ?Write the necessary VB code for this. (3)
21. Meera wants to display information in a textbox. From a database. List the name of VB
control he used for this. Write down the important properties of that control. (3)
22. Santhosh checked the availabily of seats in Maveli Express from Kannur to
Thiruvananthapuram on 01/02/2012 using the touch screen facility in railway station
(a) Identify the level of abstraction (1)
(b) Justify your answer (2)
23. You are asked to make the following changes in a web page. Write the HTML
statements for this (3)
(a) The background colour the webpage should be changed to blue
(b) The style of text should be changed to arial
(c) The colour of the text should be yellow
24. You are asked a billing software team’s data collection task. What are the different fact
finding techniques that can be employed. Explain. (3)
25. Explain any three relational opearions in relational algebra. (3)
26. What do you mean by database abstraction? Explain three levels of database abstraction. (3)
27. Write short note on serial and parallel communication. (3)
OR
28. Explain the modes of transmission Simplex, Half duplex and Full duplex. (3)
29. Write the HTML code to produce the following output (5)
1. English
a. Part I
b. Part II
2. Malayalam
Part I
Part II
3. Science
 Part I
 Part II
OR
30. Write the HTML code for the following (5)

Subject Type of Exam Mark


Theory 45
Computer Practical 20

English Theory 42

31. Create the table DEPOSIT(Acc Primary key, name char (20),branch char(15),Amount (5)
number(8,2)). Write the SQL statements
(1) To display sum of amount deposited in each branch
(2) To display the different branch names present in the table.
(3) To display the details of depositors who have deposited an amount between 5000 and
10000.
(4) To display branch wise account details in the descending order of deposited amount.
(5) To display the names of the depositors starting with the letter “A”

S-ar putea să vă placă și