Question

In: Electrical Engineering

Using variables ENGR, POET, and RHYME, write a logic expression that is 1 for poets who...

Using variables ENGR, POET, and RHYME, write a logic expression that is 1 for poets who don't know how to rhyme and digital designers who like to come up with ryhming signal names.

Solutions

Expert Solution

Repeating the expression:

Logic 1 for Poets who dont know how to rhyme and digital designers who like to come up with rhyming signal names

Using variable ENGR for digital designers

POET for poets

RHYME for rhymes

poets dont know to rhyme is given by (POET).(RHYME)'

digital designers with rhyming signals is given by (ENGR)(RHYME)

Expression must include both of the above scenarios

Thus expression = (POET)(RHYME)' + (ENGR)(RHYME)


Related Solutions

Write an ASM program that evaluates the following expression, using variables: Z = (-A - B)...
Write an ASM program that evaluates the following expression, using variables: Z = (-A - B) - (-C - D) 1. Declare and initialize the memory variable A to 32-bit signed integer value 543210 and variable B to 16-bit signed integer value -3210. 2. Declare the memory variables C and D and read in their values from the keyboard as 32-bit signed integer value 43210 and 8-bit signed integer values -10, respectively. a. You should display a message asking for...
Nigel Rex, Remski Catsakoff and Rudolfo, are back with another logic problem. Using the variables as...
Nigel Rex, Remski Catsakoff and Rudolfo, are back with another logic problem. Using the variables as indicated below, translate the following English sentences into propositions and then provide a formal proof to show the conclusion: Nigel does not play with Rudolfo. Remski is calm or Rudy is not thin. If Nigel is not short or Rudolfo is thin, then Rudolfo dislikes corn. If Nigel is short then he plays with Rudolfo. If Nigel is not short or Rudolfo dislikes corn...
Using Java 8. Write a program that reads an expression in postfix notation, builds the expression...
Using Java 8. Write a program that reads an expression in postfix notation, builds the expression tree and prints the expression in prefix and infix notation and evaluates the expression. (Hint use a stack)
Write a summary of what is learned in intro to logic using these terms : Categorical...
Write a summary of what is learned in intro to logic using these terms : Categorical propositions Categorical syllogisms Propositional logic Predicate logic
1. What is a regular expression? Write a regular expression that will detect “College” and “collegE”....
1. What is a regular expression? Write a regular expression that will detect “College” and “collegE”. 2. What is degree centrality? Create a graph of 4 vertices and compute the degree centrality of the vertices. 3. Compute internal and external community densities for a graph containing 6 nodes. You can create any graph of 6 nodes with at least 4 edges.
Do it in python please Write a program using functions and mainline logic which prompts the...
Do it in python please Write a program using functions and mainline logic which prompts the user to enter a number, then generates that number of random integers and stores them in a list. It should then display the following data to back to the user: The list of integers The lowest number in the list The highest number in the list The total sum of all the numbers in the list The average number in the list At a...
Write a Python program using functions and mainline logic which prompts the user to enter a...
Write a Python program using functions and mainline logic which prompts the user to enter a number, then generates that number of random integers and stores them in a file. It should then display the following data to back to the user: The list of integers The lowest number in the list The highest number in the list The total sum of all the numbers in the list The average number in the list At a minimum, the numbers should...
Analyze following logic expression representing a digital system, Z = (A+C)(A'+D')(B'+C'+D) Identify the 0-hazards and write...
Analyze following logic expression representing a digital system, Z = (A+C)(A'+D')(B'+C'+D) Identify the 0-hazards and write down the logic expression for the implementation of static free circuit. Note that you would be requiring three additional loops in K-map.
write a program that evaluates the following arithmetic expression: ((A+B)/C)*((D-A)+E). Assign test values to the variables...
write a program that evaluates the following arithmetic expression: ((A+B)/C)*((D-A)+E). Assign test values to the variables and display the resulting value.
Using a stack, write a program that turns a simple infix arithmetic expression into a postfix...
Using a stack, write a program that turns a simple infix arithmetic expression into a postfix expression. For example, 1 + 2 * 3 becomes 2 3 * 1 +. Also, evaluate the expression to ensure the expression is correct.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT