Knowledge in Computer Architecture

Basics of Computer Organisation

Computer Organization It describes the function and design of the various units of digital computers that store and process information. It also deals with the units of computer that receive information from external sources and send computed results to external destinations. Digital computer : It is a fast electronic calculating machine that accepts digitized input information, processes it according to a list of internally stored instructions, and produces the resulting output information. (1) Personal computer : It is the most common form of desktop computers. Desk top computers have processing and storage units, visual display and audio output units, and a keyboard that can all be located easily on a home or office desk. The storage media include hard disks, CD-ROMs and diskettes. Portable notebook computers are a compact version of the personal computers with all of these components packaged into single unit the size of a thin briefcase.

Computer And Its Classifications.

Learn about differnet types of Computers.

Introduction to c programming

In this we will learn basics of computer. How to write an algorithm and flowchart. What are variables, identifiers and data types, pseudocode etc

BASICS OF COMPUTER NETWORKING

This pdf contains important information and content based on BASICS OF COMPUTER NETWORKING

INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

CONTAINS THEORY BASED ON INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

CONTAINS THEORY BASED ON INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

CONTAINS THEORY BASED ON INTRODUCTION TO COMPUTER LANGUAGE BASIC COMPUTER ENGINEERING

Memory Organisation- W. Stallings and B. Govindarajalu

Contents:- Introduction to Memory Memory parameters Classifications of memories. Types of RAM and ROM Allocation policies ( First, best, next, worst fit policies ) Memory hierarchy and characteristics. Cache memory: Concept, architecture (L1, L2, L3), mapping techniques Cache Coherency, Interleaved and Associative memory

NOTES OF OPERATING SYSTEM

This pdf contains notes based on OPERATING SYSTEM (NOTES OF OPERATING SYSTEM )

NOTES OF COMPUTER LANGUAGE

This pdf contains Important notes based on COMPUTER LANGUAGE (NOTES OF COMPUTER LANGUAGE )

Enocoder in Digital Logic

An Encoder is a combinational circuit that performs the reverse operation of Decoder.It has maximum of 2^n input lines and ā€˜nā€™ output lines, hence it encodes the information from 2^n inputs into an n-bit code. It will produce a binary code equivalent to the input, which is active High. Therefore, the encoder encodes 2^n input lines with ā€˜nā€™ bits.

JK Flip-flop

Flip flop is an electronic circuit with two stable states that can be used to store binary data. The stored data can be changed by applying varying inputs. Flip-flops and latches are fundamental building blocks of digital electronics systems used in computers, communications, and many other types of systems. Flip-flops and latches are used as data storage elements. It is the basic storage element in sequential logic.