Most viewed questions in Others

2 votes
1 answer
2
Is there any source that I can refer to for the PGCET (Non-Gate) exam papers with answers/solutions held by Gujarat for admissions in ME or MTech?
5 votes
2 answers
4
The content of the accumulator after the execution of the following 8085 assembly language program, is: MVI A, 42H MVI B, 05hUGC:ADD B DCR B JNZ UGC ADI 25H HLT82 H78 H76...
1 votes
1 answer
5
4 votes
1 answer
7
A ________ point of a fuzzy set $A$ is a point $x \in X$ at which $\mu_{A} (x) = 0.5$CoreSupportCrossover$\alpha​$-cut
2 votes
3 answers
9
Consider the following game tree in which root is a maximizing node and children are visited left to right. What nodes will be pruned by the alpha-beta pruning?$I$$HI$$CH...
0 votes
2 answers
10
#include <stdio.h>main(){char *p = 0;*p = 'a';printf("value in pointer p is %c\n", *p);}
2 votes
1 answer
12
1 votes
2 answers
13
1 votes
1 answer
14
While solving the differential equation $\frac{d^2 y}{dx^2} +4y = \tan 2x$ by the method of variation of parameters, then value of Wronskion (W) is:$1$$2$$3$$4$
1 votes
2 answers
15
The following transportation problem :$\begin{array}{|l|l|l|l|l|} \hline & \text{A} & \text{B} & \text{C} & \text{Supply} \\\hline \text{I} & \text{50} & \text{30} & \tex...
1 votes
1 answer
17
3 votes
2 answers
18
4 votes
2 answers
20
Which one of the following is not a shell in UNIX system?Bourne ShellC ShellNot ShellKorn Shell