Chapter 12 (Text Processing)

Descrição

Computer Science FlashCards sobre Chapter 12 (Text Processing), criado por Andrew Lewis em 14-12-2020.
Andrew Lewis
FlashCards por Andrew Lewis, atualizado more than 1 year ago
Andrew Lewis
Criado por Andrew Lewis mais de 3 anos atrás
11
0

Resumo de Recurso

Questão Responda
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

Semelhante

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