Author's Note: 1a. By using a truth, the expressions AB C B B’ C’ AB’C AC (AC) AB’C+AC+BC’ (AB’C+AC+BC’)

Verified

Added on  2022/08/11

|18
|2614
|451
AI Summary
By using a truth, table show that the expressions – A B C B’ C’ AB’C AC (AC)’ BC’ AB’C+AC+BC’ (AB’C+AC+BC’)’ 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: ELECTRONICS
ELECTRONICS
Name of the Student:
Name of the University:
Author’s Note:

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1ELECTRONICS
1a. By using a truth, table show that the expressions –
A B C B’ C’ AB’C AC (AC)’ BC’ AB’C+AC+BC’ (AB’C+AC+BC’)’
0 0 0 1 1 0 0 1 0 1 0
0 0 1 1 0 0 0 1 0 1 0
0 1 0 0 1 0 0 1 1 1 0
0 1 1 0 0 0 0 1 0 1 0
1 0 0 1 1 0 0 1 0 1 0
1 0 1 1 0 1 1 0 0 1 0
1 1 0 0 1 0 0 1 1 1 0
1 1 1 0 0 0 1 0 0 0 1
From the above truth table we show that (AB’C+AC+BC’)’ is not equivalent to AB’C is
equivalent to ABC
It can also be proved by utilizing the boolean algebra laws and minimizing the equation
as follows:
[(AB’C)’+(AC)’+BC’]’
=[A’+B+C’+A’+C’+BC’]’
=[A’+B+C’+(BC’)]’
=(A’+B+C’)’
=(A’BC’)’
=ABC
Document Page
2ELECTRONICS
1b. Show by plotting truth tables that
In case of Nand with single input , only one value is taken as a input, as a result the input can
either 0 or 1 hence the truth table for NAND gate -
A A Output
0 0 1
1 1 0
Similarly ,
For the case Nor Gate , only one value is taken as a input, as a result the input can either 0 or 1
hence the truth table for NOR gate
A A Output
0 0 1
1 1 0
Now in case of Inverter /(NOT) gate the truth as follows
A Output
0 1
1 0
For above three tables output are same so we easily proved that NAND=NOR=Invereter
Document Page
3ELECTRONICS
2. Draw the logic circuit to represent the following Boolean expression using only NAND
gates.
F=[(AB)’+(BC)’+(AC’)’]’
F= (A+B’)’+(A’+B)’
3. In the ladder diagram shown in FIGURE 1, Y006 is a lamp, X and R references are
relay contacts. Write down the Boolean expression for the lamp to light.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
4ELECTRONICS
So, we can say that
Now the expression is (X001+X002+R000)*(X005+X0003)*R001=Y006
4. (a) Add the following HEX numbers converting to binary. Express the answer in HEX.
(i) 08 + 03 (ii) 0ABC + DA0E.
Answer:-
We know that
10- A
11-B
Document Page
5ELECTRONICS
12-C
13-D
14-E
15-F
1. 08+03 means 011 but we know that 11 means B in hexadecimal.
So 08+03= B
In binary B = 1011
So, (08+03)16 = (1011)2
2. 0ABC + DA0E
=C16+E16=1210+1410=2610=16×1+10=1A16
Sum=A and carry=1
So,
=1+B16+016=1+1110+010=1210=C16
Sum=C
Then,
=A16+A16=1010+1010=2010=16×1+4=1416
Sum=4 and carry=1
=1+016+D16=1+010+1310=1410=E16
Sum=E
Then we can say 0ABC + DA0E = E4CA
Document Page
6ELECTRONICS
Now, (E4CA) 16 = (1110 0100 1100 1010)2
4. (b) Write down the 2's complement of:
(i) 00000001
Initially we are determine 1’s complement of this number
00000001 (1’s Complement) = 11111110
So 2’s complement is 11111110+1= 11111111
(ii) 00111100
Initially we are determine 1’s complement of this number
00111100 (1’s Complement) = 11000011
So 2’s complement is 11000011+1=11000100
4c. Convert the following denary numbers to 8 bit binary numbers and evaluate using the
'2's' complement' method. Leave your answers in binary form.
i) 17 – 8
128 64 32 16 8 4 2 1
0 0 0 1 0 0 0 1
The nearby number of 17 is 16 so
16=1 but 16+8 or 16+4 or 16+2 all are greater than 17 only 16+1 is same as 17.
So 00010001 is the binary number of 17.
Same as 8= 00001000

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7ELECTRONICS
128 64 32 16 8 4 2 1
0 0 0 0 1 0 0 0
Now 00010001-00001000= 01001 which means 9\
So 17-8=01001=9
So 1’s complement of 01001 is 10110 and 1’s complement is (10110+1) = 10111
ii) 97 – 125
97 means 01100001
128 64 32 16 8 4 2 1
0 1 1 0 0 0 0 1
Same as 125 means 01111101
128 64 32 16 8 4 2 1
0 1 1 1 1 1 0 1
Then 01100001-01111101=-011100= -28
1’s complement= -100011
2’s complement= -100100
4d (i) Write down the bcd form of decimal 845.
8 in binary is 1000 same as 4 in binary is 0100 and also 5 in binary is 0101
845 converted to BCD is: 1000 0100 0101
(ii) Convert the denary number 818 first to hexadecimal then to binary.
Document Page
8ELECTRONICS
To convert denary to hexadecimal, we can distribute continually by 16 until we get to 0:
818/16 = 51, remainder (2) and 51/16 = 3, remainder (3) then 3/16 = 0, with remainder (3)
So we take remainder then and 818 written in hex is 332.
We can use the outcome we discover 332 to write 818 as binary.
Then 3 in binary is 0011and 2 in binary is 0010,
So, (332)16 = 0011 0011 0010 (binary)
5. State three disadvantages of relays when compared with the use of PLCs in process
control circuits
Answer:-
The programmable logic circuit was planned for relay logic ladder and have struggled
with certain smart services. It also exploits PLC flexibility and performances, which can
decrease the Optional module of PLC.
Noise is another disadvantages of the relay because they generate massive noise with the
contact deactivation and activation (Cristian et al. 2014). If the user is using relay continuously,
then the circuit must be damage.
Relays cannot regulate quickly, and the transistor can control several time per second.
Relay want more current than many integrated circuits can deliver, so a lesser power transistor
should be desired to regulate the current for the relay’s coil.
6a. State what is meant by input and output interfaces concerning PLCs.
Answer:-
Document Page
9ELECTRONICS
PLC has become a vital part of the manufacturing environment. As a technical expert
involved with the procedures regulated by PLCs, it is essential to recognize their fundamental
capabilities and functionalities (Swathika et al. 2016). A PLC is a model of a real-time structure;
subsequently, output results should be formed in response to input situations within a restricted
time, else the unintended process will result. Input modules of PLC deliver the electrical
connection between the internal process and field device. They fluctuate in types and voltages of
signals formed such as on, offer an adaptable energy.
More definitely, a PLC would be used for the computerization of industrialized
electromechanical procedures, such as regulator of equipment on factory assembly positions,
amusement outings, or food processing (Martinov, Kozak and Nezhmetdinov 2017). They are
considered for several preparations of analogue and digital outputs and inputs with prolonged
temperature ratio, insusceptibility to electrical noise, and resistance to impact and vibration. A
PLC will contain some significant sections like CPU and I/O interface.
The I/O system is actually connected to main device and delivers the interface between
the controllable device and CPU. Subsequently, the CPU develops the input records it will then
create any desirable output variations after implementing the user program (Süß, et al. 2016).
There are some s primary stages in the process of all PLCs like Program Scan, Input Scan,
Housekeeping and Output Scan. These stages repetitively take place in a recapping loop.
The usual logic circuit has an extensive range of Input/output modules available to
accommodate every type of output devices and sensors. For instance, discrete input elements can
be used to identify object existence or events with tools like as photoelectric sensors or
proximity, pushbuttons and switches. Separate output units can regulate “ON/OFF” loads like
lights, motors and solenoid valves. The analogue system can receive signals from process

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
10ELECTRONICS
composition like as flow, pressure, level transmitters and temperature. The output signal
command loads that require a fluctuating control signal, like analogue flow valves or panel
meters. Many PLCs also deal with particular modules like as motion control or Input/Output, and
Ethernet or serial communications.
6b. State briefly what the function of interfaces is concerning the different types of process
signal.
Answer:-
The I/O interface links the processor to the external world and is consequently an
essential part of the processing system. When the processing unit puts the locations of a marginal
onto the address bus, the I/O interface interprets the area. It recognizes the exclusive computer
bordering with which an information transfer process is to be implemented (Kondratenko,
Korobko and Kozlov 2017). The significant functions or requirement implemented into some
categories like regulation timing, bus arbitrations, data transformations, CPU communication etc.
The Input-Output module receives commands from the mainframe, usually sent as
indications on the control bus. Therefore, an I/O module must identify one exclusive location for
every peripheral it regulates. The output and input sections are where the computer accepts data
from outward devices and connects the evidence to external devices (Han et al. 2014). The
communications interface is applied to transmit and receive documents on communication
networks from the logic circuit. It is disturbed with such arrangements as synchronization, data
acquisition, device verification between connection management and user applications.
6c. The diagram of FIGURE 2 shows a bi-directional optocoupler input interface circuit.
When a supply voltage of 20 V is applied, the LED carries a current and 2 V is dropped
Document Page
11ELECTRONICS
across it. Calculate the value of the LED current and the value of current through the 3
kΩ resistance.
Answer:-
It is a voltage parallel Circuit.
Voltage drop = 2 volt (Across the LED)
Resistor = 470 ohm
Using the KVL (using Voltage drop = 3volt)
We consider = E= V1-V2=0
So, V1=E-V2
Then, V1= 20-2 = 18volt (Where E= Supply voltage and V2 is the voltage drop across LED)
Now we find I using the Ohm law, (where R=3 k ohm)
We know that I=V/R
Document Page
12ELECTRONICS
So, I=18/3000
Then, I= 0.006 A or 6mA (1A=1000mA)
The current flow is 6mA over the 3K ohm resistor. (Answer 1)
According to the circuit the resistor is 470 ohm and voltage drop 2 Volt.
We already find V and I
Now we make two division in current flow one is I1 and another is I2.
So, I1=V/R
Then, I1= 2/470
Now, I1= 0.004255 A = 4.255mA
Now we easily find I2 because this circuit is parallel circuit.
I= I1+I2
Where we can say that I2= I-I1 = 6-4.255 = 1.745mA
So the current flow through LED is 1.745mA. (Answer 2)
6d. the circuit shown in FIGURE 3 is part of the interface of a relay output module. Ib is 1
mA and VCC is 9 V. The relay requires a minimum of 50 mA to energies.

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
13ELECTRONICS
Answer:-
According to the Assumption list
Logic 1 = 5 volt (Usually)
Logic 0 = 0volt (Usually)
Gain (hfe) = (Energized Relay + LED current)/ Ib
= (50+10)/1
= 60
Led Current =10 mA
Voltage Drop through LED Vdrop= I*R = 2.4Volt
Let us consider, the transistor are made by Silicon and there base and emitter is same 0.6volt
(Voltage drop between transistor)
Suppose the transistor is on then emitter and collector is 1 volt.
Document Page
14ELECTRONICS
Now we easily find -
1. Voltage across R1 = V (R1) = 5-0.6=4.4volt (logic 0= 5 and voltage drop in transistor
0.6)
2. Value of R1=R1= V/I = 4.4/1=4.4 k ohms =4400ohm (V=4.4 and I= 1mA)
3. Voltage across relay coil= supply voltage – transistor’s Voltage Drop (in case the circuit
is parallel and every leg is similar)
Voltage across relay coil = 9-1= 8Volt
4. Voltage across R2= Voltage drop 2.4 volt and leg 8volt,
V= 8-2.4
V=5.6 Volt
5. Value of R2= V/I
= 5.6/10
=0.56 k ohm
=560 ohm
6. Collector Current (Ic) = Voltage gain * Base Current = 60 *1= 60mA (gain 60 and Base
current 1mA)
Document Page
15ELECTRONICS

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
16ELECTRONICS
References:-
Cristian, B., Constantin, O., Zoltan, E., Adina, P.V. and Florica, P., 2014, October. The control
of an industrial process with PLC. In 2014 International Conference on Applied and Theoretical
Electricity (ICATE) (pp. 1-4). IEEE.
Han, J., Choi, C.S., Park, W.K., Lee, I. and Kim, S.H., 2014. Smart home energy management
system including renewable energy based on ZigBee and PLC. IEEE Transactions on Consumer
Electronics, 60(2), pp.198-202.
Kondratenko, Y., Korobko, O.V. and Kozlov, O.V., 2017. PLC-based systems for data
acquisition and supervisory control of environment-friendly energy-saving technologies. In
Green IT Engineering: Concepts, Models, Complex Systems Architectures (pp. 247-267).
Springer, Cham.
Martinov, G.M., Kozak, N.V. and Nezhmetdinov, R.A., 2017, May. Implementation of control
for peripheral machine equipment based on the external soft PLC integrated with CNC. In 2017
International Conference on Industrial Engineering, Applications and Manufacturing (ICIEAM)
(pp. 1-4). IEEE.
Süß, S., Hauf, D., Strahilov, A. and Diedrich, C., 2016. Standardized Classification and
Interfaces of complex Behaviour Models in Virtual Commissioning. Procedia CIRP, 52(1),
pp.24-29.
Swathika, O.G., Karthikeyan, K., Hemamalini, S. and Balakrishnan, R., 2016. PLC based LV-
DG synchronization in real-time microgrid network. ARPN J. Eng. Appl. Sci, 11(5), pp.3193-
3197.
Document Page
17ELECTRONICS
1 out of 18
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]