OWA Day 2 Quiz

OWA Day 2 Quiz

1st Grade

9 Qs

quiz-placeholder

Similar activities

Ulangkaji Modul 1 - Modul 4 (Tingkatan 5)

Ulangkaji Modul 1 - Modul 4 (Tingkatan 5)

1st - 3rd Grade

10 Qs

Understanding Phoenix Systems 2

Understanding Phoenix Systems 2

KG - 3rd Grade

10 Qs

Understanding Phoenix Systems

Understanding Phoenix Systems

KG - 3rd Grade

10 Qs

QLTT LINE SME

QLTT LINE SME

1st Grade

10 Qs

PT. Santos Jaya Abadi

PT. Santos Jaya Abadi

1st - 3rd Grade

10 Qs

Quizizz CRM Tháng Tám

Quizizz CRM Tháng Tám

1st - 5th Grade

8 Qs

SF Team Golden Rules

SF Team Golden Rules

1st Grade

13 Qs

Quiz 1

Quiz 1

1st Grade

5 Qs

OWA Day 2 Quiz

OWA Day 2 Quiz

Assessment

Quiz

Business

1st Grade

Hard

Created by

Jennifer Jennifer

Used 7+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is the following is not Python's data type:

List

Set

Group

Dictionary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

-125.326354933261634 is what data type in Python

Number

Float

Integer

Figure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

I want to create an empty list to store data in DataFrame, which of the following declaration is correct?

data_frame = {}

data_frame = []

data_frame = ()

data_frame = <>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A python file must end with:

.txt

.csv

.py

.json

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is true for Python Code or Script:

Case sensitive

A python code must starts with 'import <library or module>'

Boolean is denoted as true or false

A function must starts with "Def"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following is a valid Python's variable, except for:

_ OWA _

MyFirstPython

99Variable

Variable99

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following images not like a variable concept?

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the Python library or module that come with Dataframe feature?

openpyxl

os

pandas

docxtpl

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If I want to export a DataFrame to Excel, which line of code it correct:

df.to.Excel("abc.xlsx")

df.to.excel(abc.xlsx)

df.to.excel("abc.xlsx")

df.to_excel("abc.xlsx")