memory organisation

Associated memory is content addressable memory (CAM), used to increase speed of memory access. Parallel access is possible in CAM, because of the locality of reference property of programs a large number of memory requests found in cache memory. Average time to reach a memory location of a memory and obtains its content is called …

Continue reading ‘memory organisation’ »

computer organisation – basics

Decoded instruction is stored in IR. The MAR (memory address register) is used to hold the address of the location to or from which data are to be transferred. MDR(memory data register) contains the data to be written into or read out of the addressed location. ISP stands for Instruction Set Processor. processor BUS is …

Continue reading ‘computer organisation – basics’ »

C programming tutorial

C has 32 keywords, these keywords cannot be used as variable name. Father of C programming – Dennis Richie. 16 bit compiler have integer range -32768 to 32767. C is a high level language with some low level features. C is primarily developed as system programming language If integer need two bytes of memory to …

Continue reading ‘C programming tutorial’ »

Types of computers, system software, concept of file, directory and folder

Classification of computer Computers are classified into five, they are microcomputer, minicomputer, workstation, mainframe computer and supercomputer Microcomputer – personal computer (eg : laptop), device used to scan code of products in supermarket Minicomputer is a small general purpose computers, have the capability to serve a number of users simultaneously Workstation is a single user …

Continue reading ‘Types of computers, system software, concept of file, directory and folder’ »