UGC NET PAPER 2 COMPUTER SCIENCE – SET 52
Period: AUG 2016
1021. Point P(2,5) rotated about pivot (1,2) by 60° yields P′.
Programming Languages • 2D transformations • AUG 2016
1022. Objects behind center appear upside down on view-plane:
Programming Languages • 3D projection • AUG 2016
1023. The C declaration `int * f[]();` defines what?
Programming Languages • C Syntax • AUG 2016
1024. If a function is a friend of a class, which statement is wrong?
Programming Languages • C++ OOP • AUG 2016
1025. N-bit frame buffer with W-bit LUT (W>N). How many intensity levels at a time?
Programming Languages • Color depth • AUG 2016
1026. Match FP history: a. λ-calculus–Church1932; b. λ-calc as language–McCarthy1960; c. Lazy eval–Wadler1970; d. Type classes–Haskell1990.
Programming Languages • FP history • AUG 2016
1027. Which is incorrect for Windows MDI?
Programming Languages • Graphical User Interfaces • AUG 2016
1028. Prevent method overriding by using final as modifier at _____.
Programming Languages • Java modifiers • AUG 2016
1029. Which is not correct?
Programming Languages • Java OOP • AUG 2016
1030. Aliasing in programming refers to:
Programming Languages • Language semantics • AUG 2016
1031. Liang-Barsky clipping for A(–1,7)–B(11,1), window xmin=1,xmax=9,ymin=2,ymax=8: u bounds are:
Programming Languages • Line clipping • AUG 2016
1032. Which formal system underlies Prolog semantics?
Programming Languages • Logic Programming • AUG 2016
1033. In C++, runtime polymorphism requires what?
Programming Languages • OOP Concepts • AUG 2016
1034. Constructors have _____ return type.
Programming Languages • OOP in Java • AUG 2016
1035. With call-by-reference funb(y,x,x) on x=10,y=3: prints x and y as:
Programming Languages • Parameter passing • AUG 2016
1036. In Bresenham’s algorithm (slope>1), di<0: next (xi+1, yi+1) & di+1 are:
Programming Languages • Raster algorithms • AUG 2016
1037. Match terms to definitions: Wizards, Templates, Macro, Integrated SW, Software Suite vs a.Step guides b.Forms c.Series commands d.Single program e.Bundled programs.
Programming Languages • Software tools • AUG 2016
1038. A C++ function template provides how many levels of generalization?
Programming Languages • Templates • AUG 2016
1039. Which about version & release is correct? I. Versions functionally identical but differ non-functionally. II. Versions functionally distinct. III. Releases distributed outside dev team. IV. Releases functionally identical but differ non-functionally.
Software Engineering • Configuration Management • AUG 2016
1040. Which describes composition?
Software Engineering • OO design • AUG 2016
Disclaimer for MCQ Quiz
This quiz is for educational purposes only…