Questions without answers in Non GATE

124
views
0 answers
0 votes
A constructor cannot be explicitly called by the client program. true or false?
79
views
0 answers
0 votes
A program that includes the file containing a class declaration is called a ________ program of the class.
173
views
0 answers
0 votes
Trying out a code to get all the possible marks that can be obtained in a GATE paper.Assumptions taken : 1) All questions are MCQs (all questions have a chance of negativ...
136
views
0 answers
0 votes
The four nucleotides in $\text{DNA}$ are called $\text{A, C, G}$, and $\text{T}$. Consider the following languages over the alphabet $\{\mathrm{A}, \mathrm{C}, \mathrm{G}...
158
views
0 answers
0 votes
Consider the following algorithm that takes as input a positive integer $n$.if (n == 1) { return "Neither prime nor composite." } m=2 while (m < n) { if (m divides n ){ r...
128
views
0 answers
0 votes
In the following pseudocode, assume that for any pair of integers $x \leq y$, the function random ( $\mathrm{x}, \mathrm{y})$ produces an integer uniformly chosen from th...
114
views
0 answers
0 votes
Arun has a non-empty subset $\text{S}$ of the numbers $\{1,2,3, \ldots, 1000\}$. Bela wants to find any number $\text{x}$ in Arun's set $\text{S}$.To do this, Arun and Be...
127
views
0 answers
0 votes
Let $\mathbb{C}$ denote the set of complex numbers and let $k$ be a positive integer. Given a non-zero univariate polynomial $f(x)$ with coefficients in $\mathbb{C}$ and ...
130
views
0 answers
0 votes
In the $n$-queens completion problem, the input is an $n \times n$ chess board with queens on some squares, and the goal is to determine if there is a way to place more q...
152
views
0 answers
0 votes
Suppose we are given a graph $\text{G=(V, E)}$ with non-negative edge weights $\left\{w_{e}\right\}_{e \in E}$.Consider the following problems:P1: Finding a minimum spann...
153
views
0 answers
1 votes
For an undirected graph $G$, let $\bar{G}$ refer to the complement (a graph on the same vertex set as $G$, with $(i, j)$ as an edge in $\bar{G}$ if and only if it is not ...
216
views
0 answers
0 votes
Which of the following clustering technique is used by K-Means algorithm:Hierarchical TechniquePartitional techniqueDivisiveAgglomerative
346
views
0 answers
0 votes
Suppose a Bezier curve P(t) is defined by the following four control points in the xy - plane : P0 = (-2,0); P1 = (-2,4); P2 = (2,4); and P3 = (2,0). Then which of the fo...
308
views
0 answers
0 votes
Given below are two statements : Statement I: The maximum number of sides that a triangle might have when clipped to a rectangular viewport is 6.Statement II: In 3D graph...
95
views
0 answers
0 votes
Q.1 Which statement is FALSE regarding Programmable Logic Controller?Ans1. PLC is a specialized Programmable device which is used to control machines and processes.2. Use...
127
views
0 answers
0 votes
Q.2 Which probability distribution is most widely used to model quantization noise in pulse code modulation?Ans1. Poisson2. Bernoulli3. Uniform4. GaussianQuestion ID : 63...
115
views
0 answers
0 votes
Q.5 Which of the following statement is TRUE related to Alpha Beta pruning algorithm?Ans1. In Alpha Beta algorithm Alpha has minimum value and Beta has maximum value2. In...
69
views
0 answers
0 votes
Q.6 Resolution of analog to digital converter is given byAns$\times 1.1-\frac{\text { Voltage Range }}{2^{n-1}}$X. $\frac{\text { Voltage Range }}{2^{n}}$3. $\frac{\text ...
74
views
0 answers
0 votes
Q.7 Which of the following is TRUE for PROM memories?Ans1. It has programable AND gate and programable OR gate.2. It has fixed AND gate and fixed OR gate.3. It has progra...
88
views
0 answers
0 votes
Q.8 Which of the following statement is correct related to branch and bound method?Ans 1. Branch and bound is a method for solving optimization problems by breaking them ...
71
views
0 answers
0 votes
Q.9 Which of the following network traffic tool can capture not only passwords, but any type of data passing through a network, like usernames, email addresses, personal ...
91
views
0 answers
0 votes
Q.11 In a 4-bit DAC, reference voltage is 5 Volts, then analog voltage corresponding to binary data is 1001 isAns1. 2 volts.2. 5 volts.3. 3 volts.4. 4 volts.Question ID :...
107
views
0 answers
0 votes
Q.12 If $2 \mathrm{~K}$ bits/second is bit rate, what is the minimum PCM bandwidth required for successful transmission?Ans1. $2 \mathrm{KHz}$2. $8 \mathrm{KHz}$3. $1 \ma...
78
views
0 answers
0 votes
Q.13 When a large number of analog signal is to be converted to digital form, an analog multiplexer is used. The best suites analog to digital converter for this operatio...
85
views
0 answers
0 votes
Q.14 In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message variesAns1. Phase of pulse2. Frequency of pulse3. Amplitude o...
197
views
0 answers
0 votes
Q.15 Transfer function of closed loop system with negative feedback is defined asAns$\times 1 . \frac{\text { Forward path gain }}{1-\text { forward path gain } * \text {...
153
views
0 answers
0 votes
Q.19 The Maximum Power transfer theorem states that maximum power is delivered whenAns1. Load resistance is equal of source resistance.2. Load resistance is thrice of sou...
72
views
0 answers
0 votes
Q.22 Which of the following statement is INCORRECT related to mysqI_list_tables() function ?Ans1. Connection has to be established before call of mysql_list_tables() func...
159
views
0 answers
0 votes
Q.23 Which of the following element in XSLT is used to apply a template repeatedly on each node?Ans1.$x$ 2. $$x$ 3.$X$ 4. $Question ID : 630680278536Option 1 ID : $\mathb...
89
views
0 answers
0 votes
Q.24 The ability of the device to give identical output when repeat measurement are made with the same input is defined asAns1. Precision2. Resolution3. Accuracy4. Calibr...
To see more, click for the full list of questions or popular tags.