OWA Day 2 Quiz

OWA Day 2 Quiz

1st Grade

9 Qs

quiz-placeholder

Similar activities

Lenguajes programación y Desarrollo

Lenguajes programación y Desarrollo

KG - 5th Grade

14 Qs

ALL BOUT BTS

ALL BOUT BTS

KG - Professional Development

10 Qs

CI POP QUIZ - AUG 2021

CI POP QUIZ - AUG 2021

1st - 12th Grade

10 Qs

DATA DRIVEN ANALYSIS

DATA DRIVEN ANALYSIS

1st Grade

10 Qs

QLTT LINE SME

QLTT LINE SME

1st Grade

10 Qs

Năng lực chuyên môn

Năng lực chuyên môn

1st Grade

10 Qs

Gestión de la Informacion - U1

Gestión de la Informacion - U1

1st - 3rd Grade

9 Qs

Excel Chapter 3

Excel Chapter 3

KG - Professional Development

9 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")