1 votes
2
model makemake ->modelbothnone
0 votes
3
can i say A is a key here , here elements of A repeating , i read primary key should be unique , what about otherr
0 votes
4
If f(n)=3n+2 then we can say that 3n+2<=(-4)(-n) .Can constant be negative in asymptotic notation?
2 votes
5
cardinality of sets is number of elements in set wikipediabut in many sites they wrote cardinality is no. of DISTINCT elements in the set ?which is correct
0 votes
6
I am not getting the question
1 votes
7
Say if A is proper subset of B i.e A⊂B then is it true - that B⊆A (B is subset of A)?Also one more thing - if A⊂B then AUB = A where U means UNION
1 votes
8
when 8-way set associative mapping of cache memory is done and main memory size is 32 GB and Tag field has 10 bits. what will be the cache size ( consider, memory is byt...
0 votes
9
Consider the following NFANumber of states in the equivalent minimal DFA is_________????(Note: Count one for the dead state (if required))
2 votes
10
Can NFA has more states or equal states than DFA? Say NFA has n states and DFA has m states then - n>=m possible?
3 votes
11
Match the pairs in the following questions by writing the corresponding letters only.$$\begin{array}{|c|l|c|l|} \hline A. & \text{The number of distinct binary tree} & P....
0 votes
12
How to solve these type of question:-∀x ∀y (x+y = 0)∀x ∃y (x+y = 0)∃x ∀y (x+y = 0)∃x ∃y (x+y = 0)??
1 votes
13
Which of the following is true?A) If f(n) = O(g(n)) then h(f(n)) = O(h(g(n)))B) If f(n) ≠ O(g(n)) then g(n) = O(f(n))C) Both A and BD) None
4 votes
16
#include <stdio.h>void f(int x,int *p){ *p=x; x=10;}int main(){ int a=5,b=6; int *p=&a, q; *p=20; q=&p; f(a,&b); *q=&b; *p=30; printf("%d",b...
0 votes
17
The octal number $326.4$ is equivalent to$(214.2)_{10}$ and $(D6.8)_{16}$$(212.5)_{10}$ and $(D6.8)_{16}$ $(214.5)_{10}$ and $(D6.8)_{16}$ $(214.5)_{10}$ and $(D6.4)_{16}...
2 votes
18
What is the probability that a randomly selected bit string of length 10 is a palindrome ?$\frac{1}{64}$$\frac{1}{32}$$\frac{1}{8}$$\frac{1}{4}$
0 votes
19
The minimum number of fields with each node of doubly linked list is1234
12 votes
20
Ravi is taller than Arun but shorter than Iqbal. Sam is shorter than Ravi. Mohan is shorter than Arun. Balu is taller than Mohan and Sam. The tallest person can beMohanRa...