MISC


CBSE NET COMPUTER SCIENCE NOV 2017 PAPER 2 PART 5

Pages : 1    2     3    4     5      Software does not wear-out in the traditional sense of the term, but software does tend to deteriorate as it evolves, because: (1) Software suffers from exposure to hostile environments. (2) Defects are more likely to arise after software has been used […]


Microprocessor Mcq Set 1

IMPORTANT MICROPROCESSOR MCQ FOR EXAM 1. EPROM can be a. UVPROM b. EEPROM c. both UVPROM and EEPROM d. none of the above Ans. (c); EPROM – Erasable Programmable ROM UVPROM – Ultraviolet Programmable ROM EEPROM – Electrically Erasable Programmable 2. The access time of ROM using bipolar transistors is […]


PROGRAMMING MCQ

Q.1       What is the output of the following program? main ( ) {     int x = 2, y = 5;        if (x < y) return (x = x+y); else printf (“z1”);        printf(“z2”); }                    (A)  z2                                                (B)  z1z2 (C)    Compilation error                         (D)  None of these                Ans: […]


CBSE NET DECEMBER 2005 PAPER 1

December 2005 paper 1 Team teaching has the potential to develop: (A) Competitive spirit (B) Cooperation (C) The habit of supplementing the teaching of each other (D) Highlighting the gaps in each other’s teaching Answer: C Which of the following is the most important characteristic of Open Book Examination system? […]


UGC NET DECEMBER 2015 PAPER 2 SOLVED PART-5

Pages: 1 2 3 4 5 41. Loop unrolling is a code optimization technique: (A) that avoids tests at every iteration of the loop (B) that improves performance by decreasing the number of instructions in a basic block. (C) that exchanges inner loops with outer loops (D) that reorders operations […]


NET JUNE 2015 PAPER -3 SOLVED PART-2

PAGES: 1 2 3 4 5 16. Which of the following is not a basic primitive of the Graphics Kernel System(GKS) ? (A) POLYLINE (B) POLYDRAW (C) FILL AREA (D) POLYMARKER Answer: B Explanation. Basic primitive of GKS are Polyline,polymarker, fillarea,text. 17. Which of the following statements is/are incorrect ? […]