Skip to content

Commit

Permalink
Merge pull request #63 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Fix error.
  • Loading branch information
udohjeremiah authored Feb 16, 2025
2 parents 2b2c22b + 1e40df8 commit e57f9b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/questions/wdu-compsci-23_24-3lvl-1st-csc301.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ export default function CSC301() {
<li>
What is a multiplexer? Explain the functionality of a multiplexer
circuit? <strong className="whitespace-nowrap">(5 marks)</strong>
<Answers questionNumber="4b" />
<Answers questionNumber="5b" />
</li>
<li>
Logic design{" "}
<strong className="whitespace-nowrap">(4 marks)</strong>
<Answers questionNumber="4c" />
<Answers questionNumber="5c" />
</li>
</ol>
</li>
Expand All @@ -118,12 +118,12 @@ export default function CSC301() {
Explain parallel data transmission and differentiate it from serial
data transmission.{" "}
<strong className="whitespace-nowrap">(7 marks)</strong>
<Answers questionNumber="4b" />
<Answers questionNumber="6b" />
</li>
<li>
Write short notes on Circuit design{" "}
<strong className="whitespace-nowrap">(4 marks)</strong>
<Answers questionNumber="4c" />
<Answers questionNumber="6c" />
</li>
</ol>
</li>
Expand Down

0 comments on commit e57f9b2

Please sign in to comment.