Sample Test 1 Question This one includes ASCII.. Sample Test 1 Question Show how the pattern 01111001 translates using each of the following interpretations.

Slides:



Advertisements
Similar presentations
Binary Number Systems.
Advertisements

Appendix 1 Number Systems Objectives: Review of number systems and radix conversion methods Review of binary, octal, hexadecimal and BCD unsigned codes.
Sample Test 1 Question. A pattern of binary digits can be interpreted in several different ways. Show how the pattern translates using each of.
Chapter 2 : Number System
Binary Representation Introduction to Computer Science and Programming I Chris Schmidt.
Integer Types. Bits and bytes A bit is a single two-valued quantity: yes or no, true or false, on or off, high or low, good or bad One bit can distinguish.
CSC /703 CTI/DePaul1 CSC-255 Lecture 3 Text and Numerical Storage (Chapter 1 from Brookshear) Modified by Ufuk Verun from Jim Janossy © 2002, DePaul.
Representations Example: Numbers –145 –CVL – –91 –
Agenda Shortcuts converting among numbering systems –Binary to Hex / Hex to Binary –Binary to Octal / Octal to Binary Signed and unsigned binary numbers.
Introduction to Computing Systems (1st Exam). 1. [10] What is the range of decimal integers that can be represented by the following given numbers of.
Two’s Complement 1.As an action: (Assume the starting value is 1011) 1.Flip the bits from the starting value => Add one to get the answer.
Number Systems Computer Science 210 Computer Organization.
Binary Number Systems.
Simple Data Type Representation and conversion of numbers
Lecture 5.
Chapter 3 Number Representation. Convert a number from decimal 、 hexadecimal,octal to binary notation and vice versa. Understand the different representations.
Chapter 1 Data Storage(3) Yonsei University 1 st Semester, 2015 Sanghyun Park.
1.11, 1.12, 1.13, 1.14, 1.18, 1.20, 1.23, 1.24, 1.25, 1.32, 1.33.
Lecture 1 Binary Representation Topics Terminology Base 10, Hex, binary Fractions Base-r to decimal Unsigned Integers Signed magnitude Two’s complement.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Introduction to Computing Dr. Nadeem A Khan. Lecture 10.
Lecture 2 Binary Values and Number Systems. The number 943 is an example of a number written in positional notation. The relative positions of the digits.
The Teacher CP4 Binary and all that… CP4 Revision.
Chapter 2 Data Representation.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 1  Number Systems Decimal System Binary System Octal System Hexadecimal System  Binary weighted cods Signed number binary order  1’s and 2’s.
SAK Chapter 21 Chapter 2 : Number System 2.1 Decimal, Binary, Octal and Hexadecimal Numbers 2.2 Relation between binary number system with other.
CEC 220 Digital Circuit Design Binary Codes
Introduction to computers 103 學年度 上學期 Solution of Homework_ch12 授課教授:李錫智.
Dale Roberts Department of Computer and Information Science, School of Science, IUPUI CSCI N305 Information Representation: Negative Integer Representation.
NUMBER SYSTEMS AND CODES. CS Digital LogicNumber Systems and Codes2 Outline Number systems –Number notations –Arithmetic –Base conversions –Signed.
©Brooks/Cole, 2003 Chapter 3 Number Representation.
Chapter 1 Representing Data in a Computer. 1.1 Binary and Hexadecimal Numbers.
Exercise 1.2 (Chapter 1) Prepared by Dr. Lamiaa Elshenawy
CS 125 Lecture 3 Martin van Bommel. Overflow In 16-bit two’s complement, what happens if we add =
Bits, Data types, and Operations: Chapter 2 COMP 2610 Dr. James Money COMP
Exercises 1.2 (Chapter 1) Prepared by Dr. Lamiaa Elshenawy
11001 / 101, / ) Perform subtraction on the given unsigned binary numbers using the 2's complement of the subtrahend. Where the result.
1 CE 454 Computer Architecture Lecture 4 Ahmed Ezzat The Digital Logic, Ch-3.1.
Computer Science 210 Computer Organization
Topic: Binary Encoding – Part 1
CSE 220 – C Programming Bitwise Operators.
Code -> Build -> Run
Introduction to Computing
Integer Real Numbers Character Boolean Memory Address CPU Data Types
11001 / 101 , / ) Perform subtraction on the given unsigned binary numbers using the 2's complement of the subtrahend. Where the.
1.11, 1.12, 1.13, 1.14, 1.18, 1.20, 1.23, 1.24, 1.25, 1.32, 1.33 ( 47 )8 = ( )2 ( 47 )16 = ( )2 ( 20 )10.
Data Representation Integers
Python 6 Mr. Husch.
EPSII 59:006 Spring 2004.
Binary, Hexadecimal, Octal, and BCD Numbers
CSE 102 Introduction to Computer Engineering
ECE 103 Engineering Programming Chapter 3 Numbers
Number Systems.
CS1010 Programming Methodology
TAO1221 COMPUTER ARCHITECTURE AND ORGANIZATION LAB 6
بسم الله الرحـــــــمن الرحيم
Negative Integer Representation
Computer Science 210 Computer Organization
There are 10 types of people of people in this world…
Number Representation
Chapter 6: Computer Arithmetic
Storing Integers and Fractions
Remember the 10 types of people of people in this world…
C.2.10 Sample Questions.
C.2.8 Sample Questions.
C.2.8 Sample Questions.
C Programming Lecture-3 Keywords, Datatypes, Constants & Variables
Chapter 1 Introduction.
Presentation transcript:

Sample Test 1 Question This one includes ASCII.

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form Hexadecimal short form Unsigned integer 2’s complement Excess 128 notation Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form Unsigned integer 2’s complement Excess 128 notation Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer 2’s complement Excess 128 notation Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer121 2’s complement Excess 128 notation Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer121 2’s complement+121 Excess 128 notation Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer121 2’s complement+121 Excess 128 notation-7 Floating Point notation ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer121 2’s complement+121 Excess 128 notation-7 Floating Point notation+4½ ASCII

Sample Test 1 Question Show how the pattern translates using each of the following interpretations. [1 point each] Octal short form171 Hexadecimal short form79 Unsigned integer121 2’s complement+121 Excess 128 notation-7 Floating Point notation+4½ ASCIIy