Sunday 9 April 2017

NIELIT A Level Solve Paper 
Java -July-2016
A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA


PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR”answer sheet supplied with the question paper, following instructions therein. (1x10)
1.1 Which of the following class is a superclass that declares the common features of GUI
components in packages java.awt and javax.swing?
A) Component
B) Container
C) Panel
D) Frame

Java Solved Paper







NIELIT A Level Solve Paper
Core Java January, 2016
A10.1-R4: INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING THROUGH JAVA

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)
1.1 Which of the following is valid long literal?
A) 0x99fffL
B) ABCDEFG
C) 0x99fffa
D) 99671246

NIELIT A Level Solve Paper
Core Java Solved July, 2015
A10.1-R4: INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING THROUGH JAVA

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)
1.1 What does the expression 1.0 / 0.0 return?
A) Double.NaN
B) 0.0
C) Run time exception is generated
D) Double.INFINITY

Friday 7 April 2017

Java Sample Paper




NIELIT A Level Java Soled Paper
January, 2015
A10.1-R4: INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING THROUGH JAVA


PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)
1.1 Which one of the following is not an AWT Event class?
A) MenuEvent
B) MouseEvent
C) ActionEvent
D) InputEvent

Thursday 6 April 2017

Java Solved Paper

NIELIT A LEVEL Java Solve Paper
July, 2014
A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 Which of the following is possible in a class if class is declared as an abstract?
A) Instance block
B) Static block
C) Final method
D) All of the above

Java Solved Paper

NIELIT Java Sample Paper Solved
July, 2013
A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 Which is a valid key word in Java?
A) Integer
B) unsigned
C) string
D) class

Wednesday 5 April 2017

Java Solved Paper

NIELIT A Level Solve Paper

January-2013

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


PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)
1.1 The basic design strategies embedded in object-oriented programming is/are
A) Abstraction
B) Composition
C) Generalization
D) All of the above

Tuesday 4 April 2017

NIELIT A Level Java Solve Paper Jan-14

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


PART ONE

(Answer all the questions)


1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)


1.1 Methods used to obtain information about an object are known as

A) accessor methods

B) setter methods

C) mutator methods

D) none of the above

NIELIT A Level Java Solve Paper July-12

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


PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)

1.1 In UML diagram of a class
A) state of object cannot be represented
B) state is irrelevant
C) state is represented as an attribute
D) state is represented as a result of an operation

Monday 3 April 2017

What is MAN

NIELIT O Level Solved Paper
Internet and Web Technology


Q: Define MAN. Write down three important features that discriminate MAN from WAN.

A metropolitan area network (MAN) is a network that connect users with computer resources in a geographic area or region larger than that covered by even a large local area network (LAN) but smaller than the area covered by a wide area network (WAN). The term is applied to the interconnection of networks in a city into a single larger network (which may then also offer efficient connection to a wide area network). It is also used to mean the interconnection of several local area networks by bridging them with backbone lines. The latter usage is also sometimes referred to as a campus network.

What is Topology

Nielit O Level Solved Paper
Internet and Web Design

Q: Explain in brief: Bus, Star and Ring Network Topologies

Physical and logical arrangement of devices with a network is known as Topology.


Bus Topology

A bus topology is a network setup in which each computer and network device are connected to a single cable or backbone.A signal from the source is broadcasted and it travels to all workstations connected to bus cable. Although the message is broadcasted but only the intended recipient, whose MAC address or IP address matches, accepts it. If the MAC /IP address of machine doesn’t match with the intended address, machine discards the signal.

Saturday 1 April 2017

Microsoft Word Table Index

Microsoft Word Table Index Hindi Tutorial

Microsoft Word Table Index,Table of content and reference Tab in HIndi

Microsoft word has reference tab which enable you to male table of index,table of content,Figure Index and many more cover in this video.

Friday 31 March 2017

Describe the ISDN

Q 5 (a). Describe the ISDN ?

Describe the ISDN ?


Integrated Services Digital Network (ISDN)

Integrated Services Digital Network (ISDN) is a telephone system network. It is a wide area network which is widely available. Before to the ISDN, the telephone system was viewed as a way to transport only voice, with some special services available for data. The key feature of the ISDN is that it integrates speech and data on the same lines, adding features that were not available in the classic telephone system.

Tuesday 28 March 2017

Database relationship

Database relationship

Microsoft Access is an example of relational database. In relational data base we can join a table to more than one table which makes relationship. With this capability our access database becomes more powerful than non-relational data base category. Consistency of database become easy and easily achieve by database on automatically.  If you want to make relationship in access database then you need at least two tables and one field must be common in both tables. For example, we are going to make relationship between two tables’ student and canteen. Student table store record of student and canteen stores what the products students are having. So in this type of relationship student is master table and canteen is related table. So student table need a primary key which uniquely identified a record from student table. Canteen table must have a key which match the data type of student table primary key which further known as foreign key.

Monday 27 March 2017

January 2016 M2-R4 INTERNET TECHNOLOGY AND WEB DESIGN

January 2016  INTERNET TECHNOLOGY AND WEB DESIGN

Answer Key

Core Java Assignment 25

Core Java Assignment 25


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

Assignment 25


Some combined bath-showers have two faucets and a lever for controlling the flow of the
water. The lever controls whether the water flows from the showerhead or directly into the
tub. When the water is first turned on, it flows directly into the tub. When the lever is

Core Java Assignment 24

Core Java Assignment 24

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

Assignment 24



A simple digital watch has a display and two buttons to set it, the “A” button and the “B”
button. The watch has two modes of operation, display time and set time. In the display
time mode, hours and minutes are displayed, separated by a flashing colon. The set time
mode has two sub-modes, set hours and set minutes. The “A” button is used to select

Core Java Assignment 23


Core Java Assignment 23


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

Assignment 23


The direction control for some of the first toy electric trains was accomplished by
interrupting the power to the train. Prepare state diagrams for the headlight and wheels of
the train, corresponding to the following scenario:

Power is off, train is not moving.
Power is turned on, train moves forward and train headlight shines.
Power in turned off, train stops and headlight goes out.

Core Java Assignment 22

Core Java Assignment 22


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

Assignment 22



Prepare a class diagram from the instance diagram in the following figure

Core Java Assignment 21

Core Java Assignment 21


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

Assignment 21


The following is a partial taxonomy of rotating electrical machines. Electrical machines may
be categorized for analysis purposes into alternating current (ac) or direct current (dc).
Some machines run on ac, some on dc, and some will run on either. An ac machine may
be synchronous or induction. A few examples of electrical machines include large
synchronous motors, small induction motors, universal motors, and permanent magnet
motors. Most motors found in the homes are usually induction machines or universal
motors. Universal motors are typically used in where high speed is needed such as in
blenders or vacuum cleaners. They will run on either “AC” or “DC”. Permanent magnet
motors are frequently used in toys and will work only on dc.

Core Java Assignment 20

Core Java Assignment 20


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

Assignment 20


Draw use case diagram for the parking ticket payment system .The information for the
system is given below:
     a) Patrol Officer enters ticket information. (ticket status = unpaid)
     b) Ticket Holder views her ticket by ticket number. (ticket status = unpaid)

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