Python

Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

8.1 Microbits Plenary

8.1 Microbits Plenary

8th Grade

15 Qs

21 Things Basics

21 Things Basics

7th - 8th Grade

10 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

Y8 Microbit Python

Y8 Microbit Python

8th Grade

10 Qs

Tech Vocab I

Tech Vocab I

1st Grade - University

13 Qs

G8_Ch2_Windows Movie Maker

G8_Ch2_Windows Movie Maker

8th Grade

15 Qs

Thukable SC Assessment 2

Thukable SC Assessment 2

7th - 12th Grade

15 Qs

Google Docs Basics

Google Docs Basics

7th Grade - University

10 Qs

Python

Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Alena Miroshnichenko

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Щоб розмістити кнопку у вікні, потрібно створити новий об'єкт типу:

Media Image
Media Image

KeyPress.

Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Створити новий об'єкт типу Button, пов'язати його зі змінною, яка визначатиме ім'я об'єкта:

root.geometry('600x400')

root.=Tk()

button=Button()

button.pack()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Розмістити Button у вікні:

button.pack()

root.=Tk()

root.geometry('600x400')

button=Button()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Заголовок функції має такий синтаксис:

var<назва_функції>([перелік параметрів])

var<назва_функції>([перелік функції])

def <назва_функції>(тіло функції)

def<назва_функції>[перелік параметрів])

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

В тексті проєкту не можна виправити знайдені синтаксичні помилки.

так

ні

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Для виведення на екран у ході проєкту текстових повідомлень можнавикористати спеціальне вікно – вікно повідомлень.

так

ні

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

У мові Python не можна створити вікна повідомлень showinfo

так

ні

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers