Skip to content

Commit c3be3db

Browse files
Wrap ROM capacity quiz options in $...$ for MathJax (closes #759) (#786)
1 parent 136b885 commit c3be3db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/seq-lsi/rom-microcontrollers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ ROM capacity: $2^N \times (2N+K+\log_2 M)$
6868
{:.quiz}
6969

7070
1. What is the ROM capacity of Counter based µcontroller ?
71-
1. 2^N\times(K+\log_2 M)
72-
* 2^N\times(N+K+\log_2 M)
73-
* 2^{(M+N)}\times(K+N)
74-
* 2^M\times(M+N)
71+
1. $2^N \times (K+\log_2 M)$
72+
* $2^N \times (N+K+\log_2 M)$
73+
* $2^{(M+N)} \times (K+N)$
74+
* $2^M \times (M+N)$
7575

7676
2. Which among the following is not micro-controller ?
7777
1. DMUX based µcontroller
@@ -80,7 +80,7 @@ ROM capacity: $2^N \times (2N+K+\log_2 M)$
8080
* None
8181

8282
3. What is the ROM capacity of Preset counter based µcontroller ?
83-
1. 2^N\times(N+K+\log_2 M)
84-
* 2^N\times(K+\log_2 M)
85-
* 2^{(M+N)}\times(K+N)
86-
* 2^M\times(M+N)
83+
1. $2^N \times (N+K+\log_2 M)$
84+
* $2^N \times (K+\log_2 M)$
85+
* $2^{(M+N)} \times (K+N)$
86+
* $2^M \times (M+N)$

0 commit comments

Comments
 (0)