GRAPHICAL USER INTERFACE (GUI) PROGRAMMING IN GOOGLE COLAB

GRAPHICAL USER INTERFACE (GUI) PROGRAMMING IN GOOGLE COLAB

University

20 Qs

quiz-placeholder

Similar activities

Flutter

Flutter

University

24 Qs

Flutter and Android Basics Quiz 19 March

Flutter and Android Basics Quiz 19 March

University

16 Qs

Quiz

Quiz

University

23 Qs

KUIZ FROG VLE

KUIZ FROG VLE

KG - University

20 Qs

Kursus Bahan Bantu Mengajar ICT LINUS 2.0 Numerasi

Kursus Bahan Bantu Mengajar ICT LINUS 2.0 Numerasi

University

18 Qs

GDocs Quiz

GDocs Quiz

9th Grade - Professional Development

20 Qs

AppWiz round 1

AppWiz round 1

University

20 Qs

Flutter Festival quiz

Flutter Festival quiz

University

16 Qs

GRAPHICAL USER INTERFACE (GUI) PROGRAMMING IN GOOGLE COLAB

GRAPHICAL USER INTERFACE (GUI) PROGRAMMING IN GOOGLE COLAB

Assessment

Quiz

Other

University

Medium

Created by

EC M

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is used for creating interactive widgets in Jupyter Notebooks and Google Colab?

NumPy

Pandas

ipywidgets

Matplotlib

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import the `ipywidgets` library?

`import widgets`

`import ipywidgets as widgets`

`import ipwidgets`

`import ipywidget as widgets`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What widget is commonly used to create a button in `ipywidgets`?

Button

ToggleButton

PushButton

ActionButton

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to display widgets in a Jupyter Notebook?

show()

render()

display()

present()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a slider widget in `ipywidgets`?

`widgets.Slider()`

`widgets.SlideBar()`

`widgets.TrackBar()`

`widgets.ScrollBar()`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which widget is used for creating a drop-down menu?

Menu

DropDown

Select

Dropdown

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you link a function to a button click event in `ipywidgets`?

`button.on_click(function)`

`button.on_press(function)`

`button.set_callback(function)`

`button.bind_click(function)`

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?