Year 11
Lesson details
Key learning points
- 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
Q2.
Which of the following is not a third party module that includes functionality to create a GUI?
guizero
pygame
tkinter
Q3.
What type of widget is at position A in the following image?
CheckBox
ListBox
PushButton
Q4.
What type of widget is at position B in the following image?
ButtonGroup
CheckBox
ListBox
4 Questions
Q1.
"When two or more strings are joined together" is the definition of which of the following terms?
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
String
String handling
Q3.
"Performing operations on string" is the definition of which of the following terms?
Concatenate
Element
String
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
String handling