Q1a) A task which takes ? seconds if accomplished by a single unit is pipelined into 8 subtasks instead. Each subtask completes in ?/8 seconds. How many seconds it will take for the pipeline to complete 90 tasks?
Q1b) The following question assumes that you are manipulating signed 2’s complement numbers of 6 bits. The leftmost bit is a 0 for positive numbers and a 1 for negative numbers. The other 5 bits code the magnitude of the integer, according to the 2’s complement system. The numbers represent A + B = C Solve the following for B
A = 001011
B = ??????
---------------
111111
--------------
1.a)
It takes (90T)/8 seconds to complete the task.Since each task take T seconds to complete and each task is divided to 8 sub tasks.each sub task takes T/8 seconds. So 90 tasks so total time is 90T/8.
Q 1B)
1.b)
Q1a) A task which takes ? seconds if accomplished by a single unit is pipelined into...
Edit, compile, and run the following programs on the UNIX shell: Write a program that takes in six commandline arguments and has four functions (described below) that use bitwise operators. The user should enter six space-separated commandline arguments: four characters (any ASCII character) followed by two integers. Anything else should print an error message telling the user what the correct input is and end the program. Convert the commandline input into "unsigned char" and "unsigned int" datatypes. Be careful with...
pls answer all questions
1) A step-by-step solution to a problem is called a. hardware b. an operating system c. a computer language d. an algorithm 2) separated the programming task from the computer operation tasks. a. Algorithms b. Data processors c. High-level programming languages d. Operating systems 3) is a 16-bit code that can represent symbols in languages other than English. a. ASCII b. Extended ASCII c. EBCDIC d. Unicode 4) When you want to download music to a...