Facebook Twitter Instagram
    DeepCrazyWorld
    Facebook Twitter Instagram Pinterest YouTube
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • SOURCE CODE
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • MORE
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»HPC MCQ»High Performance Computing MCQ Unit – 2 | HPC MCQ
    HPC MCQ

    High Performance Computing MCQ Unit – 2 | HPC MCQ

    DeepikaBy DeepikaJune 20, 2021Updated:January 19, 2022No Comments4 Mins Read

    High Performance Computing MCQ Questions and Answers UNIT – 2 What is High performance computing ? HPC – High Performance Computing is the use of parallel processing for running advanced application programs efficiently, reliably and quickly. The term applies especially to systems that function above a teraflop or 1012 floating-point operations per second. The term HPC is occasionally used as a synonym for supercomputing, although technically a supercomputer is a system that performs at or near the currently highest operational rate for computers. Some supercomputers work at more than a petaflop or 1015 floating-point operations per second.

    High performance computing mcq sppu
    High performance computing multiple choice questions

    Table of Contents

    Toggle
    • High performance computing mcq Unit 2
    • hpc mcq questions
    • Parallel computing mcq with answers
        • HPC MCQ UNIT – 1
        • HPC MCQ UNIT – 3
        • HPC MCQ UNIT – 4
        • HPC MCQ UNIT – 5
        • HPC MCQ UNIT – 6
    • READ MORE…

    High performance computing mcq Unit 2

    1. The First step in developing a parallel algorithm is_

    a)To Decompose the problem into tasks that can be executed concurrently
    b)Execute directly
    c)Execute indirectly
    d)None of Above

    Answer: a)To Decompose the problem into tasks that can be executed concurrently

    1. The number of tasks into which a problem is decomposed determines its_

    a)Granularity
    b)Priority
    c)Modernity
    d)None of Above

    Answer: a)Granularity

    1. The length of the longest path in a task dependency graph is called_

    a)the critical path length
    b)the critical data length
    c)the critical bit length
    d)None of Above

    Answer: a)the critical path length

    1. The graph of tasks (nodes) and their interactions/data exchange (edges)_

    a)Is referred to as a task interaction graph
    b)Is referred to as a task Communication graph
    c)Is referred to as a task interface graph
    d)None of Above

    Answer: a)Is referred to as a task interaction graph

    <img decoding=
    1. Mappings are determined by_

    a)task dependency
    b)task interaction graphs
    c)Both A and B
    d)None of Above

    Answer: c)Both A and B

    1. Decomposition Techniques are_

    a)recursive decomposition
    b)data decomposition
    c)exploratory decomposition
    d)speculative decomposition
    e)All of above

    Answer: e)All of above

    1. The Owner Computes rule generally states that the process assigned a particular data item is responsible for _

    a)All computation associated with it
    b)Only one computation
    c)Only two computation
    d)Only occasionally computation

    Answer: a)All computation associated with it

    1. A simple application of exploratory decomposition is_

    a)The solution to a 15 puzzle
    b)The solution to 20 puzzle
    c)The solution to any puzzle
    d)None of Above

    Answer: a)The solution to a 15 puzzle

    1. Speculative Decomposition consist of _

    a)conservative approaches
    b)optimistic approaches
    c)Both A and B
    d)only B

    Answer: c)Both A and B

    hpc mcq questions

    1. task characteristics include:

    a)Task generation.
    b)Task sizes.
    c)Size of data associated with tasks.
    d)All of above

    Answer: d)All of above

    1. What is a high performance multi-core processor that can be used to accelerate a wide variety of applications using parallel computing.

    a)CLU
    b)GPU
    c)CPU
    d)DSP

    Answer: b)GPU

    1. What is GPU?

    a)Grouped Processing Unit
    b)Graphics Processing Unit
    c)Graphical Performance Utility
    d)Graphical Portable Unit

    Answer: b)Graphics Processing Unit

    1. A code, known as GRID, which runs on GPU consisting of a set of

    a)32 Thread
    b)32 Block
    c)Unit Block
    d)Thread Block

    Answer: d)Thread Block

    1. Interprocessor communication that takes place

    a)Centralized memory
    b)Shared memory
    c)Message passing
    d)Both A and B

    Answer: d)Both A and B

    1. Decomposition into a large number of tasks results in coarse-grained decomposition

    a)True
    b)False

    Answer: b)False

    1. Relevant task characteristics include

    a)Task generation.
    b)Task sizes
    c)Size of data associated with tasks
    d)Overhead
    e)both A and B

    Answer: e)both A and B

    1. The fetch and execution cycles are interleaved with the help of __

    a)Modification in processor architecture
    b)Clock
    c)Special unit
    d)Control unit

    Answer: b)Clock

    1. The processor of system which can read /write GPU memory is known as

    a)kernal
    b)device
    c)Server
    d)Host

    d)Answer: Host

    1. Increasing the granularity of decomposition and utilizing the resulting concurrency to perform more tasks in parallel decreses performance.

    a)TRUE
    b)FALSE

    Answer: b)FALSE

    Parallel computing mcq with answers

    1. If there is dependency between tasks it implies their is no need of interaction between them.

    a)TRUE
    b)FALSE

    Answer: b)FALSE

    1. Parallel quick sort is example of task parallel model

    a)TRUE
    b)FALSE

    Answer: a)TRUE

    1. True Data Dependency is

    a)The result of one operation is an input to the next.
    b)Two operations require the same resource.

    Answer: a)The result of one operation is an input to the next.

    1. What is Granularity ?

    a)The size of database
    b)The size of data item
    c)The size of record
    d)The size of file

    Answer: b)The size of data item

    1. In coarse-grained parallelism, a program is split into …………………… task and ……………………… Size

    a)Large tasks , Smaller Size
    b)Small Tasks , Larger Size
    c)Small Tasks , Smaller Size
    d)Equal task, Equal Size

    Answer: a)Large tasks , Smaller Size

    Data Analytics mcq with answers

    Digital Image Processing MCQ | Basics Of Image Sampling & Quantization

    Basic of Digital Image Processing

    ALL unite digital Image Processing MCQ

    HPC COMPLETE NOTES DOWNLOAD

    HPC MCQ QUESTION AND ANSWER

    HPC MCQ UNIT – 1

    HPC MCQ UNIT – 3

    HPC MCQ UNIT – 4

    HPC MCQ UNIT – 5

    HPC MCQ UNIT – 6

    READ MORE…

    If you found this post useful, don’t forget to share this with your friends, and if you have any query feel free to comment it in the comment section.

    Thank you 🙂 Keep Learning !

    Share. Facebook Twitter LinkedIn WhatsApp Telegram Pinterest Reddit Email
    Previous ArticleHigh Performance Computing MCQ Unit – 1 | HPC MCQ
    Next Article High performance computing MCQ Unit-3 | HPC MCQ

    Related Posts

    High performance computing MCQ Unit 6 | HPC MCQ

    HPC MCQ 3 Mins Read

    High performance computing MCQ Unit 5 | HPC MCQ

    HPC MCQ 5 Mins Read

    High performance computing MCQ Unit-4 | HPC MCQ

    HPC MCQ 5 Mins Read

    High performance computing MCQ Unit-3 | HPC MCQ

    HPC MCQ 4 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
    • Creating an Instruction UI Screen in Flutter Application March 29, 2025
    • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
    • How to make Diary App using flutter stepwise using getx August 31, 2024
    • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
    • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
    • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
    • How to create TabBar view in flutter with source code step wise August 27, 2024
    • How to make Heart rate measure app with Flutter stepwise August 26, 2024
    • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Copyright by DeepCrazyWorld © 2025

    Type above and press Enter to search. Press Esc to cancel.