UGC NET PAPER 2 COMPUTER SCIENCE – SET 31
Period: JUNE 2013
601. UNIX inode with 10 direct, 1 single, double, triple indirect pointers; 1 KB blocks; 4-byte addresses → max file size ≈
Operating System • File Systems • JUNE 2013
602. Windows XP/Vista use which file system?
Operating System • File Systems • JUNE 2013
603. A VM algorithm which partially swaps out a process is example of
Operating System • Memory management • JUNE 2013
604. Job refs ABACABDBACD with 2 frames: page faults under FIFO & LRU are
Operating System • Memory Management • JUNE 2013
605. A thread is “lightweight” because OS does not maintain which per-thread state?
Operating System • Threads • JUNE 2013
606. Page-fault service 10 ms, mem access 20 ns, one fault per 10⁶ accesses. EAT =
Operating System • Virtual memory • JUNE 2013
607. The working-set model implements the principle of
Operating System • Virtual Memory • JUNE 2013
608. In homogeneous coordinates, points with z=0 are called
Programming Languages • 3D graphics • JUNE 2013
609. An “actor” in animation is a small program invoked ______ per frame.
Programming Languages • Animation • JUNE 2013
610. What does printf("%.*s",7,s) print if s="hello world"?
Programming Languages • C I/O • JUNE 2013
611. Arrays in C can have with respect to memory representation.
Programming Languages • C programming • JUNE 2013
612. When an array is passed to a function, the function
Programming Languages • C programming • JUNE 2013
613. Trace the error: int *b, &a; *b=20; printf("%d,%d",a,*b);
Programming Languages • C syntax • JUNE 2013
614. If f(x,y) is a digital image, then x,y and amplitude are
Programming Languages • Digital imaging • JUNE 2013
615. The refresh rate above which flicker ceases is called the .
Programming Languages • Display systems • JUNE 2013
616. Number of distinct binary images from an M×N binary image is
Programming Languages • Image representation • JUNE 2013
617. 40 black-white line pairs per inch resolution is
Programming Languages • Image resolution • JUNE 2013
618. Memory for a 1024×1024 image with n-bit color on an 8-bit machine is
Programming Languages • Image storage • JUNE 2013
619. Which are primary design issues for expression evaluation: operator precedence, associativity, operand evaluation order, side-effect restrictions?
Programming Languages • Language design • JUNE 2013
620. Correct Prolog “not” meta-predicate implementation is
Programming Languages • Logic Programming • JUNE 2013
Disclaimer for MCQ Quiz
This quiz is for educational purposes only…