Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Question 1

Let A be a 4x4 matrix composed of all 0s.

Let B be a 4x4 matrix composed of all 1s.

1. A NAND B = all 0s.

2. A XOR B = all 1s.

3. The first nine digits of a book's ISBN-10 identifier is 0-441-27206. The tenth digit (the check digit) is 5.

4. The binary search algorithm has a smaller "Big(O)" notation than the linear search algorithm and is, therefore, the more efficient algorithm.

5. Given:

Matrix A is of the form 5 x 4
Matrix B is of the form 4 x 2
Matrix C is of the form 2 x 5

B x C x A has the form 5 x 5.


6. A Tautology is always true except when null sets are involved.

 

7. Given: A = {0,4,6,9,10} and B = {0,6,7,9,12}.

The Cartesian Product of A and B contains 25 valid elements since {0,0}, the NULL SET, is included in the total.

8. The cardinality of the power set {NULL, a, {NULL}, {{NULL}}} is 3. Note: {NULL} indicates the null (empty) set.

9. The matrix MEET is functionally the same as a matrix AND.

10. Using Relations f and g, it is possible that that fog = gof in most cases.

12. Using Set Identities, we can deduce that:

NOT A AND B = A OR NOT B.

13. Log(Base10)100 = 2; log 100(Base2) = 9.96

14. To be invertible, the involved functions must map one-to-one and onto.

PART B

SHOW ALL WORK (within reason) in intermediate steps. Solutions without intermediate work will be graded as zero.

Clearly identify each answer.

1. Define A*B where:

A = | 3 -3 6 | B = | 6 1 |
| 0 4 2 | | 0 -5 |
| 0 3 |

2. Given A and B

A = | 1 0 1 | B = | 1 1 0 |
| 1 1 0 | | 0 1 1 |
| 0 1 0 | | 1 1 0 |

Determine:

A). A MEET B

B). A JOIN B

3. Given A = -2*x^3 - 5x where x = (-0.3, 0, 0.3, 1.4). Determine:

a. CEILING A

b. FLOOR A

4. Define the "Big O" function of:

F(x) = 4x*log(x^2 + 7) + 5*[(4 + x^5) * log(x^7)+ 12]

5. Define the value of:

a) SIGMA (2*i)
where i has the range i = 0 to 3.

b) PI (k + 4)
where k has the range k = 0 to 3.

6. Define the values in the double sigma expression:

SIGMA1 SIGMA2 (3*i*j)

where SIGMA1 has the range of j= 0 to 3, and
where SIGMA2 has the range of i= 1 to 3.

7. Let A = (a,b,c,e,f,g,k) and B = (a,b,c,e,h,i,j). Determine:

a) A INT B

b) B - A

c) A - B

8. Let g be a function from the set G = {1,2,3,...34,35,36). Let f be a function from the set F = {1,2,3,...34,35,36}. Set G and F contain 36 identical elements (a - z and 0 - 9). A partial representation of the G and F relationships are:
g(1) = 26, g(2) = 17, g(3) = 22, and
f(6) = 1, f(9) = 3, f(11) = 2.
Assume a 1:1 and onto relationship. Determine:

a. fog

b. gof


9. Given f(w) = 2, f(x) = 5, f(y) = 2, f(z) = 3. What is the inverse function of 5? That is, f-1(5) = ?

10. Assume that the Basis Step for the sum of the first n ODD Integers is n^2. Develop a table of at least six examples to show this assumption seems to be true. Hint: Follow the process used in previous ECRs.

11. Assume n is a very large value. List the following elements in ascending order:

{(n log n^2), 2^n, log 20, 120, log 10, (n^2 log n^2) }

12. Define the value of:

PI SIGMA 3*k*j

where SIGMA has the range k =0 to 4, and where PI has the range j = 0 to 3.

A.What is the best order to form the product ABCD if A, B, C and D are matrices with dimensions 15 x 25, 25 x 30, 30 x 20, and 20 x 15, respectively. Show your work! Limit your answer to the four alternatives listed below:

a) [( A * B ) * C ] * D

b) (A * B ) * ( C * D )

c) A * [ B * (C * D ) ]

d) [( C * D) * A ] * B

B.

Solve for Computer Time Used when:

Problem size: n = 10^2

Bit operations used: n^3 log n

Processor speed: 10^10 operations/sec

 

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M9131343
  • Price:- $25

Priced at Now at $25, Verified Solution

Have any Question?


Related Questions in Computer Engineering

Suppose you roll a standard 6-sided die if you roll a 1 1

Suppose you roll a standard 6-sided die. If you roll a 1 (1), you randomly select one chip from a bowl containing 2 red (R) and 3 white (W) chips. If you don't roll a 1 (1 c ), you randomly select 1 chip from a bowl cont ...

Question superfast software inc was founded last year by

Question : Superfast Software Inc. was founded last year by three young programmers. They all dreamed their company would become a really big one and would distribute a large number of software products all over the worl ...

Sometimes when we visit super markets we may share our

Sometimes when we visit super markets, we may share our personal details to get (for example) "Loyalty cards" and other benefits. Do you think sharing such details is a good approach? Give arguments for both cases: "shar ...

Suppose that alices rsa parameters are ma91 ea7 and da31

Suppose that Alice's RSA parameters are m_A=91, e_A=7, and d_A=31. And suppose that Bob's RSA modulus is m_B=187. a)If Bob's public exponent is e_B=13 and Alice wants to encrypt the message signature pair (x, delta)=(70, ...

We say that a binary tree t is perfectly balanced if for

We say that a binary tree T is perfectly balanced if, for each node n in T , the number of keys in the left and right subtrees of n differ at most by 1. Write an algorithm called Is-Perfectly-Balanced that, given a binar ...

A sequence of natural numbers a1 a2 an is said to be a

A sequence of natural numbers (a 1 , a 2 , ..., a n ) is said to be a degree sequence if there exists an undirected graph on n vertices {v 1 , v 2 , ..., v n } such that the degree of v i  is a i  for each i = 1, 2, ..., ...

Suppose a coworker approaches you and asks what an ethical

Suppose a coworker approaches you and asks what an ethical hacker does. She does not understand the role that an ethical hacker plays in the security industry and assumes that such a hacker intentionally causes damage. E ...

A humane society claims that less thannbsp33 of us

A humane society claims that less than 33?% of U.S. households own a dog. In a random sample of 409 U.S.? households, 155 say they own a dog. At alpha(α) = 0.04?, is there enough evidence to support the? society's claim? ...

Question is it ethical for a potential employer to use the

Question: Is it ethical for a potential employer to use the Internet this way? Is it legal? What if an angry ex-boyfriend or ex-girlfriend posted some things, pretending to be you? How might this affect your chances for ...

Suppose you would like to sort n music files using a

Suppose you would like to sort n music files using a comparison-based sorting algorithm (i.e. no bucket sort), but you only have an old, unreliable computer, which you have nicknamed "Rustbucket". Every time Rustbucket c ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As