November 5, 2023NTA UGC NET JUNE-2023 Paper-2Question 4 What will be the output of the following code? #include int main(){ int a,b,c; a=ox10; b=o10; c=a+b; print(“%d”,c); return 0; } A 20 B […]
November 5, 2023UGC NET CS 2018-DEC Paper-2Question 22 Which homogeneous 2D matrix transforms the figure (a) on the left side to the figure (b) on the right ? A B C D […]
November 5, 2023UGC NET CS 2008 Dec-Paper-2Question 1 The channel capacity of a band-limited Gaussian channel is given by : A B log2(2+S/N) B B log2(1+S/N) C B log10(1+S/N) D B loge(1+S/N) […]
November 5, 2023Nielit STA [02-12-2018]Question 6 In a database system, the domain integrity is not defined by: A The data type and the length B The NULL value rejection C […]