Posts

Showing posts from July, 2019

Implementation of Logical Gates in C++ Programming Language Using Functions

Image
Implementation of Logical Gates in C++ Programming Language: The output of logical gates AND, OR and NOT using Functions are become easy with the help of the C++ program execution. Code of Logical Gates Implementation:  #include<iostream> using namespace std; int and(int x,int y); int or(int x,int y); int not(int x); void main() { int x,y; cout<<"Enter 1st Number"<<endl; cin>>x; cout<<"Enter 2nd Number"<<endl; cin>>y; cout<<"AND logical gate execution"<<endl; cout<<and(x,y)<<endl; cout<<"OR logical execution:  "<<endl; cout<<or(x,y)<<endl; cout<<"Not Logical execution:  "<<endl; cout<<not(x)<<endl; } int and(int x,int y) { if(x==1 && y==1) return 1; else return 0; } int or(int x,int y) { if(x==0 && y==0) return 0; else return 1; } int not

Top 5 Universities in Azad and Jammu Kashmir

Image
Top 5 Universities in Azad and Jammu Kashmir: Top 5 universities in Azad and Jammu Kashmir their names,establishing year, specialization and a presentation is given in this post so keep reading this post also bookmark this website for more presentations. Top 5 universities: The top 5 universities in Azad and Jammu kashmir are given below: Mirpur University of Science and Technology. University of Azad and Jammu Kashmir. University of Poonch. Al Khair University. Mohi-Ud-Din Islamic University.  Establishing Year's: The establishing year's of these universities are given below: Mirpur University of Science and Technology  (1980, Mirpur). University of Azad and Jammu Kashmir (1980, Muzaffarabad). University of Poonch (1980, Rawalakot). Al Khair University (1994, Mirpur). Mohi-Ud-Din Islamic University (2000, Nerian Sharif). Presentation: Download: To download this presentation click on the given link below: Download Now

Top 5 universities in Baluchistan,Pakistan

Image
Top universities in Baluchistan,Pakistan: The top 5 universities in the province Baluchistan of Pakistan will be discussed below with their names, establishing years specialization and presentation on these universities.So keep reading this post to get more knowledge about the top 5 universities of Baluchistan. Top 5 Universities names: The name of the top 5 universities of the Baluchistan province Pakistan are given below: University of Baluchistan Baluchistan University of Engineering and Technology. Al-Hamd Islamic University. Baluchistan university of information Technology Engineering and Management Sciences. Sardar Bahadur Khan Women's University. Top 5 universities establishing year's: The establishing year of the top 5 universities of the Baluchistan province Pakistan are given below: University of Baluchistan (1970, Quetta). Baluchistan University of Engineering and Technology (1987, Khuzdar) . Al-Hamd Islamic University (1995, Quetta) .