Tag: embedded technologies

Questions Related to embedded technologies

  1. Dynamic Memory Allocation

  2. Direct Memory Access

  3. Dynamic Memory Acess

  4. None of the above


Correct Option: B
  1. Translation Lookaside Buffer

  2. Transmit Lookuptable Buffer

  3. Translation Layer Buffer

  4. None of the above


Correct Option: A
  1. IEEE 802.11

  2. IEEE 802.3

  3. IEEE 802.16

  4. None of the above


Correct Option: B

What is the output for the following lines of code? 1: System.out.println(" " +2 + 3); 2: System.out.println(2 + 3); 3: System.out.println(2 + 3 +""); 4: System.out.println(2 + "" +3);

  1. A) Compilation error at line 3

  2. B) Prints 23, 5, 5 and 23.

  3. C) Prints 5, 5, 5 and 23.

  4. D) Prints 23, 5, 23 and 23.


Correct Option: B

What is interrupt latancy

  1. The time taken in execution of and Interrupt Service Routine

  2. Time taken for execution of higher priority interrupt

  3. Time difference between occurrence of any interrupt even and its service

  4. Time for Saving the context of a program on an interrupt event


Correct Option: C