Recent questions tagged kpgcet-cse-2019

0 votes
0 answers
61
Agile process model is developed based on _______(number) principles and one of the most widely used approach is called _____(XP).$5$, External programming $6$, Extreme p...
0 votes
0 answers
62
Software maintenance means perennial updation of software to the changing needs of ___ process and advancement in ____. business, technologybusiness, businessbusiness, i...
0 votes
0 answers
63
In the Rational Unified Process (RUP), the _____ milestone is reached after completion of elaboration stage.lifecycle objectiveslifecycle architectureinitial operationa...
0 votes
0 answers
64
The ___________statement in the program, reserves a record length memory for the file with structures defined in the program.opencloseReadWrite
0 votes
0 answers
65
The visibility ‘protected' is used only with attributes and methods of subclasssuper classabstract classbase class
0 votes
1 answer
66
The running time of using two-way merge-sort technique to sort a file of $n>1$ record is$2T (n/2) + \theta (n)$$\text{lg}(n) + \theta(n)$$\theta (n)$$O(n)$
0 votes
0 answers
67
The postfix notation for infix notation $a^*(b+c)+d÷e$ is given by$abc^*+de ÷ +$$abc+^*de ÷ +$$abcde +^*÷ +$$abc^*+de + ÷$
0 votes
0 answers
68
The infix notation helps ______ to compute and postfix & prefix notations help ____ to compute.human, algorithmprogram, humanhuman, machinemachine, human
0 votes
0 answers
69
A binary tree of height $h$ can have at most minimum of _______ elements where $n$ is the height of the tree.$2^n$$2^n+1$$2^n+1$$2^{2n}$
0 votes
0 answers
71
The logical data model of any DBMS is the ______ of the ______ model in terms of the DBMS.version, conceptualconceptual, physicalinternal, conceptualversion, physical
0 votes
0 answers
72
In UML, the number of usecase diagrams commensurate with ______.number of usecasesnumber of classesnumber of actorsnumber of object methods 
0 votes
0 answers
73
Software development planning is designed using   activity diagram  object structure diagram activity chart  bar chart 
0 votes
2 answers
74
The multivalued dependencies (MVDs) can be eliminated using ______ normal form on _____ normal form relations.$1$st, $2$nd$2$nd, $3$rd$3$rd, BCNF$4$th, BCNF
0 votes
0 answers
75
The Software Development Life Cycle used in process models for software development will be with meaningful life cycle if between consecutive stages there exist _______...