Lesson details

Key learning points

  1. In this lesson, we will learn about string handling techniques that can be used in Python.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

4 Questions

Q1.
guizero is an example of which of the following
An event driven program
Procedural library
Standard Python module
Correct answer: Third party module
Q2.
Which of the following is not a third party module that includes functionality to create a GUI?
Correct answer: gpiozero
guizero
pygame
tkinter
Q3.
What type of widget is at position A in the following image?
Correct answer: ButtonGroup
CheckBox
ListBox
PushButton
Q4.
What type of widget is at position B in the following image?
ButtonGroup
CheckBox
ListBox
Correct answer: PushButton

4 Questions

Q1.
"When two or more strings are joined together" is the definition of which of the following terms?
Correct answer: Concatenate
Element
String
String handling
Q2.
"A character in a string or an item in a sequence" is the definition of which of the following terms?
Concatenate
Correct answer: Element
String
String handling
Q3.
"Performing operations on string" is the definition of which of the following terms?
Concatenate
Element
String
Correct answer: String handling
Q4.
"A value that is text. This can include numbers but they will be read as text" is the definition of which of the following terms?
Concatenate
Element
Correct answer: String
String handling

Lesson appears in

UnitComputing / Programming 5: Strings and lists

Computing