Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

Lesson 2-keywords and operators-1

Lesson 2-keywords and operators-1

5th - 8th Grade

20 Qs

python-random-rangeLoop

python-random-rangeLoop

6th - 8th Grade

21 Qs

python exam

python exam

8th Grade

15 Qs

Lesson 22 - Test-3

Lesson 22 - Test-3

5th - 8th Grade

15 Qs

Grand Quiz (Python)

Grand Quiz (Python)

6th - 12th Grade

20 Qs

Lesson 15 - Test 2

Lesson 15 - Test 2

5th - 8th Grade

15 Qs

8th grade CS exam

8th grade CS exam

7th - 9th Grade

20 Qs

Print Media

Print Media

7th - 11th Grade

16 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?