Time Left - 08:00 mins

ISRO Quiz 2023 38

Attempt now to get your rank among 65 students!

Question 1

Choose the correct option:
I. Pure Aloha is a continuous system.
II. Pure Aloha sends data in time slots.

Question 2

#include <stdio.h>

int main()
{

char *str;
str = "%d\n";
str++;
str++;
printf(str-2,300);
return 0;

}

The output of above program is _______.

Question 3

The function ‘F’ is designed with a Decoder and Multiplexer as shown in figure.

The minterm of F(P, Q, R) are?

Question 4Multiple Correct Options

ICMP error message should not be sent after receiving?

Question 5

Select the option that is related to the third number in the same way as the second number is related to the first number and the sixth number is related to the fifth number.

90: 729:: 42: ?:: 12: 27

  • 65 attempts
  • 0 upvotes
  • 0 comments
Dec 5GATE & PSU CS