
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bhanu Priya has Published 1449 Articles

Bhanu Priya
2K+ Views
Digital Modulation is the process of converting between bits and signals.Transmission MechanismsThe various modulation schemes result in various transmission mechanisms which are as follows −Baseband transmission.Passband transmission.Multiplexing TechniquesSharing of a transmission channel by various signals is called multiplexing. The different multiplexing techniques are as follows −Time division multiplexing.Frequency division multiplexing.Code ... Read More

Bhanu Priya
6K+ Views
Digital Modulation is the process of converting between bits and signals.Transmission MechanismsThe various modulation schemes result in various transmission mechanisms which are as follows −Baseband transmission.Passband transmission.Multiplexing TechniquesSharing of a transmission channel by various signals is called multiplexing. The different multiplexing techniques are as follows −Time division multiplexing.Frequency division multiplexing.Code ... Read More

Bhanu Priya
3K+ Views
Digital wireless communication is not a new idea. Earlier, Morse code implemented the wireless network. Now-a-days, the modern digital systems use wireless systems of the same idea as Morse code as implemented but with better performance.Categories of Wireless NetworksWireless Networks are divided into three categories as explained below −System InterconnectionIt ... Read More

Bhanu Priya
6K+ Views
Transmitting the data in the form of packets over the internet is called casting.Types of CastingsThe different types of casting are as follows −Unicast − Transmitting data from one host to another host (one-one)Broad cast − Transmitting data from one host to many host (one-all)Multicast − Transmitting data from one ... Read More

Bhanu Priya
2K+ Views
Computer network is a group of computers or nodes that are linked to each other to share information and resources. Whereas, IP addresses are generally represented by a 32-bit unsigned binary value. It is represented in a dotted decimal format.For example, 9.250.7.5 is a valid IP address.The IP address consists ... Read More

Bhanu Priya
2K+ Views
IP addresses are generally represented by a 32-bit unsigned binary value. It is represented in a dotted decimal format. For example, 9.250.7.5 is a valid IP address.The IP address consists of a pair of numbers −IP address = Class-based IP addressesThe first bits of the IP address specify how the ... Read More

Bhanu Priya
1K+ Views
Datatype is the declaration of memory location or variable. Data can be of different types and some of the examples of data types in C language are as follows −Integers, rational numbers, whole numbers, real numbers, complex numbers, vectors, characters etc.Coming to the machine hardware, the data is everything encoded ... Read More

Bhanu Priya
1K+ Views
Computer is an electronic device which can used to store data and to perform operations, based on the size of computer, the computer may be divided into four types they are −Micro-computer (small)Mini-computer (medium)Mainframe computer (large)Supercomputer (very large)Micro-computerThe CPU used in micro-computer is microprocessor, it originated in the late 1970’s. ... Read More

Bhanu Priya
2K+ Views
Linked lists use dynamic memory allocation and are collection of nodes.Nodes have two parts which are data and link.Types of Linked ListsThe types of linked lists in C programming language are as follows −Single / Singly linked lists.Double / Doubly linked lists.Circular single linked list.Circular double linked list.Double linked listThe ... Read More

Bhanu Priya
800 Views
Linked lists use dynamic memory allocation and are collection of nodes.Nodes have two parts which are data and link.Types of Linked ListsThe types of linked lists in C programming language are as follows −Single / Singly linked listsDouble / Doubly linked listsCircular single linked listCircular double linked listSingle linked listThe ... Read More