Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 102

Question 102
Let A = {001,0011,11,101} and B= {01,111,111,010}. Similarly.
let C = {00,001.1000} and D = {0,11,011}.
Which of the following pairs have a post-correspondence solution?
  1. 1. Only pair (A, B)
  2. 2. Only pair (C, D)
  3. 3. Both (A, B) and (C, D)
  4. 4. Neither (A, B) nor (C, D)
Answer : 1. Only pair (A, B)

Question 102 Explanation

Before solving this question, let understand what is PCP problem.
The Post Correspondence Problem is to determine whether a collection of dominos has a match.

Given the following two lists, M and N of non-empty strings over ∑

M = (x1, x2, x3,………, xn)

N = (y1, y2, y3,………, yn)

We can say that there is a Post Correspondence Solution, if for some i1,i2,..... ik, where 1 ≤ ij ≤ n, the condition xi1 …….xik = yi1 …….yik satisfies.

Given data is :
A
A1A2A3A4
001001111101

B
B1B2B3B4
01111111010

C
C1C2C3
000011000

D
D1D2D3
011011

Now, A convenient way to view an instance of a Post correspondence problem is as a collection of blocks of the form

Ai
Bi

there being an unlimited supply of each type of block. Thus the given example is viewed as

A1A2A3A4
001001111101
B1B2B3B4
01111111010

A, B have a PCP solution because
A3A4A1 = 11 . 101 . 001 = 11101001 = 111. 010 . 01 = B2B1B1

Furthermore, since (3, 4, 1) is a solution, so are all of its "repetitions", such as (3, 4, 1, 3, 4, 1), etc.; that is, when a solution exists, there are infinitely many solutions of this repetitive kind.

So, option 1 is correct answer

Reference : Post correspondence problem example

PreviousNext
UGC NET CS December 2019 - Question 101UGC NET CS December 2019 - Question 103

1 comment:

  1. Nice blog!
    Competition Guru is best UGC NET Coaching in Chandigarh. There are 2 papers in the UGC NET exam for both JRF and AF posts.

    ReplyDelete

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts