Final Course Project Proposal Hari Chittilla Comp 89H Dr. Ming Lin.

Slides:



Advertisements
Similar presentations
Facilitator: Mrs. Nkeiruka Ojei
Advertisements

Introduction to Microsoft. What is Word A computer program created by Microsoft as part of the Office Suite. (Including Excel, PowerPoint, Outlook and.
.txt What about the Apple Apps? Save As... OR Export Pages Numbers Keynote.
Digital Camera PD Garden Springs Elementary Jamie Burch: TRT Garden Springs Elementary Jamie Burch: TRT.
QUICK DESIGN GUIDE (--THIS SECTION DOES NOT PRINT--) This PowerPoint 2007 template produces a 36”x60” professional poster. It will save you valuable time.
BuddySoft Painter Capstone Project Buddy Landry December 15, 2006.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
My Workspace Profile. Using the course menu, click on Profile.
Operating Systems Day 6. Page Setup 1.Open notepad and type a document or file 2.Click on file menu 3.Click on page setup menu item 4.Select paper size,
Using Audacity Created by: Stephanie Anderson Dublin Unified School District Dublin, California.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
Working with Jing Step 1: Select capture. Use the cross-hairs to select the area you want to capture. Or you can click and drag the cross-hairs to select.
Scavenger Hunt Scavenger Hunt Scavenger Hunt BLACKBOARD SCAVENGER HUNT.
Using RefWorks Downloading Write-N-Cite Eastern Washington University Libraries.
Unit 1 – Improving Productivity Connor Carless Instructions ~ 100 words per box.
Topic (iii) General discussion. Short summary Six interesting papers & several common ideas Relevant issues for «gaining support from everyone» –Motivations.
Word Processing Understanding Microsoft Word 10. Benefits of a Word Processor Word Processing Is the use of a computer and software to produce written.
V0.1 BlackBerry HTML5/WebWorks Applications for the BlackBerry ® PlayBook™ Tablet BlackBerry Academic Program Module 5 - Writing HTML5/WebWorks API Extensions.
Things You Might Not Know About Tobacco Steven Leffert Zane Grey High School CTAP 295 Teaching With Technology.
Writing a Research Proposal. Today Definition and purpose of the proposal Structure of a proposal The process of writing.
COMP 171: Principles of Computer Science I John Barr.
 Saundra Speed  Mariela Esparza  Kevin Escalante.
MS Excel Introduction Short Course Warilla High School April 2008.
Revising. What is Revising? Introduction Writing doesn't end with your first draft. Next you need to revise. When you revise, you do the following: Check.
Word 2007 What’s new in Word 2007? Bryan College presents:
Guide to Programming with Python Chapter One Getting Started: The Game Over Program.
How to Create a Document in Google Drive By Tressa Beckler.
Aubrey Pace. Storybook Weaver Deluxe Developer: MECC/The Learning Company Grade Level: 1-6 Subject Area: Language Arts.
Videos. Adding Videos to a Web Page Videos can make our pages more interesting and engaging. Most video-hosting services, such as YouTube, will provide.
Grad Transitions... A course required for your Graduation!
Introduction ● Course title: – Advanced programming using Java – Object oriented programming in Java ● Textbooks – Thinking in Java 3 rd edition, electronic.
How to Resize and Crop Pictures Easily in Microsoft Paint Ammar Rai ENGL 393.
Muneera AL-Whaibi.  Computer based education is very well received by students ◦ Wanted more of that type of activity ◦ Students seemed to remember that.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
BASIC WORD PROCESSORS WEEK 5. BASIC WORD PROCESSORS Word Processor Word processor is a program which is used to edit text files and format them with font,
More Action... Example or regular text OptionsAllDictionaryThesaurusAppleWikipediaTest OK John Appleseed TextBox Label DesktopScreen Saver Long Button.
FINAL PROJECT ABC FAMILY’S: 25 DAYS OF CHRISTMAS Gussie Reilly.
Module 1 Creating & Using ICT Resources for Literacy.
 The overall objective of this class is to enable you to use a computer.  It is assumed that you have little or no skill and /or knowledge of how.
Intoduction to Andriod studio Environment With a hello world program.
Java State Explorer by: Richard Sherman Stephanie Taylor.
DayTime Tuesday6-9 pm Thursday6-9 pm Contact hours are 36h Course duration is 6 weeks Course will commence on Tuesday 01/02/11 Extended courses will be.
1 Process mapping template - Instructions The following two pages include simple templates for starting a process map –Process mapping shapes –Process.
These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Recitation 5 Intro Engineering Pro Tips. Reminders  If you commission your project before Milestone 3, your team does NOT have to present at Milestone.
CMPT 201 Computer Science II for Engineers
YEAR 12 COMPUTER SCIENCE.
Presented By: Jonathon Lee
open up the computer login left double-click on Applications
Customizing the Quick Access Toolbar in Microsoft Office
Windows – File System There is a different file system for each hardware device The different file systems are identified at the root by an alpha character.
A Short DOS Presentation
A Simple Word Processor
Final Course Project Presentation
Simulator of an Asynchronous Distributed System
Basic Microsoft Word 2013.
CTRL + A = Select text CTRL + B = Bold text CTRL + C = Copy text CTRL + D = Open font formatting window CTRL + E = Center text CTRL + F = Find a phrase.
PowerPoints.
3.1 Basic Concept of Directory and Sub-directory
Графика в Pascal.
Basic Computer and Writing Skills Prep
How To Send Online Assessments
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Navigating the Obstacle Course Tools
7th Grade Computer Class
Presentation transcript:

Final Course Project Proposal Hari Chittilla Comp 89H Dr. Ming Lin

My background and motivations Trimester of Python and Java, respectively I’m a CS Major looking to learn much more programming but for the time being review my knowledge of Java and build new skills. Will be enrolled in Comp 401 next semester

Project Idea Java version MS Notepad (or textEdit if you’re on a Mac)

State-of-art and challenges Notepad is pretty ubiquitous It’s a simple program My purpose: EXPERIENCE.

Objectives To write a new file. To open and edit an existing file. To save the file To Save As… To Print file.

Objectives Add undo function Add a redo function Cut, copy, paste Find (CTRL+F) function Select all

Objectives Help function Includes instructions and assistance on how to use my word processor

Tools I plan on utilizing Writing and running my files in DrJava FileWriter, GUIS (JFrames, Jmenus, JPanels), ActionListeners,

Resources I plan on using Java 8 Documentation Stackexchange CodeCademy W3schools Google (of course)

Ultimate goal To gain valuable experience based on my prior knowledge of Java.