
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Quiz; Class: PROGRAM LANG STRUCTURES; Subject: Computer Science & Engineering; University: University of South Carolina - Columbia; Term: Fall 2007;
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

(a) Which component(s) of the state are changed by a read instruction? Answer: i, mem (b) Which component(s) of the state are changed by a write instruction? Answer: o (only) (c) Which component(s) of the state are changed by an assignment? Answer: mem
Hint: it is a very short answer! Answer: <z+1>. Also acceptable: z + 1, although technically the answer is a sequence.