Problem Detail: For the following two instruction [Note: MOV Destination, Source ] i1 : MOV R1, R2 i2 : ADD R2, R3 Since i1 is reading from R2 and i2 is writing to R2 there is a WAR data dependency and Read More …
Blog
[Solved]: Isn’t polynomial identity testing over arithmetic *expressions* trivial?
Problem Detail: Polynomial identity testing is the standard example of a problem known to be in co-RP but not known to be in P. Over arithmetic circuits, it does indeed seem hard, since the degree of the polynomial can be made Read More …
[Solved]: Converting context-free grammar to Chomsky/Greibach Normal Form
Problem Detail: Is it necessary to remove all lambda productions, unit productions and useless productions from a context free grammar(CFG) before converting to Chomsky Normal Form(CNF) or Greibach normal form (GNF). If so why is it required? Also my Professor said Read More …
[Solved]: Is the set of CFGs that contain all odd and even length words Turing-decidable?
Problem Detail: $ALLEVEN_{CFG}$ = {M is a grammar, and L(M) includes all strings of even length in $Sigma^*$} = {(M): ($SigmaSigma$)* ⊆ L(M)} $ALLODD_{CFG}$ = {M is a grammar, and L(M) includes all strings of odd length in $Sigma^*$} = {(M): Read More …
[Solved]: How Is a Computer Able to Store and Quickly Manipulate All the Data Required For A Computer Display?
Problem Detail: I did some quick math on how much data is contained on a screen at any given instant and I ended up with a number well beyond what I thought was possible. 256 colors for Red, Green, and Blue Read More …
[Solved]: Confusion about the Time Hierarchy Theorem and relativization
Problem Detail: I know that $mathsf{P}^A = mathsf{EXP}$ for any $mathsf{EXPTIME}$-complete language $A$. Is it true that $mathsf{DTIME}^A(n^k) = mathsf{EXP}$ for any fixed $k$ and any $mathsf{EXPTIME}$-complete oracle $A$? If not, what do these complexity classes equal and why? I am Read More …
[Solved]: What is it called when two problems are similar?
Problem Detail: Suppose that there are two problems $P$ and $Q$. How can I say that “solving $P$ is same thing with solving $Q$”? For instance, if $P$ is NP-Hard, then we can say “$P$ can be solved in polynomial time Read More …
[Solved]: 3 Colorability reduction to SAT
Problem Detail: I’d like to reduce 3 colorability to SAT. I’ve stuffed up somewhere because I’ve shown it’s equivalent to 2 SAT. Given some graph $G = (V,E)$ and three colors, red, blue, green. For every vertex $i$, let the boolean Read More …
Ignou Results 2016-2017
December 2016 Exam Result (Early Declaration) June 2016 Exam Result (New) December 2015 Exam Result June 2015 Exam Result December 2014 Exam Result June 2014 Exam Result-I June 2014 Exam Result-II December 2013 Exam Result BHM, BAIHA & MHA October Read More …
Define a simple hash-join and explain the process and cost calculations of hash-join with the help of an example.
Download Solution Ignou MCA Solved Question Paper