1 votes
2
2 votes
5
Consider the set \(\{a, b, c\}\) with binary operators \(+\) and \(*\) defined as follows:$$\begin{array}{|c|c|c|c|} \hline \textbf{+} & \textbf{a}& \textbf{b} &\textbf{c...
16 votes
6
A logical binary relation $\odot$, is defined as follows: $$\begin{array}{|l|l|l|} \hline \textbf{A} & \textbf{B}& \textbf{A} \odot \textbf{B}\\\hline \text{True} & \text...
4 votes
9
Does fixed size partitioning suffer from external fragmentation?
1 votes
10
Maximum no of edges in a triangle-free, simple planar graph with 10 vertices
0 votes
11
Let f (n) = Ο(n), g(n) = Ο(n) and h(n) = θ(n).Then [f (n) . g(n)] + h(n) is : a) Ο(n) b)θ(n)I think it must be 0(n)
1 votes
13
given : 1/4 and 1 1/4 = theta(1)is this corrector only this 1/4 = O(1)
1 votes
14
The number of function from set {1, 2, 3, 4, 5, 6, 7, 8} to set {0, 1} such that assign 1 to exactly one of given number less than 8 are .......................
1 votes
15
How many different ways are there to seat four people around a circular table, where two seatings are considered the same when each person has the same left neighbor and ...
2 votes
16
1 votes
18
why we do indexing and tagging in cache ??
2 votes
19
0 votes
21
Why do we need a "trusted third party" between a client and a receiver when sending a message with a digital signature?I mean what are the consequences if we don't do tha...
3 votes
25
4 votes
26
Convert following infix to prefix expressione^d-a*b^f/g+h*c/i+j-kExplain each step
5 votes
27
2 votes
29
16 votes
30
The most relevant addressing mode to write position-independent code what is the meaning of postion - independent code