Data Communication and its Protocols
Data Communication We all are acquainted with some sorts of communication in our day to day life. For communication of information and messages we use telephone …
Read MBA, BBA, B.COM Notes
Data Communication We all are acquainted with some sorts of communication in our day to day life. For communication of information and messages we use telephone …
There are three ways of transmitting data from one point to another as shown in Figure. 1. Simplex : In simplex mode, the communication can take place …
ASCII American Standard Code for Information Interchange also known as ANSI X3.4 7 bit code uses 8th bit as most significant bit for error checking. Text files …
Computer device that determines the best path out of the available path for a transmission. 2 main Softwares used in it: 1. Operating System 2. …
DBMS One Liner # DBMS contains information about a particular enterprise # Collection of interrelated data # Set of programs to access the data # …
Arrays One Liner # The very common linear structure is array. Since arrays are usually easy to traverse, search and sort, they are frequently used to …
What Is A File System? # A file system is basically a set of rules used to decide how data is stored and fetched in …
Memory Management # Memory is central to the operation of a modern computer system. Memory is a large array of words or bytes, each with its …
Difference between Process and Thread # Process is called heavy weight process. Thread is called light weight process. # Process switching needs interface with operating system. Thread switching does not need to call a operating …
Context Switch When the scheduler switches the CPU from executing one process to executing another, the context switcher saves the content of all processor registers for the process being …
You must be logged in to post a comment.