- 17308 In Each Of The Following Scenarios Point Out And Give A Brief Reason What Type Of Multi Processor Computer One Wo 1 (29.21 KiB) Viewed 20 times
17308 In each of the following scenarios, point out and give a brief reason what type of multi-processor computer one wo
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
17308 In each of the following scenarios, point out and give a brief reason what type of multi-processor computer one wo
17308 In each of the following scenarios, point out and give a brief reason what type of multi-processor computer one would use as per Flynn's taxonomy, Le the choices are SIMD, SISD, MIMD or MISD [4 marks] a. A scientific computing application does a f1(x) + f2(x) transformation for every data item x given f1 and f2 are specialized operations built into the hardware. b. A video is processed to extract each frame which can be either an anchor frame (full image) or a compressed frame (difference image wrt anchor). A compressed frame (C) is transformed using a function f, where each pixel is compared with the last anchor (A) to recreate the uncompressed image (B). i.e. B(i. j) = f(C(i, j), A(ij)) for all pixels (ij) in the input frames. c. A multi-machine Apache Hadoop system for data analysis. d. A development system with multiple containers running JVMs and CouchDB nodes running on a single multi-core laptop.