Announcements Homework #1 will be posted on course website after class

Slides:



Advertisements
Similar presentations
Announcements Homework #8 due Monday at 6:00pm Reference implementation coming soon! Upcoming office hours: Tomorrow: Chris 1:30-3pm, Swati 6:30-7:30pm.
Advertisements

TCSS 371A Machine Organization. Getting Started Get acquainted Review syllabus Understand purpose, scope, and expectations of the course Discuss personal.
Representations Example: Numbers –145 –CVL – –91 –
Announcements CSE 380 Fall September 2003 CSE 380 home page CSE 380 home page  CSE 380 and.
Digital Circuits. Analog and Digital Signals Noise margins in Logic Circuits VMVM.
Quiz 1.1 Convert the following unsigned binary numbers to their decimal equivalent: Number2 Number
COMS W1004 Introduction to Computer Science June 9, 2008.
I am an L&S CS major. Why do I have to take this class? So you don’t look stupid when you get to your job. To prepare you for hands-on courses like CS.
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
Computer Organization & Programming Chapter2 Number Representation and Logic Operations.
Announcements Homework #8 due Monday 6:00pm. – extra credit tasks are described at bottom of assignment page Upcoming office hours: – Tomorrow: Sheng 12-1:30pm,
Course contents Chapter 1 - section 1.6 Chapter 2 - all sections Chapter – 4.7, and 4.12 Chapter , Chapter 6 - all sections.
Introduction to Computing Dr. Nadeem A Khan. Lecture 10.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Number Representation, Data Types and Elementary Programming Shirley Moore CS 1401 February 5-7, 2013.
Chapter 1  Number Systems Decimal System Binary System Octal System Hexadecimal System  Binary weighted cods Signed number binary order  1’s and 2’s.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 8, 2004 Lecture Number: 7.
Announcements Homework #2 will be posted after class – Due Monday, Oct 1, 1:30pm Upcoming office hours: – Tomorrow: Sheng, 12-1:30pm, 207 Moore – Monday:
Number Representation 1 Lecture 2. Outcomes By the end of the session you should: – Understand what bits/bytes/words are. – Understanding conversion between.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
Welcome to CSE 370 Introduction to Digital Design Jan 10, 2002.
Topic: Binary Encoding – Part 2
Computer Science 210 Computer Organization
Topic: Binary Encoding – Part 1
Computer Science 210 Computer Organization
Introduction to Computing
Instructor: Alexander Stoytchev
Number Representation
Northlake Fitness Center
Instructor: Alexander Stoytchev
Integer Real Numbers Character Boolean Memory Address CPU Data Types
Milner Library Welcomes You!
August Monday Tuesday Wednesday Thursday Friday A
Monday January 9, 2017 Study for Midterm Exam on Friday!!!!!!
Announcements Homework #5 due Monday 1:30pm
Logistics Always read the Calendar at
Northlake Fitness Center
Instructor: Alexander Stoytchev
SCPS Elementary School Summer Flex Schedule Notification
CSE 102 Introduction to Computer Engineering
Computer Fundamentals
Announcements Exam 3 grades are posted online
Renaissance Place at Grand Community Activities Bldg. May 2018
Announcements Homework #7 due Monday at 3:00pm
Computer Science 210 Computer Organization
Located on the first floor of Nitschke Hall Room 1010
Schedules My Schedule Monday: 9:00-2:00 Work 3:00-6:00 Clean
Announcements Homework #2 solutions in Blackboard
Computer Science 210 Computer Organization
University Medical Center
TERM 2 NOTICE SCHEDULE TUESDAY WEDNESDAY THURSDAY FRIDAY 9:00 10:00
Instructor: Alexander Stoytchev
COMS S1007 Object-Oriented Programming and Design in Java
Chemistry Joke of the Day
Topic 1: Data Representation
Announcements Class is full! Sorry... :-(
CS 336/536: Computer Network Security Fall 2014 Nitesh Saxena
Homework Week of January 7th UNIT TEST TODAY! Monday Tuesday Wednesday
Announcements Homework #2 scores in Blackboard
Today: Amines! Schedule this week:
Friday, December 21, 2018.
Schedule Today (3/8): Continue Chapter 8
Extended Christmas Hours Thursday December 8th 9am -6:30pm Friday December 9th 9am -6:30pm Saturday December 10th 9am-6pm Thursday December.
Swimming Pool Schedule
Welcome to the Library.
My School Days The first day back is Wednesday.
Monday, January 15th MLK Day No School Fill in Agenda with:
SBAC Testing Schedule 2017.
AME Spring Lecture 11 - Thrust and aircraft range
Presentation transcript:

Announcements Homework #1 will be posted on course website after class Due next Tuesday (Sept 18) at 4:30pm Collaboration is not allowed

Office Hours Tomorrow: Swati, 6:30-7:30pm, Levine 5th floor Lounge area to the right of the elevators Thursday: Greg, 11am-12pm, Towne cafeteria Friday: Sheng, 12-1:30pm, Moore 207 Monday: Swati, 6:30-7:30pm, Levine 5th floor Tuesday: Greg, 11am-12pm, Towne cafeteria Sheng, 3-4pm, Moore 207 I will figure out my office hours soon!

Schedule Last time: Computer numbers Binary numbers Unsigned binary integers Today: More computer numbers (Chp. 2) Thursday: Transistors, Gates, and Circuits (Sections 3.1 – 3.3)

Review Representation of unsigned integers How many values can you represent with k bits? What's the biggest unsigned integer you can represent with k bits? Adding unsigned integers

Today Decimal-to-binary conversion Hexadecimal numbers Signed integers Logical operators Floating point numbers Characters