Showing posts with label CO. Show all posts
Showing posts with label CO. Show all posts

Conditional Codes

July 05, 2020
Conditional CodesThe condition code flags are used to store the results of certain condition when certain operation are performed during execution of the program.The condition code flags are stored in the status registers. The status register is also referred is also referred to...

SUBROUTINES

January 20, 2020
SUBROUTINES Subroutines definition Subroutines working Hello everyone! I am here again on another topic .. WHAT ARE SUBROUTINES? What do you think is subroutine? Well I will walk you through this! Lets begin! (adsbygoogle = window.adsbygoogle || []).push({}); Subroutines : A Subroutine is...

Cache Memory

January 13, 2020
Cache Memory Cache Memory mapping Cache Memory definition Cache Memory in Computer Organization  Cache Memory explanation Cache Memory techniques (adsbygoogle = window.adsbygoogle || []).push({}); Hello everyone! Am here again with a new topic.. Today we will study about CACHE MEMORIES AND MAPPING FUNCTION...
Hello readers! Today we are going to discuss about DIFFERENT FACTORS THAT AFFECT THE PERFORMANCE OF THE PIPELINE (adsbygoogle = window.adsbygoogle || []).push({}); Here we go! Basically you need to know what is pipelining before we come the above said topic  PIPELINING: The...
BUS STRUCTURES  To know what are bus structures you need to go through what is a bus ? (adsbygoogle = window.adsbygoogle || []).push({}); A bus is group of wires that transfers data to different parts of the computer system. The central processing unit,...

EXECUTION OF A PROGRAM

January 10, 2020
BASIC OPERATIONAL CONCEPT Also known as connection between processor and the main memory. The basic function of the computer is to execute program, sequence of instructions. Instructions are stored in the computer memory. Instructions are executed to process data which is loaded into...