ONE 6th FORM String manupulation

ONE 6th FORM String manupulation

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python Concepts Quiz

Python Concepts Quiz

11th Grade

21 Qs

COMPUTER

COMPUTER

11th - 12th Grade

21 Qs

Python Программалау тілі

Python Программалау тілі

11th Grade

15 Qs

U2-String-Class-Objects

U2-String-Class-Objects

10th - 12th Grade

20 Qs

class 11 - basic concepts in python 1

class 11 - basic concepts in python 1

11th Grade

19 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Ch 3 Java Review-Strings and Math

Ch 3 Java Review-Strings and Math

9th - 12th Grade

21 Qs

ONE 6th FORM String manupulation

ONE 6th FORM String manupulation

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Lorna Jarrett

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

how we store string value in variable?

'string'

"string"

%string%

#sring#

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

index of a string begins with

1

0

a

-1

3.

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

4.

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

5.

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

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

string = "abcdef"

What is index of "f" ?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

string = "Computer Science"

What is string[0:8] ?

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?