Author name: SKB

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 »

Basic Science MCQ-3

1._________is the comparison of an unknown quantity with a known standard quantity of same kind. a) Length b) Measurement c) width d) None 2. ______is the space occupied by an object. a) Volume b) density c) Length d)None 3. The ratio of CGS to SI unit of mass is ______ a) 1:100 b) 1:1000 c)

Share

Basic Science MCQ-3 Read More »

VLookup and HLookup

Excel has built-in functions called VLookup [Verticals Lookup] and HLookup [Horizontal Lookup] These two functions are now most widely used formula for finding absolute and reference values from  sheet.     VLOOKUP is a Vertical Lookup for searching values from first column.  VLookUp : Please create following excel sheet with data in it and write

Share

VLookup and HLookup Read More »

Bootstrap panels

Creating Panels in Bootstrap The following example shows that how to create beautiful panels using Bootstrap.     Simply copy and paste the following code in notepad and save it as xyz.html (any file name but .html extension) and view in browser. <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Examples</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″>

Share

Bootstrap panels Read More »

Share
Scroll to Top