0% found this document useful (0 votes)
16 views

Test 1 Study Guide

Uploaded by

NoctisSkytower
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Test 1 Study Guide

Uploaded by

NoctisSkytower
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CS 228 Data Structures and Algorithms

Test 1 Study Guide Autumn 2019

The Python Tutorial


● 1. Whetting Your Appetite (pp. 1-2)
● 2. Using the Python Interpreter (pp. 1-3)
● 3. An Informal Introduction to Python (pp. 1-10)
● 4. More Control Flow Tools (pp. 5-6,11-13)
● 7. Input and Output (pp. 1-9)
● 10. Brief Tour of Standard Library (1) (pp. 1-6)
● 11. Brief Tour of Standard Library (2) (pp. 1-8)
● 13. What Now (pp. 1-2)
● 15. Floating Point Arithmetic (pp. 1-6)
CS 228 Data Structures and Algorithms
Test 1 Study Guide Autumn 2019

Pointers & Memory


● Pointer (pp. 1-8)
● DS 1.4 (pp. 33-35)
● C dynamic memory allocation (pp. 1-4)
● Pointers in Python (pp. 5-12)

Built-in Types
● Python Numbers (pp. 1-8)
● Python Containers (pp. 11-17)
● Bytes (pp. 33-51)
● Strings (pp. 19-33)
● Sets & Dicts (pp. 59-65)
● Other Types (pp. 69-71)

Built-in Functions
● abs, bin, bool, breakpoint, bytearray, bytes, chr (pp. 1-4)
● float, help, hex, id, input, int, len, list, max, min, oct (pp. 9-16)
● divmod (p. 7)
● ord, pow, print (pp. 19-20)
● repr, round (p. 22)
● str, tuple, type (p. 24-26)
● open (pp. 16-19)

You might also like