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) A data warehouse is which of the following?

a. Can be updated by end users
b. Organized around important subject areas
c. Contains numerous naming conventions and formats
d. Contains only current data

Solution: b) Organized around important subject areas

Q 2) A goal of data mining includes which of the following?

a. To create a new data warehouse
b. To explain some observed event or condition
c. To confirm that data exists
d. To analyze data for expected relationships

Solution: b) To explain some observed event or condition

Q 3) A snowflake schema is which of the following types of table?

a. Helper
b. Fact
c. Dimension
d. All of the above

Solution: d) All of the above

Q 4) A star schema has what type of relationship between a dimension and fact table?

a. One to one
b. One to many
c. Many to many
d. All of them

Solution: b) One to many

Q 5) An _____ is a set of entities of the same type that share the same properties, or attributes.

a. Entity set
b. Relation set
c. Attribute set
d. Entity model

Solution: a) Entity set

Q 6) Data scrubbing is which of the following?

a. A process to load the data in the data warehouse and to create the necessary indexes
b. A process to upgrade the quality of data before it is moved into a data warehouse
c. A process to reject data from the data warehouse and to create the necessary indexes
d. A process to upgrade the quality of data after it is moved into a data warehouse.

Solution: b) A process to upgrade the quality of data before it is moved into a data warehouse

Q 7) Data transformation includes which of the following?

a. Separating data from one source into various sources of data
b. A process to change data from a summary level to a detailed level
c. Joining data from one source into various sources of data
d. A process to change data from a detailed level to a summary level

Solution: b) A process to change data from a summary level to a detailed level

Q 8) Entity is a ______.

a. Thing in real world
b. Object of relation
c. Present working model
d. Model of relation

Solution: a) Thing in real world

Q 9) Fact tables are which of the following?

a. Partially denormalized
b. Partially normalized
c. Completely normalized
d. Completely denormalized

Solution: c) Completely normalized

Q 10) Identify the step of KMS. Like a library the knowledge must be kept current.

a. Create
b. Capture
c. Refine
d. Manage

Solution: d) Manage

Q 11) Point out the wrong statement.

a. Data is factual information for analysis
b. BI is a category of database software that provides an interface to help users quickly and interactively scrutinize the results in a variety of dimensions of the data
c. Customer relationship management entails all aspects of interaction that a company has with its customers
d. None of the above

Solution: b) BI is a category of database software that provides an interface to help users quickly and interactively scrutinize the results in a variety of dimensions of the data

Q 12) The generic two-level data warehouse architecture includes which of the following?

a. Data that can extracted from numerous internal and external sources
b. Near real-time updates
c. At least one data mart
d. All of the above

Solution: d) All of the above

Q 13) The set of processes developed in an organization to create, gather, store, transfer, and apply knowledge, best describes ________.

a. Organizational learnings
b. Knowledge management
c. Organizational memory
d. Knowledge assets

Solution: b) Knowledge management

Q 14) A ____ is a system where operations like data extraction, transformation and loading operations are executed.

a. Data staging
b. ETL
c. Data integration
d. None of the above

Solution: a) Data staging

Q 15) Data mining is used for _____.

a. Customer profiling
b. Text mining
c. Web analysis
d. All of the above

Solution: d) All of the above

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

Comments

Popular posts from this blog

Connecting GitHub with Jenkins - Step by step Tutorial

Hello Everyone, In this tutorial, we will learn how to create a New Item (Project), connect Git and GitHub to Jenkins and run the files from the Git repository 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. Facing trouble with the installation of Jenkins? Click here to know more. NOTE: It is mandatory to install plugins for Git and GitHub before connecting your GitHub repository to Jenkins. If you're using Jenkins for the first time, you need to install the plugins. To know more about these plugins, check out Git and GitHub Plugins for Jenkins . This tutorial demonstrates executing python code which requires separate plugins. Know more about Python Plugi...

Statistics - MCQs

STATISTICS  This article contains few statistics MCQs related to mean, median, mode and standard deviation, asked in TCS Freshers placements. Q 1) The mean of the median, the mode and the range of the following data: 15, 10, 17, 13, 25, 17, 11, 18, 14, 19, 12, 20 a. 15 b. 16(2/3) c. 16 d. 15(1/3) Solution: c) 16 Arrange the data in increasing order- 10,11,12,13,14,15,17,17,18,19,20,25 Median = (Sum of the middle two terms)/2 = (15+17) /2 = 16 Mode = Number repeating the most number of times = 17 Range =10 to 25 = 15 Mean of median, mode and range = (16+17+15) /3 =16 Q 2) What is the mean of the mode and the median on the following data? 12, 28, 26, 27, 17, 16, 22, 25, 15, 16,...

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...