Introduction to computers 103 學年度 上學期 Solution of Homework_ch1 授課教授:李錫智.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

Computer Basics Binary Bits & Bytes
Base 10 Denary Decimal
A Bridge to Your First Computer Science Course Prof. H.E. Dunsmore Computers Memory Number Systems Software Java.
Micro optics: Fibers and Butterflies. Total internal reflection.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Chapter 0 Introduction to Computing
assumes basic arithmetic
CS1104-8Memory1 CS1104: Computer Organisation Lecture 8: Memory
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
RULES Test retakes are Wednesday after school. You can retake the test if you got a C+ or lower. Do not call out the answer, instead walk calmly to the.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Storage & Representing Numbers CE 311 K - Introduction to Computer Methods Daene C. McKinney.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Personal Computers and Applications Networking for Home and Small Businesses.
BLOCK DIAGRAM OF COMPUTER
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
® Microsoft Office 2010 Essential Computer Concepts.
1.1 1 Introduction Foundations of Computer Science  Cengage Learning.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
Ajmer Singh PGT(IP) Hardware Concepts. Ajmer Singh PGT(IP) Computer It is an electronics device that can perform a variety of operations with a set of.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
CS 104 Introduction to Computer Science and Graphics Problems Data Representation(1) Number Systems 09/12 ~ 09/16 /2008 Yang Song (Prepared by Yang Song.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Lesson Objectives To understand the basic hardware of computers, and how they are made up To be able to compare performance of computers with price.
Introduction to computers 103 學年度 上學期 Solution of Homework_ch12 授課教授:李錫智.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Measuring Memory and Storage
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Binary Decimal Hexadecimal
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Once you have been through these notes you will need to complete the workbook.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer basics.
© 2003, Cisco Systems, Inc. All rights reserved.
An Overview of the Computer System
Hardware specifications
Click once to reveal the definition. Think of the answer
Memory Parts of a computer
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Data Representation Numbers
How do computers work? Storage.
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Binary System.
Information Technology Department
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Basic Computer Organization
Technology 3 Bits & Bytes.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

Introduction to computers 103 學年度 上學期 Solution of Homework_ch1 授課教授:李錫智

Question 1. All modern computers have the same underlying structure, which is known as Von Neumann architecture. What is the Von Neumann architecture? Describe the structure with graph briefly. Describe the three essential components of a computer that make up the von Neumann architecture.

Solution Q1. I. II. Input/Output Devices (I/O) allow the user to interact with the computer Memory stores information to be processed as well as programs (instructions specifying the steps necessary to complete specific tasks) Central Processing Unit (CPU) carries out the instructions to process information.

Question 2. The memory stores programs and data as binary digits. Bits which are represented as 0 and 1 are the building blocks of digital memory. Memory capacity is usually specified in different units. Please convert these units as shown below. 1 Byte ==? Bit 1 Kilobytes(KB) ==? bits 1 Megabytes (MB) == ? Byte 1 Gigabytes (GB) == ? Kilobyte (KB) 1 Terabytes (TB) == ? Gigabytes (GB)

Solution Q2. I.1 Byte == 8 bits II.1 KB == 2 10 bytes == 2 10 *8 bits == 8,192 bits III.1 MB == 2 10 KB == 2 20 Bytes == 1,048,576 bits IV.1 GB == 2 10 MB == 2 20 KB == 1,048,576 KB V.1 TB == 2 10 GB == 1,024 GB

Question 3. The binary is represented as 0 and 1. There is just 1 bit to present the 2 values. Octal numbers are represented as 0~7. How many bits are necessary for an octal number? Hexadecimal numbers are represented as 0~15. How many bits are necessary for a hexadecimal number? How many different values can be represented using a byte?

Solution Q3.-1 Binary : Only 2 values (= 2 1 numbers), 0 and 1. bit state 0 is equal to 0, and bit state 1 is equal to 1. => 1 bit. Octal : Number 0~7, total 8 numbers (= 2 3 numbers). => 3 bits. (000) Binary = (0) Oct, (001) 2 = (1) 8, (010) 2 = (2) 8, ……, (111) 2 = (7) 8. ( ) 2 = (10) 8 = (8) 10, ( ) = (11) 8 = (9) 10. Hexadecimal : Number 0~15(=0,1,2,…,9,A,B,C,D,E), total 16 numbers(= 2 4 numbers). => 4 bits. (0000) 2 = (0) 16,(0001) 2 = (1) 16, ……, (1001) 2 = (9) 16, (1010) 2 = (A) 16 = (10) 10, (1011) 2 = (B) 16 = (11) 10,…, (1111) 2 = (E) 16 = (15) 10

Solution Q byte = 8 bits => => total 2 8 (=256) numbers Answer : I. 3 bits II.4 bits III.256

Question 4. Consider the following fictitious URL: What does each part of this URL(separated by slashed) specify? Signifies that the page is to be accessed using the standard means of retrieving Web pages, the HyperText Transfer Protocol(HTTP) Specifies the name of the Web server that stores the page. Specifies the directory where the page is stored on the server. Specifies the name of page. Usually, Web pages end with either.html or.htm, although other extensions are allowed

The end of Solution Homework_ch1 Teacher assistant: