1Which of the following best defines 'data' in the context of digital information?
A.Processed information ready for decision making
B.Raw, unorganized facts and figures
C.Software applications used for analysis
D.Visual charts and graphs
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.Unstructured Data
B.Semi-structured Data
C.Structured Data
D.Abstract 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.Unstructured Data
C.Structured Data
D.Semi-structured 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.Unstructured Data
C.Raw Data
D.Semi-structured 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.Difficulty in scaling horizontally and handling unstructured data
B.They lack security features
C.They cannot handle structured data
D.They cannot perform mathematical calculations
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.Offline Transaction Protocol
B.Online Text Processing
C.Online Analytical Processing
D.Online Transaction 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.Fast query processing and data integrity for transactions
C.Complex data analysis
D.Generating executive dashboards
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.OLAP
B.ATM Systems
C.RDBMS
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.OLTP data is static; OLAP data is volatile
B.Both are highly volatile
C.Both are non-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.Strategies and technologies used for data analysis and management
D.The process of backing up database files
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.MIS (Management Information Systems)
B.AI (Artificial Intelligence)
C.IoT (Internet of Things)
D.EIS (Executive 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 compile code for software developers
B.To provide senior executives with easy access to internal and external data
C.To manage customer support tickets
D.To process daily operational transactions
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 type of unstructured data
B.A hardware component in a server
C.A data visualization tool that displays the current status of metrics and KPIs
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 design the company logo
B.To analyze ten years of historical data
C.To optimize daily workflows and immediate decision making
D.To plan 5-year strategies
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.Why did it happen?
C.How can we make it happen?
D.What will 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.Present
B.None of the above
C.Past
D.Future
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.Structured Data
C.Boolean 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.View data at a more detailed level
C.Delete data permanently
D.Export data to a text file
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.High degree of organization
B.Easy to query using SQL
C.Stored in tables
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.OLAP Cube
B.Data Mining
C.Dashboard
D.ETL
Correct Answer: ETL
Explanation:
ETL (Extract, Transform, Load) is the process of moving data from source systems to a data warehouse for BI analysis.
Diagnostic analytics examines data or content to answer the question, 'Why did it happen?', often using techniques like drill-down or data discovery.
Incorrect! Try again.
22Prescriptive Analytics attempts to:
A.Suggest a course of action
B.Describe the past
C.Diagnose the present
D.Visualize static data
Correct Answer: Suggest a course of action
Explanation:
Prescriptive analytics goes beyond predicting future outcomes by suggesting actions to benefit from the predictions.
Incorrect! Try again.
23What is a 'Data Silo'?
A.An isolated collection of data not accessible to other parts of the organization
B.A secure type of database
C.A cloud storage solution
D.A visualization tool
Correct Answer: An isolated collection of data not accessible to other parts of the organization
Explanation:
Data silos act as a barrier to BI because they prevent a unified view of organizational data.
Incorrect! Try again.
24Which represents the hierarchy of data understanding from bottom to top?
A.Knowledge -> Wisdom -> Data -> Information
B.Information -> Data -> Wisdom -> Knowledge
C.Data -> Information -> Knowledge -> Wisdom
D.Wisdom -> Knowledge -> Information -> Data
Correct Answer: Data -> Information -> Knowledge -> Wisdom
Explanation:
This is the DIKW pyramid. Data is processed into Information, which becomes Knowledge when understood, and Wisdom when applied.
Incorrect! Try again.
25Tactical BI is primarily used by:
A.Business Analysts and Line Managers
B.CEOs only
C.External Customers
D.Clerks
Correct Answer: Business Analysts and Line Managers
Explanation:
Tactical BI supports short-term strategic planning and monitoring, usually managed by analysts and department managers.
Incorrect! Try again.
26Metadata is best described as:
A.Large volumes of data
B.Corrupted data
C.Deleted data
D.Data about data
Correct Answer: Data about data
Explanation:
Metadata provides information about other data, such as the source, format, author, and date of creation.
Incorrect! Try again.
27The evolution of BI moved from Mainframe reporting to:
A.Paper-only records
B.None of the above
C.Abacus calculation
D.Client-Server based BI
Correct Answer: Client-Server based BI
Explanation:
Historically, BI evolved from rigid mainframe reports to more flexible client-server architectures, and eventually to cloud/web-based BI.
Incorrect! Try again.
28Which of the following is a key feature of a Digital Dashboard?
A.Text-only output
B.Requires SQL coding to view
C.Slow data refresh rates
D.Visual presentation of Key Performance Indicators (KPIs)
Correct Answer: Visual presentation of Key Performance Indicators (KPIs)
Explanation:
Dashboards allow users to grasp the state of the business quickly through visual KPIs.
Incorrect! Try again.
29In the context of RDBMS limitations, what is the 'Variety' problem?
A.Databases represent too many colors
B.Traditional databases struggle to manage diverse data formats (video, text, sensor data)
C.There are too many brands of databases
D.SQL has too many commands
Correct Answer: Traditional databases struggle to manage diverse data formats (video, text, sensor data)
Explanation:
Variety refers to the different types of data (structured, semi-structured, unstructured) which traditional RDBMS handle poorly.
Incorrect! Try again.
30OLTP systems are generally characterized by:
A.Low concurrency
B.Short, atomic transactions
C.Complex queries involving aggregations
D.Read-mostly operations
Correct Answer: Short, atomic transactions
Explanation:
OLTP involves frequent, small transactions (updates, inserts, deletes) that must be atomic to ensure integrity.
Incorrect! Try again.
31The term 'Latency' in BI refers to:
A.The cost of the software
B.The number of users logged in
C.The size of the hard drive
D.The time lag between data generation and actionable insight
Correct Answer: The time lag between data generation and actionable insight
Explanation:
Reducing data latency is a key goal of modern BI to enable real-time decision-making.
Incorrect! Try again.
32Which of the following creates a bridge between the 'Past' and 'Future' in BI analysis?
A.System Reboot
B.Trend Analysis
C.Data Deletion
D.Data Entry
Correct Answer: Trend Analysis
Explanation:
Trend analysis uses historical data (Past) to identify patterns that suggest future outcomes.
Incorrect! Try again.
33Spreadsheets (like Excel) generally handle which type of data best?
A.Structured Data
B.Unstructured Video
C.Real-time streaming audio
D.Large-scale Big Data
Correct Answer: Structured Data
Explanation:
Spreadsheets are essentially grids of rows and columns, making them best suited for structured data.
Incorrect! Try again.
34What is the main role of a Data Warehouse in BI?
A.To store centralized, historical data for analysis
B.To process live transactions
C.To act as an email server
D.To host the company website
Correct Answer: To store centralized, historical data for analysis
Explanation:
A Data Warehouse aggregates data from various sources into a central repository specifically for OLAP and BI tasks.
Incorrect! Try again.
35Semi-structured data often contains:
A.Purely random noise
B.Fixed length fields
C.Only binary code
D.Tags or markers to separate elements
Correct Answer: Tags or markers to separate elements
Explanation:
Formats like XML and JSON use tags/markers to identify data elements, providing a structure that is not as rigid as a table.
Incorrect! Try again.
36Which level of management is most concerned with Strategic BI?
A.Operational Staff
B.IT Support
C.Middle Management
D.Top-level Executives
Correct Answer: Top-level Executives
Explanation:
Strategic BI deals with long-term goals and high-level metrics, which is the domain of top executives.
Incorrect! Try again.
37What limits a standard database's ability to handle 'Velocity'?
A.The color of the server
B.I/O bottlenecks when writing massive amounts of high-speed data
C.The number of columns allowed
D.The speed of light
Correct Answer: I/O bottlenecks when writing massive amounts of high-speed data
Explanation:
Traditional databases often hit performance bottlenecks (Input/Output) when trying to ingest high-velocity data streams (like IoT sensors).
Incorrect! Try again.
38Querying a NoSQL database is often required for:
A.Unstructured or Semi-structured Big Data
B.Fixed asset registers
C.Small address books
D.Highly relational financial ledgers
Correct Answer: Unstructured or Semi-structured Big Data
Explanation:
NoSQL databases are designed to handle the variety and scale of unstructured/semi-structured data better than RDBMS.
Incorrect! Try again.
39Which is an example of 'Present' BI?
A.Real-time stock market monitoring
B.Audit of last month's logs
C.Year-end financial report
D.Sales forecast for next year
Correct Answer: Real-time stock market monitoring
Explanation:
Present BI involves monitoring events as they happen, such as real-time dashboards.
Incorrect! Try again.
40What distinguishes Information from Data?
A.Data is always larger than Information
B.Information is processed data with context and meaning
C.There is no difference
D.Information is digital; Data is analog
Correct Answer: Information is processed data with context and meaning
Explanation:
Data becomes information when it is processed, organized, or structured to provide context and meaning.
Incorrect! Try again.
41Decision Support Systems (DSS) primarily rely on:
A.Models and data to solve semi-structured problems
B.Strict transaction processing
C.Manual paper filing
D.Guesswork
Correct Answer: Models and data to solve semi-structured problems
Explanation:
DSS uses data and models to assist in solving problems where the solution isn't straightforward or fully structured.
Incorrect! Try again.
42The 'Roll-up' operation in OLAP performs what function?
A.Rotates the axis
B.Aggregates data (e.g., Daily to Monthly)
C.Increases detail
D.Deletes the cube
Correct Answer: Aggregates data (e.g., Daily to Monthly)
Explanation:
Roll-up is the opposite of drill-down; it summarizes data by climbing up the hierarchy (e.g., summing city sales into country sales).
Incorrect! Try again.
43Why is 'Data Quality' a limitation in real-world databases?
A.Quality is not important
B.Inconsistent, duplicate, or missing data reduces trust in the database
C.Databases automatically fix all errors
D.Computers never make mistakes
Correct Answer: Inconsistent, duplicate, or missing data reduces trust in the database
Explanation:
Real-world data is often dirty (duplicates, errors), and traditional databases don't inherently fix quality issues without specific rules/tools.
Incorrect! Try again.
44A CSV (Comma Separated Values) file is best described as:
A.Structured (but usually stored as a flat file)
B.Executable software
C.Unstructured
D.Proprietary code
Correct Answer: Structured (but usually stored as a flat file)
Explanation:
CSV files organize data in rows and columns (delimiters), making them structured, though they lack the relational enforcement of a DBMS.
Incorrect! Try again.
45Which of the following is NOT a benefit of BI?
A.Identified market trends
B.Guaranteed 100% profit increase
C.Faster decision making
D.Improved operational efficiency
Correct Answer: Guaranteed 100% profit increase
Explanation:
BI provides insights to improve chances of success, but it cannot guarantee financial outcomes like a 100% profit increase.
Incorrect! Try again.
46Data Mining is most closely associated with:
A.Backing up data to tape
B.Entering data manually
C.Designing web pages
D.Discovering hidden patterns and relationships in large datasets
Correct Answer: Discovering hidden patterns and relationships in large datasets
Explanation:
Data mining involves algorithmic exploration of data to find patterns that are not immediately obvious.
Incorrect! Try again.
47Which type of user typically uses OLTP systems?
A.CEO / Executives
B.Strategic Planners
C.Data Analysts
D.Clerks / Database Administrators
Correct Answer: Clerks / Database Administrators
Explanation:
OLTP is used by operational staff (clerks) for data entry or IT staff (DBAs) for maintenance.
Incorrect! Try again.
48In the evolution of BI, what role did the 'Mainframe' play?
A.It created the internet
B.It utilized cloud computing
C.It provided the first centralized computing for generating static reports
D.It introduced mobile dashboards
Correct Answer: It provided the first centralized computing for generating static reports
Explanation:
The mainframe era was the starting point, producing static, paper-based reports before interactive tools existed.
Incorrect! Try again.
49Key Performance Indicators (KPIs) are essential components of:
A.Digital Dashboards
B.OLTP transactions
C.Unstructured text
D.Network cables
Correct Answer: Digital Dashboards
Explanation:
Dashboards rely on KPIs to give users a quick visual representation of performance against goals.
Incorrect! Try again.
50Why is 'Context' important in BI?
A.It encrypts the data
B.It increases the file size
C.It turns raw numbers into meaningful information
D.It is not important
Correct Answer: It turns raw numbers into meaningful information
Explanation:
Knowing a sales figure is 500 is useless without context (e.g., 500 units sold yesterday vs. 500 units sold last year).
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →