Answer following questions
Extracted text: 27.Which of the following is an example of MIMD (Multiple Instruction Multiple Data stream) computer? * intel pentium4 vector computer intel core i7 all of the above 28.What is the size of YMM register in the AVX? * 32 bits 64 bits 128 bits 256 bits 29.Let a=[1,2,3,4], b=[4,3,2,1] and c=_mm256_hadd_pd(a,b). What is the value of c? * [5,5,5,5] [3,7,7,3] [-3,-1,1,3] [3,1,-1,-3] 30.Let a=[1,2,3,4], b=[4,3,2,1] and c=_mm256_sub_pd(b,a). What is the value of c? [5,5,5,5] [3,7,7,3] [-3,-1,1,3] O 13,1,-1,-3] O O O O O