String Manipulation Quiz

String Manipulation Quiz

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Penilaian Harian KD.3.1

Penilaian Harian KD.3.1

8th Grade - University

10 Qs

Spreadsheet

Spreadsheet

5th - 11th Grade

12 Qs

Create a Website 1

Create a Website 1

KG - University

10 Qs

XI_осн_веб_кон

XI_осн_веб_кон

9th - 12th Grade

10 Qs

GCSE Computer Science Paper 2: Topic 2.1

GCSE Computer Science Paper 2: Topic 2.1

10th Grade

11 Qs

12 Multimedia - Quiz BAB 3 -  DMI

12 Multimedia - Quiz BAB 3 - DMI

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

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?