Time Left - 08:00 mins

ISRO 2023 Quiz 33

Attempt now to get your rank among 48 students!

Question 1

A sum of Rs. 600 amounts to Rs. 720 in 4 years at simple Interest. What will it amount to if the rate of interest is increased by 2%?

Question 2

void main()

{

unsigned int x[2] [3] = {{1,2, 3}, {4, 5, 6}};

printf (“%u%u%u%u”, x, x + 1, *(*(x+1)), *(*(x + 1)+ 2));

}

If the base address (in decimal) of array ‘x’ is 65514, and integer occupied only 2 bytes then output of above program is

Question 3

How many strings of length less than 4 contains the language described by the regular expression(x + y)*y(a + ab)*?

Question 4

Which of the following statement is not correct?

Question 5

The statements correct among the following related to 8086 microprocessor are

1) ALU is accumulator based.

2) It is a 16-bit microprocessor.

3) It has 16 Address lines and 16 Data lines.

  • 48 attempts
  • 0 upvotes
  • 0 comments
Aug 11GATE & PSU CS