0 votes
3
Using binary arithmetic, a number c is computed by taking the n-bit two’s complement of ‘a – b’. If n is eleven, a = 10100001001 and b = 10101 then c = ?(A) 01100...
0 votes
4
why in data link layer crc is used not checksum and in transport layer checksum not crc?
0 votes
6
Give regular expression for all strings that contain no run of a's greater than two.The input alphabet set consists of {a,b,c)
2 votes
7
Order P=5 ( Max Child pointer )If Keys are inserted in the sequence of 1,2,3,4,5...................Then which is the 1st key insertion that leads to level 4 (i) B Tree(ii...