CAT 2019

CAT – Common Admission Test 2019 Registration opens: Aug 7, 2019 at 10AM Registration ends: Sep 18, 2019 at 5PM Admit Card Download: Oct 23, 2019 at 5PM Exam/Test Date: Nov 24, 2019 Apply here:  Click this link for apply online About: CAT is a computer-based test for admission for MBA or management program in […]

Share

CAT 2019 Read More »

Full stack developer

What is a full-stack developer? An Information Technology (IT) expert who can work both on a user interface (UI)or client-side and user experience (UX) or server-side technologies and this person knows the 3-tire model of an application. Presentation tier [UI] Business Logic [programming /UX] Database layer [Database server] Now a day’s full-stack developer is in

Share

Full stack developer Read More »

Stored Procedure in MYSQL WAMP

Stored Procedure in MYSQL using PHPMYADMIN Pre-compiled collection of T-SQL statements stored with a name Written by database developers or DBAs Used to perform administrative tasks, or apply complex business rules Contain DML statements Benefits of Stored Procedures —————————————- Increased execution speed Faster access to data Modular programming Consistency Enhanced security   Types of Stored

Share

Stored Procedure in MYSQL WAMP Read More »

Phone and Email Validation – Javascript

Phone and Email Address validation using Javascript The below example with source code explains how to validate phone/mobile number and email address. Source code: [Create the following program in an editor] <html> <head> <script type=”text/javascript”> function Validation() { var a=document.form.phone.value; var b=document.form.email.value; if(a==””) { alert(“please Enter the Contact Number”); document.form.phone.focus(); return false; } if(isNaN(a)) {

Share

Phone and Email Validation – Javascript Read More »

General Management

General Management Program

What is the general management course? General Management is all about learning and mastering managerial skills required to administer the organization. The course on general management covers all areas of management – Marketing, Finance, Human Resource, Information Technology, Strategic Management, and Economics and Organizational Behavior. One must learn these managerial skills to add value to

Share

General Management Program Read More »

How to run python programs on wamp server

How to run python in wamp server and mysql connectivity using python program Steps: Create a simple python program file as following. #!C:/Python27/python.exe print “Content-type: text/html\n” print “<h1 align=center>Python programming</h1>” print “<hr>” print “<h2>Hello, world!</h2>” 2. Save above file as “test.py ” in wamp ->www directory 3. Start wamp server 4. Open browser and type

Share

How to run python programs on wamp server Read More »

AngularJS

What is AngularJS? AngularJS is a front-end open source javascript based framework. AngularJS is maintained and developed by Google and its community of developers. Angular JS is written in javascript and its a cross-platform browser supporting tool. Here the more focus is on HTML web apps with best user experience across different screen sizes (Mobile/Desktop/Projector

Share

AngularJS Read More »

Artificial Intelligence

What is Artificial Intelligence (AI)? According to John McCarthy, AI is an ability to interact with the world in the form of speech, vision, motion, manipulation etc. or Ability to model the world and to reason about it. or Ability to learn and to adapt rapidly. Future goals of AI To build systems that exhibit

Share

Artificial Intelligence Read More »

Computer Shortcuts

All Short Cut Keys for Windows  Alt + F File menu options in current program Alt + E Edit options in current program F1 Universal help (for all programs) Ctrl + A Select all text Ctrl + X Cut selected item Shift + Del Cut selected item Ctrl + C Copy selected item Ctrl +

Share

Computer Shortcuts Read More »

Basic Science MCQ-4

1. If a car moves 240km in 4 hours then the average speed of the car will be ______kmph a) 40 b) 80 c) 60 d) none 2. A rolling ball shows ___ and ____ motion a) Rotational , translational b) rotational , static c) Rotational, Circular d) None 3. The SI unit of speed

Share

Basic Science MCQ-4 Read More »

Share
Scroll to Top