RefreshNotes
Read Short Notes & Refresh Your Memory
(Move to ...)
Home
Categories
About
Contact
Privacy Policy
Terms Of Use
Sitemap
Archive
▼
Showing posts with label
Microcomputer
.
Show all posts
Showing posts with label
Microcomputer
.
Show all posts
Thursday, March 31, 2016
ROM and RAM Memory
›
Semiconductor Memory Semiconductor memories are used as primary storage for code and data. Semiconductor memories are connected dir...
Friday, February 19, 2016
Choosing a Microcontroller
›
Criteria for Choosing a Microcontroller Meeting Computing Needs: Data Width: 8-bit, 16-bit or 32-bit microcontroller Speed: Highest...
Microcontroller and Embedded Systems
›
Need for Microcontroller Microprocessors contain no memory and no IO ports on the chip itself. System designer using microprocessor...
Modified Harvard Architecture
›
Modified Harvard Architecture Model True Harvard architecture - instruction memory and data memory are separated. Modified Harv...
Von Neumann Vs Harvard Architecture
›
Comparison of Von Neumann and Harvard Computer Architecture Von Neumann Harvard The name Harvard Architecture comes from the Har...
Harvard Architecture
›
Harvard Computer Model Separate Memory for Program and Data Separate signals or bus or path for accessing program and data memory...
2 comments:
Von Neumann Architecture
›
Von Neumann Computer Model Blocks: Contains three main blocks: CPU, Memory, IO devices These blocks are connected together using...
Microprocessor Vs Microcontroller
›
Difference between Microprocessor and Microcontroller A microcontroller (sometimes abbreviated µC, uC or MCU) is a small computer on ...
Microcontroller
›
What is a Microcontroller? A microcontroller (sometimes abbreviated µC, uC or MCU) is a small computer on a single integrated circuit...
Microprocessor
›
What is a Microprocessor? A microprocessor (µP) is a computer processor that incorporates the functions of a computer's central p...
Computer Internals
›
Internal Organization of Computer Components: Computer can be broken on to three parts: CPU (Central Processing Unit), Memory an...
Memory Basics
›
Most widely used Memory Terminology in Computer Memory is one of the most important feature of a computer A bit is a binary digit t...
Digital Logic
›
Overview of Digital Logic Binary Logic: Computer uses binary number system because the two voltage levels can be represented as ...
Monday, February 15, 2016
ASCII Code
›
ASCII Character Code If the second digit is greater than the first, borrow 16 from preceding digit. All the information in the com...
Hex Subtraction
›
Subtracting Hex Numbers If the second digit is greater than the first, borrow 16 from preceding digit. Subtract 59F – 2B8. F9F (...
Hex Addition
›
Adding Hex Numbers Starting from right, digits are added together. If the result is less than 16, write that digit as the sum for t...
Binary Subtraction
›
Subtracting Binary Numbers Computers use addition process to implement subtraction. Computers have adder circuitry but there is no ...
›
Home
View web version