ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Computer Systems: Digital Design, Fundamentals of Computer Architecture and ARM Assembly Language

دانلود کتاب سیستم های کامپیوتری: طراحی دیجیتال، مبانی معماری کامپیوتر و زبان اسمبلی ARM

Computer Systems: Digital Design, Fundamentals of Computer Architecture and ARM Assembly Language

مشخصات کتاب

Computer Systems: Digital Design, Fundamentals of Computer Architecture and ARM Assembly Language

ویرایش: [2 ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 9783030934484, 9783030934491 
ناشر:  
سال نشر: 2022 
تعداد صفحات: 307 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 Mb 

قیمت کتاب (تومان) : 43,000

در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 3


در صورت تبدیل فایل کتاب Computer Systems: Digital Design, Fundamentals of Computer Architecture and ARM Assembly Language به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب سیستم های کامپیوتری: طراحی دیجیتال، مبانی معماری کامپیوتر و زبان اسمبلی ARM نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب سیستم های کامپیوتری: طراحی دیجیتال، مبانی معماری کامپیوتر و زبان اسمبلی ARM

این کتاب درسی به روز شده طراحی دیجیتال، اصول معماری کامپیوتر و زبان اسمبلی ARM را پوشش می دهد. کتاب با معرفی انتزاع کامپیوتر، سیستم های اعداد پایه، کدگذاری کاراکترها، دانش پایه در طراحی دیجیتال و اجزای یک کامپیوتر شروع می شود. این کتاب در ادامه به بازنمایی اطلاعات در محاسبات، جبر بولی و گیت‌های منطقی و منطق ترتیبی می‌پردازد. این کتاب همچنین مقدمه ای بر معماری کامپیوتر، روش های نگاشت کش و حافظه مجازی ارائه می دهد. نویسنده همچنین معماری ARM، دستورالعمل‌های ARM، زبان اسمبلی ARM با استفاده از ابزارهای توسعه Keil و ساختار کنترل بیتی با استفاده از زبان اسمبلی C و ARM را پوشش می‌دهد. این کتاب شامل مجموعه ای از آزمایشات آزمایشگاهی مرتبط با طراحی دیجیتال با استفاده از نرم افزار Logisim و برنامه نویسی زبان اسمبلی ARM با استفاده از ابزارهای توسعه Keil می باشد. علاوه بر این، هر فصل شامل اهداف، خلاصه، اصطلاحات کلیدی، سؤالات مروری و مشکلات است.


توضیحاتی درمورد کتاب به خارجی

This updated textbook covers digital design, fundamentals of computer architecture, and ARM assembly language. The book starts by introducing computer abstraction, basic number systems, character coding, basic knowledge in digital design, and components of a computer. The book goes on to discuss information representation in computing, Boolean algebra and logic gates, and sequential logic. The book also presents introduction to computer architecture, Cache mapping methods, and virtual memory. The author also covers ARM architecture, ARM instructions, ARM assembly language using Keil development tools, and bitwise control structure using C and ARM assembly language. The book includes a set of laboratory experiments related to digital design using Logisim software and ARM assembly language programming using Keil development tools. In addition, each chapter features objectives, summaries, key terms, review questions, and problems.



فهرست مطالب

Preface
	Intended Audience
	Organization
Acknowledgments
Contents
Chapter 1: Signals and Number Systems
	1.1 Introduction
		1.1.1 CPU
			1.1.1.1 CPU Execute Program
				Input Device
				Output Device
				Memory
	1.2 Historical Development of the Computer
	1.3 Hardware and Software Components of a Computer
	1.4 Types of Computers
	1.5 Analog Signals
		1.5.1 Characteristics of an Analog Signal
	1.6 Digital Signals
	1.7 Number System
		1.7.1 Converting from Binary to Decimal
		1.7.2 Converting from Decimal Integer to Binary
		1.7.3 Converting Decimal Fraction to Binary
		1.7.4 Converting from Hex to Binary
		1.7.5 Binary Addition
	1.8 Complement and Two´s Complement
		1.8.1 Subtraction of Unsigned Number Using Two´s Complement
	1.9 Unsigned, Signed Magnitude, and Signed Two´s Complement Binary Number
		1.9.1 Unsigned Number
		1.9.2 Signed Magnitude Number
		1.9.3 Signed Two´s Complement
	1.10 Binary Addition Using Signed Two´s Complement
	1.11 Floating Point Representation
		1.11.1 Single and Double Precision Representations of Floating Point
			1.11.1.1 Biased Exponent
			1.11.1.2 Normalized Mantissa
			1.11.1.3 Double Precision
	1.12 Binary-Coded Decimal (BCD)
	1.13 Coding Schemes
		1.13.1 ASCII Code
		1.13.2 Universal Code or Unicode
	1.14 Parity Bit
		1.14.1 Even Parity
		1.14.2 Odd Parity
	1.15 Clock
	1.16 Transmission Modes
		1.16.1 Asynchronous Transmission
		1.16.2 Synchronous Transmission
	1.17 Transmission Methods
		1.17.1 Serial Transmission
		1.17.2 Parallel Transmission
	1.18 Summary
Chapter 2: Boolean Logics and Logic Gates
	2.1 Introduction
	2.2 Boolean Logics and Logic Gates
		2.2.1 AND Logic
		2.2.2 OR Logic
		2.2.3 NOT Logic
		2.2.4 NAND Gate
		2.2.5 NOR Gate
		2.2.6 Exclusive OR Gate
		2.2.7 Exclusive NOR Gate
		2.2.8 Tri-State Device
		2.2.9 Multiple Inputs Logic Gates
	2.3 Integrated Circuit (IC) Classifications
		2.3.1 Small-Scale Integration (SSI)
		2.3.2 Integrated Circuit Pins Numbering
		2.3.3 Medium-Scale Integration (MSI)
		2.3.4 Large-Scale Integration (LSI)
		2.3.5 Very-Large-Scale Integration (VLSI)
	2.4 Boolean Algebra Theorems
		2.4.1 Distributive Theorem
		2.4.2 De Morgan´s Theorem I
		2.4.3 De Morgan´s Theorem II
		2.4.4 Commutative Law
		2.4.5 Associative Law
		2.4.6 More Theorems
	2.5 Boolean Function
		2.5.1 Complement of a Function
	2.6 Summary
	Problems
Chapter 3: Minterms, Maxterms, Karnaugh Map (K-Map), and Universal Gates
	3.1 Introduction
	3.2 Minterms
		3.2.1 Application of Minterms
		3.2.2 Three-Variable Minterms
	3.3 Maxterms
	3.4 Karnaugh Map (K-Map)
		3.4.1 Three-Variable Map
		3.4.2 Four-Variable K-Map
	3.5 Sum of Products (SOP) and Product of Sums (POS)
	3.6 Don´t Care Conditions
	3.7 Universal Gates
		3.7.1 Using NAND Gates
		3.7.2 Using NOR Gates
		3.7.3 Implementation of Logic Functions Using NAND Gates or NOR Gates Only
		3.7.4 Using NAND Gates
		3.7.5 Using NOR Gates
	3.8 Summary
	Problems
Chapter 4: Combinational Logic
	4.1 Introduction
	4.2 Analysis of Combinational Logic
	4.3 Design of Combinational Logic
		4.3.1 Solution
	4.4 Decoder
		4.4.1 Implementing a Function Using a Decoder
	4.5 Encoder
	4.6 Multiplexer (MUX)
		4.6.1 Designing Large Multiplexer Using Smaller Multiplexers
		4.6.2 Implementing Functions Using Multiplexer
	4.7 Half Adder, Full Adder, Binary Adder, and Subtractor
		4.7.1 Full Adder (FA)
		4.7.2 4-Bit Binary Adder
		4.7.3 Subtractor
	4.8 ALU (Arithmetic Logic Unit)
	4.9 Seven-Segment Display
	4.10 Summary
	Problems
Chapter 5: Synchronous Sequential Logic
	5.1 Introduction
	5.2 S-R Latch
		5.2.1 S-R Latch Operation
	5.3 D Flip-Flop
	5.4 J-K Flip-Flop
	5.5 T Flip-Flop
	5.6 Register
		5.6.1 Shift Register
		5.6.2 Barrel Shifter
	5.7 Frequency Divider Using J-K Flip-Flop
	5.8 Analysis of Sequential Logic
	5.9 State Diagram
		5.9.1 D Flip-Flop State Diagram
	5.10 Flip-Flop Excitation Table
		5.10.1 D Flip-Flop Excitation Table
		5.10.2 Excitation Table Operation
		5.10.3 J-K Flip-Flop Excitation Table
		5.10.4 T Flip-Flop Excitation Table
	5.11 Counter
	5.12 Summary
	Problems
Chapter 6: Introduction to Computer Architecture
	6.1 Introduction
		6.1.1 Abstract Representation of Computer Architecture
	6.2 Components of a Microcomputer
		6.2.1 Central Processing Unit (CPU)
			6.2.1.1 Register Bank
		6.2.2 CPU Buses
			6.2.2.1 Address Bus
			6.2.2.2 Data Bus
			6.2.2.3 Control Bus
		6.2.3 Memory
		6.2.4 Serial Input/Output
		6.2.5 Direct Memory Access (DMA)
		6.2.6 Programmable I/O Interrupt
		6.2.7 32-Bit Versus 64-Bit CPU
	6.3 CPU Technology
		6.3.1 CISC (Complex Instruction Set Computer)
		6.3.2 RISC
	6.4 CPU Architecture
		6.4.1 Von Neumann Architecture
		6.4.2 Harvard Architecture
	6.5 Intel Microprocessor Family
		6.5.1 Upward Compatibility
	6.6 Multicore Processors
	6.7 CPU Instruction Execution Steps
		6.7.1 Pipelining
	6.8 Disk Controller
	6.9 Microcomputer Bus
		6.9.1 ISA Bus
		6.9.2 Microchannel Architecture Bus
		6.9.3 EISA Bus
		6.9.4 VESA Bus
		6.9.5 PCI Bus
		6.9.6 Universal Serial BUS (USB)
		6.9.7 USB Architecture
			6.9.7.1 Host Controller
			6.9.7.2 Root Hub
			6.9.7.3 Hub
			6.9.7.4 USB Cable
			6.9.7.5 USB Device
		6.9.8 PCI Express Bus
			6.9.8.1 PCI Express Architecture
			6.9.8.2 PCI Express Protocol Architecture
			6.9.8.3 Software Layer
			6.9.8.4 PCI Express Physical Layer
	6.10 FireWire
		6.10.1 HDMI (High-Definition Multimedia Interface)
			6.10.1.1 Motherboard
	6.11 Summary
	Review Questions
Chapter 7: Memory
	7.1 Introduction
	7.2 Memory
		7.2.1 RAM
		7.2.2 DRAM Packaging
		7.2.3 ROM (Read-Only Memory)
		7.2.4 Memory Access Time
	7.3 Hard Disk
		7.3.1 Disk Characteristics
		7.3.2 Cluster
		7.3.3 Disk File System
	7.4 Solid-State Drive (SSD)
	7.5 Memory Hierarchy
		7.5.1 Cache Memory
		7.5.2 Cache Terminology
		7.5.3 Cache Memory Mapping Methods
		7.5.4 Direct Mapping
		7.5.5 Set Associative Mapping
		7.5.6 Replacement Method
		7.5.7 Fully Associative Mapping
		7.5.8 Cache Update Methods
		7.5.9 Effective Access Time (EAT) of Memory
		7.5.10 Virtual Memory
			7.5.10.1 Page Table
		7.5.11 Memory Organization of a Computer
			7.5.11.1 Memory Operation
	Questions and Problems
	Problems
Chapter 8: Assembly Language and ARM Instructions Part I
	8.1 Introduction
	8.2 Instruction Set Architecture (ISA)
		8.2.1 Classification of Instruction Based on Number of Operands
			8.2.1.1 No Operand Instructions
			8.2.1.2 One-Operand Instructions
			8.2.1.3 Two-Operand Instructions
			8.2.1.4 Three-Operand Instructions
	8.3 ARM Processor Architecture
		8.3.1 Instruction Decoder and Logic Control
		8.3.2 Address Register
		8.3.3 Address Increment
		8.3.4 Register Bank
		8.3.5 Barrel Shifter
		8.3.6 ALU
		8.3.7 Write Data Register
		8.3.8 Read Data Register
		8.3.9 ARM Operation Mode
	8.4 ARM Registers
		8.4.1 Current Program Status Register (CPSR)
		8.4.2 Flag Bits
		8.4.3 Control Bits
	8.5 ARM Instructions
		8.5.1 Data Processing Instructions
			8.5.1.1 Registers Operands
			8.5.1.2 Immediate Operand
		8.5.2 Compare and Test Instructions
			8.5.2.1 CMP Instruction (Compare Instruction)
			8.5.2.2 CMN Compare Negate
			8.5.2.3 TST (Test Instruction)
		8.5.3 Register Swap Instructions (MOV and MVN)
		8.5.4 Shift and Rotate Instructions
			8.5.4.1 Logical Shift Left (LSL)
			8.5.4.2 Logical Shift Right (LSR)
			8.5.4.3 Arithmetic Shift Right (ASR)
			8.5.4.4 Rotate Right
		8.5.5 ARM Unconditional Instructions and Conditional Instructions
	8.6 Stack Operation and Instructions
	8.7 Branch (B) and Branch with Link Instruction (BL)
	8.8 Multiply (MUL) and Multiply-Accumulate (MLA) Instructions
	8.9 Summary
	Problems and Questions
Chapter 9: ARM Assembly Language Programming Using Keil Development Tools
	9.1 Introduction
	9.2 Keil Development Tools for ARM Assembly
		9.2.1 Assembling a Program
		9.2.2 Running the Debugger/Simulator
	9.3 Program Template
	9.4 Programming Rules
		9.4.1 CASE Rules
		9.4.2 Comments
	9.5 Data Representation and Memory
	9.6 Directives
		9.6.1 Data Directive
			9.6.1.1 DCB (Define Constant Byte)
			9.6.1.2 DCW (Define Constant Half Word)
			9.6.1.3 DCD (Define Constant Word)
			9.6.1.4 Character Strings
			9.6.1.5 Single Character
			9.6.1.6 SPACE
	9.7 Memory in μVision v5
	9.8 Summary
	Questions and Problems
Chapter 10: ARM Instructions Part II and Instruction Formats
	10.1 Introduction
	10.2 ARM Data Transfer Instructions
		10.2.1 ARM Pseudo Instructions
		10.2.2 Store Instructions (STR)
	10.3 ARM Addressing Mode
		10.3.1 Immediate Addressing
		10.3.2 Pre-indexed
		10.3.3 Pre-indexed with Write Back
		10.3.4 Post-index Addressing
	10.4 Swap Memory and Register (SWAP)
	10.5 Storing Data Using Keil μVision 5
	10.6 Bits Field Instructions
	10.7 ARM Instruction Formats
		10.7.1 ARM Data Processing Instruction Format
			10.7.1.1 Condition Code
			10.7.1.2 I bit
			10.7.1.3 Op Code
		10.7.2 B and BL Instruction Format
		10.7.3 Multiply Instruction Format
		10.7.4 Data Transfer Instructions (LDRB, LDR, STRB, and STR)
		10.7.5 Data Transfer Half Word and Signed Number (LDRH, STRH, LDRSB, LDRSH)
		10.7.6 Swap Memory and Register (SWAP)
	10.8 Summary
	Problems
Chapter 11: Bitwise and Control Structures Used for Programming with C and ARM Assembly Language
	11.1 Introduction
		11.1.1 C Bitwise Operations
			11.1.1.1 Set a Bit of a Register to One
			11.1.1.2 Clear a Bit of a Register
	11.2 Control Structures
		11.2.1 If-Then Structure
		11.2.2 If-Then-Else Structure
		11.2.3 While Loop Structure
		11.2.4 For Loop Structure
		11.2.5 Switch Structure
	11.3 ARM Memory Map
		11.3.1 Introduction
	11.4 Local and Global Variables
	11.5 Summary
	Problems
Appendix A: List of Digital Design Laboratory Experiments Using LOGISIM
Appendix B: Solution to the Even Problems
	Chapter 1: Problems and Questions
	Chapter 2: Answers
	Chapter 3: Solution
	Chapter 4
	Chapter 5: Problems
	Chapter 6
		Review Questions
		Short-Answer Questions
	Chapter 7: Questions and Problems
	Chapter 8
	Chapter 9
	Chapter 10
	Chapter 11
Bibliography
	Chapter 1
	Chapter 2
	Chapter 3
	Chapter 4
	Chapter 5
	Chapter 6
	Chapter 7
	Chapter 8
	Chapter 9
	Chapter 10
	Chapter 11
Index




نظرات کاربران