Electronics Flashcards

1
Q

thevenin’s theorem

A

Any linear circuit containing several voltages and resistances can be replaced by just one single voltage in series with a single resistance connected across the load

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

thevenin’s algorithm

A

Find the Thevenin source voltage by removing the load resistor from the original circuit and calculating the voltage across the open connection points where the load resistor used to be.

Find the Thevenin resistance by removing all power sources in the original circuit (voltage sources shorted and current sources open) and calculating total resistance between the open connection points.

Draw the Thevenin equivalent circuit, with the Thevenin voltage source in series with the Thevenin resistance. The load resistor re-attaches between the two open points of the equivalent circuit.

Analyze voltage and current for the load resistor following the rules for series circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Converting to phasor

A

given a sine function: -90 degrees to convert into cosine
CONVERT to RMS: take max/sqrt(2) = Vrms
I = V/R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

laplace transform

A

pg 55, math section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(a/b)/(c/d)

A

ad/dc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

laplace transform with time delay:

te^(-at)*u(t-1)

A

-we can write the equivalent equation with time delay
(t-1+1)e^-a[t-1+1]*u(t-1)

-lets factor out the e^-a term:
[(t-1)e^-a(t-1)u(t-1) + e^-a(t-1)u(t-1)]e^-a

-the time advance (t-1) means that the value is put in the front, and we can change the 2 terms to respective LT pairs
e^-(s+a) [1/(s+a)^2 + 1/(s+a) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
shifting properties of delta function:
S f(t)delta(t-T)dt = f(T)
A

-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Diode Analysis

A

Assume all on, check currents; if i1 >0 works and i2 >0 works then done

check D1 On and D2 off:
for Diode on: i >0
for voltage off concerning only voltages (forget about resistors in series for KVL): if v <0 then DONE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

MOSFETS:
N Channel:

in Saturation?
Vgs > Vt
Vgd < Vt
In Triode:
Vgs > Vt
Vgd >Vt

P- Channel:

Vsg - Vsd = Vdg

A

l

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Power Electronics

A

Chopper (DC to DC)
Inverter (DC to AC)
Rectifier (AC to DC)
Cyclo-converter (AC to AC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Percent Error Formula

A

(Iactual - Imeasured)/(Iactual)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Max Power Transfer (AC!)

A

ZL = Z*th
Short Voltage Sources
Open Current Sources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Van, Vbn, Vcn

A

Line voltages (Vab, Vbc, Vca) lead phase voltages (Van..) by 30 degrees and are greater than a factor of sqrt(3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

given a delta - wye : network

A

given Vab, we know that Van lags by 30 and is smaller by a factor of sqrt(3) ; Ian = Van/ Zph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

given wye - delta network: convert load to wye

A

Zdelta/3 = Zwye;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

power losses

A

Ploss = Psource - Pload

17
Q

Single Phase Power: P =VIcos(theta)

3-Phase Power: P = 3*VIcos(theta)

A
18
Q

Addressing modes: unique ways in which address of an operand is given in an instruction

A

register addressing mode- used when operands are in registers
immediate addressing mode - used when operands are stored part of instructions i.e. constants
direct addressing mode- used when operands are provided in memory addressing modes

other examples include indirect addressing mode, memory deferred addressing mode, scaled addressing mode

19
Q

complier

A

complier- language processor that converts high level language (source code) into machine language

20
Q

interpreter

A

interpreter- language processor that converts high level language (source code) inter an intermediate (low level lanugage) for execution

21
Q

the difference between an interpretter and complier is that as opposed to an interpreter a complier translates the program into machine language before execution

A

22
Q

assembler

A

assembler- language processor that converts assembly language (source code) into machine language (object code) for execution

23
Q

control unit

A

control init is part of computer’s CPU (central processing unit) it directs the operation of memory unit, arithmetic logic unit and I/O units by interpreting instructions

24
Q

I/O unit

A

the I/O unit comprise devices used to enter and extract details to and from a computer

25
Q

ALU

A

Arithmetic Logic Unit- responsible for making mathematical and logical operations

26
Q

batch data processing

A

involves processing high volume data in groups / batches. It is an efficient way of processing quarterly banks statements, payroll, school reports, etc.

27
Q

real time data processing

A

it involves continuous data processing. it is an efficient way of processing stock quotation, customer services. etc.

28
Q

RAM

A

random access memory - typically volitle and BIOS is loaded into RAM only after computer boots

29
Q

ROM

A

Read only memory - nonvolatile and BIOS is gnerally store din RIM which is used to boot the computer

30
Q

USB Mass storage Device

A

typically used as secondary memory storage device for porable data storage options

31
Q

Encryption

A

Encryption - A data conversion process which prevents unauthorized personnel from accessing it.

32
Q

encoding

A

Encoding - A data transformation process involving changing data format for another system.

33
Q

hashing

A

Hashing - Transformation of string into shorter fixed length value representing original string.

34
Q

decoding

A

Decoding - It is the opposite of encoding and converts encoded data to its original format.

35
Q

A

Instruction pipelining increases instruction throughput. It neither decreases the instruction execution time nor
does it allow new types of instructions.

36
Q

microprocessors

A

Program counter register - contains address of next instruction to be executed.

Stack pointer register - contains address of last executed instruction.

Instruction pointer register - contains address of the current instruction being executed.

Accumulator register - contains results of arithmetic and logic operations.

37
Q

microprocessors cont

A

Microprocessor-A single Integrated Circuit (1C) accepting & executing code instructions for processing data and controlling associated circuitry in a computer system
Microcomputer - An interconnected group of Integrated Circuits (ICs), l/Os and memory systems used for data processing and other applications.

Microcontroller - An integrated system of a single 1C, l/Os, memory system and associated circuitry accepting & executing coded instructions in computer system.

38
Q

cont

A

Address Bus - carries physical address for reading/writing.
Data Bus - carries data between different units of a computer system.
Control Bus - connects CPU with other components.