What is Register in computer ?

What is Register in computer ? Register एक बहुत ही fast कंप्यूटर मेमोरी होती है जिसका इस्तेमाल data (instruction) को store करने के लिए किया जाता है। Register का प्रयोग CPU के द्वारा बहुत सारे operations को करने के लिए किया जाता है। जब हम कोई input system को देते है तो ये input registers […]

Continue reading

What is GSM ? GSM क्या है ?

What is GSM ? GSM क्या है ? GSM का पूरा नाम [Global Systems for Mobile Communication] है. यह मोबाइल नेटवर्क के लिए एक Second Generation (2G) Standard है |यह एक Digital Cellular Technology है जिसका इस्तेमाल हम mobile voice तथा Data Services को Transmit करने के लिए किया जाता है. इसमें Mobile Voice तथा […]

Continue reading
Routing protocol

What is Routing Protocol ?

Routing protocol :- Routing protocol का इस्तेमाल router के द्वारा internetwork में networks को dynamic तरीके से find (खोजने) के लिए किया जाता है “Routing protocol नियमों का एक समूह होता है जिनका इस्तेमाल router के द्वारा सबसे बेहतर paths (रास्तों) को खोजने के लिए किया जाता है जिससे कि router उन paths से data […]

Continue reading

Malloc & Calloc – malloc और calloc के बीच अंतर

Difference Between Malloc & Calloc – malloc और calloc के बीच अंतर:- malloc() क्या है? malloc का पूरा नाम memory allocation होता है। यह एक लाइब्रेरी फंक्शन है जिसका इस्तेमाल केवल एक memory block को डायनामिक तरीके से allocate करने के लिए किया जाता है। malloc() फंक्शन की मदद से हम प्रोग्राम को execute करते […]

Continue reading

Call By Value and Call By Reference

Call By Value and Call By Reference:- Call by Value :- जब हम function को call करते समय, variable की value को pass करते हैं तो ऐसे functions को call by value कहते है। Call By Value Example:- #include<stdio.h> #include<conio.h> void swap(int x, int y) { int temp; temp = x; x = y; y […]

Continue reading

Symmetric and Asymmetric

Symmetric and Asymmetric:- Symmetric Key Cryptography वह Cryptography है जिसमें एक ही Key का प्रयोग Plain Text के Encryption तथा Cipher Text के Decryption के लिए किया जाता है। इस प्रकार की Cryptography में Sender तथा Receiver के पास एक ही समान Key होती है। Symmetric Key Cryptography को Private Key Cryptography भी कहते है।Asymmetric […]

Continue reading

Point to Point Tunneling Protocol (PPTP)

PPTP एक ऐसी technology है जिसके द्वारा virtual private network(VPNs) का created किया जाता है जिससे कि messages या data को एक node से दूसरे node सुरक्षित तरीके से भेजा जा सके। PPTP के Through हम अपने data या messages को सुरक्षित तरीके से tunnels में से होकर गुजारते है जिससे कि उसे कोई भी […]

Continue reading

BCS-41 Most Important Questions

BCS-41 Most Important Questions What is frequency modulation? Give two advantages and two disadvantages of frequency modulation? What is multiplexing? Briefly discuss the importance of multiplex? Differentiate between OSI and TCP/IP model.? Explain Data Encryption Standard (DBS) with suitable example? Compare circuit switching with virtual circuit and Datagram.? Discuss OSI reference model with suitable block […]

Continue reading