Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
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
q write a program to implement nor nand xor and xnor gates using and without using bit wise operator also perform necessary checking the user
q write a program to implement or nor and and nand gates using and without using bit wise operator the menu should be as followsi using bit wise
q develop a menu driven program to implement and or not gates using and without using bit wise operator the menu should be as
q develop a menu driven program to implement the logic of the following gatesi and gateii or gateiii not gateiv exitthe user has option to give n
q make a generalized program that accepts a number amp base convert it into the given base perform necessary
q develop a program which reads hexadecimal number from an input file amp convert it into octal binary and decimal the op should be written to a
q develop a menu driven program with following menu1 octal to decimal2 octal to hexadecimal3 octal to
q develop a menu driven program with following menu1 gray code2 bcd3 excess-3 code4 exitip must be a valid binary number
q develop a menu driven program with following menua binary to decimalb binary to octalc binary to hexadecimald exitput proper