Python Functions and Data Structures Quiz

Python Functions and Data Structures Quiz

University

10 Qs

quiz-placeholder

Similar activities

Struktur Data

Struktur Data

University

12 Qs

OS Jarkom - Quiz

OS Jarkom - Quiz

University

15 Qs

Modul 3_Windry Dwi Juliani

Modul 3_Windry Dwi Juliani

University

10 Qs

Data Analytics Quiz module 6

Data Analytics Quiz module 6

University - Professional Development

10 Qs

Numpy and Pandas Quiz

Numpy and Pandas Quiz

University

10 Qs

Quiz Data Science (Pertemuan 5)

Quiz Data Science (Pertemuan 5)

University

8 Qs

Python Summer Internship Quiz -10

Python Summer Internship Quiz -10

University

10 Qs

Storage CompTIA 20200415

Storage CompTIA 20200415

University

15 Qs

Python Functions and Data Structures Quiz

Python Functions and Data Structures Quiz

Assessment

Quiz

Other

University

Medium

Created by

EC M

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'greet' function in Python?

To greet a person

To add two numbers

To create a list

To install a package

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to install packages in Python?

pip install

setup

import

install

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'add' function return when called with arguments 5 and 3?

3

15

5

8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create a DataFrame using Pandas?

df = DataFrame.create(data)

df = new DataFrame(data)

df = create.DataFrame(data)

df = pd.DataFrame(data)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the command 'greet()' output if no name is provided?

Hello, Guest!

Hello, Alice!

Hello, Charlie!

Hello, Bob!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used to represent a matrix in Python?

DataFrame

Numpy array

Array

List

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 'print(df[df["Age"]>30])' given the DataFrame?

All people

People younger than 30

People older than 30

No one

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?