Recent questions tagged non-gate

3 votes
1 answer
511
0 votes
2 answers
512
0 votes
3 answers
513
Which of the following color models are defined with three primary colors ? RGB and HSV color modelsCMY and HSV color modelsHSV and HLS color modelsRGB and CMY color mode...
0 votes
2 answers
515
4 votes
2 answers
518
Configuration management is not concerned withcontrolling changes to the source codechoice of hardware configuration for an applicationcontrollling documentation changesm...
1 votes
1 answer
520
3 votes
1 answer
522
A computing architecture, which allows the user to use computers from multiple administrative domains to reach a common goal is called asGrid ComputingNeutral NetworksPar...
6 votes
1 answer
523
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web do...
5 votes
1 answer
524
7 votes
2 answers
526
The conic section that is obtained when a right circular cone is cut through a plane that is parallel to the side of the cone is called _____parabolahyperpolacircleellips...
4 votes
1 answer
527
If the maximum output voltage of a DAC is $V$ volts and if the resolution is $R$ bits then the weight of the most significant bit is ________$V/(2^R -1)$$(2^{R-1}).V/(2^R...
4 votes
2 answers
529
Which of the following is not a maturity level as per Capability Maturity Model?InitialMeasurableRepeatableOptimized
2 votes
1 answer
531
Why Java does not support multiple inheritance?i want answer in simple words. i have searched for this answer in every textbook.Everytext just says that it doesnot suppor...
1 votes
1 answer
532
Which of the following methods from Object is final ( that it cannot be overriden ) ?(A) finalize method(B) clone method(C) hashCode method(D) getClass method
2 votes
2 answers
535
3 votes
4 answers
536
6 votes
3 answers
537
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345
3 votes
2 answers
538
Logic family popular for low power dissipationCMOSECLTTLDTL
7 votes
2 answers
539
In HTML, which of the following can be considered a container?<SELECT><Value><INPUT><BODY>
7 votes
2 answers
540
Find the output of the following Java code line System.out.printIn(math.floor(-7.4))-7-8-7.4-7.0