Top 80+ Solved Information System Management MCQ Questions Answer
Q. The information of MIS comes from the
a. Internal source
b. External source
c. Both internal and external source
d. None of the above
Q. The flow of information through MIS is
a. Need dependent
b. Organization dependent
c. Information dependent
d. Management dependent
Q. Internal information for MIS may come from any one of the following department.
a. Customers care department
b. HR department
c. Marketing department
d. Production department
Q. Which of the following is NOT an objective of MIS?
a. Facilitate the decisions-making process
b. Provide requisite information at each level of management
c. Support decision- making
d. Recruit people for system
Q. In MIS system design, the sources of information may be categorized as … and….
a. Internal, external
b. Personal, organizational
c. Useful, unuseful
d. Constructive, destructive
Q. Management information systems (MIS)
a. Create and share documents that support day-today office activities
b. Process business transactions (e.g., time cards, payments, orders, etc.)
c. Capture and reproduce the knowledge of an expert problem solver
d. Use the transaction data to produce information needed by managers to run
Q. To improve the performance of a business process, which of the following is most relevant?
a. Input
b. Processing
c. All of the above
d. Control and feedback
Q. What type of computer is specially designed and/or used for tasks that require extremely rapid and complex calculations?
a. PC
b. supercomputer
c. midrange computer
d. mainframe
Q. Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
a. DML
b. DDL
c. Query
d. Relational Schema
Q. SELECT * FROM employee What type of statement is this?
a. DML
b. DDL
c. View
d. Integrity Constraint
Q. To remove a relation from an SQL database, we use the command.
a. Delete
b. Purge
c. Remove
d. Drop table
Q. The clause is used to list the attributes desired in the result of a query.
a. Where
b. Select
c. From
d. Distinct
Q. In the given query which of the keyword has to be inserted? INSERT INTO employee
a. Table
b. Values
c. Relation
d. Field