String Manipulation Quiz

String Manipulation Quiz

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

9th - 10th Grade

10 Qs

Computer Programming Quiz

Computer Programming Quiz

10th Grade

14 Qs

Quiz 120.4A - Control structures in pseudocode

Quiz 120.4A - Control structures in pseudocode

11th Grade

15 Qs

8.1 Programming Overview

8.1 Programming Overview

9th - 11th Grade

14 Qs

matplotlib

matplotlib

10th Grade

10 Qs

Computer Science

Computer Science

7th - 12th Grade

12 Qs

40. Algorithm  - Algorithm Efficiency Quiz

40. Algorithm - Algorithm Efficiency Quiz

9th - 12th Grade

11 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

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