CSE 1321 Lab Final Exam Study Guide Students also studied Science Computer Science Algorithms Save
Science and humanity: Week 11
11 terms stlarissa7Preview Applies Algos 24 terms aiden6408Preview Common Algos Bog O Notation 32 terms aiden6408Preview Big-O N 38 terms Sup Practice questions for this set Learn1 / 7Study with Learn \'' Algorithms A set of logical steps to accomplish a specific task A set of direction/instructions Choose an answer 1single quote2 \b \t \n \r \" \' \\ 3double quote4pointer Don't know?
Abstraction LOGICAL GROUPING of concepts or objects Hide the details (in functions or methods) We like to think at a high level of abstraction (no details) Too many details overwhelm us!
- basic rules for coding
-every time you begin something, you must end it -capitalization matters Escape Sequencesprints a special character in an output string
A list of escape sequences:
\b \t \n \r \" \' \\ \bbackspace \ttab \nnewline \rcarriage return \''double quote \'single quote \\backslash