Desklib Online Library for Study Material | Solved Assignments, Essays, Dissertations
10 Pages1177 Words306 Views
Added on 2019-09-21
About This Document
Desklib is an online library for study material with solved assignments, essays, dissertations and more. It provides access to high-quality content for various courses and exams. The website offers a wide range of subjects, course codes, course names, and colleges/universities.
BookmarkShareRelated Documents
1.Complete the following table, converting from Decimal, to Binary and Hex and needed.(6 points)DecimalBinaryHex1500001111F51001100113343001010112B16510100101A52.Convert 5,237 into Binary Encoded Decimal (BED) ( 2 point)Answer: Step 1: converting each digit to 4 digit binary number.5= 01012= 00103= 00117= 0111Step 2: combining these valesBCD: 01010010001101113.Complete the following table of Infix, Prefix and Postfix notation. (8 points)PrefixInfixPostfix*ABA*BAB** (-a b ) (* a d)(a-b)*(a*d)(a b -) ( a d *) *-- 2x 7y 52x-7y-52x 7y 5 - -+ 2x - * x 7 * 2 d2x+((x*7)-(2*d))X 7 * 2 d * - 2x +4.If there are 7,253 students but that number is in in Base 20, how many students does the numeral 2 represent? (2 points)Answer: the numeral 2 for 7253 for base 20 is: I2D5.Create the Truth Table for the following( 6 points):~A ^ B ABA^B~(A^B)0001010110011110
A V B ^ ~CABC~CAVBAVB^~CT000100T001000T010111T011010F100111F101010F110111F111010Write the statement for the shaded area in the following Venn Diagrams (8 points):6.:_______((A ^ C) – (A^B^C)) U( (B ^ C) – (A^B^C))7.: (AUB) – (A^B)