Counters - Technical MCQs

Q1:

The terminal count of a 3-bit binary counter in the DOWN mode is ________.

A 000

B 111

C 101

D 010

ANS:A - 000

It is Mod8, it counts from 7 to 0. In the case of down counter terminal count is 0(000). But in the case of up counter terminal count is 7(0111).