wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FinTech 02-3 Python

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which are objectives for Unit 2 Python Day 3?

a)

Time value of money

b)

Import python libraries/packages

c)

Querying table data

d)

Read and write files

e)

Using imported functions

2.

Which is not part of a time value of money calculation?

a)

Interest rate

b)

Time length

c)

Compounding periods

d)

Rate of change

3.

What is a bond called when it is valued on the secondary market at more than its original sale price?

a)

Discount

b)

Par value

c)

Standard

d)

Premium

4.

Which python libraries did we import in class?

a)

functions

b)

numpy

c)

pathlib

d)

csv

e)

pandas

5.

Which python library did we import the npv function from?

a)

functions

b)

numpy

c)

pathlib

d)

csv

e)

pandas

6.

Write the syntax to import the Path function from the pathlib library:

(a)  

7.

Which is the correct syntax to read a text file from a file path:

a)

with open(filepath, 'r') as file:

b)

with read(filepath, 'txt') as file:

c)

open(txt = filepath) as read:

d)

read(filepath, 'read') as txt:

8.

Which of the following does all tabular data have?

a)

sheets

b)

rows

c)

columns

d)

values

e)

headers

9.

How was Python Day 3 for you?

4 lines
10.

Any suggestions for improvement?

4 lines