Question
In a Management Information System (MIS), which of the
following is considered the primary objective?Solution
The primary objective of a Management Information System (MIS) is decision support . MIS provides accurate and timely information to managers, allowing them to make informed decisions. By converting data into useful information, MIS enables strategic planning, problem-solving, and effective management control. a) Data collection : Data collection is part of the input phase in an MIS, but it is not the primary objective. The aim is to process and present data for decision-making. b) Transaction processing : Transaction processing refers to the operational aspect of a system (handled by TPS), while MIS focuses more on managerial and decision-making functions. d) File management : File management is concerned with the organization of files and directories, which is a small part of the overall functioning of an MIS. e) Email management : Email management is related to communication systems, which may be integrated into an MIS but are not its core function.
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
A transformer has a primary coil with 300 turns and a secondary coil with 150 turns. If the primary voltage is 240V, calculate the secondary voltage.
Which of the following is a common problem that synchronization mechanisms address in multi-threaded or multi-process environments?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?
Which of the following is not a valid keyword in C++ language?
XML is designed to ____ and ____ data)
What is the main purpose of a digital signature in public key cryptography?
The best case time complexity of selection sort?
What is the space complexity of an algorithm?
Which functions are declared inside a class have to be defined separately outside the class?