Embedded Electronics Design And Development

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Uptuplus
U
Uptuplus
Community Contributor
Quizzes Created: 1 | Total Attempts: 107
Questions: 21 | Attempts: 107

SettingsSettingsSettings
Embedded Electronics Design And Development - Quiz


This quiz is created by GVC system to check the knowledge of students in Embedded Electronics Design and Development. Selected students will get a chance to work on world-class products using embedded software and hardware. They will get a stipend and also get a chance to associate with Joy n Learning group.


Questions and Answers
  • 1. 

    Darlington pair transistor helps in-

    • A.

      Noise reduction.

    • B.

      Amplification.

    • C.

      3 phase rectification.

    • D.

      Term doesn’t exist.

    • E.

      None of the above.

    Correct Answer
    B. Amplification.
    Explanation
    The Darlington pair transistor is a configuration of two bipolar transistors that are connected in such a way that they provide a high current gain. This means that the output current of the pair is significantly higher than the input current, resulting in amplification of the signal. The Darlington pair is commonly used in applications where high current amplification is required, such as in audio amplifiers or power control circuits. Therefore, the correct answer is amplification.

    Rate this question:

  • 2. 

    1.       Which of the following component can be used in making the disco lights?

    • A.

      555

    • B.

      IR LED

    • C.

      CAPACITOR

    Correct Answer
    A. 555
    Explanation
    The 555 component can be used in making the disco lights. The 555 timer IC is a versatile integrated circuit that can be configured as a pulse generator, oscillator, or timer. It can generate precise and adjustable timing signals, which can be used to control the flashing or blinking of the disco lights. By connecting the appropriate resistors, capacitors, and other components to the 555 IC, the disco lights can be synchronized to create various lighting effects.

    Rate this question:

  • 3. 

    1.       Which of the following code is used in sms in mobile?

    • A.

      Parity code

    • B.

      Morse code

    • C.

      Hamming code

    • D.

      ASCII code

    • E.

      Any of the above

    Correct Answer
    B. Morse code
    Explanation
    Morse code is the correct answer because it is a method used in telecommunication to encode text characters as sequences of two different signal durations, called dots and dashes. It was widely used in the past for sending messages through telegraph systems and is still used today in certain applications, such as amateur radio communication and distress signals. Morse code is not specific to SMS in mobile, but it is a code used in various communication systems.

    Rate this question:

  • 4. 

    1.       Suppose we can do the following task Input         Output 0         Transmitter             Receiver 0 0     0 1     1 0     0 1     1 0     0 1     1 1     1   Then how will you transmit alphabet ‘A’?  

    • A.

      By changing input to 1000 0001

    • B.

      By changing input to 1001 0001

    • C.

      By changing input to 0100 1001

    • D.

      By changing input to 1110 0101

    Correct Answer
    A. By changing input to 1000 0001
    Explanation
    To transmit the alphabet 'A', the input needs to be changed to 1000 0001.

    Rate this question:

  • 5. 

    Name a device by which the speed of the motor can be measured?

    • A.

      Radar

    • B.

      Steorobscope

    • C.

      Oscillator

    • D.

      Transducer

    Correct Answer
    B. Steorobscope
    Explanation
    A stereoscope is a device used to view two separate images, creating a three-dimensional effect. It is not used to measure the speed of a motor. Therefore, the given answer is incorrect.

    Rate this question:

  • 6. 

     Which instruction set is used in PIC family of 16F series?

    • A.

      CISC

    • B.

      RISC

    • C.

      DISC

    • D.

      CISC & RISC

    Correct Answer
    B. RISC
    Explanation
    The PIC family of 16F series uses the RISC (Reduced Instruction Set Computer) instruction set. RISC is a type of computer architecture that emphasizes simple instructions that can be executed quickly. This allows for faster execution of instructions and efficient use of system resources. The use of RISC in the PIC family of 16F series ensures efficient and optimized performance of the microcontrollers in this series.

    Rate this question:

  • 7. 

    1.       HARVARD ARCHITECTURE supports which of the following properties?

    • A.

      Separate data bus for data and program memory

    • B.

      Same data bus for data and program memory

    • C.

      Offers low speed data processing

    • D.

      Offers large memory linkage at low data bits

    Correct Answer
    A. Separate data bus for data and program memory
    Explanation
    The correct answer is "Separate data bus for data and program memory." In Harvard Architecture, there are separate data buses for data and program memory. This means that the CPU can access data and instructions simultaneously, improving the overall efficiency and speed of data processing. This architecture allows for faster execution of instructions and better performance in applications that require simultaneous data access and instruction fetching.

    Rate this question:

  • 8. 

    1.       How does microcontroller goes into infinite loop?

    • A.

      While(1) { }

    • B.

      For (i=0;i

    • C.

      If(0) { }

    • D.

      Switch() { case 1: Default: goto main(); }

    Correct Answer
    A. While(1) { }
    Explanation
    The code snippet "While(1) { }" creates an infinite loop in the microcontroller. The condition "1" is always true, so the loop will continue indefinitely. This means that the code inside the loop will be executed repeatedly, causing the microcontroller to be stuck in the loop and unable to proceed to any other instructions or tasks.

    Rate this question:

  • 9. 

    1.       Using the variable a, give definitions for the following: A pointer to an array of 10 integers 

    • A.

      Int (*a)[10];

    • B.

      Int a[10];

    • C.

      Int **a;

    • D.

      Int (*a)(int);

    Correct Answer
    A. Int (*a)[10];
    Explanation
    The correct answer is int (*a)[10]. This declaration defines a pointer to an array of 10 integers. The variable "a" can be used to access and manipulate the elements of the array it points to.

    Rate this question:

  • 10. 

      Power consumption in microcontrollers are in

    • A.

      Milliwatt

    • B.

      Watt

    • C.

      Megawatt

    Correct Answer
    A. Milliwatt
    Explanation
    Microcontrollers are low-power devices designed for efficient operation in small-scale applications. They are typically used in devices that require minimal power consumption, such as wearable devices, sensors, and IoT devices. Milliwatt is the correct answer because it represents the appropriate power unit for microcontrollers, indicating their low power consumption. Watts and megawatts are higher power units that are not suitable for microcontrollers, as they would imply excessive power consumption and inefficiency for these small-scale devices.

    Rate this question:

  • 11. 

    What is ISR in embedded system?1.     

    • A.

      Interior Service Router

    • B.

      Interrupt serve routine

    • C.

      Interrupt service routine

    • D.

      Interrupt and serial rountine

    Correct Answer
    C. Interrupt service routine
    Explanation
    An ISR (Interrupt Service Routine) in embedded systems is a function or subroutine that is executed in response to an interrupt signal. Interrupts are used to handle time-sensitive events or external signals that require immediate attention. When an interrupt occurs, the processor suspends its current task and transfers control to the ISR to handle the interrupt. The ISR performs the necessary actions to respond to the interrupt, such as updating a variable, handling input/output operations, or executing specific code. Once the ISR is complete, the processor resumes the interrupted task.

    Rate this question:

  • 12. 

    In which year the first 8 bit microcontroller was invented?

    • A.

      1970

    • B.

      1972

    • C.

      1975

    • D.

      1978

    Correct Answer
    B. 1972
    Explanation
    The correct answer is 1972. In this year, the first 8-bit microcontroller was invented. Microcontrollers are small computer chips that contain a processor, memory, and input/output peripherals on a single integrated circuit. The development of the 8-bit microcontroller was a significant advancement in the field of electronics and paved the way for the widespread use of microcontrollers in various applications such as consumer electronics, automotive systems, and industrial automation.

    Rate this question:

  • 13. 

    1.     How many pins are there in world’s smallest micro controller?

    • A.

      40

    • B.

      6

    • C.

      18

    • D.

      16

    Correct Answer
    B. 6
  • 14. 

    1.     What is the other name of WDT?

    • A.

      Computer Operating Properly

    • B.

      Watchdog Twist

    • C.

      Watchmen’s Dog Total

    • D.

      Watch the Dog

    Correct Answer
    A. Computer Operating Properly
    Explanation
    The other name for WDT is "Computer Operating Properly." This term refers to a feature or mechanism in computer systems that monitors the system's operation and ensures that it is functioning correctly. The WDT acts as a watchdog, detecting and resolving any errors or malfunctions to maintain the proper operation of the computer.

    Rate this question:

  • 15. 

    1.     When is the  WDT used?

    • A.

      During heat up of microcontroller

    • B.

      During system hang

    • C.

      During program debugging

    • D.

      By manually resetting the system

    Correct Answer
    B. During system hang
    Explanation
    The WDT (Watchdog Timer) is used during system hang. The WDT is a timer that is built into the microcontroller and is used to monitor the system's operation. It needs to be periodically reset by the software to prevent it from timing out and resetting the system. If the system hangs or becomes unresponsive, the WDT will not be reset and it will trigger a system reset, allowing the system to recover from the hang. Therefore, the WDT is used specifically during system hang situations.

    Rate this question:

  • 16. 

    What is IPI in embedded system?

    • A.

      Interrupt b/w two processors

    • B.

      Internal priority interrupt

    • C.

      Both of the above

    • D.

      Term doesn’t exist

    Correct Answer
    A. Interrupt b/w two processors
    Explanation
    The correct answer is "Interrupt b/w two processors." In embedded systems, an interrupt is a signal that interrupts the normal execution of a program and transfers control to a specific interrupt handler. In the context of two processors, an interrupt can be used to facilitate communication and synchronization between the processors. It allows one processor to interrupt the execution of the other processor and transfer control to a specific interrupt handler, enabling them to exchange data or coordinate their actions. Therefore, the correct answer is "Interrupt b/w two processors."

    Rate this question:

  • 17. 

    1 How many alphanumeric does the ASCII supports?

    • A.

      128

    • B.

      64

    • C.

      256

    • D.

      512

    Correct Answer
    C. 256
    Explanation
    The ASCII (American Standard Code for Information Interchange) supports a total of 256 alphanumeric characters. This includes uppercase and lowercase letters, numbers, and special characters. Each character is assigned a unique code, ranging from 0 to 255, allowing for a wide range of characters to be represented in computer systems.

    Rate this question:

  • 18. 

    1.       What is the function of stack pointer in microcontrollers?

    • A.

      Control the data width of input data

    • B.

      Stack the data coming parallel

    • C.

      Contains address of active subroutine in the program

    Correct Answer
    B. Stack the data coming parallel
    Explanation
    The function of the stack pointer in microcontrollers is to stack the data coming in parallel. This means that it is responsible for organizing and storing the data that is being inputted into the microcontroller in a specific order. The stack pointer keeps track of the location in memory where the data is being stored, allowing for efficient retrieval and manipulation of the data.

    Rate this question:

  • 19. 

    .      Which industry have dependency on embedded system?

    • A.

      Automation

    • B.

      Home appliances

    • C.

      Robotics

    • D.

      All of the above

    Correct Answer
    D. All of the above
    Explanation
    All of the mentioned industries have a dependency on embedded systems. Automation systems rely on embedded systems to control and monitor various processes and machinery. Home appliances such as refrigerators, washing machines, and air conditioners also use embedded systems for their functioning and control. Robotics heavily relies on embedded systems for controlling the movements and actions of robots. Therefore, all of the mentioned industries have a dependency on embedded systems.

    Rate this question:

  • 20. 

     Does all the microcontroller have inbuilt ADC?

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    Not all microcontrollers have an inbuilt ADC (Analog-to-Digital Converter). While many microcontrollers do have ADCs as a standard feature, there are also microcontrollers available in the market that do not have an inbuilt ADC. These microcontrollers may require an external ADC module to convert analog signals to digital. Therefore, the statement that all microcontrollers have inbuilt ADCs is false.

    Rate this question:

  • 21. 

    1.       ICD allows the user to

    • A.

      Perform the operation externally

    • B.

      Perform the operation internally

    • C.

      Use for interfacing UART & I2C

    • D.

      Modelling and code generating tools

    Correct Answer
    A. Perform the operation externally
    Explanation
    The correct answer is "Perform the operation externally". This suggests that ICD (In-Circuit Debugger) allows the user to perform the operation externally, meaning that it allows for debugging and testing of code while it is running on the target hardware. This can include tasks such as setting breakpoints, stepping through code, and monitoring variables in real-time. It is an important tool for developers to ensure the proper functioning of their code.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Dec 13, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 09, 2011
    Quiz Created by
    Uptuplus
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.