coa accessing i/o devices in computer organization js 22:42:00 Accessing Input Output Devices modern computers use single bus arrangement for connecting I/O devices to CPU & Memory The bu... Read more No comments:
coa Microprogrammed Control Units js 22:21:00 Microprogram Control Digital computer operation in which each instruction refers to a sequence of microinstructions, which are ... Read more No comments:
coa Hardwired control unit js 22:07:00 Hardwired control unit hardwired control unit is very difficult to design and it is very costly. Now CAD tools is used for logic de... Read more No comments:
coa What are the Steps to Execute an Instruction js 23:02:00 What are the Steps to Execute an Instruction? The main purpose of a CPU is to execute instructions. The CPU executes the binary repres... Read more No comments:
coa fundamental concepts of processing unit js 22:34:00 CPU Input devices Allows people to supply information to computers , Output devices Allows people to receive information from c... Read more No comments:
coa subroutine js 22:16:00 In computer programming, a subroutine is a sequence of program instructions that perform a specific task, packaged as a unit. T... Read more No comments:
coa Stacks and Queues js 22:02:00 Stacks and Queues Stack A stack is a container of objects that are inserted and removed according to the last-in first-out (... Read more No comments:
IT Introduction to Assembly Language js 16:19:00 An assembly language is a low-level programming language for a computer , or other programmable device, in which there is a very str... Read more No comments:
coa Computer Instruction Codes js 16:33:00 Computer instructions are the basic components of a machine language program. They are also known as macro operations , since each one i... Read more No comments:
IT Encoding and Decoding js 16:24:00 Encoding is the process of putting a sequence of characters (letters, numbers, punctuation, and certain symbols) into a specialized dig... Read more No comments:
coa INSTRUCTIONS AND INSTRUCTION SEQUENCING js 12:20:00 INSTRUCTIONS AND INSTRUCTION SEQUENCING A computer must have instructions capable of performing four types of operations Data t... Read more No comments:
coa MAIN MEMORY OPERATIONS js 12:11:00 MAIN MEMORY OPERATIONS To execute an instruction the instructions must be transferred from the main memory to the CPU. This is done by... Read more No comments:
coa BIG-ENDIAN AND LITTLE ENDIAN ASSIGNMENTS js 12:09:00 BIG-ENDIAN AND LITTLE ENDIAN ASSIGNMENTS To enable instructions to refer to individual bytes, the smallest addressable unit in mos... Read more No comments:
Comments