Thursday, April 21, 2016

Unit 5 Reflection

Strings
  • Chars(index) - Understand this very well
  • Length - Understand this very well
  • Strconv() function - Am not sure what this is
  • ToUpper - Somewhat understand this
  • ToLower - Somewhat understand this
  • Trim - Understand this
  • TrimEnd - Understand this
  • TrimStart - Understand this
  • PadLeft(len,char) - Understand this well
  • PadRight(len,char) - Understand this well
  • Substring(startPos,numOfChars) - I understand this
  • Remove(startPos,numOfChars) - I think I understand this
  • Replace(oldString,newString) - I think I understand this
  • Insert(startPos, substring) - I understand this
  • IndexOf(substring) - I somewhat understand this
  • Comparing Strings - Do not know what this is
Loops
  • For next loops - I am not as solid with these as I am with Do While loops
  • Do loops
  • Do While Loops
  • Infinite Loops and how to recognize and not use them - I think I understand this

This was a very difficult unit and though I did not manage to complete every exercise required I really tried to gain a comprehensive understanding of loops and strings.

No comments:

Post a Comment