Python Slide 1 Quiz

Python Slide 1 Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Công nghệ 5.0

Công nghệ 5.0

KG - Professional Development

10 Qs

Understanding Python Basics

Understanding Python Basics

9th Grade

13 Qs

Python Basics

Python Basics

9th - 12th Grade

5 Qs

PROGRAMACIÓN SCRATCH

PROGRAMACIÓN SCRATCH

6th - 11th Grade

10 Qs

MINECRAFT: EDUCATION EDITION

MINECRAFT: EDUCATION EDITION

KG - 12th Grade

10 Qs

Sisters Through Code PreQuiz

Sisters Through Code PreQuiz

6th - 12th Grade

10 Qs

Sphero Block Coding

Sphero Block Coding

KG - 12th Grade

11 Qs

Python quiz

Python quiz

9th Grade

9 Qs

Python Slide 1 Quiz

Python Slide 1 Quiz

Assessment

Quiz

Instructional Technology

9th Grade

Hard

Created by

Amy Austin

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT mentioned as part of the content in Slide 1?

Setting up a Python environment

Writing and running Python code

Debugging Python code

Creating a website

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be covered in the overview according to Slide 1?

Setting up a Python environment, writing and running Python code, debugging, and using packages

Creating a website, writing HTML, and CSS

Setting up a Java environment, writing and running Java code, debugging, and using packages

Writing SQL queries, setting up databases, and using packages

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do after right-clicking to run a Python file in the terminal in VS Code?

Select "Run Python File in Terminal"

Select "Open with Notepad"

Select "Delete File"

Select "Copy File"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key combination can be used to run selected lines of Python code in VS Code?

Ctrl+S

Shift+Enter

Alt+F4

Ctrl+P

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the title of Slide 5?

Debugging Your Python Code

Installing Python

Writing Python Scripts

Python Basics

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the image in Slide 5 highlight?

Python code

Debug toolbar with commands highlighted

Python installation steps

Python libraries

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the steps mentioned in the content of Slide 5?

Writing Python scripts

Setting breakpoints and running the debugger

Installing Python libraries

Compiling Python code

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to install the numpy package on macOS?

python3 -m pip install numpy

py -m pip install numpy

apt-get install python3-tk && python3 -m pip install numpy

pip install numpy