PDF Google Drive Downloader v1.1


Báo lỗi sự cố

Nội dung text K-2416 Computer Science and Applications (Paper-III).pdf

Test Paper : III Test Subject : COMPUTER SCIENCE AND APPLICATIONS Test Subject Code : K-2416 Test Booklet Serial No. : _______________________ OMR Sheet No. : _________________________________ Roll No. (Figures as per admission card) Name & Signature of Invigilator/s Signature : _________________________________ Name : _________________________________ Paper : III Subject : COMPUTER SCIENCE AND APPLICATIONS Time : 2 Hours 30 Minutes Maximum Marks : 150 Number of Pages in this Booklet : 16 Number of Questions in this Booklet : 75 K-2416 1 /P.T.O. Instructions for the Candidates 1. Write your roll number in the space provided on the top of this page. 2. This paper consists of seventy five multiple-choice type of questions. 3. At the commencement of examination, the question booklet will be given to you. In the first 5 minutes, you are requested to open the booklet and compulsorily examine it as below : (i) To have access to the Question Booklet, tear off the paper seal on the edge of the cover page. Do not accept a booklet without sticker seal or open booklet. (ii) Tally the number of pages and number of questions in the booklet with the information printed on the cover page. Faulty booklets due to pages/questions missing or duplicate or not in serial order or any other discrepancy should be got replaced immediately by a correct booklet from the invigilator within the period of 5 minutes. Afterwards, neither the Question Booklet will be replaced nor any extra time will be given. 4. Each item has four alternative responses marked (A), (B), (C) and (D). You have to darken the circle as indicated below on the correct response against each item. Example :A B C D where (C) is the correct response. 5. Your responses to the question of Paper III are to be indicated in the OMR Sheet kept inside the Booklet. If you mark at any place other than in the circles in OMR Sheet, it will not be evaluated. 6. Read the instructions given in OMR carefully. 7. Rough Work is to be done in the end of this booklet. 8. If you write your name or put any mark on any part of the OMR Answer Sheet, except for the space allotted for the relevant entries, which may disclose your identity, you will render yourself liable to disqualification. 9. You have to return the test OMR Answer Sheet to the invigilators at the end of the examination compulsorily and must NOT carry it with you outside the Examination Hall. 10. You can take away question booklet and carbon copy of OMR Answer Sheet after the examination. 11. Use only Blue/Black Ball point pen. 12. Use of any calculator, Electronic gadgets or log table etc., is prohibited. 13. There is no negative marks for incorrect answers. 14. In case of any discrepancy found in the Kannada translation of a question booklet the question in English version shall be taken as final. 1. ! ! " # $% 2. &'( !) *+ ,-./01 2 '3 "4 "4 5 % 3. $ ( 6 7' 8 9 '3 " ( " 4 : 74 % 5- ;4 ( 1" 1 ( 1 ( :7 7 < $ =6 ( 7 % (i) '3 " ( 4 ' 37 (73 : 9) ( > ? ")$# $.@(, A >B 71 ( " C ($ D 5 . (ii) ! "#$ ! "%$&" ' "(&")*+ (#, -.$/,0)&1 2",(3 2", "",45& 2",6#7)"& " #, & & 89.# :'5;<8& "=>1 < ?. &. 67"@&',A BC D@ @&',A',"(51)"& EF"" :',"(5 4. '&+ '3 4" (A)9(B)9(C) 1 (D)/ 4 & 7 , EF G14H % '3 " / $EG1 9( 4 (7I 1 > :7(J& (" 7 0 D ( % G&,E70H A BC D (C)$EG1 77K4% 5. '3 4" H4 G1 4 9"III + IJ7"OMR G#7E, ")#" K#L&M% OMR )7 > :7(J&) 1 5D E 4 & 9> LM N E E: 74 % 6. OMR G1)7 ( @O 4 "P74(1 # Q$. 7. /7(: ( "( ( E:1(, K% 8. 4 1 "!R 45!) 7 ) >B 7E ?) " "9 41 7) 1 59OMR G1)7 E 874 ! 9 > ) F1 4 D7. N7 & $% 9. $ ( 6 19 (:7< 7 OMR G1)7 " - (6($4 R & D ( 1 $ (76 ( S 5 ) 4 OMR " 4 ( : N(: . 10. $ ( 6 19$ (76'3 "&'( " 1 ( OMR G1)7 " 4 1 4 ( : ) 4!) % 11. ; /NC,'O,A POO")#" G+ 4.. 12. , 5L' $7O1<& ,QG7R 2",',OP @'O6#, ( G+ ";8 =',4&. 13. . 5&G#7SR 67"(5. 14. :"#6 4 8OD"T)"& . " #, :@ &16 4 8OD"T7"& "" &.UC


Total Number of Pages : 16 Paper III 4 K-2416 10. A table has fields F1, F2, F3, F4, F5 with the following functional dependencies. F1→ F3 F2 → F4 (F1. F2) → F5 In terms of normalization, this table is in (A) 1NF (B) 2NF (C) 3NF (D) 4NF 11. Find the CMY co-ordinates of a color at (0.2, 1, 0.5) in RGB space (A) (0.6, 1.4, 0.9) (B) (1.2, 2, 1.5) (C) (0.8, 0, 0.5) (D) (1.2, 1.5, 1.4) 12. What is the rate of (1024×1024) frame buffer with an average access rate per pixel of 200 nanoseconds on a simple color display ? (A) 5.2 frames/sec. (B) 17.4 frames/sec. (C) 2.6 frames/sec. (D) 1.6 frames/sec. 13. A picture has a resolution of 1024×1280 with each of three colors being represented by 8 bit plane. What is storage requirement for a 10 second animation of the picture with 30 frames per second ? If the compression ratio is 5:1 what is the storage requirements ? (A) 2250 megabytes (B) 22 megabytes (C) 450 megabytes (D) 10 megabytes 14. x = at2 ; y = 2 at is a parametric equation of (A) Circle (B) Rectangular hyperbola (C) Parabola (D) Ellipse 15. In Bresenhan’s Algorithm error term is initialized to (A) 0 (B) 1 (C) – 2 1 (D) – 1 16. In object oriented design of software, which of the following is not true ? (A) Objects inherit properties of the class (B) Classes are defined based on the attributes of the object (C) Classes are always different (D) Object can belong to two classes 17. Which of the following programming languages manages automatic memory management through garbage collection ? (A) C (B) C++ (C) XML (D) C #

Tài liệu liên quan

x
Báo cáo lỗi download
Nội dung báo cáo



Chất lượng file Download bị lỗi:
Họ tên:
Email:
Bình luận
Trong quá trình tải gặp lỗi, sự cố,.. hoặc có thắc mắc gì vui lòng để lại bình luận dưới đây. Xin cảm ơn.