


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
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Class: CSC 435 - Computer Organization; Subject: Computer Science; University: Berea College; Term: Spring 2011;
Typology: Quizzes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
A sequence of instructionswithout branches (except possibly at theend) and without branch targets or branchlabels (except possibly at the beginning). TERM 2
DEFINITION 2 Also called activationrecord. The segment of the stack containing a procedures saved registers and localvariables. TERM 3
DEFINITION 3 An addressingregime in which the address is the sum ofthe program counter (PC) and a constant inthe instruction. TERM 4
DEFINITION 4 Where the operand is at the memorylocationwhose address is the sum of a register and a constant in the instruction. TERM 5
DEFINITION 5 where the operand is a register.
where the address is a constant within the instruction. TERM 7
DEFINITION 7 where the jump address is the 26 bits of the instruction concatenated with the upper 6 bits of the Program Counter. TERM 8
DEFINITION 8 A technique to get moreperformance from loops that access arrays, in which multiple copies of the loop bodyare made and instructions from differentiterations are scheduled together TERM 9
DEFINITION 9 A systemsprogram that combines independentlyassembled machine language programs andresolves all undefined labels into an executable file. TERM 10
DEFINITION 10 A functional program in theformat of an object file that contains nounresolved references, relocation information, symbol table, or debugginginformation.