Q.No.1

65. Output of the program below will be -------------

Q.No.2

67. What is the result of the (0x5A3D - 0x28F1) + 0xABCD in hexadecimal notation?

Q.No.3

64. A microcontroller is running a program with a clock frequency of 8 MHz. The microcontroller receives an interrupt request from an external device that requires 20 cycles to service. What is the time required to service the interrupt?

Q.No.4

66. What is the output of the following C code? int x = 10, y = 20; int *p = &x, *q = &y; *p = *q; *q = 30;

Q.No.5

68. What is the output of the y <= (a and b) xor (not b and c); VHDL code?

Q.No.6

69. What is the data rate required to transmit signal with max frequency component of 10KHz for 8 bit per symbol?

Q.No.7

61. A 10 μH inductor, 40π² pF capacitor and a 628 Ω resistor are connected to form a series RLC circuit. Calculate Q-factor of this circuit at resonant frequency.

Q.No.8

62. A 400 mH coil of negligible resistance is connected to an AC circuit in which an effective current of 6 mA is flowing. Find out the voltage across the coil if the frequency is 1000 Hz.

Q.No.9

73. What does the following function do for a given Linked List with first node as head? void fun1(struct node* head) { if (head == NULL) return; fun1(head->next); printf("%d ", head->data); }

Q.No.10

76. What is the correct order of phases in the Object-Oriented Development Cycle?


About Simple Quiz

We're here to make learning fun and accessible. Whether you're a student, teacher, or just someone who loves quizzes, you can find something for you here. Test your knowledge across a wide range of subjects and see how much you know!


Get to know more

Quizzes under Computer Engineering


Start A Quiz

Do you want to start quiz mode? In this mode, you’ll answer against a timer. When the timer runs out, answers auto-submit, and you get feedback.

Start A Quiz

Do you want to start quiz mode? You'll answer against a timer. When the timer runs out, answers auto-submit