Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

Python-ICT

Python-ICT

8th Grade

20 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Lesson 34 - Math & OS module

Lesson 34 - Math & OS module

5th - 8th Grade

12 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

python-random-rangeLoop

python-random-rangeLoop

6th - 8th Grade

21 Qs

Python-coban

Python-coban

7th - 12th Grade

20 Qs

Lesson 31 Test-4

Lesson 31 Test-4

5th - 8th Grade

15 Qs

Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

Assessment

Quiz

Education

6th - 8th Grade

Hard

Created by

Mạnh Tuấn Đồng

Used 45+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Python language was developed in what year?

1985

1820

1991

2001

1979

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is a statement in programming?

Expresses an action to be carried out

Always returns results like expressions

Rules controlling how components in a program are combined

An instruction to perform a task, usually one word

None of the above

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the following code?

var = "James" 2 * 3

print(var)

James

JamesJamesJamesJamesJamesJames

JamesJamesJamesJamesJames

Error: invalid syntax

None of the above

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the following code?

str = "pynative"

print (str[1:3])

py

yn

pyn

yna

pn

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What output will the console show, if 15 and 30 are entered by the user?

num1 = input(“Enter your first number”)

num2 = input(“Enter your second number”)

print (num1 + num2)

Syntax error

The concatenation of the two numbers 1530

The sum of the two numbers 45

Compiler error

None of the above

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one will display when this code is run?

for I in range(10):

print(i)

Media Image
Media Image
Media Image
Media Image

None of the above

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the following code?

var= "James Bond"

print(var[2::-1])

Jam

dno

maJ

dnoB semaJ

Bon

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?