Page 1 of 1

Question is related to Big Data system, pls dont answer if its not relevent to the subject

Posted: Sun Jul 03, 2022 12:00 pm
by answerhappygod
Question is related to Big Data system, pls dont answerif its not relevent to the subject
Question Is Related To Big Data System Pls Dont Answer If Its Not Relevent To The Subject 1
Question Is Related To Big Data System Pls Dont Answer If Its Not Relevent To The Subject 1 (48.73 KiB) Viewed 16 times
This is a subjective question, hence you have to write your answer in the Text-Field given below. 77308 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, i.e. 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.