Tag: embedded technologies

Questions Related to embedded technologies

What is meant by DMA

  1. Dynamic Memory Allocation

  2. Direct Memory Access

  3. Dynamic Memory Acess

  4. None of the above


Correct Option: B

In Half Duplex communication both ends of communication can transmit and receive signals

  1. True

  2. False


Correct Option: A

What is meant by TLB

  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

RS-485 is single ended transmission

  1. True

  2. False


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