mindtrickpages-blog
mindtrickpages-blog
Untitled
69 posts
Don't wanna be here? Send us removal request.
mindtrickpages-blog · 8 years ago
Text
Multiple Choice Questions of Computer Networking set 4
Multiple Choice Questions of Computer Networking set 4
Multiple Choice Questions of Computer Networking SET-4
Multiple Choice Questions of Computer Networking: -Hi Readers, In this tutorial, we will discuss MCQ’s on Computer Network. Every MCQ of the computer network has 4 relative answers and the correct answer is bold.
Multiple Choice Questions of Computer Networking
    1.Which of the following is not the Networking Devices? A. Gateways B. Windows
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Multiple Choice Questions of Computer Networking
Multiple Choice Questions of Computer Networking
Multiple Choice Questions of Computer Networking SET-3
Multiple Choice Questions of Computer Networking: -Hi Readers, In this tutorial, we will discuss MCQ’s on Computer Network. Every MCQ of the computer network has 4 relative answers and the correct answer is bold.
Multiple Choice Questions of Computer Networking
1 Which of the following is not the External Security Threats? A. Front-door…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
MCQ's of Computer Network set 2
MCQ’s of Computer Network set 2
MCQ’s of Computer Network SET-2
MCQ’s of Computer Network: -Hi Readers, In this tutorial, we will discuss MCQ’s on Computer Network. Every MCQ of the computer network has 4 relative answers and the correct answer is bold.
MCQS of Computer Network
1. The class-based addressing is also known as A. Modern Model B. Classful Model C. Classless Model D. Heterogeneous Model
2. Which of the following…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
MCQ's on Computer Network set 1
MCQ’s on Computer Network set 1
MCQ’s on Computer Network SET-1
MCQ’s on Computer Network: -Hi Readers, In this tutorial, we will discuss MCQ’s on Computer Network. Every MCQ of the computer network has 4 relative answers and the correct answer is bold.
MCQS on Computer Network
1.What is a Firewall in Computer Network? A. The physical boundary of Network B. An operating System of Computer Network C. A system designed to…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
MCQ's on Computer Network
MCQ’s on Computer Network
MCQ’s on Computer Network SET-1
MCQ’s on Computer Network: -Hi Readers, In this tutorial, we will discuss about MCQ’s on Computer Network. Every MCQ of computer network has 4 relative answers and the correct answer is bold.
MCQS on Computer Networking
7-1. DHCP Server provides _____ to the client. A. Protocol B. IP Address C. MAC Address D. Network Address
7-2. A set of rules that govern all…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Even or Odd Program in C++
Even or Odd Program in C++
Even or Odd Program in C++
Even or Odd Program :-Hi Readers as you know,In Mathematics an Even numbers are those numbers which are divisible by 2, and which numbers are not divisible 2 is called an Odd number.
Program Logic :-To find Even and Odd number in c++ and logic for is that  we have to  check remainder of number is zero or not, If remainder of a number is equal to zero that means number…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Kendriya Vidyalaya Sangathan KVS Class 1 Online Admission Form
Kendriya Vidyalaya Sangathan KVS Class 1 Online Admission Form
Kendriya Vidyalaya  Sangathan  KVS Class 1 Online Admission Form 2017
KVS Class 1 Online Admission Form :-Hi Readers,Here is good news for all aspirants waiting for KVS Kendriya Vidyalaya Sangathan KVS Shaaladarpan Goverment Jobs.Kendriya Vidyalaya  Sangathan  KVS has announced a  Online Application Admission Form for the Class I Admission in Various Kendirya Vidyalaya al over India.  Candidates…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
CBSE NEET 2017 Online Admission Form
CBSE NEET 2017 Online Admission Form
CBSE NEET 2017 Online Application Form
Job Name: CBSE NEET 2017 Online Admission Form
Hi Readers,Here is good news for all candidates  as Central Board of Secondary Education CBSE  has announced Online Application Form for the All India National Eligibility Cum Entrance Test NEET 2017.Candidates which arere Interested to the AIPMT / NEET Admission Form and Completed the All Eligibility Criteria…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Stored Procedure for generating Password in SQL Server
Stored Procedure for generating Password in SQL Server
In this tutorial i am going to write a Stored Procedure to Generate Password.
Introduction:
Here is a Script that will Generate Password in SQL Server.
You must also follow the following links.
Generate Random Number in SQL Server.
User Defined Function to Extract Number From String in SQL Server.
Here is the Script to Generate Password in SQL Server:
CREATE PROCEDURE…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Uttar Pradesh Combined State Upper Subordinate PCS Pre 2017 Online
Uttar Pradesh Combined State Upper Subordinate PCS Pre 2017 Online
Uttar Pradesh Combined State Upper Subordinate PCS Pre 2017 Online Job Name Uttar Pradesh Combined State Upper Subordinate PCS Pre 2017 Online Form Job Date : 22 February 2017  Uttar Pradesh Combined State Upper Subordinate PCS Pre 2017 Online :
Uttar Pradesh Public Service Commission UPPSC Allahabad come with new vacancies for all aspirants to apply  Online Application Form for the…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Routing in ASP.NET MVC
Routing in ASP.NET MVC
In this tutorial i am going to explain you about Routing in ASP.NET MVC. This is very interesting topic for any beginner who has just started learning MVC.
Introduction:
Routing is a very essential part on any Web Application. Routing plays an important role in ASP.NET MVC Application. Routes maps Controller and their Action method. What does it mean? We perform routing to call Controller and…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Program to Reverse Number using php
Program to Reverse Number using php
Hi Readers, In this tutorial i am going to explain about how to Reverse   Number  using php. strrev() function is used to reverse any given number in php, but here we can perform this operation without using strrev() function and using strrev() function.I have explained both with pre defined function or without using function
Reverse Number  Program in PHP
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Assembly Interview Questions and Answers in C#
Assembly Interview Questions and Answers in C#
In this tutorial i am going to give some Interview Questions and Answers related to Assembly in C#.
Introduction:
Assembly is the most favorite topic during interview.Here i am going show you some Questions and Answers related to Assembly.
You must follow the following links.
Interview Question on Method & Property In C#.
Interview Questions And Answers on Class in C#.
C# Interview Questions &…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Views in ASP.NET MVC
Views in ASP.NET MVC
In this tutorial i am going explain you about Views in ASP.NET MVC.
Introduction:
In Model –View- Controller patterns, Views are simply User Interface  that  encapsulates the presentation logic. Views should not contain any Business Logic or Database related code. Views display Model data from the Controller . All Application Logic
We can find Views inside Views folder. Views folder contains a…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Print Star Pattern in PHP
Print Star Pattern in PHP
Hi Readers ,here i am going to explain about print star pattern using PHP. If you have good understanding about if loop then it is very easy to understand this concept.Lets we starts a session about Print Star Pattern.
Print Star Pattern one by one in PHP
<?php for ($starrow = 1; $satrrow <= 6; $starrow++) { echo "* </br>"; } ?>
Output
* * * * *
*
Print Triangle of Stars in PHP
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
prime number
Hi Readers, We have created a simple or small program to check whether number is prime or not in PHP. Number is a prime number that is divisible only by itself and 1 ….(like 3,2,5,7,11).Same program to find prime number in c#
  Program to find prime numbers in between a Range
<?php error_reporting(E_ALL); $number =100; for( $icount = 2; $icount <= $number; $icount++ ) { for( $jcount = 2; $jcount…
View On WordPress
0 notes
mindtrickpages-blog · 8 years ago
Text
Php program to find Palindrome number
Php program to find Palindrome number
Palindrome number Program in PHP
Palindrome number is a number which remains same after reverse of any number. For example If we reverse 131 result will be  same as 131 .
Alogirthom to check whether number is palindrome or not
n = number; rev = 0; while (number > 0) { dig = number % 10; rev = rev * 10 + dig; number = number / 10; }
Step to check
Take a number.
Re…
View On WordPress
0 notes