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 …
Author: ignougroup
[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]: 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]: 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]: Does register renaming remove all kinds of WAR hazard?
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 …
[Solved]: $2k$ number assignment
Problem Detail: Given $k$ numbers $A_1 leq A_2 leq … leq A_k$ such that $sumlimits_{i=1}^k A_i = k(2k + 1)$ is there an assignment of numbers $i_1, i_2, … , i_{2k}$ which is a permutation of $1, 2, … , 2k$ 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 …
Explain MVD (Multi Valued Dependencies) and join dependency with the help of an example of your choice.
Download Solution Ignou MCA Solved Question Paper
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
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