String Manipulation Quiz

String Manipulation Quiz

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Kelas X - Algoritma Pemrograman

Kelas X - Algoritma Pemrograman

10th Grade

10 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

Tes Informatika

Tes Informatika

10th Grade

15 Qs

Algorithm

Algorithm

10th - 11th Grade

15 Qs

Programming Languages

Programming Languages

11th Grade

10 Qs

2.5 Programming Languages and IDEs

2.5 Programming Languages and IDEs

10th Grade

14 Qs

String Manipulation Quiz

String Manipulation Quiz

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

Chauncy ICT

Used 96+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What would the Python code: len(level) return?

2

3

4

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is title[0]?

'c'

'o'

'g'

An error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is title[4]?

'p'

'u'

't'

An error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is level[3]?

'g'

'e'

'c'

's'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is level[4]?

'g'

'e'

'c'

An error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is title concatenated (linked together) with level?

"computer sciencegcse"

"computersciencegcse"

"computer science gcse"

"computerscience gcse"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pseudocode below assigns two strings to two variables:

title = "computer science"

level = "gcse"

What is level concatenated (linked together) with level?

"gcsegcse"

"gcse gcse"

"computer science gcse"

An error

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?