Daily Archives: March 28, 2017


PROVERBS

A fool and his money are soon parted: One who cannot take care of his money, loses it. A good beginning makes a good ending: A well begun task in a good state. A house is not a home: A home is known by real love and affection and not […]


COMPUTER ORGANISATION MCQ SET 2

    In a virtual memory system, the addresses used by the programmer belongs to memory (B) physical addresses. (C) address space.               (D) main memory address.   Ans: C An address used by programmers in a system supporting virtual memory concept is called virtual address and the set of such […]


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: […]


SOFTWARE ENGINEERING MCQ SET 2

CYCLOMATIC COMPLEXITY – SOLVED PROBLEMS   Cyclomatic complexity is a software metric. It provides a quantitative measure of the logical complexity of a program.Cyclomatic complexity provides us with an upper bound for the number of tests that must be conducted to ensure that all statements have been executed at least […]


SOFTWARE ENGINEERING MCQ SET 1

Q.1 The most important feature of spiral model is (A) requirement analysis. (B) risk management. (C) quality management. (D) configuration management. Ans: B Q.2 The worst type of coupling is (A) Data coupling. (B) control coupling. (C) stamp coupling. (D) content coupling. Ans: D Q.3 IEEE 830-1993 is a IEEE […]


SOFTWARE ENGINEERING MCQ

UGC NET PREPARATION ON WHATSAPP GROUP JUST MESSAGE ON 94178-24400 “JOIN NET GROUP” TUITIONS IN JALANDHAR FOR BCA MCA BSC BA PGDCA BCOM MCOM PROJECTS IN ASP PHP JAVA WEB DESIGNING AT LOW COST ALL SUBJECTS ALL CLASSES CALL 94178-24400 SOFTWARE ENGINEERING MCQ SET 1 SOFTWARE ENGINEERING MCQ SET 2 […]


COMPUTER GRAPHICS MCQ SET 1

1.       The graphics can be a.       Drawing b.       Photograph, movies c.       Simulation d.      All of these 2.       Computer graphics was first used by a.      William fetter in 1960 b.      James fetter in 1969 c.       James gosling in 1991 d.      John Taylor in 1980 3.       The component of interactive computer graphics […]


ARTIFICIAL INTELLIGENCE MCQ SET 6

51. Machine learning is (a) The autonomous acquisition of knowledge through the use of computer programs (b) The autonomous acquisition of knowledge through the use of manual programs (c) The selective acquisition of knowledge through the use of computer programs (d) The selective acquisition of knowledge through the use of […]