CSE 30 Winter 2009 Final Exam

Similar documents
CSE 30 Fall 2012 Final Exam

CSE 30 Fall 2006 Final Exam

CSE 30 Fall 2013 Final Exam

CSE 30 Spring 2007 Final Exam

CSE 30 Winter 2014 Final Exam

CSE 30 Fall 2007 Final Exam

CSE 30 Spring 2006 Final Exam

Final CSE 131 Winter 2010

Final CSE 131 Fall 2015

Final CSE 131 Winter 2012

Midterm CSE 131 Winter 2012

Midterm CSE 131 Fall 2014

Midterm CSE 131 Winter 2014

Final CSE 131 Fall 2014

Midterm CSE 131 Winter 2013

Midterm CSE 131 Winter 2015

Number Systems for Computers. Outline of Introduction. Binary, Octal and Hexadecimal numbers. Issues for Binary Representation of Numbers

CPS 104 Computer Organization and Programming Lecture-2 : Data representations,

Data Representation and Binary Arithmetic. Lecture 2

Final CSE 131B Spring 2005

Final CSE 131B Winter 2003

CS341 *** TURN OFF ALL CELLPHONES *** Practice NAME

Final CSE 131B Spring 2004

Chapter 2 Bits, Data Types, and Operations

Fundamentals of Programming (C)

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

Chapter 2 Number System

Do not start the test until instructed to do so!

Number Representations

Chapter 2 Bits, Data Types, and Operations

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

Do not start the test until instructed to do so!

Chapter 3. Information Representation

Under the Hood: Data Representation. Computer Science 104 Lecture 2

Chapter 2 Bits, Data Types, and Operations

Do not start the test until instructed to do so!

Bits and Bytes. Data Representation. A binary digit or bit has a value of either 0 or 1; these are the values we can store in hardware devices.

CPSC 213. Introduction to Computer Systems. Procedures and the Stack. Unit 1e

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc.

The Binary Number System

ASSIGNMENT 5 TIPS AND TRICKS

Oberon Data Types. Matteo Corti. December 5, 2001

Chapter 2 Bits, Data Types, and Operations

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent?

CPSC 213. Introduction to Computer Systems. Procedures and the Stack. Unit 1e

Chapter 2 Bits, Data Types, and Operations

CSE-1520R Test #1. The exam is closed book, closed notes, and no aids such as calculators, cellphones, etc.

Numbers and Computers. Debdeep Mukhopadhyay Assistant Professor Dept of Computer Sc and Engg IIT Madras

Number Systems Base r

DATA REPRESENTATION. Data Types. Complements. Fixed Point Representations. Floating Point Representations. Other Binary Codes. Error Detection Codes

CPSC 213. Introduction to Computer Systems. Procedures and the Stack. Unit 1e

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes

Data Representa5on. CSC 2400: Computer Systems. What kinds of data do we need to represent?

Experiment 3. TITLE Optional: Write here the Title of your program.model SMALL This directive defines the memory model used in the program.

Exercises Software Development I. 03 Data Representation. Data types, range of values, internal format, literals. October 22nd, 2014

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

Unit 3. Analog vs. Digital. Analog vs. Digital ANALOG VS. DIGITAL. Binary Representation

EE 109 Unit 3. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL

Fundamentals of Programming

5/17/2009. Digitizing Discrete Information. Ordering Symbols. Analog vs. Digital

EE 109 Unit 2. Analog vs. Digital. Analog vs. Digital. Binary Representation Systems ANALOG VS. DIGITAL

Chapter 8. Characters and Strings

3.1. Unit 3. Binary Representation

Number System (Different Ways To Say How Many) Fall 2016

EE 109 Unit 2. Binary Representation Systems

void mouseclicked() { // Called when the mouse is pressed and released // at the same mouse position }

Simple Data Types in C. Alan L. Cox

Introduction to Embedded Systems EE319K (Gerstlauer), Spring 2013

Introduction to Computer Engineering. CS/ECE 252, Spring 2017 Rahul Nayar Computer Sciences Department University of Wisconsin Madison

Appendix A Developing a C Program on the UNIX system

231 Spring Final Exam Name:

Question Points Score Total: 100

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200

Unit 3, Lesson 2 Data Types, Arithmetic,Variables, Input, Constants, & Library Functions. Mr. Dave Clausen La Cañada High School

Source coding and compression

Compiler Design. Homework 1. Due Date: Thursday, January 19, 2006, 2:00

Lecture (09) x86 programming 8

Introduction to Decision Structures. Boolean & If Statements. Different Types of Decisions. Boolean Logic. Relational Operators

Fundamental Data Types

EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012

Binary Numbers. The Basics. Base 10 Number. What is a Number? = Binary Number Example. Binary Number Example

CS 159 Credit Exam. What advice do you have for students who have previously programmed in another language like JAVA or C++?

This is great when speed is important and relatively few words are necessary, but Max would be a terrible language for writing a text editor.

EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

Xuan Guo. Lecture XIV: Review of Chapter 3 & 4. CSC 3210 Computer Organization and Programming Georgia State University. March 5, 2015.

n NOPn Unary no operation trap U aaa NOP Nonunary no operation trap i

231 Spring Final Exam Name:

PureScan - ML1. Configuration Guide. Wireless Linear Imager Wireless Laser scanner - 1 -

RS-232 Control of the Advantage DRI

Lecture 10 Arrays (2) and Strings. UniMAP SEM II - 11/12 DKT121 1

Number Systems II MA1S1. Tristan McLoughlin. November 30, 2013

Midterm Exam, Fall 2015 Date: October 29th, 2015

Positional Number System

Chapter 7. Binary, octal and hexadecimal numbers

APPENDIX A : KEYWORDS... 2 APPENDIX B : OPERATORS... 3 APPENDIX C : OPERATOR PRECEDENCE... 4 APPENDIX D : ESCAPE SEQUENCES... 5

o Echo the input directly to the output o Put all lower-case letters in upper case o Put the first letter of each word in upper case

Midterm CSE 131B Spring 2005

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING COMPUTER SCIENCES DEPARTMENT UNIVERSITY OF WISCONSIN-MADISON

2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme

Transcription:

Login: cs30x Student ID Name Signature CSE 30 Winter 2009 Final Exam 1. Number Systems / C Compiling Sequence (15 points) 2. Binary Addition/Condition Code Bits/Overflow Detection (12 points) 3. Branching (20 points) 4. Bit Operations (13 points) 5. Recursion/SPARC Assembly (10 points) 6. Local Variables, The Stack, Return Values (20 points) 7. More Recursive Subroutines (10 points) 8. Floating Point (12 points) 9. Machine Instructions (20 points) 10. Linkage, Scope, Lifetime, Data (32 points) 11. Load/Store/Memory (11 points) 12. Miscellaneous (27 points) SubTotal Extra Credit Total (202 points) (15 points) 1

1. Number Systems Convert 0xFB76 (2 s complement, 16-bit word) to the following. (6 points) binary (straight base conversion) octal (straight base conversion) decimal (convert to signed decimal) Convert 429 10 to the following (assume 16-bit word). Express answers in hexadecimal. (3 points) sign-magnitude 1 s complement 2 s complement Convert -392 10 to the following (assume 16-bit word). Express answers in hexadecimal. (6 points) sign-magnitude 1 s complement 2 s complement 2. Binary Addition/Condition Code Bits/Overflow Detection Indicate what the condition code bits are when adding the following 8-bit 2 s complement numbers. (12 points) 11010110 10111001 01011101 +10111011 +01010110 +01101001 --------- --------- --------- N Z V C N Z V C N Z V C ----------------- ----------------- ----------------- ----------------- ----------------- ----------------- 2

3. Branching (20 points) Given the following SPARC assembly code write the equivalent function in C. Use only standard loops and if/else statements; no gotos! SPARC ASSEMBLY.global branching C.section ".text" branching: save call %sp, -96, %sp rand mov %o0, %l1! local var int x! mapped to %l1 cmp %l1, 99 bge L4 L1: cmp %l1, 42 bl L2 add %l1, 4, %l1 ba L3 L2: mov %l1, %o0 mov 5, %o1 call.rem mov %o0, %l1 L3: L4: cmp %l1, 99 bl L1 add %l1, 17, %l1 mov %l1, %i0 ret restore For the following instruction sequence, mark with an X under the conditional branch instructions which would transfer control to doit if used in place of ba. [+1 correct; -1 incorrect] Instruction sequence blu bpos bgu bne ble bge bneg bvs mov -5, %l0 cmp %l0, 8 ba doit 3

4. Bit Operations What is the value of %l0 after each statement is executed? Express your answers in hexadecimal. set 0xFACECAFE, %l0 set 0x86715309, %l1 and %l0, %l1, %l0 Value in %l0 is (2 points) set 0xFACECAFE, %l0 sra %l0, 14, %l0 Value in %l0 is (2 points) set 0xFACECAFE, %l0 sll %l0, 13, %l0 Value in %l0 is (2 points) set 0xFACECAFE, %l0 set 0x????????, %l1 xor %l0, %l1, %l0! Value in %l0 is now Ox87654321 Value set in %l1 must be this bit pattern (3 points) set 0xFACECAFE, %l0 set 0x86715309, %l1 or %l0, %l1, %l0 Value in %l0 is (2 points) set 0xFACECAFE, %l0 srl %l0, 10, %l0 Value in %l0 is (2 points) 4

5. Recursion/SPARC Assembly Given main.s and fubar.s, what gets printed when executed? (10 points).global main /* main.s */.section ".rodata".align 4 code:.word 0x43216153, 0x21764567, 0x61336E4A, 0x306F2020, 0x4C265220, 0x2075652B.word 0x6C762B65, 0x6943734C, 0x00000030 main:.section ".text" save %sp, -92 & -8, %sp set code, %o0 mov 1, %o1 call fubar ret restore.global fubar /* fubar.s */ fmt: fubar:.section ".rodata".asciz "%c".section ".text" save %sp, -(92 + 1) & -8, %sp inc %i1 cmp %i0, %g0 be end ldub [%i0 + %i1], %l0 cmp %l0, %g0 be end stb %l0, [%fp - 1] add %i1, 2, %o1 mov %i0, %o0 call fubar set fmt, %o0 ldub [%fp - 1], %o1 call printf end: ret restore What gets printed? 5

6. Local Variables, The Stack, and Return Values Here is a C function that allocates a few local variables, performs some assignments and returns a value. Don t worry about any local variables not being initialized before being used. Just do a direct translation. (20 points) C long fubar( char *x, int y ) int *local_stack_var1; struct foo short s1[5]; char s2; char *s3; int s4; local_stack_var2; int local_stack_var3; local_stack_var2.s2 = *x + 5; /* 1 */ local_stack_var3 = local_stack_var2.s1[2] + ++y; /* 2 */ local_stack_var1 = &local_stack_var2.s4; /* 3 */ return ( y + *local_stack_var1++ ); /* 4 */ Write the equivalent full utimized SPARC assembly language module. You must allocate all local variables on the stack. No short cuts. Treat each statement independently. Label & draw lines between stmts. 6

7. More Recursive Subroutines / Drawing Stack Frames What is the output of the following program? (10 pts) #include <stdio.h> int BBB( int ); int AAA( int a ) int result1; printf( "a = %d\n", a ); if ( a >= 10 ) return 1; else result1 = BBB( a + 1 ) + a; printf( "result1 = %d\n", result1 ); return result1; int BBB( int b ) int result2; printf( "b = %d\n", b ); if ( b >= 10 ) return 3; else result2 = AAA( b + 3 ) + b; printf( "result2 = %d\n", result2 ); return result2; int main( int argc, char *argv[] ) printf( "AAA = %d\n", AAA( 2 ) ); Put output here return 0; 7

8. Floating Point Convert 165.75 10 (decimal fixed-point) to binary fixed-point (binary) and single-precision IEEE floating-point (hexadecimal) representations. binary fixed-point IEEE floating-point (2 points) (4 points) Convert 0xC356E000 (single-precision IEEE floating-point representation) to fixed-point decimal. fixed-point decimal (6 points) 9. Machine Instructions Translate the following instructions into SPARC machine code. Use hexadecimal values for your answers. If an instruction is a branch, specify the number of instructions away for the target (vs. a Label). ldub [%i5 + %l4], %o2 (5 points) sub %l3, 15, %i4 (5 points) Translate the following SPARC machine code instructions into SPARC assembly instructions. 0xD43FBFF8 0x3EBFFFF7 (5 points) (5 points) 8

10. Linkage, Scope, Lifetime, Data For the following program fragment, specify what C runtime area/segment will be used for each symbol definition or statement: (32 points 1 point each) int a; int b = 37; static int c; static int d = 88; static int foo( int e ) ( foo ) ( e ) static double f = 42.24; static int g; int *h; h = (int *) malloc( e ); int (*i)(int) = foo; ( i ) (where h is pointing) (where i is pointing)... Fill in the letter corresponding to the correct Fill in the letter corresponding to the correct scoping/visibility for each of the variables: lifetime for each of the variables: A) Global across all modules/functions A) Exists from the time the program is loaded to linked with this source file. the point when the program terminates. B) Visible just to this source file. B) Exists from the time function foo() is called to C) Local to function foo(). the point when foo() returns. foo foo a a b b c c d d e e f f g g h h i i 9

11. Load/Store/Memory Specify the hex values requested after those lines have been fully executed. (11 points).global main.section ".data" fmt:.asciz "0x%08X\n"! prints value as hex 0xXXXXXXXX c:.byte 0xCC.align 2 s:.half 0xBEAD.align 4 i1:.word 0x12345678 i2:.word 0x12345678 i3:.word 0x12345678 x:.word 0x99990000 main:.section ".text" save %sp, -96, %sp set x, %l0 set s, %l1 ldsh [%l1], %l2 Hex value in %l2 stb %l2, [%l0+1] Hex value in word labeled x srl %l2, 12, %l2 Hex value in %l2 stb %l2, [%l0+3] set fmt, %o0 ld [%l0], %o1 call printf Hex value in word labeled x (same as output of this printf) set i1, %l0 set c, %l1 ldub [%l1], %l2 Hex value in %l2 sth %l2, [%l0+2] Hex value in word labeled i1 stb %l2, [%l0] set fmt, %o0 ld [%l0], %o1 call printf Hex value in word labeled i1 (same as output of this printf) set i2, %l0 set i3, %l1 ld [%l1], %l2 Hex value in %l2 stb %l2, [%l0] Hex value in word labeled i2 sra %l2, 12, %l2 Hex value in %l2 sth %l2, [%l0+2] set fmt, %o0 ld [%l0], %o1 call printf Hex value in word labeled i2 (same as output of this printf) ret restore 10

12. Miscellaneous Optimize the following piece of SPARC Assembly to eliminate the instructions. Follow the optimization techniques used in class to fill the delay slots with useful instructions already in the code. (6 pts) Just fill delay slots. Do not try to make sense of the code. L1: cmp %l1, 42 bl L2 add %l1, 4, %l1 L2: cmp %l1, 99 bl L1 What is Rick's favorite drink in the morning? (1 pt) Given the following program, order the printf() lines so that the values that are printed when run on a Sun SPARC Unix system are displayed from smallest value to largest value. (2 points each) void foo( int, int ); /* Function Prototype */ int a = 24; int main( int argc, char *argv[] ) int b = 99; int c; prints smallest value foo( c, b ); /* 1 */ (void) printf( "c --> %p\n", &c ); /* 2 */ (void) printf( "foo --> %p\n", foo ); /* 3 */ (void) printf( "b --> %p\n", &b ); /* 4 */ (void) printf( "argc --> %p\n", &argc ); /* 5 */ (void) printf( "malloc --> %p\n", malloc(50) ); void foo( int d, int e ) int f = 42; static int g; /* 6 */ (void) printf( "g --> %p\n", &g ); /* 7 */ (void) printf( "e --> %p\n", &e ); /* 8 */ (void) printf( "a --> %p\n", &a ); prints /* 9 */ (void) printf( "f --> %p\n", &f ); largest value 11

/* 10 */ (void) printf( "d --> %p\n", &d ); Extra Credit What is the output of the following program? (8 points) #include <stdio.h> #define SIZE 4 void mystery( unsigned short hwords[], size_t size ); int main() int i; unsigned short hwords[size] = 0x1942, 0xF837, 0x13AC, 0xB6D5 ; mystery( hwords, SIZE ); for ( i = 0; i < SIZE; ++i ) printf( "0x%04X\n", hwords[i] ); /* Prints 0xXXXX */ return 0; void mystery( unsigned short hwords[], size_t size ) int i, j; for ( i = 0; i < size; ++i ) if ( i & 1 ) j = i * 4; hwords[i] = (hwords[i] << j) (hwords[i] >> (16 - j)); else j = (i + 1) * 4; hwords[i] = (hwords[i] >> j) (hwords[i] << (16 - j)); What is the value of each of the following expressions taken sequentially based on changes that may have been made in previous statements? (7 points) char a[] = "Hang 10!"; char *p = a; printf( "%c", *p = toupper( ++p[1] ) ); printf( "%c", *++p = a[strlen(a) - 6] - 2 ); printf( "%c", *p++ + 1 ); p = p + 3; printf( "%c", *p = *p + 3 ); printf( "%c", --*p++ ); printf( "%d", p - a ); printf( "%s", a ); 12

Hexadecimal - Character 00 NUL 01 SOH 02 STX 03 ETX 04 EOT 05 ENQ 06 ACK 07 BEL 08 BS 09 HT 0A NL 0B VT 0C NP 0D CR 0E SO 0F SI 10 DLE 11 DC1 12 DC2 13 DC3 14 DC4 15 NAK 16 SYN 17 ETB 18 CAN 19 EM 1A SUB 1B ESC 1C FS 1D GS 1E RS 1F US 20 SP 21! 22 " 23 # 24 $ 25 % 26 & 27 28 ( 29 ) 2A * 2B + 2C, 2D - 2E. 2F / 30 0 31 1 32 2 33 3 34 4 35 5 36 6 37 7 38 8 39 9 3A : 3B ; 3C < 3D = 3E > 3F? 40 @ 41 A 42 B 43 C 44 D 45 E 46 F 47 G 48 H 49 I 4A J 4B K 4C L 4D M 4E N 4F O 50 P 51 Q 52 R 53 S 54 T 55 U 56 V 57 W 58 X 59 Y 5A Z 5B [ 5C \ 5D ] 5E ^ 5F _ 60 61 a 62 b 63 c 64 d 65 e 66 f 67 g 68 h 69 i 6A j 6B k 6C l 6D m 6E n 6F o 70 p 71 q 72 r 73 s 74 t 75 u 76 v 77 w 78 x 79 y 7A z 7B 7C 7D 7E ~ 7F DEL A portion of the Operator Precedence Table Operator Associativity ++ postfix increment L to R -- postfix decrement [] array element -------------------------------------- * indirection R to L ++ prefix increment -- prefix decrement & address-of -------------------------------------- * multiplication L to R / division % modulus -------------------------------------- + addition L to R - subtraction --------------------------------------... -------------------------------------- = assignment R to L 13

Scratch Paper 14

Scratch Paper 15