Recent questions in Non GATE

#1041
1.1k
views
1 answers
1 votes
The _____ of a program or computing system is the structure or structures of the system, which comprise software components, the externally ... and the relationship among them.E-R diagramData flow diagramSoftware architectureSoftware design
#1042
2.8k
views
1 answers
1 votes
In which one of the following continuous process improvement is done?ISO9001RMMMCMMNone of the above
#1043
4.9k
views
1 answers
3 votes
Which of the following differentiates between overloaded functions and overridden functions ? Overloading is a dynamic or runtime binding and overridden is a static ... redefining a function in a friend class is called function overriding.
#1044
6.7k
views
2 answers
3 votes
Which of the following is not a member of class ? Static functionFriend functionConst functionVirtual function
#1045
2.6k
views
2 answers
3 votes
If f(x, y) is a digital image, then x, y and amplitude values of f areFiniteInfiniteNeither finite nor infiniteNone of the above
#1046
1.6k
views
1 answers
2 votes
The number of distinct binary images which can be generated from a given binary image of right M $\times$ N areM+NM $\times$ N2$^{M+N}$2$^{MN}$
#1047
2.6k
views
1 answers
3 votes
Images tend to be very large collection of data. The size of memory required for a 1024 by 1024 image in which the color of each pixel is represented by a n-bit number, ... machines) isn $\times$ 8 MBn/8 MB(1024 $\times$ 1024)/8 MB1024 MB
#1048
2.5k
views
1 answers
4 votes
If 40 black lines interleaved with 40 white lines can be distinguished across one inch, the resolution is40 line-pairs per inch80 line-pairs per inch1600 lines per inch40 lines per inch
#1049
2.1k
views
1 answers
3 votes
In homogenous coordinate system (x, y, z) the points z=0 are calledCartesian pointsParallel pointsOrigin pointPoint of infinity
#1050
1.8k
views
1 answers
3 votes
The refresh rate above which a picture stops flickering and fuses into a steady image is called ____Crucial fusion frequencyCurrent frequency fusionCritical fusion frequencyCritically diffused frequency
#1051
3.7k
views
2 answers
3 votes
Bresenham line drawing algorithm is attractive because it usesReal arithmetic onlyInteger arithmetic onlyFloating point arithmeticReal and integer arithmetic
#1052
1.7k
views
2 answers
3 votes
An actor in an animation is a small program invoked _____ per frame to determine the characteristics of some object in the animation.oncetwice30 times60 times
#1053
4.7k
views
2 answers
1 votes
An image is 1024$*$800 pixels with 3 bytes/pixel. Assume the image is uncompressed. How long does it make to transmit it over a 10 Mbps Ethernet?196.6 seconds19.66 seconds1.966 seconds0.1966 seconds
#1054
3.2k
views
1 answers
0 votes
Match the following $:$\begin{array}{} \text{a.} & \text{RAID 0} & \text{i.} & \text{Bit interleaved parity} \\ \text{b.} & \text{RAID 1} & \text{ii.} & \text{Non redundant ... $\text{a-iii, b-ii, c-iv, d-i}$
#1055
2.7k
views
1 answers
0 votes
Software safety is a ______ activity that focuses on the identification and assessment of potential hazards that may affect ... , monitoring and managementSoftware quality assuranceSoftware quality assuranceDefect removal efficiency
#1056
1.8k
views
1 answers
0 votes
The following three golden rulesPlace the user in controlReduce the user’s memory loadMake the interface consistentare ofUser satisfactionGood interface designSaving system’s resourcesNone of these
#1057
4.8k
views
3 answers
0 votes
Equivalence partitioning is a ______ method that divides the input domain of a program into classes of data from which test cases can be derivedWhite-box testingBlack-box testingOrthogonal array testingStress testing
#1058
2.2k
views
1 answers
0 votes
Match the following $:$\begin{array}{} \text{a. }& \text{Watson-Felix model} & \text{i.}& \text{Failure intensity} \\ \text{b.}& \text{Ouick-Fix model} & \text{ii.} & \text{ ... text{a-ii, b-i, c-iii, d-iv}$\text{a-ii, b-iv, c-iii, d-i}$
#1059
3.1k
views
1 answers
0 votes
The Software Maturity Index (SMI) is defined as $SMI=[M_f - (F_a +F_c + F_d)] / M_f$where $M_f$= number of modules in current ... deletedThe product begins to stabilize whenSMI approaches 1SMI approaches 0SMI approaches -1None of the above
#1060
3.1k
views
1 answers
1 votes
A* algorithm is guaranteed to find an optimal solution ifh’ is always 0g is always 1h’ never overestimates hh’ never underestimates h