Nội dung text K-2416 Computer Science and Applications (Paper-III).pdf
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 #