Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
q determine the odd parity bit for fq convert the following from binary to decimal hexadecimal bcd and octala 1000000011 b 0001010110101
q explain the following a gray code b parity code c overflowq give the counting up to 30 in base 5q convert 17568 into gray code and excess-3
q why are binary octal and hexadecimal used for computer applicationsq perform the following 189310
use as few gates as possible design a nand-to-and gate network that realize the following boolean algebra expressionabcd abcd abcd
q consider the following expression assume that complement inputs are availablefabcd summ 12691014 sumd 4781112a find minimal expression for sop
q design an or to and gates combinational network for the following boolean expression abcd abcd abcd abcd abcd abcdtwo terms in parenthesis
q prove using boolean algebra1 ab ac bc ac bc2 abc abc abc abca3 ab abc ab ab4 ac ab abc bc c
q find the minimum sop and pos expression for the following functions using k- map and realize the expression using appropriate gates also
q f a b c d a b da c da b c d a b c d a b c da c da b d find the simplified function
q find simplified function f and implement that function using only nand gates1 fabc ab abc abc2 f abcd abcbcdabcdabc3 fxyz xyz xy
q simplify using k-map1 m2 m3 m5 m7 m12 m13 m8 m92 m0 m2 m4 m5 m8 m10 m123 fwxyz sum
q a which gates are called universal gates why b state and prove any one of the demorgens laws show that these theorems can be extended up to any
q for function fx y z sum1 2 3 5 6 using truth table only 1 find pos expression2 simplify pos expression3 implement this simplified
a fx y z sum0 1 2 6 7 using truth table onlyb fxyz sum 4678 d251112 using k-map 1 find sop expression2 simplify sop expression3 implement this
q convert the following into pos form1 ab c dcab bc d2 wyz xyz wxy wxyz3 xy xz xyz4 abc abac5 fabcdm03571115 - m
convert the following into sop form1 ab bc a c2 ac abc ab3 ac abac
q find the complement of following functions and reduce to minimum literals1 acd acd acdad2 abcabc abc abc3 ab ab ac
q make a generalize program that performs r-ary subtraction on two numbers using r-1s and rs complement use input and output
q develop a program to implement the concept of true and radix minus one complement program should ask for radix and two numbers from that radix for
q write a menu driven program to perform subtraction in base 5 using r and r-1 complement with necessary
q write a menu driven program to find 9s and 10s complement of a decimal number using file perform necessary validation with proper message that
q write a program to find 1s and 2s complement of a binary number perform necessary checking that if entered number is not a valid number ask
q write a program to perform multiplication of two numbers in specified radix check that entered numbers are in specified radix or not else error
q write a menu driven program to perform addition and subtraction in base 5 check that entered numbers are in base 5 or not else error message
q develop a menu driven program to perform binary addition and subtraction on two numbers that are inputted check that entered numbers are in