What is Abacus? Types of Abacus
In this video, we will discuss What is Abacus? who is the father of abacus? and Types of the abacus, so let’s discuss. What is …
In this video, we will discuss What is Abacus? who is the father of abacus? and Types of the abacus, so let’s discuss. What is …
Computer MCQ | Computer Questions for Competitive Exams | Computer GK Questions Q1) The word computer has been derived from which of the following …
What is Domain? Domain means a territory or a region. From the networking point of view, domain is a territory of all the connected devices …
In this article, we will discuss about what is the spiral model? When to use spiral model? and also discuss some advantages and disadvantages of …
Introduction to OSI Model OSI model is a conceptual model means it’s a concept-based model, which describes how applications can communicate over a network. Full …
In this article, we will discuss What is incremental model? When to use incremental model? and also discuss the advantages and disadvantages of incremental model? …
Unicast, multicast, and broadcast happen at layer-2 and layer-3. Remember layer-2 is the data-link layer where the switch device works using the MAC addresses for …
//Write a program of Shoulin Symbol in C & C++ language #include<conio.h> #include<graphics.h> #include<dos.h> #include<stdlib.h> void main() { int gd=DETECT,gm; int i; initgraph(&gd,&gm,”..bgi”); setcolor(15); arc(250,250,270,90,100); …
https://youtu.be/x4cUBet4jwc//Write a program to draw a Tree in C & C++ language #include<conio.h>#include<graphics.h>#include<dos.h>#include<stdlib.h>void main(){ int gd=DETECT,gm; int i; initgraph(&gd,&gm,”..\bgi”); line(207,220,207,280); line(240,220,240,280); …
In this article, we will discuss what is domain name system (DNS)? Why do we need DNS system? and How DNS works? so let’s discuss. …