सुपर कंप्यूटर की गति को ______ में मापा जाता है।
Correct Answer: C
Explanation (EN): Floating-point operations per second
Explanation (HI): The speed of supercomputer is measured in Floating-Point Operations Per Second. (FLOPS). These measurements help determine the computational power and performance of a supercomputer.
Computer based information system की आवश्यकता कब होती है?
Correct Answer: B
Explanation (EN): III and IV
Explanation (HI): A computer based information system is needed because of growing size of organizations which need to process large volume of data & so large data need timely & accurate decisions. So, the correct choice is (b).
Von Neumann के stored program computer architecture के बारे में असत्य कथन चुनिए।
Correct Answer: C
Explanation (EN): Programs and data are stored in secondary memory
Explanation (HI): (a). Program and data are stored in same address space in main memory is a core feature of Von Neumann's architecture. (b). Allow self modifying programs because both data and Instructions are stored in the same memory, self modifying code is possible. (c). Programs and data are not stored in secondary memory in Von Neumann's architecture, programs and data are stored in main memory (RAM) during execution secondary memory (like a hard disk) is used for long-term storage, but the Von Neumann's model specifically refers to programs being loaded in to main memory for processing. (d). Set of control signal is same for instruction and data fetch since both use the same memory and buses, the control signals are similar when fetching data or instructions. The false statement is (c) Programs and data are stored in secondary memory.
Supercomputers के अलावा बड़े और अधिक शक्तिशाली computers के लिए कौन-सा term उपयोग किया जाता है?
Correct Answer: C
Explanation (EN): Mainframe
Explanation (HI): A mainframe computer informally called a mainframe or big iron, is a computer used primarily by large organization for critical applications like bulk data processing for tasks such as censuses. Enterprise resource planning and large scale transaction processing.
Von Neumann computer architecture किस प्रकार का है?
Correct Answer: A
Explanation (EN): SISD
Explanation (HI): Von-Neumann proposed his computer architecture design in 1945 which was later known as Von-Neumann Architecture. It consisted of a Control Unit, Arithmetic Logical Memory Unit (ALU), Registers and Inputs/Outputs, Von-Neumann architecture is based on the stored program computer concept, where instruction data and program data are stored in the same memory. Von-Neumann computer architecture is SISD. SISD stands for Single Instruction, Single Data.
निम्न में से कौन-सा Booth’s algorithm में multiplication के लिए विचार नहीं किया जाता?
Correct Answer: D
Explanation (EN): All of the above
Explanation (HI): Booth's algorithm efficiently handles. Both positive and negative multipliers and multiplicands, so all cases are considered.