ABOUT US

Our development agency is committed to providing you the best service.

OUR TEAM

The awesome people behind our brand ... and their life motto.

  • SHIVANSHU TIWARI

    Head Hunter

    Don't comment bad code - rewrite it. rage or love.

  • HARVESH

    VFX/ANIMATION

    Push yourself because no one else is going to do it . for you.

  • VAIBHAV

    Developer

    If anything is worth doing, it's worth overdoing.

OUR SKILLS

We pride ourselves with strong, flexible and top notch skills.

Marketing

Development 90%
Design 60%
Marketing 70%

Websites

Development 90%
Design 80%
Marketing 70%

PR

Development 90%
Design 80%
Marketing 70%

ACHIEVEMENTS

We help our clients integrate, analyze, and use their data to improve their Knolwedge.

15

GREAT PROJECTS

30

HAPPY CLIENTS

120

COFFEES DRUNK

15

NEW PROJECT

STRATEGY & CREATIVITY


COMPUTER

We pride ourselves on bringing a fresh perspective and effective marketing to each project.

Showing posts with label Motherboard. Show all posts
Showing posts with label Motherboard. Show all posts
  • What is CPU Registers ?

    What is CPU Register:-

    Register is a temporary storage memory that is built into Processor(CPU). In the Computer Architecture, registers are special types of computer memory which are performed their tasks quickly such as (Fetching, transferring, and storing) data and instructions.

     These are the high speed memory location built into the microprocessor.Register  small areas of extremely fast storage
    usually measured by the no of bits they hold e.g._a "32 bit register or a ""64 bit regi
    ster".

    x86 architecture provide 16 basic program register:




    General Purpose Register (EAX,EBX,ECX,EDX,ESL,ESL,EBP,ESP,)
    Segment Register(CS,DS,SS,ES,FS,GS,EFLAG,EIP)

    X64 ADDRESS an additional 8 general purpose register:



    RAX, RBX, R CX, RDX, RDL, RSL ,RBP ,RSP  ,R8-R15. 


    REGISTER-CACHE -RAM - HDD



    • The cpu usages these location to store data and instruction temporarily for pro  
    •    cpu  process , store and transfer data from one components to another with the help of register .
    • The number of register variable among computers.
    • it increases the performance of cpu.
    • Each register receive the information , holds the temporarily and pass it on, as direct by CU
    • the size of register depend on the computer architeture..

    1. PC(Program Counter)
    2. IR(Instruction register)
    3. MAR (Memory Address Register)
    4. IP(Instruction Pointer)
    5. SPR(Stack Pointer Register(SP)
    6. GPR (General Purpose Register)(A,B,C,D)
    7. Address and Segment Register(CS,DS,ES,SS)
    8. Index Register(Dl , Sl)









     PC(Program counter):_

               1.    it holds the add of the next instruction to be fetched and executed .
               2.      when instruction is fetched the value us automatically incremented and its points to the add of next instruction.

    IR(Instruction Register):-

                         it holds the current instruction that is being executed.

    MAR Register

    MAR stand for “Memory Address Register”, and its main objective is to store all memory addresses of entire data and instructions.MAR helps to make the communication with using of MDR (Memory Data Register) in between the CPU and Main Memory

    MBR(Memory Buffer Register):-

        it holds the content of memory location read from or written in the memory. 

    FR Register

    FR register stands for “Flag Register“, and this register helps to indicate the specific condition. Flag register contains the one or two bytes, and further every byte is splitted into 8 bits. And every bit delivers the flag means condition.

    Few flags register are Carry flag, Parity flag, Sign flag, Zero flags, and Overflow flag.

    GPR Registers

    GPR stands for “General Purpose Registers“, and these are unified types of registers. These registers are capable to store the memory addresses, data values as well as floating-point values. Mostly, GPR registers are used into modern CPU and GPUs due to their best flexibility. 

    SPR Register

    SPR stands for “Special Purpose Registers“, and they are used to hold the program state. SPR registers are enabled with PC (Program Counter) and SR (Status Register).




    General Purpose Register:-

    •        These register are used to perform arithmetic and logical operation
    • EAX, EBX, EDX, are 4 byte register AX, BX, CX and DX are 2byte AH ,AL BH,BL,CH,CL,DH and DL are 1 byte register.
    AX(Accumulator Register)

                 it is used to asthmatic and logical operation,it holds the initial data to be operated upon and the final result for processing .
             the result of arithmetic operation are returned to accumulator to transfer to the main memory through buffer.
    BX(Base Register)
                     it is an address register that can be used for in directing addressing.
     CX(counter Register)
            it is used for counting purpose,it acts as counter loop ex .for(int i=10;i>0;i--)
    DX(Data Register)
       it is special role in division and multiplication.
                        

    Segment Register / Address Register:

    it is a group of four segment CS,DS,ES,SS.
    size of each segment register is 2 byte.
    CS(Code Segment)
    it hold the base location of all executable instruction in the program .CS along with ip register fetches the next instruction.
     DS(Data Register)
           it is default base location for memory variable.
    DS points of data in memory using Dl and  SI
    CPU calculate the offset variable using the values of DS.
    ES(Extra Segment)
                it is additional base location for memory of DS .
     SS(Stack Segment):
                it contains the base location of the current program stack.
    • Index Register:
    • index Registry are used for data movement.
    • there are two type of index registers.
    • SI(Source Index)
    • DI(Destination Index
    • DS Point to data in memory using DI (destination index) or SI(source Index) registes.
    IP(Instruction Pointer)
    CS along with ip Register fetched the next instruction.











    THANKS FOR READING 


    SHIVASNHU TIWARI







  • what is cpu ?

                                  Central Processing Unit(CPU)

    What is Central Processing Unit(CPU), CPU  an acronym for Central Processing Unit , supposed to be the brain of computer it mainly executes the program and controls different parts of a computer such as memory , input and output devices. Program and data are stored under its control . It helps you see your output on the screen and gets print out on the paper through printer.


    The Processing device are central processing unit (CPU);also called microprocessor chip in computer which receive input and provide output . It composed of silicon & contains of transistor for e.g. Pentium dual core,Core 2 Duo,Core i3. i5, i7 etc.
     Central processing Unit include mainly 3 parts , they are as follows:
    • Arithmetic & Logic Unit
    • Main Memory Unit
    • Control Unit

    WHAT DOES A CPU LOOK LIKE?

    It’s basically a silicon chip in the shape of a square or rectangle with millions of microscopic transistors.  On the bottom and backside are hundreds of short, rounded, metallic connector pins

    Arithmetic Logic Unit:


    Arithmetic Logic Unit is Know as A.L.U. in shorts . This unit performs mathematical operations as well as logical operation on data . It contain an electronic circuit . That can do calculation like add,multiplication become multiple times addition and later gets transmitted after converting them into electrical Pulses .
       In Logical operation ,A.L.U. Compare two no and data makes decision while processing,


           
    A.L.U. takes instruction or guidelines from control unit . it gets data from memory and return information to the same A.L.U. works amazingly fast , its estimate speed is about 1 million+ calculation per second it contains several register and accumulator which works as virtual memory during calculation A.L.U. ., as instructed by the control unit according to be programs receive data from memory and place them on accumulator.

    for ex, you are add two no A&B . control unit select a from memory and add to B available in A.L.U. output gets in memory or for future calculation it is stored in accumulator .

    Control Unit:

    Decode instruction and determine which next to be executed . Control unit is a part of the processor that is in-charge and it direct the computer system to execute stored program instruction . It communication with other parts of the hardware.
     Control Unit is a internal process of a computer . It controls the input and output process of the computer . It also direct the exchange of data and instruction between memory & ALU


    .

    It received the instruction of a program to execute the program itself from memory. Then it convert the instruction into electronic signal and delivers them to the appropriate device to complete the data processing . Control unit also direct the ALU about the location of the data processed in the memory . The control unit also instruct the ALU about what operation to be performed , and after processing , where to the store the  output. the instruction in the form of signal are sent to various parts of computer through the control bus carrier electronic signal through out the system unit  . they are named on the basis of the type of signal they carry. the main  bus of the system unit is called system bus . And the BUS used for the transportation of control signal is called control BUS.

    Registers:

    Computer instruction are carried out the C.P.U. to execute instruction , information is exchanged C.P.U. of computer uses a memory unit to exchange information fast and sanctification . This memory unit is called a register.In memory unit data are stored during the processing. Its speed is faster access then memory formally we call this Register too.



    Register are not a part of main memory . They store information for time being . Size of a register equals to the capacity of its storage of bit . For instance , If a register can store 8-bits then it is called 8 bit register . Nowadays 16-bit register are in vogue while 32 bit and 64 bit processor are also in use. the more bit register would have , the faster data processing of computer will be, computer has got following type register:

    ➱ Memory Address Register:

                                                     This store active memory location of computer instruction.

    ➱ Memory Buffer Register:

                                                     This register store the content read from to write onto memory.

    ➱ Program Control Register:

                                                    This stored address of the instruction to be execute next.

    ➱Accumulator Register:

                                                    This Register stored the middle and last result of the data being execute Normally . these register are used while execution of information.

    ➱Instruction Register:

                                                  These register store instruction to be executed.

    ➱ Input/Output Register:

                                                 These register are used to communicate info between input or output device.


    BUS:



          Let us discuss what is BUS is. it acts like a path between the components of computer a computer has two main buses , First Internal OR system bus and second external or expansion bus . The system bus is situated on the motherboard and links the CPU with other device on the motherboards .The task of expansion has BUS is to link the CPU with external device for ex key-boards ,mouse,modern,printer etc.The chords of disk drive and other device are plugged in the bus . The system bus has two parts -DATA BUS & ADDRESS BUS . Data bus is an electrical path which attaches , CPU , memory and other hardware device . in fact , a bus is a set of parallel chords.The number of chords in the bus affects the transaction of data between hardware components .Because every chords can transfer 1 bite of data at a time . one eight chords bus can carry eight bite . It means one byte at a time.Address bus too is a set of chords like data bus ,An address bus links only a CPU and RAM and carries memory address only , every byte in the ram is attached to a number which is its memory address.  

    Instruction Set:

     Let us see what an instruction set is. Every process accomplishes  takes like receiving character from the memory or getting a large number after comparing between two number .All of these operation have their own number which are called instruction . The list of instruction in processor is called instruction set . Each processor in mind.

     C.P.U. instruction which are for executing are prepared in a control unit instruction or instruction set list such operation that C.P.U can perform . Each instruction of instruction set represented in micro codes that instruct C.P.U about how to carry out complex operation.


    Processor Speed:

    Processor speed stands for the speed at which the CPU  execute the instruction . It is measured in megahertz(MHz).

    Processor speed depends upon data bus being used by the processor . Data bus is used to transfer data on the processor . These data buses comes in 8 bits  (1 byte) data at a time .

    System Clock:

    Let us see what a system clock plays in a computer . The events inside a computer takes a place at a decide speed which is controlled by an  electronic dumber . It is called system clock . This part is an electronic circuit which create pulses at a fast speed which is measured in million of cycle per second . The rate of the processor clock is called its clock speed , and one pulse is called clock ticks . the system clock normally does nothing to maintain time and date . To do all these thing there is a separate circuit in all the computers . The system clock synchronizes the internal activities of a computer.









    Thanks for Reading.

    SHIVANSHU TIWARI









  • What is Ram, Rom and Cache & virtual Memory in Computer?

                               RAM ,ROM & CACHE





    RAM(Random Access Memory):-







    You probably have come across these terms while trying to understand the simple but confusing world of the memory subsystem/management. 
    First of, we explain what RAM and ROM is and address a widespread misconception then we move on to Cache and Virtual Memory.

    RAM stands for Random Access Memory and it is a volatile form of storage that is information stored on it are temporary and lost when power goes off. It is one of the fastest form of memory and it allows you to switch in between tasks. The processes you are currently running whether in the fore or background, such as having a web browser or file(s) manager open, are loaded unto the RAM. That infers that the amount of tasks you can perform at once is dependent on the size of your RAM. There are two types of RAM ‘storage’ — Static and Dynamic.




       Random access memory as same as main memory . Ram refers to a memory in which data and program can not only be obtained from primary storage , but also can be put into it. it is volatile, means the contents of the memory disappear once the current is turned off.
            Before a program runs,the program is loaded into a ram which allow the CPU direct access to the program.
    example( if you have a smartphone and you have never open any application , you open any application as your choice if you open it,it take some second to view the content , after open you press home button and reopen a same application , this time you see a same application is open but it never take a same time becoz its already in ram so it is not take a long time , if you clear all apps from the task manager and stop application from the background and you open any application again so it takes some time again) 


    Types of Ram in used in PC:-

    1. Dynamic Ram(DRAM)
    2. Synchronous DRAM (SDRAM)
    3. Static RAM (SRAM)

    Dynamic RAM:-


    Dynamic RAM is abbreviated as DRAM. DRAM being the more common type need to be refreshed (refreshing means recharging the chip with electricity) more often - thousand of times per second . Each time chip is refreshed , the content are lost. Recharging the chip quit often makes it slower then other RAMs.


    Synchronous RAM:-


      This type of chip work faster than DRAM . This chip is faster because it moves at the speed of CPU's clock , it can moves data much more efficient than DRAM.

    Static RAM:-

    Static RAM need to be refreshed less often and hence contain data longer than DRAM ,ALL the RAM's are volatile but DRAM is slower and less expensive than SRAM , it is especially than DRAM. SRAM is used in super computer.


    SIMM:-

    SIMM

    A SIMM, or Single  In line Memory Module, is a type of memory module used for random access memory in personal computer , it  differs from DIMM (the most predominant from of memory module today) in that the contacts on a SIMM are redundant on both sides of a modules.
    memory modules evolved from need of saving motherboard space and ease memory expansion, instead 8 and 9 single DRAM DIP chips .only one additional memory module was needed to increase the memory of the computer. a few 80286- based computer used (often non-standard ) memory module like SIPP(Single In line Pin Package ).
    SIPP's 30 pin often bent or broke during installation, which is why they are quick replaced by SIMMs which used content plates rather than pins.

    DIMM:-

    DIMM(Dual In line Memory Module ) Comprise a series of a random access memory integrated Circuit .These modules are mounted on a printed circuit board and designed for use in PC . DIMM's began to replace SIMM's the predominant module as Intel's Pentium process began to control the market.

    The main deference SIMM and DIMM is that SIMM have 32 bits data path and DIMM have 62 bit data path.Since Intel's Pentium has (as do several other processor ) a 64 bit bus width , it required SIMM installed in matched pairs in order to use them.


    CACHE MEMORY:-


    Cache is a storage unit on the motherboard that allows you to store your frequently or most used information and avoids loading it from a slower storage medium. The main purpose of a cache is to cut down information access time for frequently used files.

    In a simple term, cache memory is a special type of high speed memory built onto or next to the processor , your processor moves and works with lot of data . sometimes , your processor is work on a problem and needs to set it aside and start working an other before picking up the original problem , Without cache , your processor would have to store the set aside data into conventional memory (RAM) .while there is no particular reason your processor cannot do this. it's nowhere near as your processor.Designers figured out that there had to be a much faster and more efficient way for this happen.


    Depending on what you do, the amount of cache your system has , can greatly increase or decrease the overall speed of system . for example a 405MHz Pentium III has lot more cache than a 405MHz celeron, even both chips has a same clock speed ,they do not perform same at the same level of situation,


    Types of cache memory:

    1. L1 Cache
    2. L2 Cache
    3. L3 Cache

    L1 Cache:

    L1 Cache is also know as on board or primary cache and is built into the CPU itself. L1 cache is typically very small in size (for most of the computer is 16kb-128kb although this is changing rapidly) but it is very fast.


     L2 Cache:

    L2 cache memory is also known as external or secondary cache , it is built into a separate chip, but it is still much faster then conventional memory because it , too is not subject to the speed limitation of the motherboard , typically range for L2 cache are 128kb - 1MB.

    3. L3 Cache.

    Usually , it is not used . This Cache is connected to the motherboard . This Cache is used for computer with high capacity . L3 is not necessary for all computer.


    ROM(Read Only Memory):


    Read only memory , in a sort , ROM is permanent memory of computer . Program are built into ROM at the factory level and cannot changed by the users . You can read them  , but can not alter . ROM's is non- volatile - the contents program that are 'firm' - not changeable. ROM is a non-volatile memory the content do not disappear when the current is turned off.

    ROM is of the following type:

    1. Programmable Read Only Memory (PROM)

    2. Erasable programmable Read Only Memory (EPROM)

    3. Electrical Erasable programmable Read Only Memory (EEPROM)

    Virtual Memory


    Virtual Memory on the other hand is a technique not a storage device for extending the capacity of the main memory to allow the user to load with sizes larger than the main memory storage to run. It has a larger size than the cache memory. Virtual memory requires mapping structures to map virtual address to physical address just for the sake of precise referencing.

    While the Cache is managed by the hardware, the virtual memory is managed by the operating system hence the sort of unbounded size.



    THANKS FOR READING

    SHIVANSHU TIWARI
  • All motherboard part in computer?

    What is mother board:-

    Mother board is primary circuit board of computer inside a computer many other components connect directly and indirectly to the motherboard .Mother board usually contain one or more CPU's , supporting circuit-sully integrated circuit (Ics) providing the interface between the CPU memory and input/output peripheral circuits, main memory , and facilities for initial setup of the computer immediately after being powered on. in main portable and embedded computer , motherboard will also contain one or more peripheral buses and physical connector for expansion purpose.

    MOTHER BOARD PART:-
    1.   MAIN MEMORY
    2.   HARD DISK.
    3.   EXPANSION CARD.
    4 .  COMPUTER POWER SUPPLY.
    5.   VIDEO CARD.
    6.   SOUND CARD.
    7.   NETWORK CARD.
    8.   PARALLEL PORT
    9.   OPTICAL DISK DRIVER.
    10.  MONITOR

    MAIN MEMORY:-


    Main memory (primary memory) is fast storage that it is directly access by a CPU(central processing unit), and is used to store the currently executing program and immediately needs data , PCs use semiconductor random access memory (ram)of a various kind such as DRAM and SRAM as there primary storage , Main memory is much faster then mass storage device like HDD ,but primary memory is a volatile memory, meaning it does not retain the content(data) in the absence of power,much expensive as compare to secondary memory.


    HARD DISK:

     A HDD(Hard Disk Drive), commonly referred to as a hard drive and hard disk is a non volatile memory storage device which stored digital encoded data or rapidly rotating platters with magnetic surface.
    A HDD is a magnetic disk made of metal and covered with a magnetic recording surface,Drive is the main location where all data is stored , Most hard disk drive consists spinning platters of aluminium , glass or ceramic that is coated with a magnetic media .
         HDD is used to store huge amount of data permanently.
    in a HDD each platters require two read/write heads, one for each side . All the read/write heads are attached to a single assess arm so they can not move independently . each platters has a same no of tracks  location that cuts across all platters is called a cylinder. it measured in MB , GB and TB.

    EXPANSION CARD:


    An expansion card(also expansion board ,adapter card or accessory card) is a printed circuit board that can be inserted into a ex-pansion slot of a computer mother board to add additional functionality to a computer system . one edge of the expansion card is the content that file exactly into the slot . They establish the electrical contact between electronic on the card and the motheboard



    POWER SUPPLY:

    Power supply is a box in a computer . it is an important part of computer because it provide electrical power in a form of suitable for every other components inside attached to a motherboard in order for it work , in a portable computer(laptop) there is usually an external power bricks which convert AC power to  One DC voltage (most commonly 19 volt) and further DC-DC conversion occurs within the laptop to supply various DC voltage require by the other components of the portable computer.

    VIDEO CARD:


    A video card , also referred to as a graphics card , display adapter , graphics card and numerous  other term , is an item of personal computer hardware whose function is to generate and output images to display .
    Every mother board support a definite range of video card formate, therefore , before buying it decide whether it is as per the motherboard .
    Today ,many computers don't have video expansion Cards .

    SOUND CARD:


    it is a hard ware unit of computer which is fitted on the motherboard as expansion card . it turns the analog symbols received from the microphone into digital form to be stored into computer memory , in additional sound card turns digital signal into a analog form and send into the speaker as output.

    NETWORK CARD:


    Network card is also know as network adapter , LAN adapter or network interface card , it is part of computer hardware which has been made to connect the computer with computer network , it works as physical layer i.e. O.S.I. first layer and data link layer it means OSI second layer device . it provide physical access to networking media and provide lower-level addressing through the use of MAC address . with its help the users can communicate with each other throughwire or without wire.









    PARALLEL PORT:



    Parallel port is a kind of interface that links so many parts of computer and is found on the same . it is also known as printer port .many manufacture of personal computer and laptop consider parallel interface a legacy port and is no more in use now . parallel adapter are available for the use of parallel printer of USB system.

    OPTICAL DISK DRIVER:

         



    Optical Disk Driver is a flat circular , usually disc , whereon data is stored in the form of pits (or bumps) within a flat surface , usually along a single spiral groove that covers the entire recorded surface of the disc . This data is generally accessed when a special material on this disc (often aluminium) is illuminated with a laser diode.the pits distort the refracted laser light.


    The Computer's Microprocessor

    Also known as the microprocessor or the processor, the CPU is the computer's brain. It is responsible for fetching, decoding, and executing program instructions as well as performing mathematical and logical calculations.

    The processor chip is identified by the processor type and the manufacturer. This information is usually inscribed on the chip itself. For example, Intel 386, Advanced Micro Devices (AMD) 386, Cyrix 486, Pentium MMX, Intel Core 2Duo, or Core i7.

    If the processor chip is not on the motherboard, you can identify the processor socket as socket 1 to Socket 8, LGA 775 among others. This can help you identify the processor that fits in the socket. For example, rPGA 988A/Socket G1 will fit any of the following processors;

    • Intel Core i7 (600, 700, 800, 900 series)
    • Intel Core i5 (400, 500 series)
    • Intel Core i3 (300 series)
    • Intel Pentium (P6000 series)
    • Intel Celeron (P4000 series)

    CMOS Battery


    CMOS RAM chips which are kept alive by a battery (known as a CMOS battery) even when the PC’s power is off. This prevents reconfiguration when the PC is powered on.

    CMOS devices require very little power to operate.

    The CMOS RAM is used to store basic information about the PC’s configuration for instance:-

    • Floppy disk and hard disk drive types
    • Information about CPU
    • RAM size
    • Date and time
    • Serial and parallel port information

    The Expansion Buses

    An expansion bus is an input/output pathway from the CPU to peripheral devices and it is typically made up of a series of slots on the motherboard. Expansion boards (cards) plug into the bus.

    PCI  is the most common expansion bus in a PC and other hardware platforms. Buses carry signals such as data, memory addresses, power, and control signals from component to component. Other types of buses include ISA and EISA.


    The Computer Chip-sets

    chipset is a group of small circuits that coordinate the flow of data to and from a PC's key components. These key components include the CPU itself, the main memory, the secondary cache, and any devices situated on the buses.

    A chipset also controls data flow to and from hard disks and other devices connected to the IDE channels.

    THANKS FOR READING. 

    KEEP SUPPORT.

    (SHIVANSHU TIWARI).





    SSKKT

    .

    SSKKT

    if you want to be happy, set a goal that commands your thoughts, liberates your energy and inspires your hopes.

    SSKKT

    System programmers are the high priests of a low cult.

    SSKKT

    Without programming, life would be a mistake.

    Hello

    Author Name

    Shivanshu Tiwari

    Contact Info

    shivanshut9889@gmail.com

    My Hobbies & Interests

    My hobby is playing cricket. It makes me feel fresh and energetic.I have made so many friends while playing cricket. Cricket encourages teamwork.
    My second hobby is playing chess ,Chess Teaches You Problem Solving and making complex decision it helps me in programming.

    Carrier

    Shivanshu Tiwari is a game developer with 5 year of experience working with online companies. He specializes in using Java, c,c++,c#, to build customer facing APIs, and also has experience of software programmer.

    Hello, I am Shivanshu Tiwari

    WHAT WE DO

    We'give real service you we must add something which cannot be bought or measured with money and that is sincerity and integrity

    CONTACT US

    For enquiries you can contact us in several different ways. Contact details are below.

    WELCOME SSKKT SITE.

    • Street :Friends colony
    • Person :Shivanshu Tiwari
    • Phone :+919627142530
    • Country :INDIA
    • Email :shivanshut9889@gmail.com

    Keep in mind your longer-term goals, and ensure that whatever you’re doing now is putting you on the path to meeting your career objectives in the next three-five years. .

    I was vary of openly inviting people to voice their concerns, and sure enough, I had a few people tell me they felt a small or large part of the review was incorrect or unfair. I do keep an open mind on me not necessarily having all the context