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 5 | HPC MCQ
    HPC MCQ

    High performance computing MCQ Unit 5 | HPC MCQ

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

    High Performance Computing MCQ Questions and Answers UNIT – 5 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.

    Table of Contents

    Toggle
    • High Performance Computing MCQ UNIT – 5
    • high performance computing mcq sppu
        • HPC MCQ UNIT – 1
        • HPC MCQ UNIT -2
        • HPC MCQ UNIT – 3
        • HPC MCQ UNIT – 4
        • HPC MCQ UNIT – 6
    • READ MORE…

    High Performance Computing MCQ UNIT – 5

    high performance computing mcq questions and answers

    1. In _, the number of elements to be sorted is small enough to fit into the process’s main memory.

    internal sorting
    internal searching
    external sorting
    external searching

    Answer: internal sorting

    1. __ algorithms use auxiliary storage (such as tapes and hard disks) for sorting because the number of elements to be sorted is too large to fit into memory.

    internal sorting
    internal searching
    External sorting
    external searching

    Answer: External sorting

    1. __ can be comparison-based or noncomparison-based.

    searching
    Sorting
    both a and b
    none of above

    Answer: Sorting

    1. The fundamental operation of comparison-based sorting is __

    compare-exchange
    searching
    Sorting
    swapping

    Answer: compare-exchange

    <img decoding=
    1. The complexity of bubble sort is Θ(n^2)

    TRUE
    FALSE

    Answer: TRUE

    1. Bubble sort is difficult to parallelize since the algorithm has no concurrency.

    TRUE
    FALSE

    Answer: TRUE

    1. Quicksort is one of the most common sorting algorithms for sequential computers because of its simplicity, low overhead, and optimal average complexity.

    TRUE
    FALSE

    Answer: TRUE

    1. The performance of quicksort depends critically on the quality of the __

    non-pivote
    pivot
    center element
    len of array

    Answer: pivot

    1. the complexity of quicksort is O(nlog n)

    TRUE
    FALSE

    Answer: TRUE

    1. DFS begins by expanding the initial node and generating its successors. In each subsequent step, DFS expands one of the most recently generated nodes.

    TRUE
    FALSE

    Answer: TRUE

    high performance computing mcq sppu

    1. The main advantage of __ is that its storage requirement is linear in the depth of the state space being searched.

    BFS
    DFS
    a and b
    none of above

    Answer: DFS

    1. _ algorithms use a heuristic to guide search.

    BFS
    DFS
    a and b
    none of above

    Answer: BFS

    1. If the heuristic is admissible, the BFS finds the optimal solution.

    TRUE
    FALSE

    Answer: TRUE

    1. The search overhead factor of the parallel system is defined as the ratio of the work done by the parallel formulation to that done by the sequential formulation

    TRUE
    FALSE

    Answer: TRUE

    1. The critical issue in parallel depth-first search algorithms is the distribution of the search space among the processors.

    TRUE
    FALSE

    Answer: TRUE

    1. Graph search involves a closed list, where the major operation is a _

    sorting
    searching
    lookup
    none of above

    Answer: lookup

    1. Breadth First Search is equivalent to which of the traversal in the Binary Trees?

    Pre-order Traversal
    Post-order Traversal
    Level-order Traversal
    In-order Traversal

    Answer: Level-order Traversal

    1. Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)

    O(V + E)
    O(V)
    O(E)
    O(V*E)

    Answer: O(V + E)

    1. Which of the following is not an application of Breadth First Search?

    When the graph is a Binary Tree
    When the graph is a Linked List
    When the graph is a n-ary Tree
    When the graph is a Ternary Tree

    Answer: When the graph is a Linked List

    high performance computing mcq questions

    1. In BFS, how many times a node is visited?

    Once
    Twice
    Equivalent to number of indegree of the node
    Thrice

    Answer: Equivalent to number of indegree of the node

    1. Is Best First Search a searching algorithm used in graphs.

    TRUE
    FALSE

    Answer: TRUE

    1. The critical issue in parallel depth-first search algorithms is the distribution of the search space among the processors.

    TRUE
    FALSE

    Answer: TRUE

    1. Graph search involves a closed list, where the major operation is a _

    sorting
    searching
    lookup
    none of above
    Answer: lookup

    1. Which of the following is not a stable sorting algorithm in its typical implementation.

    Insertion Sort
    Merge Sort
    Quick Sort
    Bubble Sort

    Answer: Quick Sort

    1. Which of the following is not true about comparison based sorting algorithms?

    The minimum possible time complexity of a comparison based sorting algorithm is O(nLogn) for a random input array
    Any comparison based sorting algorithm can be made stable by using position as a criteria when two elements are compared
    Counting Sort is not a comparison based sorting algortihm
    Heap Sort is not a comparison based sorting algorithm.

    Answer: Heap Sort is not a comparison based sorting algorithm.

    Data analytics mcqs with answers for SPPU

    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 -2

    HPC MCQ UNIT – 3

    HPC MCQ UNIT – 4

    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-4 | HPC MCQ
    Next Article High performance computing MCQ Unit 6 | HPC MCQ

    Related Posts

    High performance computing MCQ Unit 6 | HPC MCQ

    HPC MCQ 3 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

    High Performance Computing MCQ Unit – 2 | 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.