Chapter 8 Strings

Description

AS - Level Computer Science (CS 1101 Python) Flashcards on Chapter 8 Strings, created by Troy Bowlin on 20/05/2016.
Troy Bowlin
Flashcards by Troy Bowlin, updated more than 1 year ago
Troy Bowlin
Created by Troy Bowlin almost 8 years ago
3
0

Resource summary

Question Answer
Compound Data Type A data type in which the values are made up of components, or elements, that are themselves values.
Default Value The value given to an optional parameter if no argument for it is provided in the functional call.
Docstring A string constant on the first line of a function or module definition (and as we will see later, in class and method definitions as well). Docstrings provide a convenient way to associate document with code. Docstrings are also used by programming tools to provide interactive help.
Immutable Data Value A data value which cannot be modified. Assignments to elements or slices (sub-parts) of immutable values cause a run time error.
Index A variable or value used to select a member of an ordered collection, such as a character from a string, or an element from a list.
Mutable Data Value A data value which can be modified. The types of all mutable values are compound types. Lists and dictionaries are mutable; string and tuples are not.
Optional Parameter A parameter written in a function header with an assignment to a default value which it will receive if no corresponding argument is given for it in the functional call.
Short-Circuit Evaluation A style of programming that shortcuts extra work as soon as the outcome is know with certainty. In this chapter our find function returned as soon as it found what it was looking for; it didn't traverse all the rest of the items in the string.
Slice A part of a string (substring) specified by a range of indices. More generally, a subsequence of any sequence type in Python can be created using the slice operator (sequence[start:stop]).
Traverse To iterate through the elements of a collection, performing a similar operation on each.
White-space Any of the characters that move the cursor without printing visible characters. The constant string.white-space contains all the white-space characters.
Show full summary Hide full summary

Similar

Computing Hardware - CPU and Memory
ollietablet123
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr