Year 10 Mock Assessment Flashcards

1
Q

What is the function of an AND gate?

A

An AND gate outputs HIGH (1) only when all its inputs are HIGH (1). The Boolean expression is Q = A • B.

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

What is the function of an OR gate?

A

An OR gate outputs HIGH (1) when at least one of its inputs is HIGH (1). The Boolean expression is Q = A + B.

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

What is the AND gate truth table in equation form?

A

0 • 0 = 0, 0 • 1 = 0, 1 • 0 = 0, 1 • 1 = 1

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

What is the OR gate truth table in equation form?

A

0 + 0 = 0, 0 + 1 = 1, 1 + 0 = 1, 1 + 1 = 1

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

What is the NAND gate truth table in equation form?

A

0 • 0 = 1, 0 • 1 = 1, 1 • 0 = 1, 1 • 1 = 0

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

What is the NOR gate truth table in equation form?

A

0 + 0 = 1, 0 + 1 = 0, 1 + 0 = 0, 1 + 1 = 0

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

What is Boolean algebra?

A

Boolean algebra is a mathematical system for logical operations using binary variables (0 and 1) and operators like AND (•), OR (+), and NOT (¬).

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

How can you create an AND gate using NAND gates?

A

An AND gate can be made by connecting two NAND gates in series: Q = NAND(NAND(A,B), NAND(A,B))

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

How can you create an OR gate using NAND gates?

A

An OR gate can be made with three NAND gates: Q = NAND(NAND(A,A), NAND(B,B))

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

What are the three main subsystems in a system block diagram?

A
  1. Input subsystem (sensors/switches) 2. Processing subsystem (logic circuits/microcontrollers) 3. Output subsystem (actuators/displays)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a monostable circuit?

A

A monostable circuit has one stable state and produces a single output pulse of fixed duration when triggered.

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

What is an astable circuit?

A

An astable circuit has no stable state and continuously oscillates between HIGH and LOW states, producing a square wave.

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

What does the output waveform of a monostable look like?

A

A single pulse with duration determined by RC components, returning to stable state after trigger.

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

What does the output waveform of an astable look like?

A

A continuous square wave with mark/space ratio determined by circuit components.

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

How do you calculate total resistance in series?

A

R_total = R1 + R2 + R3 + … (sum of all resistances)

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

How do you calculate total resistance in parallel?

A

1/R_total = 1/R1 + 1/R2 + 1/R3 + … (reciprocal of sum of reciprocals)

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

What is the voltage divider rule?

A

V_out = V_in × (R2 / (R1 + R2)) for two series resistors with output taken across R2.

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

What is Kirchhoff’s Voltage Law?

A

The sum of all voltages around any closed loop in a circuit equals zero.

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

What is Kirchhoff’s Current Law?

A

The sum of currents entering a junction equals the sum of currents leaving it.

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

What is the 555 timer IC?

A

An 8-pin integrated circuit capable of producing accurate time delays or oscillations in monostable/astable modes.

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

What is the function of pin 2 (Trigger) on a 555 timer?

A

When voltage here falls below 1/3 Vcc, it starts the timing cycle in monostable mode or triggers oscillation.

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

What is the function of pin 6 (Threshold) on a 555 timer?

A

When voltage here exceeds 2/3 Vcc, it resets the flip-flop ending the output pulse in monostable mode.

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

What is the function of pin 7 (Discharge) on a 555 timer?

A

Provides a path for capacitor discharge when the internal transistor is active (ON).

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

What is the function of pin 3 (Output) on a 555 timer?

A

Provides the output signal which can source or sink current to drive loads.

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

What is the function of pin 5 (Control Voltage) on a 555 timer?

A

Allows access to the internal voltage divider for modifying threshold/trigger levels.

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

What is the function of pin 1 (Ground) on a 555 timer?

A

Connected to 0V reference for the circuit.

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

What is the function of pin 8 (Vcc) on a 555 timer?

A

Positive power supply connection (typically 4.5-15V).

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

What is the function of pin 4 (Reset) on a 555 timer?

A

When pulled LOW (<0.7V), it forces output LOW regardless of other inputs.

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

What is the time period formula for a 555 monostable?

A

T = 1.1 × R × C (where R is in ohms, C in farads, T in seconds)

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

What is the formula for 555 astable frequency?

A

f = 1.44 / ((R1 + 2R2) × C)

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

What is the duty cycle formula for 555 astable?

A

Duty cycle = (R1 + R2) / (R1 + 2R2) × 100%

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

What is a capacitor?

A

A passive electronic component that stores electrical energy in an electric field between two conductive plates.

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

What is the symbol for a polarized capacitor?

A

A straight line (positive) next to a curved line (negative) for electrolytic capacitors.

34
Q

What is the symbol for a non-polarized capacitor?

A

Two parallel straight lines of equal length.

35
Q

How does a capacitor charge?

A

Exponentially through a resistor: Vc = V_supply × (1 - e^(-t/RC))

36
Q

How does a capacitor discharge?

A

Exponentially through a resistor: Vc = V_initial × e^(-t/RC))

37
Q

What is a Schmitt trigger?

A

A comparator circuit with hysteresis that converts analog signals to clean digital outputs with noise immunity.

38
Q

What is a comparator?

A

An op-amp circuit that compares two voltages and outputs HIGH or LOW depending on which input is greater.

39
Q

How does a comparator differ from a Schmitt trigger?

A

A comparator has no hysteresis - output changes immediately when inputs cross, making it sensitive to noise.

40
Q

How can you make a NOT gate using a NAND gate?

A

Connect both inputs together: Q = NAND(A,A)

41
Q

What is De Morgan’s Theorem?

A

¬(A + B) = ¬A • ¬B and ¬(A • B) = ¬A + ¬B (allows conversion between AND/OR forms using inversions)

42
Q

What is the NAND gate redundancy principle?

A

Any logic function can be implemented using only NAND gates, making them functionally complete.

43
Q

How many NAND gates are needed to make an XOR gate?

A

Four NAND gates can be combined to create an XOR function.

44
Q

What is the output of a monostable if triggered during its timing cycle?

A

The output pulse continues for its full duration - it’s non-retriggerable unless specifically designed otherwise.

45
Q

What determines the frequency of an astable multivibrator?

A

The RC time constant of the timing components and the specific circuit configuration.

46
Q

What happens to 555 astable frequency if you increase the capacitor value?

A

The frequency decreases because the charging/discharging time increases.

47
Q

What happens to 555 monostable pulse duration if you increase the resistor?

A

The pulse duration increases as the RC time constant grows larger.

48
Q

What is the typical voltage range for the 555 timer?

A

4.5V to 15V, with some versions operating up to 18V.

49
Q

Why use a Schmitt trigger instead of a regular comparator?

A

Schmitt triggers prevent multiple output transitions from noise on slowly changing input signals.

50
Q

What is the typical hysteresis voltage in a Schmitt trigger?

A

Depends on design but often 0.5V-1V difference between upper and lower threshold voltages.

51
Q

What is the minimum number of components needed for a 555 monostable?

A

Four: 555 IC, one resistor, one capacitor, and a power supply (plus optional trigger components).

52
Q

What is the minimum number of components needed for a 555 astable?

A

Five: 555 IC, two resistors, one capacitor, and power supply.

53
Q

What is the typical rise/fall time of 555 timer output?

A

About 100ns for standard 555, making it suitable for moderate-speed digital applications.

54
Q

What is the purpose of the reset pin (4) in normal operation?

A

Should be tied to Vcc when not used to prevent accidental reset of the timer.

55
Q

How can you synchronize multiple 555 timers?

A

Connect their reset pins together or use the output of one to trigger another.

56
Q

What is the effect of adding capacitance to the control voltage pin (5)?

A

Improves noise immunity but adds slight delay to internal comparator responses.

57
Q

How can you make a precision monostable with 555?

A

Use the control voltage pin with a precise reference voltage to set accurate thresholds.

58
Q

What is the purpose of the 0.01μF capacitor often seen on 555 circuits?

A

Decoupling capacitor for the control voltage pin (5) to filter noise from internal reference.

59
Q

What is the advantage of using NAND gates for all logic?

A

Simplifies inventory (only one gate type needed) and takes advantage of NAND’s functional completeness.

60
Q

How can you test a 555 timer circuit?

A

Check power supply, verify trigger/threshold voltages with oscilloscope, and monitor output waveform.

61
Q

How can you improve 555 timer stability?

A

Use stable components (metal film resistors, polypropylene capacitors), regulate supply voltage.

62
Q

What is a typical application of a monostable circuit?

A

Debouncing switches, creating fixed-duration pulses from momentary inputs, time delay generation.

63
Q

What is a typical application of an astable circuit?

A

Clock generation, LED flashers, tone generation, PWM control.

64
Q

What is the advantage of Schmitt trigger inputs in digital systems?

A

Noise immunity and clean transitions even with slow or noisy input signals.

65
Q

What is a MOSFET and what are its main types?

A

A MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) is a voltage-controlled transistor. Main types: 1) Enhancement mode (normally off) 2) Depletion mode (normally on). Further divided into N-channel and P-channel varieties.

66
Q

What are the three terminals of a MOSFET?

A

1) Gate (control terminal) 2) Drain (output terminal) 3) Source (common terminal). The body/substrate is sometimes considered a fourth terminal.

67
Q

How does a MOSFET work as a switch?

A

When V_GS exceeds threshold voltage (for enhancement MOSFET), it creates a conductive channel between drain-source, allowing current flow. Below threshold, it acts as open circuit.

68
Q

What is the key advantage of MOSFETs over BJTs?

A

MOSFETs are voltage-controlled (almost no gate current) with very high input impedance, making them more efficient for switching applications.

69
Q

What is an operational amplifier (op-amp)?

A

A high-gain DC-coupled differential amplifier with two inputs (inverting and non-inverting) and one output, typically requiring dual power supplies.

70
Q

What are the golden rules of op-amp operation?

A

1) Infinite input impedance (no current flows into inputs) 2) Infinite open-loop gain 3) Zero output impedance 4) Inputs will equalize when in negative feedback configuration.

71
Q

What is the typical symbol for an op-amp?

A

A triangle with two inputs on left (- for inverting, + for non-inverting), output on right, and power supply connections (V+ and V-) at top and bottom.

72
Q

question

73
Q

What is the circuit symbol for an AND gate?

A

A D-shaped symbol with two or more input lines on the flat side and one output line on the curved side. Inputs: left side, Output: right side.

74
Q

What is the circuit symbol for an OR gate?

A

A curved/shield-shaped symbol with two or more input lines on the concave side and one output line on the pointed convex side.

75
Q

What is the circuit symbol for a NAND gate?

A

Same as AND gate but with a small circle (inversion bubble) at the output, right after the D-shape.

76
Q

What does the 555 timer IC symbol look like in circuit diagrams?

A

Usually shown as a rectangular block with 8 pins labeled: 1-GND, 2-Trigger, 3-Output, 4-Reset, 5-Control, 6-Threshold, 7-Discharge, 8-Vcc.

77
Q

What is the symbol for a Schmitt trigger?

A

Typically shown as a triangular comparator symbol with a hysteresis loop inside (∞-shaped curve between inputs).

78
Q

What is the symbol for a non-inverting op-amp?

A

Triangle with (+) input on left, (-) below, output on right, power rails top/bottom. Non-inverting input marked ‘+’.

79
Q

What is the symbol for a MOSFET (N-channel enhancement)?

A

Three-terminal symbol: Gate (vertical line), Drain (upward arrow), Source (downward arrow). Dashed channel line for enhancement mode.

80
Q

How is a polarized capacitor represented?

A

Two parallel lines: one straight (positive/anode), one curved (negative/cathode) for electrolytics.

81
Q

What does the astable multivibrator symbol look like?

A

No standard symbol - typically shown as a 555 or op-amp circuit with two capacitors forming the timing network.

82
Q

What is the comparator circuit symbol?

A

Similar to op-amp but often without power pins in schematics - triangle with (+) and (-) inputs, single output.