Huawei_21_Python

Huawei_21_Python

1st - 9th Grade

5 Qs

quiz-placeholder

Similar activities

AR1_Starter

AR1_Starter

9th Grade

9 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Coding in Minecraft #1

Coding in Minecraft #1

7th - 8th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Objects, Classes, and Methods Terminology

Objects, Classes, and Methods Terminology

3rd Grade

9 Qs

Writing your first program in Python

Writing your first program in Python

8th Grade

10 Qs

Python Variables

Python Variables

8th Grade

10 Qs

Huawei_21_Python

Huawei_21_Python

Assessment

Quiz

Professional Development, Computers

1st - 9th Grade

Hard

Created by

Jose Castillo Lema

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python programs use indentation to represent code blocks. Statements in the same code block must have the same number of indented spaces.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To improve code modularization and utilization, which of the following is used to describe a collection of objects with the same attributes and methods?

init

def

class

function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods is used to write data to the telnetlib module?

read_all ()

close()

write()

read_very_eager()

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following characters can be used as Python identifiers?

Letters

Digits

@ signs

Underscores

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are compiled high-level programming languages?

C

C++

Java

Python