Recent questions tagged non-gate

3.3k
views
1 answers
5 votes
The output $0$ and $1$ level for TTL Logic family is approximately$0.1$ and $5 \text{ V}$$0.6$ and $3.5 \text{ V}$$0.9$ and $1.75 \text{ V}$$-1.75$ and $0.9 \text{ V}$
3.8k
views
1 answers
5 votes
The level of aggregation of information required for operational control isDetailedAggregateQualitativeNone of the above
6.8k
views
1 answers
4 votes
What does a pixel mask mean?string containing only $1\text{'s}$string containing only $0\text{'s}$string containing two $0\text{'s}$string containing $1\text{'s}$ and $0\...
500
views
2 answers
2 votes
#include<stdio.h int main(){ int a; if(a=printf("hello")) printf("gatecse%d",a); }
5.5k
views
5 answers
0 votes
Infrared signals can be used for short range communication in a closed area using _______ propagation.GroundSky Line of sight Space
4.0k
views
2 answers
5 votes
In graphics, the number of vanishing points depends onThe number of axes cut by the projection planeThe center of projectionThe number of axes which are parallel to the p...
6.4k
views
1 answers
3 votes
The built-in base class in java, which is used to handle all exceptions isRaiseExceptionErrorThrowable
7.9k
views
1 answers
1 votes
Which of the following is not provided as a service in cloud computing?Infrastructure as a serviceArchitecture as a serviceSoftware as a servicePlatform as a service
2.1k
views
1 answers
3 votes
Which of the following statement is correct$\triangle (U_k V_k) = U_k \triangle V_k + V_k \triangle U_k$$\triangle (U_k V_k) = U_{k+1} \triangle V_k + V_{k+1} \triangle ...
329
views
0 answers
2 votes
Let $D = \{d_1, d_2, \dots, d_k\}$ be the set of distinct divisors of a positive integer $n$ ($D$ includes 1 and $n$). Then show that$\Sigma_{i=1}^k \sin^{-1} \sqrt{\log_...
4.1k
views
4 answers
4 votes
The TRAP is one of the interrupts available in $\textsf{INTEL 8085}.$ Which one of the following statements is true of TRAP ?it is level triggeredit is negative edge trig...
5.4k
views
3 answers
5 votes
How much memory is required to implement $z$-buffer algorithm for a $512 \times 512 \times 24$ bit-plane image?$768$ KB$1$ MB$1.5$ MB$2$ MB
1.1k
views
1 answers
3 votes
How to generate permutation of a string? What will be the complexity?
1.2k
views
1 answers
1 votes
You have a laptop with a fixed amount of memory and hard disk space and no external storage devices connected (CD, USB drives, . . . ). Which of the following is the most...
10.4k
views
5 answers
4 votes
The contents of the flag register after execution of the following program by $8085$ microprocessor will be$\textbf{Program}$$\textsf{SUB A}$$\textsf{MVI B,(01)}_\textsf{...
8.2k
views
2 answers
4 votes
What is the right way to declare a copy constructor of a class if the name of the class is MyClass?MyClass (constant MyClass * arg)MyClass (constant MyClass & arg)MyClass...
607
views
0 answers
0 votes
Which of the following commands willoutput “onetwothree” ?(A) for val; do echo-n \$val; done <one two three(B) for one two three; do echo-n-;done(C) for n in one two ...
13.1k
views
2 answers
7 votes
If a program $P$ calls two subprograms $P1$ and $P2$ and $P1$ can fail $50$% of the time and $P2$ can fail $40$% of the time, what is the failure rate of program $P$?$50$...
5.9k
views
3 answers
2 votes
Which of the following testing methods uses fault simulation technique?Unit testingBeta testingStress testingMutation testing
4.2k
views
1 answers
3 votes
Which of the following types of coupling has the weakest coupling?Pathological couplingControl couplingData couplingMessage coupling
4.9k
views
1 answers
6 votes
What is the cyclomatic complexity of a module which has seventeen edges and thirteen nodes?$4$$5$$6$$7$
318
views
0 answers
0 votes
3.6k
views
1 answers
4 votes
What is the output of the following program?Class Test { public static void main (String [] args) { int x = 0; int y = 0 for (int z = 0; z < 5; z++) { if((++x >2)||(++y ...
981
views
2 answers
0 votes
431
views
1 answers
0 votes
3.6k
views
3 answers
3 votes
In case of a DVD, the speed of data transfer is mentioned in multiples of?150 KB/s1.38 MB/s300 KB/s2.40 MB/s
3.7k
views
2 answers
3 votes
In 8085 microprocessor, the ISR for handling trap interrupt is at which location?$3CH$$34H$$74H$$24H$
3.9k
views
5 answers
5 votes
How many number of times the instruction sequence below will loop before coming out of the loop? MOV AL, 00H A1: INC AL JNZ A11255256Will not come out of t...
4.5k
views
3 answers
2 votes
In $8086$, the jump condition for the instruction $JNBE$ is?CF = 0 or ZF = 0ZF = 0 and SF = 1CF = 0 and ZF = 0CF = 0