100% found this document useful (2 votes)
163 views4 pages

KMTC Medical Engineering Exam 2011

This document is a past exam paper for the final qualifying exam in Electronics for the Diploma in Medical Engineering program at the Kenya Medical Training College. The 3-hour exam consists of 7 questions, with students required to answer any 5 questions. The exam covers topics like LEDs, relays, silicon controlled rectifiers, oscilloscopes, logic circuits, microprocessors, memory devices, and more.

Uploaded by

Waltas Kariuki
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
163 views4 pages

KMTC Medical Engineering Exam 2011

This document is a past exam paper for the final qualifying exam in Electronics for the Diploma in Medical Engineering program at the Kenya Medical Training College. The 3-hour exam consists of 7 questions, with students required to answer any 5 questions. The exam covers topics like LEDs, relays, silicon controlled rectifiers, oscilloscopes, logic circuits, microprocessors, memory devices, and more.

Uploaded by

Waltas Kariuki
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

KMTC/QP-08/TIS

ELECTRONICS
December 2011
3 Hours

KENYA MEDICAL TRAINING COLLEGE


DEPARTMENT OF MEDICAL ENGINEERING

DIPLOMA IN MEDICAL ENGINEERING

FINAL QUALIFYING EXAMINATION

ELECTRONICS

Time: 3 HOURS.

Instructions to the candidate


 This paper consists of SEVEN questions, answer any FIVE questions.
 All questions carry equal marks.
 You should have the following for this examination;
i) Non programmable calculator.
ii) Drawing instruments.
iii) Answer booklet/sheets are provided.
 Maximum marks for each part of a question are shown.
 Write your examination number on every answer sheet you use.
 Answer each question on a separate answer sheet.

This paper consists of four (4) printed pages


KMTC/QP-08/TIS

© 2011, Kenya Medical Training College

1. a) Describe with aid of a labelled diagram the construction and operation of a surface-
emitting LED. (14 marks)
b) A relay is controlled by a photo conductive cell whose resistance is 100kΩ when
illuminated and 1 kΩ when in the dark. The relay is supplied with 10mA from a
30V supply when the cell is illuminated.
(i) Sketch the circuit
(ii) Calculate the required series resistor. (6 marks)

2. a) Describe the construction and operation of a silicon controlled rectifier by use of a


two transistor analogy. (10 marks)
b) Show with an aid of a circuit diagram and waveform how a triac may be used to
control the brightness of theatre lights connected to the mains. (10 marks)

3. a) The following table shows some oscilloscope controls and their functions. Complete
the table.
Control Function
INTENSITY

FOCUS

Allow the horizontal scale of the V/t graph to be


changed.
VOLTS/DIV

Allows the entire V/t graph to be from side to


side on the screen.
Y-POS

(6 marks)

b) The notation x1x0 represents a two-bit binary number that can have any value (00,
01, 10 or 11), for example, when x1=1 and x0=0, the binary number is 10, and so on.
Similarly, y1y0 represents another two-bit binary numbers. Using x 1, x0, y1, and y0
inputs, whose output will be high only when two binary numbers x 1x0 and y1y0 are
equal.
(i) Draw the truth table. (2 marks)
(ii) Find a simplified sum-of-product expression using XNOR and AND gates.
(1 mark)
(iii) Design a logic circuit for the expression in (ii) above. (3 marks)
c) (i) Implement the logic circuit for Half Adder (HA) using NAND gates only.
(4 marks)
(ii) Design a combinational logic circuit that will perform this operation:
10112 + 11012 (use full adder only) (4 marks)

1
KMTC/QP-08/TIS

4. You are presented with a set of requirements under which an inductance policy will be
issued. The applicant must be;
i. A married under female 25 years old or over, or
ii. A female under 25 years, or
iii. A married male under 25 years who has not been involved in a car accident, or
iv. A married male who has been involved in a car accident, or
v. A married male 25 years or over who has not been involved in a car accident.
The variables w, x, y and z assume the truth value 1 in the following cases;
W=1, if applicant has been involved in a car accident.
X=1, if applicant is married.
Y=1, if applicant is a male
Z=1, if applicant is under 25 years

a) You are required to find an algebraic expression which assumes the value 1
wherever the policy should be issued. (12 marks)
b) Simplify the above expression and suggest a simpler set of requirements. (8 marks)

5. a) What is a microprocessor? (1 mark)


b) Describe the functions of the THREE buses that are part of a typical microcomputer
system. (6 marks)
c) (i) Define the term failure as used in electronic items. (1 mark)
(ii) Differentiate between catastrophic and degradation failure. (2 marks)
d) Draw a labelled manufacturing cost/reliability curve(s) of electronic equipment and
explain its shape. (10 marks)

6. a) (i) Explain the difference between combinational logic circuit and sequential
logic circuits. (4 marks)
(ii) Use a labelled diagram to show how the D-type flip-flop can be connected in
a toggling mode. (2 marks)
b) (i) Distinguish between synchronous and asynchronous counters. (2 marks)
(ii) State the type and the number of the logic devices required for construction of
MOD – 64 synchronous counter. (2 marks)
c) (i) State the difference between Demultiplexin and Decoder. (2 marks)
(ii) With aid of a diagram explain the principle of operation of shift in shift
around register. (8 marks)

7. a) State the meaning of the following terminologies as used in memory devices:


(i) Byte (1 mark)
(ii) Memory cell (1 mark)
(iii) Memory word (1 mark)
b) A certain Memory has a capacity of 4K X 8. Determine:
(i) The number of data input and data output lines (2 marks)
(ii) The number of address lines (1 mark)
(iii) The capacity in Bytes (1 mark)
c) Explain the construction of a RAM using a labelled block diagram. (13

2
KMTC/QP-08/TIS

marks)

Common questions

Powered by AI

The policy issue conditions can be translated into Boolean expressions using the variables: W for car accident involvement, X for marital status, Y for gender, and Z for age. The conditions can be expressed in terms of their algebraic counterparts: (¬W ∧ X ∧ (Y ∨ ¬Y) ∧ Z) ∨ (¬W ∧ X ∧ ¬Y ∧ ¬Z) ∨ (W ∧ X ∧ Y). Simplifying through Boolean algebra leads to: X ∧ (¬W ∨ (W ∧ Y)), indicating that a policy is issued if the applicant is married and either involved in an accident only when male, or not involved in an accident regardless of gender .

A demultiplexer takes a single input and channels it to one of many outputs, effectively distributing the input across multiple paths as dictated by selector lines, useful for routing data. Contrarily, a decoder interprets binary input to activate one specific output line out of many, used in applications like memory address decoding. Regarding a shift in shift around register, this device enables data movement through a set of flip-flops either from left to right or vice versa, forming a loop. This cyclical data shifting can be applied in data manipulation tasks requiring repeatable sequences, showcasing its utility in tasks like rotating data or serial-to-parallel/parallel-to-serial conversion .

A memory system specified as 4K x 8 indicates that it has 4096 words, each 8 bits wide. This can be visualized as an array where each entry (or word) holds 1 byte of data, making the system's total capacity 4K bytes (4096 bytes). Regarding construction, such a system typically employs rows of memory cells, where each cell stores a bit, organized into bytes for sequential access. The '4K' denotes the number of available address lines required to access each word, implying 12 address lines since 2^12 equals 4096. Beyond logical organization, physically, it leverages semiconductor technology to realize compact and efficient data storage .

Combinational logic circuits are characterized by outputs that depend solely on current input values without involving memory elements, meaning the circuit's behavior is determined by a logic function. Common examples include adders and multiplexers. Sequential logic circuits, however, include memory elements, typically using flip-flops, where outputs depend on current inputs and previous states, effectively integrating sequencing over time. This enables them to achieve tasks such as counting, data storage, and state transitions. Despite these differences, both types employ similar logic gates and are fundamental in constructing more complex digital circuitry .

In a microcomputer system, the data bus is responsible for transferring actual data to and from the processor, memory, and peripherals. It typically allows data to be moved in both directions. The address bus carries the address from the processor to other components to specify the source or destination for the data transfers; unlike the data bus, it is unidirectional. The control bus carries control signals and commands from the processor to coordinate operations and manage data flow, such as read/write signals. Together, these buses enable the processor to communicate and manage interactions across the system .

A surface-emitting LED is constructed with a substrate that supports a series of epitaxially grown semiconductor layers, forming a p-n junction. The top layer is designed to let light emit perpendicularly to the layers' surfaces. A reflective layer can also be added beneath the p-n junction to enhance light extraction. Surface-emitting LEDs differ from edge-emitting LEDs, which emit light from the side of the semiconductor layers, in that they tend to have a larger beam divergence and are less suited for high-speed modulation. Surface-emitting LEDs are generally easier to couple with optical fibers due to their larger emitting area and round beam profile, but they typically have lower coherence and modulation speeds than edge-emitting types .

A D-type flip-flop, or data flip-flop, serves as a latch that maintains a stable output state based on the input value (D) whenever it receives a clock pulse, securing the temporal operation of sequential circuits by capturing input data on clock transitions. For toggling, connect the Q' output to the D input, effectively alternating the output state on each clock pulse, resembling a divide-by-2 counter. This toggling mode is useful in designing applications such as frequency dividers and counters where periodic state changes are required, showcasing the flip-flop's versatile role in temporal logic management within digital systems .

To design a logic circuit that outputs a high signal only when two two-bit binary numbers are equal, you can use equality comparator logic. The comparator will need to check each corresponding bit position for equality. For inputs x1x0 and y1y0, create a truth table to express conditions where the output is high, which occurs only for combinations (00,00), (01,01), (10,10), and (11,11). To achieve this with gates, use two XNOR gates to compare each bit pair (x1 with y1 and x0 with y0). Then, use an AND gate to combine the outputs. A high output from the AND gate indicates both bits are equal, satisfying the condition for equality .

A manufacturing cost/reliability curve for electronic equipment typically presents a downward-bending shape where reliability increases exponentially at first with small increases in cost, then shows diminishing returns with further investment. Initially, improvements in reliability can be achieved efficiently by eliminating design flaws and improving test methods, which justifies a small cost increase. However, once a product is fundamentally sound, achieving very high reliability requires exponentially more investment, leading to a steep rise in cost without a proportional increase in reliability. This reflects the complexity and expense of addressing finer reliability issues and the balance between cost-effectiveness and performance .

A Silicon Controlled Rectifier (SCR) can be modeled using a two-transistor analogy by representing it as two interconnected transistors — a PNP and an NPN transistor. In this model, the anode, gate, and cathode of the SCR correspond to the emitter of the PNP, the base of the PNP (also collector of NPN), and the emitter of the NPN, respectively. This analogy facilitates the understanding of SCR as combining current amplification characteristics of these transistors. Practically, it explains the latching behavior of SCRs in circuits, showing how the gate current initiates conduction but is not needed to maintain it after the device latches, which is key to uses as a switch in power electronics applications like controlled rectifiers and motor speed controls .

You might also like