Font size
WorksheetsPython Library Routines Quiz
Total questions: 17
Worksheet time: 18mins
What is the name of the website that we use to do Python coding?
Google Collab
Google Colab
Google Column
Google Colon
Beomgyu wants to make his first own coding. To make the perfect coding, he needs to use some of the library routines.
He wants to make a coding to get the area of some shapes. He uses integer numbers as the input. Unfortunately, he forgot what is the constant number for pi in circle. He doesn't have any access to internet, so he needs to use other library routine to get the value of pi. In the process of calculating, Beomgyu doesn't want to use multiplication symbol for the formula. He prefers to use a library routine to get the power of radius of the circle. Finally, to print the data, he also uses other library routine to finish his coding.
What are 4 library routines that Beomgyu needs to use? Separate each answer with comma (example: go(), home(), stick())
(a)
When you want to change your data type to decimal number, what built-in function that you use?
decimal()
int()
float()
str()
What is the output?
(a)
What is the output will be?
(TXT)
"TXT"
TXT
ERROR
What is the output?
<class 'string'>
<class 'str'>
<class str>
<class string>
what will be the output?
(a)
write the output!
(a)
What is the output?
(a)
How will the output be written? (Consider comma "," as enter)
3, 5, 4
3, 4, 5
3.0, 5.0, 4.0
3.0, 4.0, 5.0
What will be the result?
(a)
Which one is the right answer?
1024.0
2.10
210.0
20.0
In Python, what is the symbol that you need to use for writing comment, so the line won't be read as coding?
>
$
/
#
There are 2 kinds of programming language. Based on its characteristic, Python is a/an ... programming language type.
(a)
What are the possible outputs?
3,4,5,6,7,8,9
4,5,6,7,8
3,9
6
What is the output?
"Tomorrow X Together"
Tomorrow X Together
'Tomorrow X Together'
("Tomorrow X Together")
What do you think about the class in term 3 so far?
