ECS 32A Study Guide - Final Guide: Machine Code, Boolean Expression, Init

42 views8 pages
orangeserval529 and 8 others unlocked
ECS 32A Full Course Notes
55
ECS 32A Full Course Notes
Verified Note
55 documents

Document Summary

Python glossary bug an error in a program. central processing unit the heart of any computer. Examples of secondary memory include disk drives and ash memory in usb sticks. semantics the meaning of a program. Python glossary semantic error an error in a program that makes it do something other than what the programmer intended. source code a program in a high-level language. So far, the statements we have seen are assignments and print expression statement. string a type that represents sequences of characters. 4. 13 glossary: functions algorithm a general process for solving a category of problems. Python glossary argument a value provided to a function when the function is called. Ow of execution the order in which statements are executed during a program run. fruitful function a function that returns a value. function a named sequence of statements that performs some useful operation.