Science Computer Science
CSE 2221 Midterm 1 Review
4.4 (5 reviews)
Save
St udents also studied
CSE 2221 Midterm 2 OSU CSE 2221 Midterm 2 CSE 2221 Midterm 1 OSU CSE 2221 Mid
42 terms 75 terms 51 terms 75 terms
rkabealo Preview ajivoin Preview tas402213 Preview avipopat
P ractice questions for this set
Learn 1/7 Study using Learn
Terms in this set (79)
Algorithm step-by-step description on how to solve a problem
Computer Program tells a computer, in minute detail, the sequence of steps that are needed to fulfill a task
https://quizlet.com/186954233/cse-2221-midterm-1-review -f lash-cards/ 1/7
, 3/27/26, 5:48 PM CSE 2221 Midterm 1 Review Flashcards | Quizlet
RSS 2.0 well-formed XML
<item> in RSS must have <title> and <description> tag
label() method in XML gives the name of the that element
Compile-time error Occur due to inaccuracies in the code, before the program has compiled
Run-time error Syntactically correct, and the program runs, but take an action the programmer didn't
intend; sometimes lead to program crashes
Classes fundamental building blocks of java program
Methods Part of classes, contain a sequence of instructions
public static void main (String [] args) "Main" program where most statements are executed
close() method to close input/output stream; must always close input/output stream
concatenated joining two strings together
literals values that literally appear in your program (like "true" for a boolean variable)
variable name of a "location" that stores a "value" of a particular "type"
type name of the set of all possible values a variable might have
program variable has a particular value during program execution, but that value may change during any
time
mathematical variable has an arbitrary but fixed value
https://quizlet.com/186954233/cse-2221-midterm-1-review -f lash-cards/ 2/7