All Chapters Flashcards
Always end a C statement
semicolon(;)
A file containing a C file
source code
tells printf() to output a newline
escape sequence
An operator that takes one operand
unary
A function designed to do one thing and to do it well
cohesive
Creates and edits files that contains C programs
nano
The act of using the * operator to get to the value pointed to by the pointer
dereference
Uses the type of a function to pass data back to the invoking function
return value
Computer hardware inside the CPU for doing math and making decisions
ALU (algorithmic logic unit)
Step-by-step simulation of the computer executing of an algorithm done by hand
desk-checking
Can create a global constant in a C program that is accessible by all function in the file
preprocessor directive
Invokes a function using proper preconditions and displays outputs to be confirm expected results
driver
A temporary function written as a stand in for a more detailed function to be written later
stub
Linux command to collect input and output from a running program into a file for submission
script
The prompting of the user on the screen to enter data and accepting input data from the keyboard
interactive
Used to match an argument in a printf() function call to a location in the output displayed
placeholder
Specifies how much space should be left around the output value when printed
field width
Grammar rules of a programming language describing where to put parentheses and semicolons
syntax
Unary use of the – operator in an executable statement means…
decrement
Short-circuit evaluation involves logical expressions being
stopped
A programming technique where the main() function consists of a sequence of function calls and each function is implemented separately
procedural abstraction