Monday 27 March 2017

Core Java Assignment 19

Core Java Assignment 19

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 19



Write a java program to draw a Mandelbrot, which is a collection of points in the plane
whose boundary forms a fractal.

Core Java Assignment 18

vCore Java Assignment 18


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 18


Write a program using inheritance that should be able to draw a circle, Ellipse, square,
rectangle, parallelogram and a rhombus when relevant dimensions are read in e.g. a circle 

Core Java Assignment 17

Core Java Assignment 17

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 17


Create a layout prototype of Ms-Paint in Java swing using menu

Core Java Assignment 16

Core Java Assignment 16


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 16

Create an application that creates a ball which bounces with the help of thread in Graphics.

Core Java Assignment 15

Core Java Assignment 15


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 15


The Indian Airlines has launched a fast transportation service, using their supersonic passenger airplanes. You are hired by the Indian Airlines for maintaining their database. It contains only a single table, called Route, which holds all pairs of cities with a directed connection, the distance between them, and the type of aircraft used for that trip. An example table is given below:

Sunday 26 March 2017

Microsoft Word : Page Layout Hindi Tutorial

Microsoft Word : Page Layout Hindi Tutorial

Microsoft Word : Page Layout Hindi Tutorial
Thems,Page Setup, Page Background,Paragraph,Arrange

Thursday 23 March 2017

Optical Illusion

In optical illusion mind send signal whatever it interpret at first look mind create an image by its entire surrounding image. Some time surround image background prevents our mind to accept truth.

An optical illusion (also called a visual illusion) is an illusion caused by the visual system and characterized by visually perceived images that differ from objective reality. The information gathered by the eye is processed in the brain to give a perceptive that does not tally with a physical measurement of the stimulus source.

optical illusion

Wednesday 22 March 2017

Microsoft Word : Graphics Hindi Tutorial

Microsoft Word : Graphics,Chart,Autoshape,Smart Art Hindi Tutorial

Microsoft Word : Graphics,Chart,Auto shape,Smart Art Hindi Tutorial

Tuesday 21 March 2017

Microsoft Word : Table Hindi Tutorial

Microsoft Word : Table Tutorial Hindi

Microsoft Word : Table Tutorial Hindi

Monday 20 March 2017

Microsoft Word Hindi Tutorial

Microsoft Word Hindi Tutorial insert menu

Microsoft Word Hindi Tutorial insert menu part 1

Sunday 19 March 2017

Core Java Assignment 14


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 14



Create table with the following structure:
Userid         Character         10
Password      Character        10
Primary Key-Userid

Now design a login form(connected to database using jdbc) and show a welcome message if userid and password combination is correct, otherwise display an error message.

Core Java Assignment 13


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 13


Create the following form using java applet/Swing and the text in text box should be formatted as per the selections:

Saturday 18 March 2017

Microsoft Word Text Selection

Microsoft Word Text Selection Video Tutorial in Hindi

Microsoft Word Text Selection Video Tutorial in Hindi

Microsoft Word Printing

Microsoft Word Printing Video Tutorial in Hindi

Microsoft Word Printing Video Tutorial in Hindi


Microsoft Word Home Tab

Microsoft Word Home Tab Tutorial in Hindi

Microsoft Word Home Tab Tutorial in Hindi

Microsoft Word Introduction

Microsoft Word Introduction in hindi

Microsoft Word Introduction. Video Tutorial in Hindi

Tuesday 14 March 2017

Wysiwyg Editor

Wysiwyg Editor

WYSIWYG  is an acronym for "what you see is what you get". In computing, a WYSIWYG editor is a system in which content (text and graphics) can be edited in a form closely resembling its appearance when printed or displayed as a finished product, such as a printed document, web page, or slide presentation.

<?php 
$msg="";
if(isset($_POST['save']))
{
$string = str_replace(' ', '-', $_POST['fn']); // Replaces all spaces with h

Core Java Assignment 12


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 12

a) Make a table with your friend’s details in it.
b) Column One, your friends names

Core Java Assignment 11


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 11


Design the above webpage in which the links for courses should be in the same page with
the following details:

Short term Courses.
Doeacc Center offers following short-term courses
a) Use of Personal Computer

Core Java Assignment 10

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 10


Design the following web page using HTML Tags:

Core Java Assignment 9


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 9

Design the form using HTML tags.

Core Java Assignment 8

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 8


Create the following HTML page

Core Java Assignment 7


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 7

Prepare a "resume.html" that might include such information as:
a) distinguishing marks
b) special interests
c) work history

Sunday 12 March 2017

UGC Net Computer Science December 13 Paper 3 Page 3 Solved

UGC Net Computer Science December 13 Paper 3 Page 3 Solved

UGC Net Computer Science December 13 Paper 3 Page 3 Solved

21. Given the following statements :
S1 : The grammars S → asb | bsa |
        ss | a and S → asb | bsa | a are not equivalent.
S2 : The grammars S → ss | sss |
        asb | bsa | λ and S → ss | asb | bsa | λ are equivalent.

Which of the following is true ?

(A) S1 is correct and S2 is not correct.
(B) Both S1 and S2 are correct.
(C) S1 is not correct and S2 is correct.
(D) Both S1 and S2 are not correct.
Answer B
Explanation :-

Saturday 11 March 2017

Library Management Project


Library Management Project Baner

Girfa Library Management is window based software written in VB.Net. This software covers all working aspect of a library. You can use this software at any school, college or any book shop that run their own paid library. Due to flexible of this software, which achieve all the activity of library Management task in an efficient way. The simplicity of the software need little bit training for execution. Power of software is wide range of report generation which makes audit work easy. Various types of setting option in option menu like book issue day, fine amount and many more makes this software dynamic.

Friday 10 March 2017

Polymorphism

Polymorphism Banner


“One name many form.”

Polymorphism gives the ability to dynamic programming to a language which reduces to write repeated code for each module. You can use polymorphism for flexible programming for example if you‘re making software for a school and you need to print record of different type person which may be student, teacher, non teaching staff etc. So without using polymorphism you need to make separate function for each person related record printing. which lead to increase complexity. In polymorphism you need to make a function for printing record and rewrite different version of this as printing which are isolated by function signature. So you have a better approach to solve your need with flexible coding.

Wednesday 8 March 2017

UGC Net Computer Science December 13 Paper 3 Page 2 Solved

UGC Net Computer Science December 13 Paper 3 Page 2 Solved

UGC Net Computer Science December 13 Paper 3 Page 2 Solved

11. Match the following style rules for reusability :
              List – I                                                              List – II
a. Keep methods coherent                                       i. Write a method to get the last element of a list
b. Keep methods small                                            ii. Maintain parallel structure when possible
c. Keep methods consistent                                   iii. Breaking a method into smaller parts
d. Provide uniform coverage                                 iv. Performs a single function or a group
                                                                                     of closely related  functions.

Tuesday 7 March 2017

Check Your Mind

Sunday 5 March 2017

Strong Number

Write a program to check strong number?

A strong number said to be if sum of factorial of each digit from n is equal to given number
i.e           145 = 1! + 4! + 5!
                       = 1 + 24 + 120

                      =145

/*   ***********************************
           Girfa : Student Help
           Strong Number Program

Perfect Number


 Program to check perfect number

A number said to perfect if sum of all its divisor is equal to given number

i.e

Image from wikipedia

/*   ***********************************
           Girfa : Student Help
           Magic Number Program

Saturday 4 March 2017

Magic Number


Program for check whether a number is Magic or Not

A Magic number said to Magic on the behalf of following rule
  • Sum of each digit (1729=1+7+2+9=19)
  • Reverse obtain sum of digit i.e. (19=91)

Thursday 2 March 2017

MySQL Insert Record





Table Structure

Field
Type
Null
Default
Comments
roll
int(11)
No 

 Auto Increment
name
varchar(50)
No 


city
varchar(50)
No 


sub
varchar(30)
No 





Object Oriented Approach


<?php 
$servername = "localhost";
$username = "root";
$password = "";

Core Java Assignment 6

Core Java Assignment 7

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 6


Write a Java Program to create three interfaces, each with two methods. Inherit a new
interface from the three, adding a new method. Create a class by implementing the new

Core Java Assignment 5


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 5


Write an applet with a JTextArea where the user can enter some text. The applet should
have a button. When the user clicks on the button, the applet should count the number of

Core Java Assignment 4

Core Java Assignment 4

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 4


Design a Calculator using Java Applet/Swing. The display should have all the digit buttons
along with buttons for operations +,-,*, / and =. There is a designated panel to show the
current results. If a digit button is clicked, the number is displayed on the panel. If an

Core Java Assignment 3

Core Java Assignment 2


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 3


Write a Java Program to create three new types of exceptions. Write a class with a method

Core Java Assignment

Core Java Assignment


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 2


Open a text file so that you can read the file one line at a time. Read each line as a String

Core Java Assignment

Core Java Assignment


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 1

Write a program that can create a concordance ( A concordance lists every word that
occurs in the document, and for each word it gives the line number of every line in the

Wednesday 1 March 2017

Java Syllabus

Java Syllabus


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.


Java
Syllabus

S. No.
Topic
Minimum number of hours
1
Introduction to Object Oriented Programming
14
2
Introduction to Java programming Language.
32
3
Introduction to UML.
14

                 Lectures  = 60
Practical/tutorials = 60
                      Total = 120

Detailed Syllabus


1. Introduction to Object Oriented Programming 14 Hrs.

Java Course Objective


NIELIT A Level Java Objective

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Objective of the Course


The course is designed to impart knowledge and develop skills required to solve real world problems using object oriented approach, Java Language constructs and Unified Modelling Language. This course covers the subject in 3 sections, viz, Introductions to Object Oriented Programming, Introduction to Java Programming Language, Introduction to UML.

Tuesday 28 February 2017

Flash Shape Change Animation

Flash Shape Change Animation

This post will help you to learn shape change animation in flash 8 just go through following steps with image screen shot


Monday 27 February 2017

Bootstrap Tutorial


Bootstrap Tutorial
Bootstrap is a set different type of CSS Class.  Which help you to make responsive website that adjust its visual appearance dependent on target device resolution? For use   Bootstrap you just need to add bootstrap.min.css in head.

Saturday 25 February 2017

Dynamic Array Java Script


Dynamic Array Java script

Enter Name :



Source Code

<!DOCTYPE> 
<html>

Friday 24 February 2017

CSS Drop Down Menu


CSS Drop Down Menu





This is your page text underneath of menu and menu will overlap this text because of z index

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

Wednesday 22 February 2017

Java Script Button




Button Effect CSS


      

Monday 20 February 2017

Selection Sort

In computer science, a selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and also has performance advantages over more complicated algorithms in certain situations, particularly where auxiliary memory is limited.

Bubble Sort

Bubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. The pass through the list is repeated until no swaps are needed, which indicates that the list is sorted. The algorithm gets its name from the way smaller elements "bubble" to the top of the list. Because it only uses comparisons to operate on elements, it is a comparison sort. Although the algorithm is simple, most of the other sorting algorithms are more efficient for large lists.