Tags:
create new tag
view all tags

Backlinks to SoftwareDevelopmentReport in CenterForComputing Web (Search all webs)

Results from CenterForComputing web retrieved at 07:02 (GMT)

Selection Lab Program: Fall 2024 Learning Objective(s) Learn to use constants Learn to use selection statements Learn to use random numbers Learn...
Repetition Lab: Calculator: Fall 2024 Learning Objective(s) Enhance skills with constants Learn about event controlled loops (and use a priming read)...
2nd Repetition Lab: Monthly Calendar: Fall 2024 Learning Objective(s) Learn about count controlled loops Understand the difference between path coverage...
Nested Loops Lab: Quiz: Fall 2024 Learning Objective(s) Implement nested loops Work with a sequential text file Implement exceptions Overview of the...
Repetition well done: Yearly Calendar: Fall 2024 Learning Objective(s) Strengthen skills with repetition Experience with lot`s of details and the need for...
Introduction to methods: Yearly Calendar: Fall 2024 Learning Objective(s) Appreciate the use of methods/abstraction to add clarity to a larger program Be...
More methods: Shopping lists: Fall 2024 Learning Objective(s) Improve skills with methods Improve skills with files (and exceptions) Learn the need...
Arrays: Shopping lists: a better way: Fall 2024 Learning Objective(s) Learn to use arrays Overview of the Program Adapt the program from the previous lab to...
Nested Loops Lab: Quiz: Fall 2024 Learning Objective(s) Improve skill with arrays Work with 2d arrays Overview of the Program Adapt lab 5 (the quiz program...
GUI Lab: Quiz: Fall 2024 Learning Objective(s) Learn to develop a GUI based program Overview of the Program Adapt lab 10 (the quiz program) to work with a GUI...
Selection Lab Program: Fall 2025 Learning Objective(s) Learn to use constants Learn to use selection statements Learn to use random numbers Learn...
Repetition Lab: Factoring: Fall 2025 Learning Objective(s) Learn about event controlled loops (and use a priming read) Statement coverage for testing...
Repetition and Files Lab: Language Quiz: Fall 2025 Learning Objective(s) Improve use of loops Learn to work with sequential files Introduction to exceptions...
Repetition and Files again: Counting Letters: Fall 2025 Learning Objective(s) Nested loops Count controlled loops Catching exceptions More experience...
Counting Letters with methods: Fall 2025 Learning Objective(s) Learn to use methods Abstraction Overview of the Program Modify the previous program so...
Methods: Mastermind Game: Fall 2025 Learning Objective(s) Improve skills with methods Have some fun (but work hard) Overview of the Program Create a program...
Mastermind with arrays: Fall 2025 Learning Objective(s) Learn to use simple array Overview of the Program Modify the previous program so that it uses arrays...
Arrays part 2 Lab: Redo the Language Quiz: Fall 2025 Learning Objective(s) Use previous code More comfort with arrays Overview of the Program Write a program...
Mastermind with objects: Fall 2025 Learning Objective(s) Learn to create, use and test simple classes Overview of the Program Modify the previous program so...
Selection Lab Program: Fall 2026 Learning Objective(s) Learn to use constants Learn to use selection statements Learn to use random numbers Learn...
Repetition Lab: Factoring: Fall 2026 Learning Objective(s) Learn about event controlled loops (and use a priming read) Statement coverage for testing...
Repetition and Files Lab: Language Quiz: Fall 2026 Learning Objective(s) Improve use of loops Learn to work with sequential files Introduction to exceptions...
Repetition and Files again: Counting Letters: Fall 2026 Learning Objective(s) Nested loops Count controlled loops Catching exceptions More experience...
Counting Letters with methods: Fall 2026 Learning Objective(s) Learn to use methods Abstraction Overview of the Program Modify the previous program so...
Methods: Mastermind Game: Fall 2026 Learning Objective(s) Improve skills with methods Have some fun (but work hard) Overview of the Program Create a program...
Mastermind with arrays: Fall 2026 Learning Objective(s) Learn to use simple array Overview of the Program Modify the previous program so that it uses arrays...
Arrays part 2 Lab: Redo the Language Quiz: Fall 2026 Learning Objective(s) Use previous code More comfort with arrays Overview of the Program Write a program...
Mastermind with objects: Fall 2026 Learning Objective(s) Learn to create, use and test simple classes Overview of the Program Modify the previous program so...
Details Professor: Dr. Cathy Bareiss Office SB 027 Class Time: 9:30TR or 12:30 TR Lab Time: 2:00 4:20 F or (2:00 3:20 R and 3:00 4:20 F) Class...
Tenth lab: Should I sort before searching? Learning Objective(s) 1 Implement the binary search and a sort 1 Start to develop skills in using Big O analysis...
Eleventh lab: A few simple classes Learning Objective(s) 1 Learn to develop some classes 1 Create some classes that will help with the project Overview of...
Last lab: Finish the project Learning Objective(s) 1 Show all that you have learned this semester. 1 Use existing classes to finish the calendar project....
Second Lab Learning Objective(s) 1. Understand and use if statements 1. Be able to use input/output 1. Be able to write small programs 1. Start to think...
Third lab: Grades Learning Objective(s) 1. Understand loops 1. Be able to count things 1. Be able to compute an average Overview of the program This lab...
Fourth Lab Learning Objective(s) 1. Learn the for loop 1. Be able nest loops 1. Be able to format output well 1. Use a switch statement 1. Learn something...
Fifth lab: Calendar: Part 1 Learning Objective(s) 1 More comfort with loops 1 Start work on a larger project to create a calendar program that tracks appointments...
Sixth lab: Calendar: Part 2 Learning Objective(s) 1 Learn to use methods 1 Add to an existing program to get further along in the project Overview of the program...
Seventh lab: Calendar: Part 3 Learning Objective(s) 1. Learn to work with text files 1. Learn to use exceptions 1. Improve ability to use methods Overview...
Eighth lab: Arrays and counting key words Learning Objective(s) 1. Learn to use one dimensional arrays 1. Learn to use command line arguments 1. Continue...
Ninth lab: Bin Packing Learning Objective(s) 1 Learn to use two dimensional arrays 1 Be introduced to an NP Complete problem Overview of the program Bin packing...
Selection and Color Matching Learning Objective(s) 1 Learn to use the if statement 1 Learn to use constants 1 Write your first program on your own Overview...
Repetition and Counting Colors Learning Objective(s) 1. Learn about repetition 1 Learn to use the while statement 1 Learn to reject some bad input...
Repetition, files, and Colors Learning Objective(s) 1 Reinforce repetition 1 Learn to use for statement 1 Learn to read from a file Overview of the Program...
Methods: Tools to help for the mastermind game Learning Objective(s) 1 Reinforce repetition 1 Learn to use methods 1 Learn to manipulate strings Overview...
Methods: Calendar Learning Objective(s) 1 Reinforce repetition 1 Learn to use methods 1 Learn to manipulate strings Overview of the Program Time for something...
Methods: Arithmetic Quizzer Learning Objective(s) 1 Reinforce repetition 1 Reinforce methods Overview of the Program Write a program that will quiz the user...
Arrays: Using arrays to help with our mastermind game At the end of this lab, you will almost be done with the mastermind game. You will have almost every tool necessary...
Arrays (2D): Bin Packing Learning Objective(s) 1 Learn to use two dimensional arrays 1 Be introduced to an NP Complete problem Overview of the program Bin...
Searching Learning Objective(s) 1 Implement a number of different searches 1 Start to understand Big O Overview of the program You are to search a large set...
Just search or sort then search? Learning Objective(s) 1 Implement a an n^2 sort 1 Confirm Big O of your sort 1 Use analysis to make decisions about what...
Classes: Final version of Mastermind At the end of this lab, you will have a complete mastermind game and have written your first completely object oriented program...
Classes: Final version of Mastermind At the end of this lab, you will have a complete mastermind game Learning Objective(s) 1 Finish the mastermind game 1 End...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MW Lab Time: 2:00 3:20 TF Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MW Lab Time: 2:00 3:20 TF Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MW Lab Time: 1:00 1:50 TF Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MW Lab Time: 1:00 1:50 TF Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 031 Class Time: MW 12:00 12:50 (section 02) or 2:00 2:50 (section 01) Lab Time: TR 1:00 1:50 (section...
Details Professor: Dr. Cathy Bareiss Office SB 031 Class Time: MW 2:00 2:50 (section 01) Lab Time: TR 1:00 1:50 (section 02) or 2:00 2:50 (section...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 11:00 11:50 MR Lab Time: 11:00 11:50 TF Class Location: S 025 Textbook: Student...
Lists Lab (War card game) Overview For this lab you are to write a program to simulate the playing of the card game War (see wikipedia for the rules). Details...
Stacks and Queues assignment Overview For this assignment you are to finish and adapt a program that simulates a factory that makes and sells towels. The towels...
Turing Machine Project Overview Learn about the Turing machine. One resource can be found at: https://en.wikipedia.org/wiki/Turing machine You are to write...
Turing Machine Project Adaptations Overview It is time to adapt your classes. We are working on understanding modularity. So all you can change are the field...
15 Solitaire Puzzle Be warned: There are a number of different games that might share the same name. Below is a brief description of the version we will work with...
Details Professor: Dr. Cathy Bareiss Office SB 031 Class Time: MW 2:00 2:50 Lab Time: F 2:00 4:50 Class Location: S 025 Textbook: Data Structures...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 3:20 TR Class Location: S 025 Textbook: Student membership in ACM. Resources...
GUI Lab: Tic Tac Toe Game: Spring 2025 Learning Objective(s) 1. implement GUI`s in java 1. Simpler to do lab Overview of the Program Create a GUI environment...
Objects Lab: Tic Tac Toe Game: Spring 2025 Learning Objective(s) 1 Do simple inheritance Overview of the Program Finish the restaurant program Specifics...
Inheritance Lab: Adding Additional Games: Spring 2024 Learning Objective(s) 1 Learn to use inheritance. 1 Learn more about programming in groups Overview...
Linked List Lab Learning Objective(s) 1 Learn to implement and use a linked list 1 Learn about priority queues Overview of the Program Create a problem that...
Objects Lab: Tic Tac Toe Game: Spring 2025 Learning Objective(s) 1 Design and develop a program using objects 1 Abstract i/o into only one class Overview...
Objects and Interfaces lab: Neurons: Spring 2026 Learning Objective(s) 1 Design and develop a program using objects 1 Use interfaces 1 Learn about neural...
Inheritance Lab: Adding Additional Games: Spring 2026 Learning Objective(s) 1 Learn to use inheritance. 1 Learn more about programming in groups Overview...
GUI Lab: Tic Tac Toe Game: Spring 2025 Learning Objective(s) 1. implement GUI`s in java 1. Simpler to do lab Overview of the Program Create a GUI environment...
Objects and Concurrency Lab: Neural Network Generator: Spring 2026 Learning Objective(s) Learn about simple neural networks Learn to use command line arguments...
Linked List Lab Learning Objective(s) 1 Learn to implement and use a linked list 1 Learn about priority queues Overview of the Program Create a problem that...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 1:00 1:50 MW Lab Time: 12:30 1:50 TR Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MF Lab Time: 2:00 2:50 TR Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 2:00 2:50 MF Lab Time: 2:00 2:50 TR Class Location: S 025 Textbook: Student...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 1:00 1:50 M, 2:00 2:50 R Lab time: 2:00 2:50 T, 1:00 1:50 F Class Location: S...
Concurrency Lab: Dining Philosophers: Fall 2023 Learning Objective(s) 1 Learn about the Dining Philosopher problem 1 Learn to program with threads 1 Experience...
GUI Lab: Tic Tac Toe Game: Fall 2023 Learning Objective(s) 1 Learn to implement GUI`s in java Overview of the Program Create a GUI environment for the Tic Tac...
Inheritance Lab: Adding Additional Games: Fall 2023 Learning Objective(s) 1 Learn to use inheritance. 1 Learn more about programming in groups Overview of...
Linked List: Fall 2023 Learning Objective(s) 1 Learn to implement and use linked lists Overview of the Program This lab will help with the final lab. You are...
Objects Lab: Tic Tac Toe Game: Fall 2023 Learning Objective(s) 1 Design and develop a program using objects 1 Abstract i/o into only one class Overview of...
Final Project: Fall 2023 Learning Objective(s) 1 Use all (or almost) all that you have learned this semester. Overview of the Program Create a system that will...
Testing Lab: Turning Machine Learning Objective(s) 1. Learn to develop a quality testing plan including unit testing and integration testing 1. Learn about...
Concurrency Lab: Dining Philosophers: Spring 2024 Learning Objective(s) 1 Learn about the Dining Philosopher problem 1 Learn to program with threads 1 Experience...
GUI Lab: Tic Tac Toe Game: Spring 2024 Learning Objective(s) 1 Learn to implement GUI`s in java Overview of the Program Create a GUI environment for the Tic...
Inheritance Lab: Adding Additional Games: Spring 2024 Learning Objective(s) 1 Learn to use inheritance. 1 Learn more about programming in groups Overview...
Linked List: Spring 2024 Learning Objective(s) 1 Learn to implement and use linked lists Overview of the Program This lab will help with the final lab. You...
Objects Lab: Tic Tac Toe Game: Spring 2024 Learning Objective(s) 1 Design and develop a program using objects 1 Abstract i/o into only one class Overview...
Final Project: Spring 2024 Learning Objective(s) 1 Use all (or almost) all that you have learned this semester. Overview of the Program Create a system that will...
Testing Lab: Turning Machine Learning Objective(s) 1. Learn to develop a quality testing plan including unit testing and integration testing 1. Learn about...
CSC261S2021Syllabus CSC 261: Self Directed Learning: Web Programming: 3 hours Description Students use independent learning techniques combine with class discussion...
Details Professor: Rachel Gramann Class Time: 2:00 2:50 M PLEASE NOTE: Weekly on campus attendance is REQUIRED for all students Class Location: S...
CSC 310: Advanced CS topics: 3 hours Description CSC310 will examine What big data is, How to work with a progression of tools starting with Python and SQL and ending...
Details Professor: Dr. Cathy Bareiss Office SB 027 Class Time: 9:00 9:50 AM MWF Class Location: S 025 Textbook: Student membership in ACM...
Details Professor: Dr. Cathy Bareiss Office SB 031 Class Time: 9:00 9:50 AM MWF Class Location: S 025 Textbook: Student membership in ACM...
CSC 322 Lab 5 (Graphs) Objectives 1. Show off your C skills 1. Demonstrate understanding of graphs 1. Study the time implications of graph algorithms Problem...
CSC 322 Lab 3 Objectives 1. Improve Linux skills 1. Code at least two hash routines and two collision handling algorithms for hashing 1. Study the time implications...
CSC 322 Lab 3 Objectives 1. Improve Linux skills 1. Code merge sort, heap sort, and external sort 1. Study the time implications of the sort Problem...
CSC 322 Lab 1 Objectives 1. Learn C (not C ) 1. Start to learn Linux and vi 1. Implement stacks and queues 1. Use arrays and linked lists Problem Write...
CSC 322 Lab 2 Objectives 1. Improve C and linux skills 1. Work with binary trees 1. Implement algorithms to encode and decode via huffman codes 1. Work...
Additional course goals Learn C/C Develop Linux skills Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: 12:30 1:50 TR...
Details Professor: Dr. Cathy Bareiss Office SB 031 Class Time: TR 9:30 10:20 Lab Time: R : 2:00 4:50 Class Location: S 030 Lab Location...
Details Professor: Dr. Cathy Bareiss Office SB 027 Class Time: Online Class Location: Online Textbook: Course Content Policies Covid...
Details Professor: Dr. Cathy Bareiss Office SB 31 Class Time: Class Location: Textbook: Course Content Policies Integrity Late...
First Lab, ITSC 121, Spring 2020 Overview Write a program that will generate text that you can use to send a letter home. Details This program must: 1.# Have...
Tenth Programming Lab, ITSC 121, Spring 2020 Overview Write the following programs. One define the objects and one tests it Program Description: Fans (edited problem...
First Lab, ITSC 121, Spring 2020 Overview Write 3 different programs dealing with selection and things from chapter 4. Details of program 1 This is problem 4....
Third Lab, ITSC 121, Spring 2020 Overview Write 3 different programs dealing with loops from chapter 5. Details of program 1 This is problem 5.11. Write a program...
Fourth Lab, ITSC 121, Spring 2020 Overview Write 3 different programs dealing with loops from chapter 5. Details about all programs 1. Include proper comments...
Fifth Lab, ITSC 121, Spring 2020 Overview Write one program as follows. Write a program that prints out a table showing conversions from feet to meters and meters...
Sixth Lab, ITSC 121, Spring 2020 Overview Write the following programs. The first one deals with investments. The second deals with taxes. The third deals with...
Seventh Lab, ITSC 121, Spring 2020 Overview Write the following programs. The first one deals with triangles. The second deals with phones. Program 1: Triangles...
Eighth Programming Lab, ITSC 121, Spring 2020 Overview Write the following programs. The first one deals counting occurrences. The second deals with stats on scores...
Ninth Programming Lab, ITSC 121, Spring 2020 Overview Write the following programs. The first one deals payroll. The second deals with searching Program 1: Payroll...
CSC 398/CYSC 387: Internships Current Semester Syllabi Advising Resources Educational resources and thoughts College Gems...
Statistics for CenterForComputing Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top viewers: Top...
Number of topics: 120

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback