BCD Question & Answers November 7, 2022 By WatElectronics This article lists 75 BCD MCQs for engineering students. All the BCD Questions & Answers given below include a hint and a link wherever possible to the relevant topic. This is helpful for users who are preparing for their exams, interviews, or professionals who would like to brush up on the fundamentals of BCD. BCD stands for binary coded decimal, used in electronic and computing systems. It has a base of 2 and a fixed of 4 or 8 bits with a sign bit overflow or error. The number form that BCD encodes is called the decimal form. This BCD encoding consists of 2 methods packed and unpacked. Masking and shifting operation is deployed during packed/unpacked BCD digit. In the unpacked type of BCD number decimal-based digit is considered as 1 byte which is in an encoded format and the remaining 4 bits have no value. A packed type of BCD number 2 decimal digits is encoded as 1 byte. This packed type of BCD benefits in terms of masking, less storage, and greater efficiency. They are deployed in Decimal computers, IBM system/360, and Digital Equipment VAX. The BCD-based counter uses LEDs to convey the binary-based values. 1). Which of the following number form does BCD encodes? Decimal Fraction Unit Both b and c Hint Read more about BCD 2). Which of the following is the term used for 10 states BCD? Tetrades Hexades Decades None of the above Hint 3). Which of the following is the application of BCD? Decimal computers IBM system/360 Digital Equipment VAX All the above Hint 4). ___ is defined as 4 it binary value? Natural BCD Unnatural BCD Zero BCD None of he above Hint 5). Which of the following are the methods used for BCD encoding? Packed Unpacked Zero packed Both a and b Hint 6). ____ operation is deployed during packed/unpacked BCD digit? Shifting Masking Unmasking Both a and b Hint 7). Which of the following is the representation of shift left? << >> >< Hint 8). Which of the following is the representation of shift right? << >> >< Hint 9). In which of the following type of BCD number decimal based digit is considered as 1 byte which is in encoded format and remaining 4 bits has no value? Unpacked Packed Unmasking Masked Hint 10). In which of the following type of BCD number, 2 decimal digits are encoded as 1 byte? Unpacked Packed Unmasking Masked Hint 11). Which of the following is the BCD type form of example 0000 1001 0000 0001? Unpacked Packed Unmasking Masked Hint 12). Which of the following is the BCD type form of example 1001 0001? Unpacked Packed Unmasking Masked Hint 13). Which of the following is the advantage of packed BCD? Greater efficiency Less storage Masking All the above Hint 14). Which of the following is the base of binary? Base 2 Base 8 Base 10 Base 12 Hint 15). Which of the following is the base of decimal? Base 2 Base 8 Base 10 Base 12 Hint 16).Which of the following is the binary number representation of 9? 0011 0100 1001 1100 Hint 17). Which of the following is the BCD representation of 357? 0011 0101 0111 1011 0101 0111 0011 0111 0111 0011 0101 1111 Hint 18). Which of the following is the term for binary power? 2^n 8-4-2-1 2n Both a and b Hint 19). In which of the following branch does BCD plays vital role? Digital Analog Both a and b Mechanical Hint 20). Which of following is the first step of binary to bcd conversion step? Binary to decimal Decimal to BCD Decimal to Binary Binary to Hexa Hint BCD MCQ for Exams 21). Which of following is the second step of binary to bcd conversion step? Binary to decimal Decimal to BCD Decimal to Binary Binary to Hexa Hint 22). BCD based counter uses ___ to convey the binary based values? LEDs Resistors Capacitors Wires Hint Read more about LED’s 23). Which of the following operations are performed using BCD? Addition Subtraction Multiplication Both a and b Hint 24). Which of the following is the BCD addition output of 0,0? 0 1 X Both a and c Hint 25). Which of the following is the BCD addition output of 0,1 or 1,0? 0 1 X Both a and c Hint 26). Which of the following is the BCD addition output of 1,1? Both a and b Hint 27). Which of the following is the BCD addition output of 111? 0 1 X Both a and b Hint 28). Which of the following Processors provide BCD addition? Intel 8080 Zilog Z80 x86 All the above Hint 29). Which of the following is the output for BCD subtraction 0000 0011 0101 0111 & 1001 0101 0110 1000? 1001 1000 1011 1111 1001 1000 1011 1011 1001 1000 1111 1111 1001 1001 1011 1111 Hint 30). Which of the following is representation of ‘A’ in BCD? 1010 1011 1100 1101 Hint 31). ___ number of bits store BCD? 2 5 4 8 Hint 32). Which of the following is the representation of A16? 1110 1000 1011 1010 Hint 33). Which of the following is the binary equivalent of 0? 0000 1010 1111 0011 Hint 34). Which of the following is the formula of dividend? Divisor*Quotient+Reminder Divisor*Quotient-Reminder Divisor-Quotient+Reminder Divisor/Quotient+Reminder Hint 35). Which of the following is the binary value of 3? 11 10 00 01 Hint 36). Which of the following formula is correct? 1/1 =1 1/0 = infinite 0/1=0 All the above Hint 37). Abbreviate BCD? Binary Code Decimal Binary Cut Decimal Binary Code Divide Bi Code Decimal Hint 38). Identify the non reflective based code? BCD Grey 2124 5211 Hint 39). Which of the following is the ASCII value of ‘a’? 0.01 0.097 0.065 0.2 Hint 40). Which of the following is the ASCII value of A? 0.01 0.097 0.065 0.2 Hint Read more about ASCII 41). Abbreviate ASCII? American standard code for information interchange American standard cut for information interchange American standard code for inter interchange Aim standard code for information interchange Hint 42). ___ is the term used for expressing BCD digits? Nibble Bit Byte Symbol Hint 43). ___ is the decimal based equivalent form of binary number 0.0111? -0.4375 0.5375 0.4375 43.75 Hint 44). Which of the following in binary sequence has smallest positional based weight? MSB LSB GSB ZSB Hint 45). ____ is used for simplifying boolen algebra type expression? K-map Algebra BCD Both a and c Hint 46). K map is abbreviated as? Karnaugh map Kelvin map Knit map None of the above Hint 47). K-map is ___ dimensional code? 1D 2D 3D 4D Hint 48). Which of the following code fashion k-map is ordered? Gray code BCD Hexa All the above Hint 49). SOP is implemented using ____ logic gates? AND OR NOT Both a and b Hint 50). POP is implemented using ____ logic gates? AND OR NOT Both a and b Hint BCD MCQ for Students 51). K-map is ___ type of representation? Graphical Pictorial UI All the above Hint 52). Which of the following are the forms of K-map? Un-optimized Optimized Null Both and b Hint 53). Which of the following is the representation of 0 in BCD? 0000 0001 0010 0100 Hint 54). Which of the following is the representation of 1 in BCD? 0000 0001 0010 0100 Hint 55). Which of the following is the representation of 2 in BCD? 0000 0001 0010 0100 Hint 56). Which of the following is the representation of 3 in BCD? 0000 0001 0011 0100 Hint 57). Which of the following is the representation of 4 in BCD? 0000 0001 0010 0100 Hint 58). Which of the following is the representation of 5 in BCD? 0000 0001 0010 0101 Hint 59). Which of the following is the representation of 6 in BCD? 0000 0001 0010 0110 Hint 60). Which of the following is the representation of 7 in BCD? 0000 0001 0010 0111 Hint 61). Which of the following is the representation of 8 in BCD? 0000 0001 1000 0111 Hint 62). Which of the following is the representation of 9 in BCD? 0000 0001 1001 0111 Hint 63). Which of the following is the representation of 10 in BCD? 0000 0001 1010 0111 Hint 64). Which of the following is the representation of 11 in BCD? 0000 0001 1010 1011 Hint 65). Which of the following is the representation of 12 in BCD? 0000 0001 1010 1100 Hint BCD MCQ for Quiz 66). Which of the following is the representation of 13 in BCD? 0000 0001 1010 1101 Hint 67). Which of the following is the representation of 14 in BCD? 0000 0001 1010 1110 Hint 68). Which of the following is the representation of 15 in BCD? 0000 0001 1010 1111 Hint 69). Which of the following is representation of 123 in BCD? 0001 0010 0011 0001 0010 1011 0101 0010 0011 0001 1010 0011 Hint 70). Logic 1 is ____ power? High Low Null Zero Hint 71). Logic 0 is ____ power? High Low Null Zero Hint 72). Which of the following are basic logic gates? AND OR NOT All the above Hint 73). Which of the following are the universal logic gates? XOR NOR NAND Both b and c Hint 74). Which of the following are used while designing logic gates? Relay Optics Vacuum tubes All the above Hint 75). Which of the following are compound logic gates? AOI OAI AAI Both a and b Hint For More MCQsBCDK-map Please fill in the comment box below. Time is Up! Time's up