CS 356, Fall 2018 Data Lab (Part 1): Manipulating Bits Due: Wednesday, Sep. 5, 11:59PM

Similar documents
CS 356, Fall 2018 Data Lab (Part 2): Manipulating Bits Due: Mon, Sep. 17, 11:59PM

CS 2505 Fall 2013 Data Lab: Manipulating Bits Assigned: November 20 Due: Friday December 13, 11:59PM Ends: Friday December 13, 11:59PM

Data Lab: Manipulating Bits

BIL220, Spring 2012 Data Lab: Manipulating Bits Assigned: Feb. 23, Due: Wed., Mar. 8, 23:59PM

MCS-284, Fall 2015 Data Lab: Manipulating Bits Assigned: Sept. 22, Due: Tues., Sept. 29, 11:59PM

Data Lab: Manipulating Bits

CS 2505 Fall 2018 Data Lab: Data and Bitwise Operations Assigned: November 1 Due: Friday November 30, 23:59 Ends: Friday November 30, 23:59

CS-281, Spring 2011 Data Lab: Manipulating Bits Assigned: Jan. 17, Due: Mon., Jan. 31, 11:59PM

ECEn 424 Data Lab: Manipulating Bits

EECS 213, Spring 2013 Data Lab: Manipulating Bits

CMSC 201, Fall 2014 Data Lab: Manipulating Bits Assigned: Sept. 03, Due: Wed., Sept. 17, 11:59PM

15-213, Spring 2008 Lab Assignment L1: Manipulating Bits Assigned: Jan. 15, Due: Wed., Jan. 30, 11:59PM

CS 105 Lab 1: Manipulating Bits

Project Data: Manipulating Bits

CMSC 311 Spring 2010 Lab 1: Bit Slinging

FALL 2017 CSCI 304 LAB2 (Due on October-10, 11:59:59pm)

ENCE 3241 Data Lab. 60 points Due February 19, 2010, by 11:59 PM

CSC 2400: Bit Manipulation Assignment

CpSc 1111 Lab 9 2-D Arrays

15213 Recitation Section C

CpSc 1111 Lab 4 Part a Flow Control, Branching, and Formatting

CpSc 1011 Lab 3 Integer Variables, Mathematical Operations, & Redirection

CpSc 1011 Lab 5 Conditional Statements, Loops, ASCII code, and Redirecting Input Characters and Hurricanes

CS356: Discussion #2 Integer Operations. Marco Paolieri

CpSc 1011 Lab 4 Formatting and Flow Control Windchill Temps

CS 429H, Spring 2012 Optimizing the Performance of a Pipelined Processor Assigned: March 26, Due: April 19, 11:59PM

CpSc 1111 Lab 5 Formatting and Flow Control

CS33 Project Gear Up. Data

CpSc 111 Lab 3 Integer Variables, Mathematical Operations, & Redirection

CS 213, Fall 2002 Malloc Lab: Writing a Debugging Dynamic Storage Allocator Assigned: Fri Nov. 1, Due: Tuesday Nov. 19, 11:59PM

CpSc 111 Lab 5 Conditional Statements, Loops, the Math Library, and Redirecting Input

CS 241 Data Organization. August 21, 2018

CpSc 1111 Lab 4 Formatting and Flow Control

15-213/18-213/15-513, Fall 2017 C Programming Lab: Assessing Your C Programming Skills

Laboratory 2: Programming Basics and Variables. Lecture notes: 1. A quick review of hello_comment.c 2. Some useful information

CpSc 1111 Lab 6 Conditional Statements, Loops, the Math Library, and Random Numbers What s the Point?

: Principles of Imperative Computation. Fall Assignment 5: Interfaces, Backtracking Search, Hash Tables

Exercise Session 2 Systems Programming and Computer Architecture

CS : Programming for Non-majors, Fall 2018 Programming Project #2: Census Due by 10:20am Wednesday September

CS143 Handout 05 Summer 2011 June 22, 2011 Programming Project 1: Lexical Analysis

Spring 2016, Malloc Lab: Writing Dynamic Memory Allocator

CS 4410, Fall 2017 Project 1: My First Shell Assigned: August 27, 2017 Due: Monday, September 11:59PM

CS1110 Lab 1 (Jan 27-28, 2015)

15-213/18-213/15-513, Spring 2018 C Programming Lab: Assessing Your C Programming Skills

Introduction to Computer Engineering (E114)

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 3: SEP. 13TH INSTRUCTOR: JIAYIN WANG

CS 113: Introduction to

ICS(II), Fall 2017 Cache Lab: Understanding Cache Memories Assigned: Thursday, October 26, 2017 Due: Sunday, November 19, 2017, 11:59PM

FALL 2017 CSCI 304 LAB1 (Due on Sep-19, 11:59:59pm)

MCS-284, Fall 2018 Cache Lab: Understanding Cache Memories Assigned: Friday, 11/30 Due: Friday, 12/14, by midnight (via Moodle)

CS 211 Programming Practicum Fall 2018

ECEn 424 The Performance Lab: Code Optimization

Digital Design and Computer Architecture Harris and Harris, J. Spjut Elsevier, 2007

15-122: Principles of Imperative Computation, Spring 2013

CS 31: Intro to Systems Binary Arithmetic. Martin Gagné Swarthmore College January 24, 2016

ANITA S SUPER AWESOME RECITATION SLIDES. 15/18-213: Introduction to Computer Systems Bit Logic and Floating Point, 27 January 2014 Anita Zhang

CS 135, Fall 2010 Project 4: Code Optimization Assigned: November 30th, 2010 Due: December 12,, 2010, 12noon

CS /534 Compiler Construction University of Massachusetts Lowell

Physics 2660: Fundamentals of Scientific Computing. Lecture 3 Instructor: Prof. Chris Neu

CS50 Supersection (for those less comfortable)

CMSC 311, Fall 2009 Lab Assignment L4: Code Optimization Assigned: Wednesday, October 14 Due: Wednesday, October 28, 11:59PM

CS 241 Data Organization using C

Programming Project 4: COOL Code Generation

Due: 9 February 2017 at 1159pm (2359, Pacific Standard Time)

Programming Assignment IV Due Thursday, November 18th, 2010 at 11:59 PM

CS 3214, Fall 2015 Malloc Lab: Writing a Dynamic Storage Allocator Due date: November 16, 2014, 11:59pm

Homework 6: Higher-Order Procedures Due: 10:00 PM, Oct 17, 2017

EECE.2160: ECE Application Programming

Welcome to... CS113: Introduction to C

CS : Programming for Non-majors, Summer 2007 Programming Project #2: Census Due by 12:00pm (noon) Wednesday June

Decaf PP2: Syntax Analysis

CSC201, SECTION 002, Fall 2000: Homework Assignment #2

CS 213, Fall 2001 Lab Assignment L4: Code Optimization Assigned: October 11 Due: October 25, 11:59PM

But first, encode deck of cards. Integer Representation. Two possible representations. Two better representations WELLESLEY CS 240 9/8/15

Chapter 3 Structured Program Development

CMPSCI 187 / Spring 2015 Hanoi

Objectives. Chapter 4: Control Structures I (Selection) Objectives (cont d.) Control Structures. Control Structures (cont d.) Relational Operators

Operating Systems 2013/14 Assignment 1. Submission Deadline: Monday, November 18th, :30 a.m.

CS 429H, Spring 2011 Code Optimization Assigned: Fri Apr 15, Due: Friday May 6, 11:59PM

CP Lab 5: Functions, pointers, some arrays

CP Lab 5: Functions, pointers, some arrays

CMSC 201 Spring 2018 Project 3 Minesweeper

CS Prof J.P.Morrison

Problem Set 1 Due: 11:59pm Wednesday, February 7

CS 213, Fall 2002 Lab Assignment L5: Writing Your Own Unix Shell Assigned: Oct. 24, Due: Thu., Oct. 31, 11:59PM

Arrays and Pointers. CSC209: Software Tools and Systems Programming (Winter 2019) Furkan Alaca & Paul Vrbik. University of Toronto Mississauga

SPRING 2017 CSCI 304 LAB1 (Due on Feb-14, 11:59:59pm)

CS : Programming for Non-Majors, Fall 2018 Programming Project #5: Big Statistics Due by 10:20am Wednesday November

COMP s1 Lecture 1

CSE 361 Fall 2017 Lab Assignment L2: Defusing a Binary Bomb Assigned: Wednesday Sept. 20 Due: Wednesday Oct. 04 at 11:59 pm

CS261: HOMEWORK 2 Due 04/13/2012, at 2pm

COP 3014: Fall 2017 Homework 4

Chapter 4: Control Structures I (Selection) Objectives. Objectives (cont d.) Control Structures. Control Structures (cont d.

Integers II. CSE 351 Autumn 2018

CS 349, Summer 2015 Optimizing the Performance of a Pipelined Processor Assigned: June 6, Due: June 21, 11:59PM

Add Subtract Multiply Divide

CS 105, Fall 2003 Lab Assignment L5: Code Optimization See Calendar for Dates

Intermediate Programming, Spring Misha Kazhdan

Lab 03 - x86-64: atoi

Homework 3: Recursion Due: 11:59 PM, Sep 25, 2018

Transcription:

CS 356, Fall 2018 Data Lab (Part 1): Manipulating Bits Due: Wednesday, Sep. 5, 11:59PM 1 Introduction The purpose of this assignment is to become more familiar with bit-level representations of integers and floating point numbers. You ll do this by solving a series of programming puzzles. Many of these puzzles are quite artificial, but you ll find yourself thinking much more about bits in working your way through them. Project 2 will continue this assignment with more integer and some floating point puzzles. 2 Logistics This is an individual project. All handins are electronic. Clarifications and corrections will be posted on the course Piazza page. 3 Handout Instructions First, complete the Github form. A link is available on the Assignments webpage. At some point after you complete it, we will create your Github repos. You will not be able to start this project until it happens - complete the form now to minimize the delay. Do not skip or delay this step by getting the files from a classmate. When we create your repo, you will find files in a proj1 directory. Be sure to pull these file so you can begin. To repeat, you need to complete the Github form immediately. No excuses related to git problems will be accepted if you are unable to correctly submit your work. The only file you will be modifying and turning in is bits.c, although other files will help you, such as to find out what your grade will be. The bits.c file contains a skeleton for each of the programming puzzles. Your assignment is to complete each function skeleton using only straightline code for the integer puzzles (i.e., no loops or conditionals) 1

and a limited number of C arithmetic and logical operators. Specifically, you are only allowed to use the following eight operators:! & ˆ + << >> A few of the puzzles/functions may further restrict this list so read the comments of each puzzle/function carefully. Also, you are not allowed to use any constants longer than 8 bits. See the comments in bits.c for detailed rules and a discussion of the desired coding style. 4 The Puzzles This section describes the puzzles that you will be solving in bits.c. 4.1 Bit Manipulations Table 1 describes a set of functions that manipulate and test sets of bits. The Rating field gives the difficulty rating (the number of points) for the puzzle, and the Max ops field gives the maximum number of operators you are allowed to use to implement each function. See the comments in bits.c for more details on the desired behavior of the functions. You may also refer to the test functions in tests.c. These are used as reference functions to express the correct behavior of your functions, although they don t satisfy the coding rules for your functions. Name Description Rating Max Ops bitand(x,y) x & y using only and 1 8 allevenbits(x) return 1 if all even-numbered bits in word set to 1. 2 12 bitmask(highbit, lowbit) Generate a mask consisting of all 1 s between lowbit and highbit. 3 16 Table 1: Bit-Level Manipulation Functions. 4.2 Two s Complement Arithmetic Table 2 describes a set of functions that make use of the two s complement representation of integers. Again, refer to the comments in bits.c and the reference versions in tests.c for more information. 5 Evaluation Your score will be computed out of a maximum of 30 points based on the following distribution: 16 Correctness points. 2

Name Description Rating Max Ops istmax(x) Determine if x is the maximum 32-bit 2 s comp. integer 1 10 addok(x,y) Compute x + y 3 20 isgreater(x,y) Is x greater-than y? 3 24 satmul2(x) Multiplies by 2, saturating to Tmin or Tmax if overflow 3 20 Table 2: Arithmetic Functions 14 Performance points. Correctness points. The puzzles you must solve have been given a difficulty rating between 1 and 4, such that their weighted sum totals to 16. We will evaluate your functions using the btest program, which is described in the next section. You will get full credit for a puzzle if it passes all of the tests performed by btest, and no credit otherwise. Note that we will be running the driver.pl to do the grading. Performance points. Our main concern at this point in the course is that you can get the right answer. However, we want to instill in you a sense of keeping things as short and simple as you can. Furthermore, some of the puzzles can be solved by brute force, but we want you to be more clever. Thus, for each function we ve established a maximum number of operators that you are allowed to use for each function. This limit is very generous and is designed only to catch egregiously inefficient solutions. You will receive two points for each correct function that satisfies the operator limit. Style points. In the past, we gave points for style - proper commenting, indenting, etc. There aren t any explicit points for style this semester, but be aware that you may be asked to explain your code to a member of our course staff using only what you have submitted - your comments should be such that you can determine what your code does and why a few weeks later, if needed. Autograding your work We have included some autograding tools in the handout directory btest, dlc, and driver.pl to help you check the correctness of your work. btest: This program checks the functional correctness of the functions in bits.c. To build and use it, type the following two commands: unix> make unix>./btest Notice that you must rebuild btest each time you modify your bits.c file. You may ignore any warnings about: btest.c:528:9: warning: variable errors set but not used 3

[-Wunused-but-set-variable] You ll find it helpful to work through the functions one at a time, testing each one as you go. You can use the -f flag to instruct btest to test only a single function: unix>./btest -f bitand You can feed it specific function arguments using the option flags -1, -2, and -3: unix>./btest -f bitand -1 7-2 0xf Check the file README for documentation on running the btest program. dlc: This is a modified version of an ANSI C compiler from the MIT CILK group that you can use to check for compliance with the coding rules for each puzzle. The typical usage is: unix>./dlc bits.c The program runs silently unless it detects a problem, such as an illegal operator, too many operators, or non-straightline code in the integer puzzles. Running with the -e switch: unix>./dlc -e bits.c causes dlc to print counts of the number of operators used by each function. Type./dlc -help for a list of command line options. You may ignore any warnings about: /usr/include/stdc-predef.h:1: Warning: Non-includable file <command-line> included from includable file /usr/include/stdc-predef.h driver.pl: This is a driver program that uses btest and dlc to compute the correctness and performance points for your solution. Your instructors will use driver.pl to evaluate your solution. The typical usage is: unix>./driver.pl Optionally, you may specify a nickname with the -u flag, which will run the driver and submit your score to bytes.usc.edu:3000, where you can view the leaderboard for the least amount of overall operations. unix>./driver.pl -u <nickname> 4

6 Handin Instructions Go to the class website and click on the submission link for this assignment. You will need to submit your github repo name and the SHA of your commit (the full SHA, not the 7-10 digit abbreviation). No submissions will be accepted via email and no re-submissions will be allowed due to incorrect SHAs. Click the Check My Submission button once you enter your info to ensure your submission information was accurate. Be sure to run./driver.pl and verify your program passes not only the functional tests but the performance tests. The grade you see from./driver.pl will be the grade you get (barring any submission errors). 7 Advice Don t include the <stdio.h> header file in your bits.c file, as it confuses dlc and results in some non-intuitive error messages. You will still be able to use printf in your bits.c file for debugging without including the <stdio.h> header, although gcc will print a warning that you can ignore. The dlc program enforces a stricter form of C declarations than is the case for C++ or that is enforced by gcc. In particular, any declaration must appear in a block (what you enclose in curly braces) before any statement that is not a declaration. For example, it will complain about the following code: int foo(int x) { int a = x; a *= 3; /* Statement that is not a declaration */ int b = a; /* ERROR: Declaration not allowed here */ } Run the driver.pl before submitting your code. We ll be running that to determine your grade. You want to make sure it will work when we run it. 8 Acknowledgements This lab was developed by the authors of the course text and their staff. It has been customized for use by this course. 5