Programming Quiz 2024/2025

Programming Quiz 2024/2025

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Keyboard Review 1

Keyboard Review 1

6th - 8th Grade

10 Qs

VEXcode VR Unit 4 Quiz

VEXcode VR Unit 4 Quiz

6th - 8th Grade

10 Qs

Python Alternating Turns

Python Alternating Turns

7th - 12th Grade

10 Qs

5.3. Запис математичних виразів на мові Python

5.3. Запис математичних виразів на мові Python

8th Grade

13 Qs

Работа с файлами 7кл

Работа с файлами 7кл

7th Grade

10 Qs

JPI L6 Q1

JPI L6 Q1

7th Grade

15 Qs

Computer Vocabulary 1

Computer Vocabulary 1

1st - 12th Grade

14 Qs

html_begginers_N2

html_begginers_N2

7th - 8th Grade

12 Qs

Programming Quiz 2024/2025

Programming Quiz 2024/2025

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Easy

Created by

Denver Agpianka

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool/software do we use to code Python in this class?

CodeBlocks

PyCharm
Jupyter Notebook
Eclipse

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code to give an output in python?

System.out.println('Hello, World!')

'Hello, World!'

console.log('Hello, World!')
print("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we use a library (e.g tkinter) in a python code?

type "call tkinter"

in the beginning

type "use tkinter"

in the beginning

type "hello tkinter"

in the beginning

type "import tkinter"

in the beginning

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we make a function in Python?

type "void" and the name of the function we want

type "set" and the name of the function we want

type "func" and the name of the function we want

type "def" and the name of the function we want

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we do if you want to make some decision in Python code?

Use 'if', 'elif', and 'else'

Use 'print' or 'for'

Use 'type' or 'print'

Use 'if' and 'for'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we want to start to make the main window in Python with tkinter library. Which code can we use?

import tkinter as tk

root = Tk()
tk.Tk(root)

root = tk.Tk()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code we can use to name a window in a window named root in Python with tkinter?

root.set_window_name('Your Window Name')
root.name('Your Window Name')
root.window_title('Your Window Name')
root.title("Your Window Name")

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

Already have an account?