Huawei_21_Python

Huawei_21_Python

1st - 9th Grade

5 Qs

quiz-placeholder

Similar activities

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python-Code Right or Wrong

Python-Code Right or Wrong

7th - 8th Grade

10 Qs

GCSE SLR12 Classification of Languages

GCSE SLR12 Classification of Languages

7th - 12th Grade

10 Qs

checkpoint2

checkpoint2

7th Grade

10 Qs

Homework 4- Data Types and Selection

Homework 4- Data Types and Selection

8th Grade

10 Qs

Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 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