Posts

Showing posts with the label Semester 1

Processor Types and Specifications

Image
2020-02 Which of the following is/are TRUE regarding the Von Neumann architecture? Single Instruction, Multiple Data (SIMD) Single Program, Multiple Data (SPMD) Single Instruction Stream, Single Data Stream (SISD) Multiple Instruction, Multiple Data (MIMD) Multiple Instruction, Single Data (MISD) Solution The correct option regarding the Von Neumann architecture is (c) Single Instruction Stream, Single Data Stream (SISD) . The Von Neumann architecture is a foundational computer architecture where both data and instructions are stored in the same memory space. This architecture is characterized by a single processing unit that executes instructions sequentially, one at a time, and processes data from a single stream. This aligns with the definition of SISD (Single Instruction, Single Data) in Flynn's Taxonomy, which categorizes computer architectures based on their instruction and data strea...

Information Systems First Question

Image
2020-01 What are the four major categories that computing hardware devices can be categorized into based on the functions that they can perform? Input, Editing, Storage, Output Input, Output, Processing, Storage Editing, Copying, Pasting, Storage Entering, Editing, Pasting, Copying Entering, Saving, Processing, Output Solution The four major categories that computing hardware devices can be categorized into based on the functions that they can perform are Input, Output, Processing, and Storage. [1] Therefore, the correct option is (b). 2021-01 Which of the following statements is/are CORRECT regarding computer hardware? They are used to perform input, process, storage and output activities. Very-low resolution display units are used to show extremely detailed graphical information. Smartphones cannot be considered computer hardware. Embedded cameras on laptop computers ar...