Question: Comp 3350: Computer Organization & Assembly Language HW # 7: Theme: Conditionals, Booleans, Loops (All main questions carry equal weight. Credit awarded to only those

Comp 3350: Computer Organization & Assembly Language HW # 7: Theme: Conditionals, Booleans, Loops (All main questions carry equal weight. Credit awarded to only those answers for which work has been shown.) 1. Draft a program that scans an array to determine the first positive EVEN number in the array. If a positive value is found, the program should print "positive even number found" and the value. If no positive EVEN value is found in the array, the program should print "no positive even number found." Submit list file and show the runs for the following data items: a. all negative even values b. all positive odd values c. mixed negative and positive values which are odd and even (two different examples with odd and even numbers at different indices) Write a program which encodes any string using the XOR instruction. Test it using your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
