Chapter 12 (Text Processing)

Descripción

Computer Science Fichas sobre Chapter 12 (Text Processing), creado por Andrew Lewis el 14/12/2020.
Andrew Lewis
Fichas por Andrew Lewis, actualizado hace más de 1 año
Andrew Lewis
Creado por Andrew Lewis hace más de 3 años
11
0

Resumen del Recurso

Pregunta Respuesta
In pseudocode, how would you display the first character in the string variable "str"? Display str[0]
In pseudocode, how would you display the last character in the string variable "str"? Display str[length(str) - 1]
In pseudocode, how would you use the insert function to change "berry" to "blackberry" for the string variable "str"? insert(str, 0, "black")
In pseudocode, how would you use the delete function to change "Redmond" to "Red" for the string variable "str"? delete(str, 3, 6)
What will the following pseudocode result in? Declare String name = "Sall" Set name [4] = "y" An error will occur.
Using a subscript to access a specific character of a string is known as _____. Subscript Notation
Mostrar resumen completo Ocultar resumen completo

Similar

TOEFL English Vocab (A - M)
Ali Kane
Random German A-level Vocab
Libby Shaw
Vocabulary Words
Jenna Trost
TOEFL English Vocabulary (N - Z)
Ali Kane
L'environnement
Bryony Whitehead
TOEFL Vocabulary
aliking
French 1A Vocab
Jade Allatt
10 animals in spanish
Jlaal Mohammed
TOEFL Vocabulary Test
Ali Kane
French 1B Vocab (numbers)
Jade Allatt
French 1D Vocab
Jade Allatt