Monday 27 March 2017

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.