This document provides solutions to various questions related to Computer Fundamental. It covers topics such as function composition, sets and relations, number systems, and arrays. The document also includes a bibliography for further reading.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: COMPUTER FUNDEMENTAL Computer Fundamental Name of the Student: Name of the University: Author Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
1 COMPUTER FUNDEMENTAL Question 1 (i) f (g (h (10))) = f (g (10)) = f (4) = 12 f–1(h–1(6)) = f–1(7) = 11 (ii) X01234567891 0 1112 f(x)016910521 1 834712 f-1(x)01234567891 0 1112 g(f-1(x))015112558811 2 812
2 f’(x)) COMPUTER FUNDEMENTAL (iii) X0123456789101112 h(x)0111348765910212 h(h(x))0123456789101112 The inverse of h(x) is h(h(x)). (iv) X0123456789101112 f(x)0151125588112812 f-1(x)0169105211834712
3 COMPUTER FUNDEMENTAL Question 2 The grower set G = {a,b,c,d} The set of retailers R = {e,f,g} The set of customer ={m,n,p,q,r} Hence, G x R have relation A = {aAe, bAg, cAf, dAe, dAg} R x C Having relation B = {eBn, eBr, fBm, fBq, gBp} i) M(A) = Efg A100 B001 C010 D101 M(B) = mNpqr e01001 f10010 g00100 ii) Inverse of A = M (A) Transpose =
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
4 COMPUTER FUNDEMENTAL aBCd e1001 f0010 g0101 Inverse of B = M (B) Transpose = eFG m010 n100 p001 q010 r100 Question 3 a) DecimalOctalBinaryHexadecimal 119167111011177 96140110000060 21532711010111D7 b) i) 0.53125 in decimal = 0.10001 in binary
5 COMPUTER FUNDEMENTAL ii) 0.09375 in decimal = 0.00011 in binary iii) (0.10001) in binary + (0.00011) in binary = 0.10100 in binary iv) 0.10100 in binary = 0.6250 in decimal c) i) 11011 + 1001111 = 10111010 in binary ii) 2756 + 5724 = 10702 in octal iii) 2AE5C + B52F7 = E0153 in hexadecimal d) i) i)29578 = 0010 1001 0101 0111 1000 +31495 = 0011 0001 0100 1001 0101 Hence, 0010 1001 0101 0111 1000 + 0011 0001 0100 1001 0101 = 0101 1010 1010 0000 1101 =
6 COMPUTER FUNDEMENTAL ii) 138526 + 490615 138526 = 0001 0011 1000 0101 0010 0110 490615 = 0100 1001 0000 0101 0001 0101 Hence, 0001 0011 1000 0101 0010 0110 + 0100 1001 0000 0101 0001 0101 = 0101 1100 1000 1010 0011 1011 Question 4 i) a) The provided number = 0010 1010 Since C = 1 therefore the number is 0000 0001 0010 1010 = 298 in decimal b) The provided number = 1100 1001 Since C = 0 therefore the number is 1100 1001 = 201 in decimal c) The provided number = 1011 1100 Since C = 1 therefore the number is 0000 0001 1011 1100 = 444 in decimal d)
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
7 COMPUTER FUNDEMENTAL The provided number = 0110 1011 Since C = 0 therefore the number is 0110 1011 = 107 in decimal e) The provided number = 0111 0011 Since C = 1 therefore the number is 0000 0001 0111 0011 = 371 in decimal ii) a) The provided number = 0010 1010 Since N= 0, V = 0 therefore the number is 0010 1010 = 42 in decimal b) The provided number = 1100 1001 Since N = 1 and V= 0 therefore the number is 0011 0110 + 1 = 00110111 = -55 in decimal c) The provided number = 1011 1100 Since N = 1 and V = 0 therefore the number is 0100 0011 + 1 = -68 in decimal d) The provided number = 0110 1011 Since N = 0, V = 0 therefore the number is 0110 1011 = 107 in decimal e) The provided number = 0111 0011
8 COMPUTER FUNDEMENTAL Since N = 0, V = 1 therefore the number is 1000 1100 + 1 = 10001101 = -141 in decimal Question 5 Numberof columnsin array Row numberColumn numberSequence position (i)1451167 (ii)3612727 (iii)94835 (iv)281711459 (v)304898 (vi)45630300 (vii)245985
9 COMPUTER FUNDEMENTAL Bibliography Marschner, S., & Shirley, P. (2015). Fundamentals of computer graphics. CRC Press. Mayer, J., Borges, P. V., & Simske, S. J. (2018). Introduction. In Fundamentals and Applications of Hardcopy Communication (pp. 1-5). Springer, Cham.