

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
Material Type: Assignment; Professor: Porter; Class: LANG COMPILER DESIGN; Subject: Computer Science; University: Portland State University; Term: Unknown 2006;
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!
Question 1 Consider the “gdb” debugger. Which command do you use to... (Just show the command name, not any arguments.)
Execute the next (machine) instruction, skipping over any called subroutines?
Execute the next (machine) instruction, including all instructions in called
Execute the next (source language) statement, skipping over any called
Execute the next (source language) statement, including all instructions in called
Question 3 What is the second to the last double precision floating point register named?
Question 4 What SPARC instruction will move a quad precision value from memory to a floating point register? ________ What instruction will move a single precision value from a floating point register to memory? ________ Question 5 What is the value (expressed as a decimal number) of these fixed-point binary numbers: 0.1? ____________ 0.01? ____________ 0.11? ____________ 11.1? ____________ 11.01? ____________ 11.001? ____________ 11.111? ____________ 1100.1011? ____________ Question 6 Can every decimal fraction be represented exactly using a binary number (with finite precision)? ______ Question 7 What does NAN stand for? ______________________ Question 8 What are 3 values that can be represented with a floating point number that are not themselves numbers? (Given symbolic names, not actual hex values.)
Question 9 About how many decimal digits of accuracy are available in a double precision floating point number? ______ What is the range of the exponent, in decimal? ____________