+ All Categories
Home > Documents > &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

&RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

Date post: 20-Mar-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
26
7051 1 P.T.O. Reg. No. : ..................................... Code No. 7051 Name : ........................................ Time : 2 Hours Cool-off time : 15 Minutes Part – III COMPUTER APPLICATION (HUMANITIES) Maximum : 60 Scores General Instructions to Candidates : There is a ‘cool-off time’ of 15 minutes in addition to the writing time of 2 hrs. You are not allowed to write your answers nor to discuss anything with others during the ‘cool-off time’. Use the ‘cool-off time’ to get familiar with questions and to plan your answers. Read questions carefully before answering. All questions are compulsory and only internal choice is allowed. When you select a question, all the sub-questions must be answered from the same question itself. 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 ‘ ’ . , . . . . , , , . . . . Second Year – JUNE 2017 SAY/IMPROVEMENT
Transcript
Page 1: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 1 P.T.O.

Reg. No. : ..................................... Code No. 7051

Name : ........................................ Time : 2 Hours Cool-off time : 15 Minutes

Part – III

COMPUTER APPLICATION (HUMANITIES) Maximum : 60 Scores

General Instructions to Candidates : There is a ‘cool-off time’ of 15 minutes in addition to the writing time of 2 hrs. You are not allowed to write your answers nor to discuss anything with others

during the ‘cool-off time’. Use the ‘cool-off time’ to get familiar with questions and to plan your answers. Read questions carefully before answering. All questions are compulsory and only internal choice is allowed. When you select a question, all the sub-questions must be answered from the same

question itself. 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 ‘ ’ . , .

.

.

.

, , , .

.

.

.

Second Year – JUNE 2017 SAY/IMPROVEMENT

Page 2: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 2

1. Which of the following is an element of publication design ?

(a) Typography (b) CMYK

(c) Flexography (d) Folding (Score : 1)

2. The printing technology that is used in offset printing is _______. (Score : 1)

3. Explain the major operations in post-press stage of printing process. (Scores : 2)

4. The common text appearing on the top of every page is ________.

(a) indent (b) ruler

(c) header (d) page number (Score : 1)

5. Distinguish between landscape and portrait. (Scores : 2)

6. What are the paragraph formatting features in LibreOffice Writer ? (Scores : 2)

7. How will you convert the following text directly to table ?

ID,ITEM,PRICE

1,item_1,23.00

2,item_2,54.00

3,item_3,12.00 (Scores : 3)

8. Write the steps to create the Table of Contents entries. (Scores : 3)

9. The HTML tag that displays a piece of text or image scrolling in a web page is

_______.

(a) <Scroll> (b) <marquee>

(c) <strong> (d) <HR> (Score : 1)

Page 3: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 3 P.T.O.

1. design ?

(a) Typography (b) CMYK

(c) Flexography (d) Folding ( : 1)

2. _______ . ( : 1)

3. post-press .

( : 2)

4. common text ________ .

(a) indent (b) ruler

(c) header (d) page number ( : 1)

5. Landscape- portrait- ? ( : 2)

6. LibreOffice Writer- features ? ( : 2)

7. Text table- convert ?

ID,ITEM,PRICE

1,item_1,23.00

2,item_2,54.00

3,item_3,12.00 ( : 3)

8. Table of Contents entry step- . ( : 3)

9. text, image scroll display HTML tag

_______ .

(a) <Scroll> (b) <marquee>

(c) <strong> (d) <HR> ( : 1)

Page 4: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 4

10. Explain the attributes in the <body> tag of HTML. (Scores : 3)

11. Write the HTML tag to display the image “abc.jpg” in 100 200 size with border.

(Scores : 2)

12. Explain <Form> tag and <INPUT> types used in HTML forms. (Scores : 3)

OR

13. Create a web page to perform login operation and invokes the program login.jsp on

submission. (Score : 3)

14. Write the <table> tag with caption for displaying the following table in a html page :

Health Statistics

Average % Population

Height (cm) Weight (kg)

Male 169 75 47

Female 160 55 53

(Scores : 2)

15. Explain the syntax of style rule with an example. (Scores : 2)

16. What are the properties used to manipulate the display of text in CSS ? (Scores : 2)

17. An external style sheet page “abc.css” contains the following content :

P{

font-family:”Arial”;

font-style:italic;

color:blue;

}

Write a <LINK> tag to include the above CSS page in a web page. (Scores : 2)

Page 5: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 5 P.T.O.

10. HTML- <body> tag- attribute- . ( : 3)

11. “abc.jpg” image 100 200 display

HTML tag . ( : 2)

12. HTML– <Form> tag- <INPUT> . ( : 3)

13. Login submit ‘login.jsp’ invoke

. ( : 3)

14. table caption display

<table> tag .

Health Statistics

Average % Population

Height (cm) Weight (kg)

Male 169 75 47

Female 160 55 53

( : 2)

15. Style rule- syntax . ( : 2)

16. Text display CSS- property-

? ( : 2)

17. “abc.css” external style sheet content :

P{

font-family:”Arial”;

font-style:italic;

color:blue;

}

CSS include <LINK> tag .

( : 2)

Page 6: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 6

18. Explain the different types of web hosting. (Scores : 3)

19. What is the use of Content Management System ? Give an example. (Scores : 2)

20. The number of attributes in a relation is called ________.

(a) Tuple

(b) Cardinality

(c) Degree

(d) Domain (Score : 1)

21. What is DBMS ? What are the advantages of using DBMS ? (Scores : 3)

22. Explain the different operators in relational algebra. (Scores : 4)

OR

23. Consider the following table STUDENT and rewrite the given queries using relational

algebraic operators.

Table : STUDENT

Roll Name Mark

101 Arun 56

102 Kiran 87

103 Saran 48

(a) Select all whose Mark >50 (Score : 1)

(b) List Name, Mark of STUDENT (Score : 1)

(c) List Roll, Name whose Mark <50 (Scores : 2)

Page 7: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 7 P.T.O.

18. Web hosting . ( : 3)

19. Content Management System- ? .

( : 2)

20. relation attribute- ________ .

(a) Tuple

(b) Cardinality

(c) Degree

(d) Domain ( : 1)

21. DBMS ? DBMS

? ( : 3)

22. Relational algebra- . ( : 4)

23. STUDENT table query- relational

algebra .

Table : STUDENT

Roll Name Mark

101 Arun 56

102 Kiran 87

103 Saran 48

(a) Select all whose Mark >50 ( : 1)

(b) List Name, Mark of STUDENT ( : 1)

(c) List Roll, Name whose Mark <50 ( : 2)

Page 8: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 8

24. In MySQL, the command used to open a database is _______ .

(a) create (b) use

(c) open (d) show (Score : 1)

25. What are constraints ? What are the different column constraints ? (Scores : 3)

26. Consider the table Salesperson and write the SQL statements for the following :

Table : Salesperson

ID Name Age Salary

1 Abe 61 14000

2 Bob 34 44000

5 Chris 34 40000

7 Dan 41 52000

8 Ken 57 11500

11 Joe 38 38000

(a) List ID, NAME whose Age above 50 and Salary below 30000.

(b) List the details in descending order of Salary.

(c) List all whose salary above 50000.

(d) Delete the details of Bob from the table. (Scores : 4)

OR

27. Explain create and insert SQL statements with an example. (Scores : 4)

Page 9: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 9 P.T.O.

24. MySQL– open command _______ .

(a) create (b) use

(c) open (d) show ( : 1)

25. Constraints ? column constraint- ?

( : 3)

26. Salesperson table SQL statement-

:

Table : Salesperson

ID Name Age Salary

1 Abe 61 14000

2 Bob 34 44000

5 Chris 34 40000

7 Dan 41 52000

8 Ken 57 11500

11 Joe 38 38000

(a) List ID, NAME whose Age above 50 and Salary below 30000.

(b) List the details in descending order of Salary.

(c) List all whose salary above 50000.

(d) Delete the details of Bob from the table. ( : 4)

27. Create, insert SQL statement- .

( : 4)

Page 10: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 10

28. Which of the following is not a mobile communication service ?

(a) SMS (b) MMS

(c) GPS (d) Android (Score : 1)

29. What are the different categories of cyber crimes ? (Scores : 3)

30. Write short notes on :

(a) GPS

(b) Cyber Forensics

(c) Copyright (Scores : 3)

_______________

Page 11: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 11 P.T.O.

28. mobile service ?

(a) SMS (b) MMS

(c) GPS (d) Android ( : 1)

29. cyber crime ? ( : 3)

30. Short notes .

(a) GPS

(b) Cyber Forensics

(c) Copyright ( : 3)

_______________

Page 12: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

7051 12

Page 13: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

SECOND YEAR HIGHER SECONDARY EXAMINATION, JUNE 2017(Finalised Scheme of Valuation)

Subject: Computer Application (Humanities)Code No: 7051

/Qn.No Scoring Indicators

'h.X 4-

,•

Split TotalScore Score

r ' a0 T"(rpO~'"Ir~ pk}

d- . L \ \'nO % 'a"'~ P~}

:1, Po \J\\I\~ I\S~~b\\V\~ ~\\I\.J.'V\8 (~\-tl~ \'t_X 4I / f

4-' c.) H~cle_""t

5· PO"6"\-~\\ - T~~t 15 P~",\~te.V'-3 "'w \$,Q. /V~t, e.e-\\}Lei..",J ~l.C1\pe. - Te..)(:\ \ s ~ 'lY Y\ r~\c'"{~~\A.)\~ / \'-"0<,\ }o""'~\\a

(0 .•

s~.\ .l'"d-- ~)C o-; ~

Se\ 'itt..\- \e_ \1 ~_\ ~c.\ \ c.~ ~ IA s..~ "(t

-1-

'2

2

Page 14: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

SECOND YEA R HIGHER SECONDARY EXAMINATION, .JUNE 2017

Qn. No Sub Qns

\ \ '

- Ius",~ £b ~\'\.~ \-o..~ '-~\~ I<'\~/.~\-\-YI I

1 l'z, ""~ \0 €.Cl'c..'"

'\'L')i 4-

.3

I I

Page 15: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

SECOND YEAR HIGHER SECON DARY EXAMINATION , .JlJN(4~ 2017

r~Qn. No I Sub Qns I

\5"".

I

t-~1--\: - 0...\\ ~ '" \-eJ-. \: - d..~ «?) ,")"""'\\(JV\~..,_.,._"- \ ,<,-.4.(\-, "'<>-'" It - "'.._~~"'~'

L...\ \ '" '<- .. e,\ "'"\\ S'irQ\~.,"'._ e_\;11~:::::- \\ \-.e_~-\ I l~i\\

",~e._(- z: \'o...~(_. (_s.~ '7r:::::-\ II~ L.... \ \ ",\'-- y."'"(e. ~ s: "", \,(. t ~l ?

l' "'"~ \c...)

S ~'\f~ I J._o_d.. \(p..\-~, o,J\"1\~t> '"l\ "C!A.\-e- ~e.'"i~ "( ~"""e,-e, "'- ()~ \- \ \(\ a,\..a,.'" 6- ~) ,IN.e,\, \, ~~ "--6 so~\-"'" o, 'Y e_ ~ '\ 5

c,"'\"'" \,\ ~ 0 ~ c,'""'e.a-'" \ '" 'f Ie-.. .} "'" \ "....'\ ~Iee.'Y \ "'() ".._~ / '?'" \, \ \!.'"\ '"~

\NIL\. ~\ \--e~ ,G. 'a: I"0""'\ .....I \)..)0"'')' '?"...!>, ~ Itl-l ,

\ \

c..) \) e_« CO e. e.be.. ~\ 'C'.'\ ", 0'() 0~ \) '6 ~ S~"') ~"''"( ~~-.J(!I\'A ~ ~ ~ -

to,'"\""" \\ \ II'-'ll \,-.,_~'" "'~ '" L(\ c..."'., i~~'"q~~ \",\e.\t' \ Ie", 'J,_a-.~ <;e_(_~\ h/S\r...""15~"'~ 1>l> ~, e_\- (_ .

'1.e\e_ L\- \>",o~t_" 0-,,,\0 If' \",\'_"{~~\IMa..\ IC-~'_"(~ VIu_ ~{\.,\ "'''' '?~ ",,-,, \ \L lie 4-

L_ __ _L _L---~~~~~~J~~~~~O~~~l}~-w~\~-~~~~~b~~:.M~~o~~~)~---JIL__

\

- 3-

Page 16: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

SECOND YEAR HIGHER SECONDARY EXAQn-::.N-=-o-.---- MINATION, ,JUNE 2017

SubQnsr=----~---Answer Keil / V'I-~ ~'.';-".

)

. a uc Olnt~rA t:r (_~\- ' ,~,~~~~--,

N\""...'(_'7!>o ",d._e.v-,'\ )

b) ~ ,t-l,.",'_'_ N\""'-"- (_s\-~ ""l;)/ .I 0 (_~~~ '2

~ e-:~ <; N'\.o-h~_'(S'Oc) '\\,- ~tI\\1b, ».se.R.",_\41.S Q_'" ,"O<"f t_o..e\ ""'" tw-\'" ~o-. -c Q_ <LV"'\e"{~ \vv~ .. 0-. Co,\ \A"'" '" \

o ~ e-: \-0\.b\ e,N()~ \'\sr-:\ , """,\co _\ ",L"(eli""-~ ~ \a jAl..I I V I 'I '1-41'=c \ ""'~1 \LJl, I ~ ~'" \1;- L""''"'-1 L>..) 1-

G-) S.\" c3; ): ~ !'l"""",,-~ "'")

s e-\ 41.~ ~~ ... s~'" w'" e,'ie "''1''-'''' rve,y--.\ S"""~ d c.""0..°0<> /b) s.\eL\- 'I< ~...""",, S"'-\."~'i'e_...t6("\t,.." ~._ y 1..'). :; '" "0-"!d ~ 0:,(_o $.\'"L\- '" ~....." «' ~'""._"v<c')' t Q V1

0-:>"''''Y Q_ '!, """ 6-"(<l (.;;: 0 00 a~) ~\.Q_"'_ 'C-"" S"'\41.'?e.'1I~" (1,,- \ \\

w"'- e_ "(eN"" """'-: '00'0S",,\o--J< 0 '<- t...~ \-"-J-. \ ",",,,';" $~£~ \m t~ b--\V''''O_,\ ~~~ ?..

d-) ~\f'.b-~o\J~y\'"~"\~ \~\~'"'"" "''a'"\ "'-~\ '?<.ol"'"~ I , ~ .3~~\"'~~ ~~"'~~

\

,

3

Page 17: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

"'j'\~ I?"""~. ~k w­'14- 4- b \ \ 7DC) b

N\~D f>"~~",,, ~q~'-\-'Ig \ b ~.r.f .

Page 18: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 1 P.T.O.

Reg. No. : ..................................... Code No. OS 7051

Name : ........................................ OLD SYLLABUS

Time : 2 Hours Cool-off time : 15 Minutes

Part – III

COMPUTER APPLICATION (HUMANITIES) Maximum : 60 Scores

General Instructions to Candidates : There is a ‘cool-off time’ of 15 minutes in addition to the writing time of 2 hrs. You are not allowed to write your answers nor to discuss anything with others

during the ‘cool-off time’. Use the ‘cool-off time’ to get familiar with questions and to plan your answers. Read questions carefully before answering. All questions are compulsory and only internal choice is allowed. When you select a question, all the sub-questions must be answered from the same

question itself. 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 ‘ ’ .

, .

. .

. , , ,

. . .

.

Second Year SAY/Improvement June 2017

Page 19: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 2

1. ___________ is a form of open auction in which the bidding starts at a high price and drops until a bidder accepts the price.

(a) English auction (b) Dutch auction

(c) Yankee auction (d) None of these (Score : 1)

2. Differentiate B2B and B2C e-commerce. (Scores : 3)

3. __________ is a collection of web pages owned by a business organization,

Government, military, individual.

(a) Website (b) Web portal

(c) www (d) none of these (Score : 1)

4. Explain any four electronic payment system. (Scores : 4)

5. WAP stands for __________. (Score : 1)

6. How can we host a website free of cost ? (Scores : 2)

7. Electronic Payment System offers an easy way of money transaction. Justify the

above statement with 3 points. (Scores : 3)

8. Explain the concerns related to web security. (Scores : 2)

9. Explain any one technique used for authentication. (Scores : 2)

10. __________ attribute of <A> tag specifies the URL of the hyperlinked document.

(a) Target (b) Name

(c) HREF (d) SRC (Score : 1)

Page 20: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 3 P.T.O.

1. bidding accept auction

___________ .

(a) English auction (b) Dutch auction

(c) Yankee auction (d) None of these ( : 1)

2. B2B, B2C e-commerce . ( : 3)

3. business organization-, , military-, individual-

web page- collection-

(a) Website (b) Web portal

(c) www (d) None of these ( : 1)

4. electronic payment system . ( : 4)

5. WAP . ( : 1)

6. website free of cost- host ? ( : 2)

7. Electronic Payment System money transaction offer .

statement 3 points .

( : 3)

8. Web security- . ( : 2)

9. Authentication- technique .

( : 2)

10. <A> tag- attribute URL hyperlink- .

(a) Target (b) Name

(c) HREF (d) SRC ( : 1)

Page 21: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 4

11. Write HTML code to display the ordered list in a web page.

(1) ENGLISH

(2) MATHEMATICS

(3) SOCIAL SCIENCE (Scores : 2)

12. The default align value for a table is ___________.

(a) left (b) right

(c) center (d) justify (Score : 1)

13. Write an HTML code to create a form for accepting name, rollno and sex of a student

(male or female in a select box). (Scores : 3)

14. XML stands for ___________. (Score : 1)

15. Explain the use of scripting languages. (Scores : 2)

16. Write short note on DHTML. (Scores : 2)

17. __________ is not a DTP software.

(a) PageMaker

(b) CorelDraw

(c) MS Excel (Score : 1)

18. List the advantages of DTP. (Scores : 2)

19. What are the menus available in the menu bar of PageMaker ? (Scores : 2)

20. Proof reading is an important step in desktop publishing. Write two points to justify

the above statement. (Scores : 2)

Page 22: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 5 P.T.O.

11. ordered list web page- display HTML code

.

(1) ENGLISH

(2) MATHEMATICS

(3) SOCIAL SCIENCE ( : 2)

12. table- default align value ___________ .

(a) left (b) right

(c) center (d) justify ( : 1)

13. data accept form create HTML code

.

name, rollno, sex of a student (male or female in a select box) ( : 3)

14. XML- . ( : 1)

15. Scripting languages- . ( : 2)

16. DHTML- . ( : 2)

17. DTP software ?

(a) PageMaker

(b) CorelDraw

(c) MS Excel ( : 1)

18. DTP- . ( : 2)

19. PageMaker- menu bar- menus ? ( : 2)

20. Desktop Publishing- step proof reading.

statement statement .

( : 2)

Page 23: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 6

21. (a) Explain different fact finding techniques in System Analysis Phase. (Scores : 5)

OR

(b) Explain different tools for system analysis. (Scores : 5)

22. A candidate key that is chosen as a unique identifier for a table is __________.

(a) primary key (b) alternate key

(c) super key (d) foreign key (Score : 1)

23. (a) Explain different data models of DBMS. (Scores : 5)

OR

(b) Explain the advantages of DBMS over conventional file system. (Scores : 5)

24. Write SQL for the following :

(a) Create a table library the following data :

title_char(20), bookno(integer),

price(decimal(7,2)),

no_of_pages(integer),

date_of_purchase(date)

(b) List all books purchased on or before 01/01/2011.

(c) List all bookno and title worth above ` 1,000.

(d) List all title, bookno and price of books with pages greater than 500.

(e) Display total no of books in the library. (Scores : 5)

25. (a) Differentiate synchronous and asynchronous transmission. (Scores : 3)

OR

(b) Explain the function of any two data communication devices. (Scores : 3)

26. Explain the three ways of data communication. (Scores : 3)

______________

Page 24: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 7 P.T.O.

21. (a) System Analysis Phase- fact finding techniques .

( : 5)

(b) System analysis- tools . ( : 5)

22. table- unique identifier candidate key ______ .

(a) primary key (b) alternate key

(c) super key (d) foreign key ( : 1)

23. (a) DBMS- data models . ( : 5)

(b) conventional file system- DBMS-

. ( : 5)

24. SQL :

(a) data library table create :

title_char(20), bookno(integer), price(decimal(7,2)), no_of_pages(integer), date_of_purchase(date)

(b) 01/01/2011 purchase book- list .

(c) 1,000 book- title, bookno list

.

(d) 500 page- book- title, bookno, price list

.

(e) Library- book- display . ( : 5)

25. (a) Synchronous, asynchronous transmission- .

( : 3)

(b) data communication device-

. ( : 3)

26. data communication . ( : 3)

_____________

Page 25: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

OS 7051 8

Page 26: &RGH 1R · :klfk ri wkh iroorzlqj lv dq hohphqw ri sxeolfdwlrq ghvljq " d 7\srjudsk\ e &0

~/SECOND YEARHIGHERSECONDARYEXAMINATION, MARCH/JUNE/SEPT ~ .~ l :rSUBJECT: COMPUTERAPPLICATION(HUMANITIES) CODENO: IJS 1051

Qn.No. Scoring Ind icators Split Score Total Score1 Dutch auction 1 1

2 11/2 mark for each point 11/2 x 2 33 Web site 1 14 list - 1 explanation - 3 1+3 4

5 Wireless Application Protocol 1 16 expianation of free hosting 2 27 3 points 1 mark each lx3 38 2 points 1 mark each 1+1 29 explanation 2 2

10 C)HREF 1 111 proper tags -1 code 1 1+1 212 left 1 113 proper tags -1 code 2 1+2 314 Extensible Markup Language 1 115 Explanation 2 216 Explanation 2 217 MS Excel 1 118 4 advantages 1/2 mark each 1/2 x 4 219 proper listing 2 220 2 points 2 marks each 1+1 2

21(a) 5 points 1 mark each lxs 521(b) 5 tools 1 mark each lxs 5

22 primarv key 1 123(a) list 1 mark explanation of 4 models 4 marks 1+1+1+1+1+1 523(b) 5 advantages 1 mark each lxs 5

24 1 mark each for correct sql 1+1+1+1+1 52s(a) Explanation of each 1 1/2 each 11/2 + 11/2 32s(b) Explanation of each 1 1/2 each 11/2 x 2 3

26 1 mark each 1 x3 3


Recommended