subject
Computers and Technology, 02.12.2019 22:31 gigi239

Let us assume we have a program that executes sequence of back to back arbitrary operations and branching decisions that tightly depends on up to two results of previous operations. more specifically, if you were to cut the program execution stream at any one point, all of the operations that happens after that point will solely be dependent on two variables that were computed in the operations above that point.
(1) if all of the variables used in the program were unsigned characters (8-bits), how would you divide up the code to execute in cloud computing platform in parallel to speed up the software execution? can you get a speed up? (2) if in the future, you can get access to 1 billion cores in the cloud, what would be the maximum speed up of your software? (3) what if the variables used in the program were boolean (1-bit) with up to 8 variable dependency at any given cut?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:00
What is the name of the option in most presentation applications with which you can modify slide elements? 1. the option enables you to modify a slide element in most presentation applications.
Answers: 3
question
Computers and Technology, 23.06.2019 08:00
Match the items with their respective descriptions.
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Which task uses a simple parameter?
Answers: 1
question
Computers and Technology, 24.06.2019 01:30
Write a program that asks the user to enter the name of an input file. if the file does not exist, the program should prompt the user to enter the file name again. if the user types quit in any uppercase/lowercase combinations, then the program should exit without any further output.
Answers: 3
You know the right answer?
Let us assume we have a program that executes sequence of back to back arbitrary operations and bran...
Questions
Questions on the website: 13722367