Recent questions tagged kpgcet-cse-2019

443
views
1 answers
0 votes
The relational DBMS is constructed on relational principles which are based on The matrix theory Axiomatic principles Primary key Primary & foreign key relationship
328
views
1 answers
0 votes
In relational DBMS, the closure of functional dependencies facilitates To determine the candidate key To determine the foreign key To determine the dependency of an attribute with other attribute/s None of these
338
views
0 answers
2 votes
The process of normalization is used toEnhance the number of relations Determine the relationship between different relations Minimize the redundancies & eliminate anomalies Ease the computational work.
353
views
1 answers
0 votes
The schema for the entire database is designed using Data definitional languageStructured query languageData manipulation language Schema structure language
265
views
1 answers
0 votes
The difference between the structured query language and the programming relationship language is thatStructured query language does not contain answer ... query language uses strict semioticsOnly programming language uses strict semiotics.
253
views
0 answers
0 votes
One of the differences between Object-Oriented Paradigm (OOP) and Database Management System (DBMS) is that In DBMS, null values &redundancies are completely ... only null values are minimized In DBMS, only null values are eliminated.
1.2k
views
1 answers
0 votes
The diagramming language suitable for object-oriented paradigm isData Flow Diagramming LanguageEntity-Relationship LanguageObject-Oriented LanguageUnified Modeling Language
465
views
1 answers
0 votes
Couple of the good database design principles suggest that preservation and minimization of functional dependencies. These issues can ... all interrelationship between all attributesMinimizing candidate keysNone of these
290
views
0 answers
0 votes
The normalization is a way to implementGood software engineering principlesGood database design principlesStructured Query LanguageDatabase Schema
841
views
1 answers
0 votes
Object-oriented paradigm is used in the analysis stage of SDLC toStructure the behavioural part of the business processDesign the structural part ... memoryDesign the object-oriented programming languageDesign the structure of the database.
396
views
0 answers
0 votes
The signature of the object method clause present in class diagram containsAll definitional attributes of the class used in the method All referential ... All definitional attributes of related classes All attributes of related classes
280
views
0 answers
0 votes
The Software Development Life Cycle (SDLC) is used in allProcess modelsDesign modelsProgramming modelsNone of these
329
views
1 answers
0 votes
The success rate of the software development is pathetically low becauseMost of the techniques are human skill dependent guidelinesThe development methodology is ... cluster of software.Inconsistency in the values of related data.
223
views
0 answers
0 votes
The Ford-Fulkerson method of finding maximum flow from source to sink is An iterative methodA recursive methodA direct determination methodA methodology of linked methods
278
views
0 answers
0 votes
The complexity of algorithms is comparatively more accurate in the use ofAsymptotic analysisAmortized analysisBoth of theseNot dependent on the nature of analysis.
201
views
0 answers
0 votes
The matrices represented for transformations in homogeneous co-ordinate system are used to transformMultiplication into additionAddition into multiplicationDivision into subtractionSubtraction into division
308
views
0 answers
0 votes
The good software engineering principles are used in object-oriented paradigm toStreamline the structural part of the business processStreamline the security of the ... the structure of the classStreamline the object methods of the class
274
views
0 answers
0 votes
The picture definition, stored in the $24$ frame buffers of which each $8$ frame buffers are reserved for the primary colours viz., red, blue & green displays the picture in$67,77,216$77,216$1,67,77,216$3$
370
views
1 answers
0 votes
In the parallel projection, the picture definition of the window to the view port, the parallel projection lines areParallel to the viewportPerpendicular to the viewportParallel to the windowPerpendicular to the window
177
views
0 answers
0 votes
In isometric projection of picture definition, the object is projected on the screen which cuts the x-,y- & z- coordinate axes atEquidistance ... the originAny distance from the originEquidistance from the screenAny distance from the screen
132
views
0 answers
0 votes
The scaling transformation of the object with uniform scaling factors greater than $1$,Retains the size and shape of the objectRetains only the size of the ... only the shape of the objectEnhances the size of the object retaining the shape
163
views
0 answers
0 votes
The scaling factors equals to $2$ in any directionRetains the distance of the defining point of the object from the origin, but doubles the size of the object ... of the object from the origin and the size of the object in that direction
195
views
0 answers
0 votes
The normals to the plane surface $ax + by + cz+ d = 0$ is represented by$ai + bj + ck$ai + bj +dk$ai + cj + dk$bi + cj + dk$where $(i, j, k)$ are unit normal respectively along x-, y-, and z- directions.
192
views
0 answers
0 votes
The transitive dependencies between attributes of a relation (relational DBMS file) is eliminated by the application of$1$st normal form$2$nd normal form$3$rd normal form$4$th normal form rule on the relation.
223
views
0 answers
0 votes
The concatenation of three or more matrices isAssociative and also commutativeAssociative but not commutative Commutative but not associativeNeither associative nor commutative
304
views
1 answers
0 votes
The normalization of relations in DBMS is based onDivide and conquer algorithmAxioms of probabilityGreedy algorithmArmstrong's axioms
263
views
1 answers
0 votes
The undesirable multivalued dependency in a relation arises if there exist Two one-to-many relationships between attributes of a relation One one-to-one ... of a relation One one-to-many relationship between attributes across relation
265
views
0 answers
0 votes
The software is developed using one of the process models, whose stages are iterative in nature becauseTheir pedestal software development life cycle ... skill dependent. The involved automated activities need iterations. None of these
148
views
0 answers
0 votes
The running time of amortized stack of the most $n$ elements is Push $= 2$, pop $= 0$, Make Empty $= 0$Push $= 1$, pop $= 1$, Make Empty $= n$Push $= 1$ or $n$ ... $(n − 1)$, Make Empty $= 1$ Push $= 3$, pop $= 2$, Make Empty $= 1$
339
views
1 answers
0 votes
The tower of Hanoi puzzle with $n (n > 1)$ different dimensional disks stacked on peg A in the decreasing order of their size with largest dimensional disk at the bottom and smallest dimensional ... +2$2T(n-1) + 1$T(n-1) +T(n − 2)$2T(n)$