String Manipulation Quiz

String Manipulation Quiz

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

Dasar-Dasar Algoritma

Dasar-Dasar Algoritma

10th - 12th Grade

10 Qs

Binary Search GCSE

Binary Search GCSE

10th Grade

11 Qs

X_ALGORITMA_PRETEST

X_ALGORITMA_PRETEST

10th Grade

15 Qs

Creating Algorithms Through Pseudocodes and Flowcharts

Creating Algorithms Through Pseudocodes and Flowcharts

11th - 12th Grade

15 Qs

Digital Documentation

Digital Documentation

10th Grade

15 Qs

40. Algorithm  - Algorithm Efficiency Quiz

40. Algorithm - Algorithm Efficiency Quiz

9th - 12th Grade

11 Qs

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

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

9th - 10th Grade

10 Qs

String Manipulation Quiz

String Manipulation Quiz

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

Chauncy ICT

Used 97+ 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?