Templates. January 6, 2005. Step 1: Activity Template An activity is a task that requires a single submission. Multiple activities may be combined into.

Slides:



Advertisements
Similar presentations
Visualize Success 2011 Alan Chorney Professional Services Visual South, Inc. Purchase Requisition Lifecycle.
Advertisements

CS1020 Week 3: 29th January 2015.
Electronic Environmental Reporting 2015 DWAWG Austin, Texas January 20, 2015.
Copyright © Allyn & Bacon (2007) Using a Random Number Table Graziano and Raulin Research Methods: Appendix D This multimedia product and its contents.
ANT: Another Nice Tool Ali Beyad October 1, 2003.
Comparative Analysis Multiple Submissions vs. Loops AGEC 641 Lab, Fall 2010 Mario Andres Fernandez Based on material written by Gillig and McCarl; Improved.
CS201 - Laboratory Submittal Using the submit command.
Linux+ Guide to Linux Certification, Second Edition
Winter 2005Jason Prideaux1 Apache ANT A platform independent build tool for Java programs.
Revisions If you received the grade: “R” If you received the grade: “R” You must do a revision to receive a grade for lab 2. You must do a revision to.
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
Chapter 2: Java Fundamentals Java Program Structure.
Testing a program Remove syntax and link errors: Look at compiler comments where errors occurred and check program around these lines Run time errors:
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
1 CSC103: Introduction to Computer and Programming Lecture No 26.
CS110/CS119 Introduction to Computing (Java)
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
1 Chapter 4. To familiarize you with methods used to 1. Access input and output files 2. Read data from an input file 3. Perform simple move operations.
Week 7 Working with the BASH Shell. Objectives  Redirect the input and output of a command  Identify and manipulate common shell environment variables.
Creating a Web Site to Gather Data and Conduct Research.
1 Creating File Access Services Presented by Ashraf Memon Hands-on Ashraf Memon, Ghulam Memon.
CS OPERATING SYSTEMS Project 2 Matrix Multiplication Project.
JAVA (NPRG013) LABS 2012/2013 Jaroslav Keznikl,
Assignments in 1st semester course „OOP with Java“ as small projects
Creating your first C++ program
Welcome to the HRG4 Grouper Zone. HRG4 Grouper - Group your data.
1 CS 101 Lecture 2. 2 Input from the Keyboard Here is a program to accept input from the keyboard and put into into two variables. #include main(){ cout.
Final Exam Review Closed book Closed laptop One sheet of notes permitted SE-0010 Dr. Mark L. Hornick 1.
Computer Programming 12 Mr. Jean May 8 th, The plan: Video clip of the day Upcoming Assessment Bot.java.
Linux+ Guide to Linux Certification, Third Edition
July 2011CMSC 341 CVS/Ant 1 CMSC 341 Java Packages Ant CVS Project Submission.
CS1101: Programming Methodology Aaron Tan.
PDA Program Install Manual IT Team. 1. Execute Internet Explorer 2. Connect Website 3. Download 4. Installation 5. Run 6. Setting 1. Execute.
SOFTWARE PROJECT MGT. SESSION # 2 – LAB MANUAL AMAN QUADRI
Ant & Jar Ant – Java-based build tool Jar – pkzip archive, that contains metadata (a manifest file) that the JRE understands.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Homework Assignment #1 J. H. Wang Oct. 6, 2011.
Chapter Five Advanced File Processing. 2 Lesson A Selecting, Manipulating, and Formatting Information.
Distributed Java Programming Build Management  A repeatable build management process allows you to integrate the development efforts of your team.
1 Program Input Software Design Chapter 4. 2 You Will Want to Know... Prompting for and reading values into a program. Accessing data from a file. What.
Javadoc. Purpose of javadoc javadoc is a program that reads your Java program and produces great-looking documentation in HTML format Without any help,
Using Visual Studio C++ Express Ron Gross A current copy of this can be found at or this direct linkhttp://tinyurl.com/2ucarothis.
N. HARIKA Lecturer(csc). 3 General Structure Of A Java Program.
Introduction to MATLAB Section2, statistics course Third year biomedical dept. Dina El Kholy, Ahmed Dalal.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Linux+ Guide to Linux Certification, Second Edition
1 Project 5: Leap Years. 222 Leap Years Write a program that reads an integer value from the user representing a year and determines if the year is a.
Programming Fundamentals I Java Programming Spring 2009 XuanTung Hoang Lab 01.
Coding Preparing The Research for Data Entry. Coding (defined) Coding is the process of converting questionnaire responses into a form that a computer.
Forensic Investigation Techniques Michael Jones. Overview Purpose People Processes Michael Jones2Digital Forensic Investigations.
CHAPTER 3 COMPLETING THE PROBLEM- SOLVING PROCESS AND GETTING STARTED WITH C++ An Introduction to Programming with C++ Fifth Edition.
Software Engineering Algorithms, Compilers, & Lifecycle.
Reference Documents4.6fi_12.1 Chapter 12 Reference Documents During the normal course of business, repetitive periodic accounting transactions must be.
Solvency II Tripartite template V2 and V3 Presentation of the conversion tools proposed by FundsXML France.
CPSC 233 Tutorial January 21 st /22 nd, Linux Commands.
1 Project 12: Cars from File. This is an extension of Project 11, Car Class You may use the posted solution for Project 11 as a starting point for this.
Agenda Bash Shell Scripting – Part II Logic statements Loop statements
Chapter 6 Filters.
week 1 - Introduction Goals
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
Software project mgt. session # 2 – lab manual.
Submitting an eMS application
Submitting an eMS application
Exam 1 Material Study Guide
State Reporting Processing
Data Groupings: File File: a group of related records
Creating a Professional Development Task
Command line.
Functions continued.
Chapter 2: Java Fundamentals
Presentation transcript:

Templates. January 6, 2005

Step 1: Activity Template An activity is a task that requires a single submission. Multiple activities may be combined into an assignment. Comprised of: –Name: for internal reference - e.g. “Sample Template” –(Accepted filenames - e.g. “asdf*.java”) –(Ignored filenames e.g. “asdf9.java”) –(Compile statements e.g. “javac asdf.java”) –(Tests)

Step 2: Test Optional step Comprised of: –Command – e.g. “java asdf input.txt” –Max run time –Required? –Quiet? –Hidden? –(input files) –(expected stdout) –(expected errout) –(solution files)

Step 3: Repeat Repeat step 2 for each additional test. Return to step 1 for each addition activity template.

Step 4: Assignment An assignment is a lab or project. Comprised of: –Name –1 or more activity templates Copied to allow modifications –(Start time) –Deadline

Step 5a: XML Extract fields: –Course # –Team size –Point values (Generate student website) (Generate graders guide)

Step 5b: Manual Enter fields: –Course # –Team size –Point values