Solution for Assessment-2

Part-1

1. Trurth table

RU$C_a$$C_b$YS
000000
000101
001001
001101
010010
010110
011010
011110
100010
100110
101010
101110
110010
110110
111010
111110

2. Boolean Expression for Y and S

$$ Y = (R' U C_a' C_b') + (R' U C_a' C_b) + (R' U C_a C_b') + (R' U C_a C_b) \ + (R U' C_a' C_b') + (R U' C_a' C_b) + (R U' C_a C_b') + (R U' C_a C_b) \ + (R U C_a' C_b') + (R U C_a' C_b) + (R U C_a C_b') + (R U C_a C_b) $$

$$ S= (R' U' C_a' C_B)+(R' U' C_a C_b')+(R' U' C_a' C_B') $$

3. Minimised Boolean expression:

$$ Y=R+U $$

$$ S=R'U'(C_a+C_b) $$

OR $$ S=(R+U)'(C_a+C_b) $$

Or

$$ S=R'U'C_a+R'U'C_b $$

4.

$$ Y=R+U $$

$$ S=R'U'(C_a+C_b) $$

bg

OR

$$ Y=R+U $$

$$ S=(R+U)'(C_a+C_b) $$

bg

both are correct

5.

Test ConditionExpected OutcomesValue of (S) and (Y)JustificationScreenshot of the simulation
$RUC_aC_b$ = 0001Brake does not apply and steering appliesY=0 S=1Logic 4
$RUC_aC_b$ = 1110Brake applies and steering doesn't.Y=1 S=0Logic 1/2
$RUC_aC_b$ = 1010Brake applies and steering doesn't.Y=1 S=0Logic 1/2

6. Circut Conversion

To convert to a circut with only NOR or NAND, student should have done some reseach and relies on the following:

bg 40% 50%

bg

So student can use either or both, but the outcome should be the same. Therefore we need to check by using radom input for $R U C_a C_b$

Here is an exmaple:

bg

Part-2

Task-1

bg

Task-2

bg

Task-3

bg

Task-4

bg

Task-5

bg