0% found this document useful (0 votes)
5 views4 pages

Overview of Key Tools and Techonology

The document provides an overview of key tools and technologies used in data science, including Python, Jupyter Notebooks, PowerBI/Tableau, SQL, and Cloud Platforms. It includes multiple-choice and structured questions related to the application of these tools in business contexts, emphasizing their roles in data analysis and decision-making. Additionally, it highlights the importance of selecting the right data science tools to address specific business problems effectively.

Uploaded by

s24003085
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

Overview of Key Tools and Techonology

The document provides an overview of key tools and technologies used in data science, including Python, Jupyter Notebooks, PowerBI/Tableau, SQL, and Cloud Platforms. It includes multiple-choice and structured questions related to the application of these tools in business contexts, emphasizing their roles in data analysis and decision-making. Additionally, it highlights the importance of selecting the right data science tools to address specific business problems effectively.

Uploaded by

s24003085
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Overview of Key Tools and Technologies.

- Python (Programming for data analysis and machine learning).


- Jupyter Notebooks (Writing, running, and documenting data science
projects).
- PowerBI/Tableau (Visualizing and presenting business insights).
- SQL (Extracting and managing business data, managing large
databases).
- Cloud Platforms (Azure ML, Google Colab for deploying machine
learning models online).
Data Science in Business

Section 1: Multiple Choice Questions (MCQs).

1. What is the primary goal of data science in business?


• a) Increase the number of employees
• b) Extract insights and support decision-making
• c) Decrease product quality
• d) Ignore customer data
2. Which of the following is NOT a major benefit of using data science?
• a) Improved decision-making
• b) Higher operational efficiency
• c) Increased production cost
• d) Better customer understanding
3. Which tool/s is mainly used for creating interactive dashboards?
• a) Python
• b) Tableau
• c) Jupyter Notebook
• d) SQL
• e) PowerBI
4. What is the role of Jupyter Notebook in data science?
• a) Building hardware servers
• b) Documenting and running live code and visualizations
• c) Designing company logos
• d) Making mobile applications
5. SQL is mainly used for:
• a) Creating dashboards
• b) Building machine learning models
• c) Querying and managing data in databases
• d) Designing websites

6. In what situation would you recommend using Python?


• a) Predicting customer buying behavior
• b) Designing advertisements
• c) Creating hand-drawn flowcharts
• d) Writing company policies
7. Before choosing a data science tool for a company, which question is most
important to ask?
• a) Is the logo colorful?
• b) Will this tool solve the business problem effectively?
• c) Can I play games on this tool?
• d) Is this tool trendy?

Section 2: Structured Questions

1. Name two data science tools and explain their primary functions.
2. What are the advantages of using Jupyter Notebook for data analysis?
3. Provide an example of how a local business could use PowerBI to improve
its operations. 4. Explain how SQL helps businesses manage customer data.
5. Why is it important to match the right data science tool to the business
problem? Provide an example.
6. A Sri Lankan startup is facing difficulties understanding why their product
is not selling well. - Suggest a data science tool they can use. - Explain how
they should use the tool to find the root cause. - How will it improve their
business decisions?

Answers

01.
Python
 Primary Function: Python is a popular programming language used
heavily in data science for data analysis, machine learning, artificial
intelligence, and data visualization. It has powerful libraries like Pandas
(for data manipulation), NumPy (for numerical computing), scikit-learn
(for machine learning), and Matplotlib/Seaborn (for data visualization).
Tableau
 Primary Function: Tableau is a leading data visualization tool. It helps
users create interactive and shareable dashboards that turn raw data
into understandable insights without needing to write much code. It's
often used for business intelligence and reporting.

02.
Interactive Coding: You can write code and see the results
immediately, making it easy to experiment and adjust.
Visualization Support: It easily integrates with libraries like
Matplotlib and Seaborn to show charts and graphs right next to your
code.
Documentation with Markdown: You can write explanations, notes,
and formulas alongside your code using Markdown, which makes your
work easier to understand.
Easy Sharing: Jupyter Notebooks can be shared as .ipynb files or
converted to HTML/PDF, making collaboration and presentation simple.
Supports Multiple Languages: Even though it’s mainly used with
Python, it can support other languages like R and Julia through different
kernels.
Modular Workflow: You can run small chunks ("cells") of code
separately, which helps debug and develop step-by-step

You might also like