Python - from 0 to HERO

Python - from 0 to HERO

University

15 Qs

quiz-placeholder

Similar activities

Basics of programming - Quiz - 01

Basics of programming - Quiz - 01

University - Professional Development

20 Qs

Snowflake QUIZ

Snowflake QUIZ

University

19 Qs

computer storage

computer storage

University

19 Qs

Python Programming Basics

Python Programming Basics

University

14 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python Strings

Python Strings

University

20 Qs

CSE 102 Exam 3 Practice

CSE 102 Exam 3 Practice

University

18 Qs

Think with us

Think with us

University

10 Qs

Python - from 0 to HERO

Python - from 0 to HERO

Assessment

Quiz

Computers

University

Hard

Created by

Max Kohnen

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which mark did we exceed in 2023 for the 1st time regarding annual size of generated data?

100 TB (Terabyte) = 10^3 GB

100 PB (Petabyte) = 10^6 GB

100 EB (Exabyte) = 10^9 GB

100 ZB (Zetabyte) = 10^12 GB

Answer explanation

In 2023 about 120 ZB of data were produced and by 2025 it is expected that more than 175 ZB will be generated.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The 4 Vs of BIG data include: Volume, Validity, Variety, and

Answer explanation

Volume: Data set size and computing power

Validity: Data governance and trustworthiness

Variety: Diverse data sources and formats

Velocity: Data processing speed and growing demand

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When working processing and analyzing big data using Python the implementation takes a lot of time and also rerunning the process/analysis takes very long.

True

False

Answer explanation

While the initial set up might take longer when programming, it saves a lot of time when refreshing data/analysis.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data typically flows circular, from data sources up to the users and back.

True

False

Answer explanation

Data typically flows in one direction (from the data source via data loaders and data lakes to data sharing platforms or user interfaces). However, data can end up in multiple different destinations, but it usually does not flow back to the source.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which three data lake types do we have in our CCHBC cloud infrastructure?

Production

Development

Test

Quality

Delivery

Answer explanation

In the curated layer, we have the Development (for all products that are still being developed), Quality (for deployed products, which are still checked on their quality), and Production (for the final product that can be used and accessed).

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The source code of Python and thus the programming language itself is publicly available. This characteristic is also known as

Answer explanation

The nice thing about open-source is, that it usually comes with a large community support and that it is FREE.

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are advantages of Python over Excel?

Easy to use

No real data size limitation

Scalable and compatible with other programs

Open source, thus free and big community support

Useful for small and one-time analysis

Answer explanation

Python may be a fairly easy programming language compared to others, but it is still harder than Excel and also sometimes simply not worth the time for small one-time tasks/requests. However it really beats Excel with regards to big data handling, scalability, compatibility and community support.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?