Python Credential Test

Python Credential Test

9th Grade - Professional Development

31 Qs

quiz-placeholder

Similar activities

files and folders

files and folders

5th - 9th Grade

32 Qs

carta alir

carta alir

6th - 10th Grade

30 Qs

Α' Λυκείου - python programming, AI

Α' Λυκείου - python programming, AI

10th Grade

26 Qs

N5 Traversing a 1D Array Algorithm

N5 Traversing a 1D Array Algorithm

9th - 10th Grade

26 Qs

Programming Java BGE

Programming Java BGE

8th - 9th Grade

27 Qs

Unit 2 Pre-release (PhWSSE - January 2021) - Long Version

Unit 2 Pre-release (PhWSSE - January 2021) - Long Version

12th Grade

29 Qs

Technical Quiz

Technical Quiz

University

30 Qs

ĐỀ CƯƠNG ÔN TẬP TIN HỌC 10

ĐỀ CƯƠNG ÔN TẬP TIN HỌC 10

10th Grade

36 Qs

Python Credential Test

Python Credential Test

Assessment

Quiz

Computers

9th Grade - Professional Development

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first character in a string is at index 0.

T

F

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement Does Not describes a String in Python/Computer Science?

a sequence of characters

a series of 1's and 0's

a set of characters which are represented in/from the ASCII table by holding hte Alt- plus 4 digit decimal number

object existing in four dimensions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the statement that will print the letter "s", given the variable declaration word = "windows"

print(word[-2])

print(word[-1])

print(word[2])

print(word[3])

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which print output is the result of the following code?

"w"

"s"

"o"

""(empty string)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code will print "act".


word = "characteristics"

print(word[4:6])

T

F

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which choice will print the second half of the word "Consequences" (uences), given the following variable declaration?


word = "Consequences"

print(word[6:])

print(word[:6])

print(word[1:7])

print(word[7:1])

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the correct print output for the following code:

name = "Alton"

print(name[::4]

"Atn"

"lo"

"on"

"An"

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?