What are the Registers? Different types of registers in computer . Registers are the temporary storage elements that store the result of different mathematical or logical operations performed by ALU in CPU. Types of registers Different types of registers are Read More …
Category: Computing
how parallel architecture is used for accelerating BL-SOM using dedicated hardware
What is Batch Learning self organizing mapping (BL-SOM) how parallel architecture is used for accelerating BL-SOM using dedicated hardware. This is a review article and all rights are reserved by Ryota Miyauchi, Akira Kojima, Hideyuki Kawabata and Tetsuo Hironaka Graduate Read More …
IPV4 Vs IPV6
IPV4 & IPV6 IPV4 Vs IPV6. Lets first study about what is internet Protocol (IP) ? Internet Protocol Internet Protocol is a set of technical rules that defines how computers communicate over a network. It is a network-layer protocol used Read More …
What is UMTS?
What is UMTS? What is UMTS? Universal Mobile Telecommunications System (UMTS) is envisioned as the successor to Global System for Mobile Communications (GSM). UMTS signals the move into the third generation (3G) of mobile networks. UMTS also addresses the growing Read More …
what is the switch Statement in C++?
Introduction to switch Statement what is the switch Statement in C++?. In programming, whenever you have to select amongst the multiple options for the same variable switch statement is preferable. It is also possible to implement the decision tree with Read More …
How to connect printer to wifi ?
How to connect printer to Wi-Fi ? How to connect the printer to Wi-Fi ? We can connect our printer to Wi-Fi to print over Wi-Fi from our computer. This process takes the following steps. First of all turn on Read More …
How many types of inheritance are here in C++?
Types of inheritance How many types of inheritance are here in C++? Lets learn about each in detail. As we know that when we use the word “shapes” in geometry then it means that shape can be a rectangle, a Read More …
What are the decision making statements in C++?
What are the decision making statements in c++? What are the decision making statements in C++? Generally a program’s structure flows sequentially. By sequentially we mean that each instruction is executed one after another. This flow can be interrupted or Read More …
What is the criteria for choosing a microcontroller?
What is the criteria for choosing a microcontroller? What is the criteria for choosing a microcontroller? A microcontroller (MCU for microcontroller unit) is a small computer on a single metal-oxide-semiconductor (MOS) integrated circuit (IC) chip. A microcontroller contains one or Read More …
How to use rand() function in C++?
Introduction to random numbers in c++ How to use rand() function in C++? How does it generate random number? An interesting programming application in C++ is the random number generation. Different game playing programs can be developed using its concept Read More …