1Which of the following best defines 'data' in the context of digital information?
A.Visual charts and graphs
B.Software applications used for analysis
C.Processed information ready for decision making
D.Raw, unorganized facts and figures
Correct Answer: Raw, unorganized facts and figures
Explanation:
Data consists of raw facts and figures that have not yet been processed to reveal meaning.
Incorrect! Try again.
2Which type of data resides in fixed fields within a record or file, such as Relational Database Management Systems (RDBMS)?
A.Structured Data
B.Unstructured Data
C.Abstract Data
D.Semi-structured Data
Correct Answer: Structured Data
Explanation:
Structured data is highly organized and formatted in a way that is easy for searching in relational databases (rows and columns).
Incorrect! Try again.
3Emails, videos, and social media posts are primarily examples of which type of data?
A.Normalized Data
B.Semi-structured Data
C.Structured Data
D.Unstructured Data
Correct Answer: Unstructured Data
Explanation:
Unstructured data does not have a predefined data model or organization, making it typical for media, text blobs, and social interactions.
Incorrect! Try again.
4XML and JSON files are classic examples of which data category?
A.Structured Data
B.Semi-structured Data
C.Raw Data
D.Unstructured Data
Correct Answer: Semi-structured Data
Explanation:
Semi-structured data does not reside in a relational database but has some organizational properties like tags or markers (e.g., XML tags) to enforce hierarchy.
Incorrect! Try again.
5What is a major limitation of traditional databases (RDBMS) when dealing with modern big data?
A.They cannot perform mathematical calculations
B.They cannot handle structured data
C.Difficulty in scaling horizontally and handling unstructured data
D.They lack security features
Correct Answer: Difficulty in scaling horizontally and handling unstructured data
Explanation:
Traditional RDBMS are designed for vertical scaling and structured data, making them less efficient for the massive scale and variety of unstructured big data.
Incorrect! Try again.
6OLTP stands for:
A.Online Text Processing
B.Online Transaction Processing
C.Offline Transaction Protocol
D.Online Analytical Processing
Correct Answer: Online Transaction Processing
Explanation:
OLTP refers to systems that manage transaction-oriented applications, typically for data entry and retrieval processing.
Incorrect! Try again.
7What is the primary goal of an OLTP system?
A.Historical data archiving
B.Complex data analysis
C.Generating executive dashboards
D.Fast query processing and data integrity for transactions
Correct Answer: Fast query processing and data integrity for transactions
Explanation:
OLTP systems are optimized for speed, reliability, and maintaining data integrity during frequent updates and insertions.
Incorrect! Try again.
8Which system is primarily used for decision support, planning, and problem-solving?
A.RDBMS
B.ATM Systems
C.OLAP
D.OLTP
Correct Answer: OLAP
Explanation:
OLAP (Online Analytical Processing) is designed to answer multi-dimensional analytical queries swiftly for business intelligence.
Incorrect! Try again.
9In the context of data volatility, how do OLTP and OLAP differ?
A.Both are non-volatile
B.Both are highly volatile
C.OLTP data is static; OLAP data is volatile
D.OLTP data is volatile; OLAP data is non-volatile
Correct Answer: OLTP data is volatile; OLAP data is non-volatile
Explanation:
OLTP data changes constantly with new transactions. OLAP data is historical and generally read-only (non-volatile) used for analysis.
Incorrect! Try again.
10Business Intelligence (BI) can best be described as:
A.A method for securing network connections
B.A specific software tool for writing SQL queries
C.The process of backing up database files
D.Strategies and technologies used for data analysis and management
Correct Answer: Strategies and technologies used for data analysis and management
Explanation:
BI encompasses the strategies, technologies, and applications used to collect, integrate, analyze, and present business information.
Incorrect! Try again.
11Which of the following is an early predecessor to modern BI, designed for middle managers?
A.IoT (Internet of Things)
B.AI (Artificial Intelligence)
C.EIS (Executive Information Systems)
D.MIS (Management Information Systems)
Correct Answer: MIS (Management Information Systems)
Explanation:
MIS evolved in the 1960s/70s to provide periodic reports to middle management to monitor the organization's performance.
Incorrect! Try again.
12What is the primary function of an Executive Information System (EIS)?
A.To provide senior executives with easy access to internal and external data
B.To process daily operational transactions
C.To manage customer support tickets
D.To compile code for software developers
Correct Answer: To provide senior executives with easy access to internal and external data
Explanation:
EIS is designed to facilitate and support senior executive information and decision-making needs, often emphasizing graphical displays and easy interfaces.
Incorrect! Try again.
13What is a Digital Dashboard?
A.A hardware component in a server
B.A data visualization tool that displays the current status of metrics and KPIs
C.A type of unstructured data
D.A database backup utility
Correct Answer: A data visualization tool that displays the current status of metrics and KPIs
Explanation:
Dashboards consolidate and arrange numbers, metrics, and performance scorecards on a single screen.
Incorrect! Try again.
14Why is BI needed at the Operational Level of an organization?
A.To optimize daily workflows and immediate decision making
B.To plan 5-year strategies
C.To design the company logo
D.To analyze ten years of historical data
Correct Answer: To optimize daily workflows and immediate decision making
Explanation:
Operational BI provides real-time or near real-time data to help front-line workers and managers optimize daily processes.
Incorrect! Try again.
15Descriptive Analytics in BI answers which question?
A.What happened?
B.How can we make it happen?
C.What will happen?
D.Why did it happen?
Correct Answer: What happened?
Explanation:
Descriptive analytics looks at past data to report on what has already occurred.
Incorrect! Try again.
16Predictive Analytics is associated with which time frame?
A.None of the above
B.Future
C.Present
D.Past
Correct Answer: Future
Explanation:
Predictive analytics uses statistical models and forecasts to understand what could happen in the future.
Incorrect! Try again.
17Which data type accounts for the largest percentage of data growth in the modern world?
A.Unstructured Data
B.Boolean Data
C.Structured Data
D.Numeric Data
Correct Answer: Unstructured Data
Explanation:
Unstructured data (text, video, audio, social media) is growing significantly faster than structured data.
Incorrect! Try again.
18In an OLAP system, 'Drill-down' capability allows a user to:
A.Summarize data to a higher level
B.Export data to a text file
C.Delete data permanently
D.View data at a more detailed level
Correct Answer: View data at a more detailed level
Explanation:
Drill-down is an analytical technique to navigate from summary data to detailed data (e.g., from yearly sales to monthly sales).
Incorrect! Try again.
19Which of the following is NOT a characteristic of Structured Data?
A.Easy to query using SQL
B.Stored in tables
C.High degree of organization
D.Flexible, schema-less format
Correct Answer: Flexible, schema-less format
Explanation:
Structured data is rigid and requires a predefined schema, unlike unstructured or semi-structured data.
Incorrect! Try again.
20Which BI component is responsible for extracting, transforming, and loading data?
A.Data Mining
B.ETL
C.Dashboard
D.OLAP Cube
Correct Answer: ETL
Explanation:
ETL (Extract, Transform, Load) is the process of moving data from source systems to a data warehouse for BI analysis.