Recent questions in Non GATE

#961
4.3k
views
1 answers
2 votes
In a distributed computing environment, distributed shared memory is used which is Logical combination of virtual memories on the nodes.Logical combination of physical ... of the secondary memories on all the nodes.All of the above
#962
7.5k
views
1 answers
2 votes
When the inheritance is private, the private methods in base class are _____ in the derived class (in C++)inaccessible accessibleprotectedpublic
#963
3.4k
views
2 answers
1 votes
Which of the following is incorrect in C++?when we write overloaded function we must code the function for each usagewhen we write function ... function only onceit is difficult to debug macrostemplates are more efficient than macros
#964
6.8k
views
3 answers
2 votes
Which of the following, in C++, is inherited in a derived class from base class?constructordestructordata membersvirtual methods
#965
4.3k
views
1 answers
1 votes
Temporal cohesion meansCoincidental cohesionCohesion between temporary variablesCohesion between local variables Cohesion with respect to time
#966
1.2k
views
1 answers
2 votes
$'FAN IN'$ of a component $A$ is defined as Count of the number of components that can call, or pass control, to a component $A$Number of components related to component $A$Number of components dependent on component $A$None of the above
#967
2.9k
views
1 answers
2 votes
#968
2.1k
views
1 answers
3 votes
What steps shall be required to rotate an object from point $P_1$ (as shown in fig. 1) and its placement such that what was at $P_1$ is now reduced and is at ... final position $P_2$I, II and IIIII, III and IVI, III and IVAll of the above
#969
8.7k
views
1 answers
2 votes
Assume that the software team defines a project risk with $80$% probability of occurrence of risk in the following manner: Only $70$ percent of the software components ... then the risk exposure would be$25,200$20,160 $17,640 $15,120
#970
1.7k
views
1 answers
2 votes
The transformation required for conversion of CMY colour model to RGB colour model is given as: ...
#971
5.5k
views
2 answers
3 votes
To compute function points $(FP)$, the following relationship is used $FP$ = Count - total $\times (0.65 + 0.01 \times \sum(F_{i}))$ where $F_{i} (i = 1$ ... factors $(VAF)$ based on $n$ questions. The value of $n$ is $12$14$16$ $18$
#972
5.8k
views
1 answers
3 votes
Which of the following points lies on the same side as the origin, with reference to the line 3x+7y=2?(3, 0)(1, 0)(0.5, 0.5)(0.5, 0)
#973
1.9k
views
1 answers
4 votes
Given below are three basic rules:Squash and StretchSlow-in and Slow-outTo stage the action properlyThese rules are applied in case ofRenderingMorphingAnimationAll of the above
#974
5.5k
views
1 answers
3 votes
Which of the following statements is (are) true?Two successive translations are additiveTwo successive relations are additiveTwo successive scaling operations are multiplicativeI and III and IIIII and IIIAll of the above
#975
2.3k
views
1 answers
3 votes
Which of the following is not true with respect to to a trackball and/or spaceball?A trackball is a two dimensional positioning device while as a spaceball ... as a spaceball provides six degrees of freedomI and IIII and IIIII onlyIII only
#976
2.9k
views
2 answers
2 votes
Which one of the following is not a source code metric ? Halstead metricFunction point metric Complexity metric Length metric
#977
1.5k
views
1 answers
2 votes
Which method is called first by an applet program ? start( ) run( ) init( ) begin( )
#978
1.7k
views
1 answers
2 votes
What is true about $UML$ stereotypes ?Stereotype is used for extending the $UML$ language.Stereotyped class must be abstract The stereotype indicates ... element cannot be changed UML profiles can be stereotyped for backward compatibility
#979
1.6k
views
1 answers
1 votes
The behaviour of the document elements in $XML$ can be defined byUsing document object Registering appropriate event handlersUsing element objectAll of the above
#980
2.8k
views
1 answers
1 votes
Converting a primitive type data into its corresponding wrapper class object instance is called BoxingWrapping InstantiationAutoboxing