
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: Machine Dependent Prog; Subject: Engineering Computer Science; University: University of California - Davis; Term: Winter 2004;
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Name: ____Answer Key_____________
struct S { char C1, C2, C3, C4; int I; char C5, C6, C7; }
struct S S1, S2;
a. 0 byte b. 1 byte c. 2 bytes d. 3 bytes
char = 1 byte int = 1 word (4 bytes)
Answer: ____B_____
a. register b. immediate c. direct d. indirect
Answer: ____A____