Python GUI and Data Visualisation Quiz

Python GUI and Data Visualisation Quiz

University

14 Qs

quiz-placeholder

Similar activities

Python Programming 17.09.2021

Python Programming 17.09.2021

University

15 Qs

Quiz-1 tkinter

Quiz-1 tkinter

University - Professional Development

11 Qs

Thư viện Tkinter - Label

Thư viện Tkinter - Label

University

10 Qs

ML Lab Quiz-1

ML Lab Quiz-1

University

14 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

Data Visualization Quiz

Data Visualization Quiz

University

10 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

Python Quiz-2.2

Python Quiz-2.2

University

12 Qs

Python GUI and Data Visualisation Quiz

Python GUI and Data Visualisation Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Roger Holden

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the `Tkinter` library in Python?

To perform numerical computations

To create graphical user interfaces

To plot graphs and charts

To manage file input and output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the convention to import the `NumPy` library in Python?

`import numpy as np`

`import numpy as npy`

`import numpy as num`

`import numpy as nmp`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a Python script, what is the purpose of the `if __name__ == "__main__":` statement?

To define a function

To execute code only when the script is run directly

To import modules

To declare global variables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is used to create a 2D plot in `Matplotlib`?

`plt.plot()`

`plt.scatter()`

`plt.bar()`

`plt.hist()`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default geometry manager in `Tkinter`?

`grid`

`pack`

`place`

`canvas`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display a plot in `Matplotlib`?

`plt.show()`

`plt.display()`

`plt.render()`

`plt.exhibit()`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In `Tkinter`, which widget is used to create a button?

`Label`

`Entry`

`Button`

`Text`

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?