Skip to main content

MIS MCQs on Information System, Data-Information-Knowledge and Knowledge Management System

Hello Everyone!

This is another article based on MCQs, related to Management Information System. These are the general MCQs which are commonly asked in exams and include topics like the basic introduction to Information System and its types, Data-Information-Knowledge and Knowledge Management System.



Learn more about the "Information system and its types".
Also check out the First Part  and Second Part of Social Computing MCQs.

Q 1) Term hardware refers to _______.

a. Computer manuals
b. Machinery
c. Computer programs
d. Both computer programs and manuals

Solution: b) Machinery

Q 2) Term software refers to _______.

a. Computer manuals
b. Computer programs
c. Both computer programs and manuals
d. Machinery

Solution: b) Computer programs

Q 3) The architecture of the MIS plan provides ______.

a. An online information on the stocks markets and the accounts balance
b. A way to handle the system or subsystem way of simplification, coupling and decoupling of subsystems
c. For preparing the schedule of the system in the overall information requirement
d. None of these

Solution: b) A way to handle the system or subsystem way of simplification, coupling and decoupling of subsystems

Q 4) The back bone of any organization is _______.

a. Capital
b. Management
c. Information
d. Employee

Solution: c) Information

Q 5) The basic component(s) of DSS is/are _______.

a. Database
b. Model base
c. DSS software system
d. All of these

Solution: d) All of these

Q 6) The components of DSS are ______.

a. Dialog management sub system
b. Data management sub system
c. Model management sub system
d. All of these

Solution: d) All of these

Q 7) The decision-making environment of an executive level manager can be characterized as _______.

a. Structured
b. Unstructured
c. Semi-structured
d. None of these

Solution: b) Unstructured

Q 8) The flow of information through MIS is _______.

a. Organization dependent
b. Information dependent
c. Need dependent
d. Management dependent

Solution: c) Need dependent

Q 9) The most important attribute of information quality that a manager requires is ______.

a. Relevance
b. Presentation
c. Media
d. Timeliness

Solution: a) Relevance

Q 10) The person who ensures that systems are developed on time within budget and with acceptable quality is a/an _____.

a. External system user
b. Project management
c. Systems owner
d. Systems designer

Solution: b) Project management

Q 11) The power of suppliers will be high when _______.

a. There are high barriers to entry
b. Many producers share industry supply
c. Just a few producers dominate industry supply
d. Customers have many substitutes

Solution: c) Just a few producers dominate industry supply

Q 12) What must a system do to qualify as a true ERP solution?

a. Be modular and closed
b. Be flexible
c. Extend within the company
d. All of the above

Solution: b) Be flexible

Q 13) Which is the important characteristic of information system?

a. Pre-determined objective
b. Interrelated sub systems
c. Interdependent objective
d. All of the above

Solution: d) All of the above

Q 14) Which of the following individual typically have less formal advanced educational degrees and tend to process rather than create information?

a. Data workers
b. Knowledge workers
c. Executives
d. System analysis

Solution: a) Data workers

Q 15) Which of the following is NOT a characteristic of an ERP system?

a. Are easy to implement
b. Integrate many applications into one system
c. Can span an entire company
d. Are large in scope

Solution: a) Are easy to implement

PAGE 1 | PAGE 2 | PAGE 3 | PAGE 4 | PAGE 5 | PAGE 6 | PAGE 7

Comments

Popular posts from this blog

How to Download and Install Jenkins on Windows Operating System.

Hello Everyone, This is a tutorial about how to download and install Jenkins on Windows Operating System. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. PREREQUISITE- Java Development Kit (JDK) and Java Runtime Environment (JRE). Currently 1.8 and 1.11 versions are supported by Jenkins. If other versions are installed, kindly reinstall 1.8 or 1.11. DOWNLOADING JENKINS- Step 1) Go to the website https://www.jenkins.io/ and click on the download option. Step 2) In the Downloading Jenkins section, select the LTS (Long Term Support) version for Windows. It is a more stable version with new updates every 2 or 3 months. Step 3) The Jenkins windows installer will be dow

IoE (Internet of Everything) Question Paper Solution (MCQs) for 2020 Mumbai University Examination Information Technology Semester 8

Hello Everyone! This article is based on the Multiple Choice Questions asked in the University Exam for the subject Internet of Everything. These MCQs were asked in the 2020 Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything. The question paper for each cluster is different. These MCQs were asked in the examination of one cluster. The question paper had 25 MCQs of 2 marks each. Q 1) ________ involves making smaller and smaller things with the ability to connect and interact. a. Smart Tech b. Micro Tech c. RFID Tech d. Nano Tech Solution: d) Nano Tech Q 2) RFID stands for? a. Radio frequency identification b. Random frequency identification c. Random frequen

How to add Python Plugins in Jenkins

Hello Everyone, This tutorial is based on the different plugins required to execute python programs on Jenkins. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. To execute any Python Code on Jenkins, there are two essential plugins which must be installed. The two plugins are - Shining Panda plugin and Python plugin. Following are the steps to install the plugins on Jenkins. (These steps are common for the installation of all the plugins). Step 1) Select Manage Jenkins option from the dashboard. Step 2) In Manage Jenkins, select Manage Plugins. Step 3) Now click on the Available tab. In the search bar, enter Python. (If the plugins are already installe