WHY SOCIAL MEDIA IS BECOMING CRUEL AND NOT RECOMMENDED FOR SCHOOL STUDENTS!!
W hen we talk about social media, the terms come into our minds are Facebook,…
Write an “Echo Client” and “Echo Server” using UDP in Cto estimate the round trip Time from client to the server. The server should be such that it…
Read moreConsider the E-R diagram in the following Figure , which models an online bookstore. a. List the entity sets and their primary keys. Solution: The …
Read more11. What is the address space in each of the following systems? a. A system with 8-bit addresses => 2^8 b. A system with 16-bit addresses =&…
Read moreAs discussed in the post, What is Process Synchronization? , we came to know what is process synchronization and what is critical section problem. …
Read moreWHY DO WE REQUIRE PROCESS SYNCHRONIZATION? In Multiprogramming, there are two kinds of processes. One is independent processes and the another one is…
Read moreSTEPS TO CREATE A .SH FILE IN LINUX: Sorry for the poor quality of the images, we will update it very soon :) STEP 1: Open a folder using cd comman…
Read moreNetwork Topology in computer networking explains how different devices or nodes are connected physically to form a network and the logical flow of i…
Read moreWhat is the output of the following code- fork() system call #include <stdio.h> #include<unistd.h> int main() { if(fork() &…
Read moreWrite a program to create a class shape with functions to find the area of the shapes. Create derived classes circle, rectangle and trapezoid each h…
Read moreCreate a class called 'Matrix' containing a constructor that initializes the number of rows and number of columns of a new Matrix object. Th…
Read moreConsider a game where we are given two types of power A and B and three types of area X,Y,Z. Every second you have to switch between these areas, …
Read more#include < bits/stdc++.h > using namespace std; bool**dp; void printvector(vector < int > &v) { for(int i=0;i < v.size…
Read more#include < bits/stdc++.h > using namespace std; int main() { int n; cin >> n; int a[n]; for(int i=0;i &…
Read moreHow to rotate an array by d elements? (Efficient approach) #include <bits/stdc++.h> using namespace std; void reverseArray(int a[],int i,int …
Read morePOSTS: 1. Compare and plot the graph of CPU time for different sorting algorithms- bubble sort, selection sort, insertion sort for different c…
Read moreW hen we talk about social media, the terms come into our minds are Facebook,…