50 recent changes in CenterForComputing Web retrieved at 10:37 (GMT)
System
in CenterForComputing
%DASHBOARD{ section="banner" image="//TWikiDashboardImages/golden gate sunset.jpg" title="" titlestyle="color:#800000;" }% %DASHBOARD{ section="box_start" tit...
CSC121F2025Lab08
in CenterForComputing
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 array...
CSC121SylF2025
in CenterForComputing
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: Stud...
CSC121F2025Lab07
in CenterForComputing
Methods: Mastermind Game: Fall 2025 Learning Objective(s) * Improve skills with methods * Have some fun (but work hard) Overview of the Program Create a p...
CSC121F2025Lab07Hint03
in CenterForComputing
Computing the number of close to perfect pegs For each color it is: the min of the total of that color in either string the number of perfect ones for that colo...
CSC121F2025Lab07Hint01
in CenterForComputing
Hint: Steps for solving the problem Don't go on to the next step until the first steps work correctly 100% of the time. These steps are not required and can vary...
CSC121F2025Lab07Hint02
in CenterForComputing
Creating the random solution * Start with a blank string. * For the number of pegs: * pick a random number between 0 and one less than the number of c...
CSC113SylF2025
in CenterForComputing
Details * Professor: Dr. Cathy Bareiss * Office SB 31 * Class Time: 11:00 11:50 MWF * Class Location: S 025 * Textbook: Student membership in ACM …
CSC121F2025Lab05
in CenterForComputing
Repetition and Files again: Counting Letters: Fall 2025 Learning Objective(s) * Nested loops * Count controlled loops * Catching exceptions * More ex...
CSC121F2025Lab06
in CenterForComputing
Counting Letters with methods: Fall 2025 Learning Objective(s) * Learn to use methods * Abstraction Overview of the Program Modify the previous program so...
CSC340SylF2025
in CenterForComputing
Details * Professor: Dr. Cathy Bareiss * Office SB 31 * Class Time: 11:00 11:50 TR * Lab Time: 3:30 5:00 R * Class Location: S 030 * Textbook: S...
CSC310SylF2025
in CenterForComputing
Details * Professor: Prof. Scott Dempsey * Office SB 27 * Class Time: * Class Location: S 025 * Textbook: Student membership in ACM Course Conten...
CSC230SylF2025
in CenterForComputing
Details * Professor: Dr. Jeanette Shown * Office SB 27 * Class Time: 2:00 3:20 TR * Class Location: S 025 * Textbook: Student membership in ACM Co...
CSC121F2025Lab05Hint03
in CenterForComputing
Hint: Processing the next letter 1. At the end of the loop that processes a given letter, close the file and reopen it. 1. Can you generate a test situation...
CSC121F2025Lab05Hint02
in CenterForComputing
Hint: Steps for developing the program Don't proceed to the following step until you can "prove" that the current step works. 1. Count the number of a's in the...
CSC121F2025Lab04
in CenterForComputing
Repetition and Files Lab: Language Quiz: Fall 2025 Learning Objective(s) * Improve use of loops * Learn to work with sequential files * Introduction to …
CSC121F2025Lab04Hint03
in CenterForComputing
Hint: If the percentage is always 0% unless 100% correct 1. You are probably doing integer division. Make sure to do floating point division!
CSC121F2025Lab04Hint02
in CenterForComputing
Hint: Steps for developing the program Don't proceed to the following step until you can "prove" that the current step works. 1. Get the program to read the fi...
CSC121F2025Lab03Hint04
in CenterForComputing
Hint 4 for Lab 3 1. One updates the prime number when the current prime number does not evenly divide the current number
CSC121F2025Lab03Hint03
in CenterForComputing
Hint 3 for Lab 3 for when to quit 1. The number 1 has no more prime factors, so continue as long as the number is 1
CSC121F2025Lab03
in CenterForComputing
Repetition Lab: Factoring: Fall 2025 Learning Objective(s) * Learn about event controlled loops (and use a priming read) * Statement coverage for testing …
CSC121F2025Lab02
in CenterForComputing
Selection Lab Program: Fall 2025 Learning Objective(s) * Learn to use constants * Learn to use selection statements * Learn to use random numbers * L...
CSC121F2025Lab01
in CenterForComputing
First Program: Fall 2025 Learning Objective(s) 1 Get the environment up and working 1 Enter your first program Overview of the Program This lab has two pa...
AdvisingCampusResources
in CenterForComputing
1. Link to online form to apply for graduation 1. Link to online catalog 1. Link to online schedule 1. Link to form to change major/advisor 1. Link to...
AdvisingCampusPolicies
in CenterForComputing
Campus wide policies * How many hours a semester * Internship * Application to graduate * Dropping a course * Taking an AGX course * Appealing a...
AdvisingComputingPolicies
in CenterForComputing
Computing specific advising policies Overall policies * Before making an appointment to sign up for classes for the next semester, you must have a valid tenta...
AdvisingCampusTerms
in CenterForComputing
Campus wide terms * Registrar's office * Major minor guides These are guides that are found on my.betheluniversity.edu and maintained by the registrar's o...
AdvisingPhilosophy
in CenterForComputing
Computing Advising at Bethel University Overview Because this is your degree, you are the one ultimately responsible for the degree. It is your responsibility t...
AdvisingPage
in CenterForComputing
Tools for managing your major at Bethel (in the area of course selection, etc.) Overall Philosophy for Computing Programs at Bethel Terms 1. Campus wide ter...
Syllabi
in CenterForComputing
Syllabi * Fall 2025 * Spring 2025 * Fall 2024 * Spring 2024 * Fall 2023 * Spring 2023 * Fall 2022 * Summer 2022 * Spring 2022 * Fall 2...
SyllabiFall2025
in CenterForComputing
* CSC 113: Digital Citizen of the 21st Century * CSC 121: Programming 1 Control Structures * CSC 230: Networking * CSC 310: DevOps * CSC 3...
CSC221SylS2025
in CenterForComputing
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: Stud...
CSC491SylS2025
in CenterForComputing
Details * Professor: Dr. Cathy Bareiss * Office SB 031 * Class Time: TR 9:30 10:50 * Class Location: S 030 * Textbook: Course Content Policies …
CSC221S2025LinkedListLab
in CenterForComputing
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 th...
CSC102S2025Lab11
in CenterForComputing
Your own project Objectives 1. Demonstrate all you have learned this semester 1. Have an opportunity to do things you want 1. Be creative Assignment …
CSC102SylS2025
in CenterForComputing
Details * Professor: Dr. Cathy Bareiss * Office SB 31 * Class Time: 1:00 1:50pm M * Lab Time: 12:00 1:50pm W * Class Location: S 030 * Textbook: …
CSC102S2025Lab12
in CenterForComputing
Present your project Objectives 1. Show your project off in its best light 1. Show your code off in its best light 1. Convince your classmates that you …
CSC322S2025Graphing
in CenterForComputing
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 P...
CSC322SylS2025
in CenterForComputing
Additional course goals * Learn C/C * Develop Linux skills Details * Professor: Dr. Cathy Bareiss * Office SB 31 * Class Time: 12:30 1:50 TR *...
CSC102S2025Lab9
in CenterForComputing
Binary number converter Objectives 1. Get really comfortable with variables Assignment 1. Create a clean program that will read a binary number (black = 1...
CSC322S2025Hashing
in CenterForComputing
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 …
CSC221S2025InheritanceAgain
in CenterForComputing
Inheritance Lab: Adding Additional Games: Spring 2024 Learning Objective(s) 1 Learn to use inheritance. 1 Learn more about programming in groups Overview...
CSC102S2025Lab10
in CenterForComputing
Color Frequency Counter Objectives 1. Learn about arrays Assignment 1. Create a clean program that will count the number of occurrences of each color and …
CSC102S2025Lab8
in CenterForComputing
Time to be an actor Objectives 1 Learn to use abstraction Assignment 1 Adapt your previous lab to use blocks. You need at least four blocks, one for each...
CSC102S2025Lab7
in CenterForComputing
Time to be an actor Objectives 1 Be creative 1 Build a complex program using a lot of techniques from before Assignment 1 Come up with a script for you...
CSC102S2025Lab6
in CenterForComputing
Tag along Objectives 1. Reinforce parallel programming skills 1. Enhance use variables 1. Experience the pair programming technique Assignment 1. Cr...
CSC221S2025Inheritance
in CenterForComputing
Objects Lab: Tic Tac Toe Game: Spring 2025 Learning Objective(s) 1 Do simple inheritance Overview of the Program Finish the restaurant program Specifics …
CSC221S2025GUIlab
in CenterForComputing
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 environ...
CSC322S2025Sorting
in CenterForComputing
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 …
CSC102S2025Lab5
in CenterForComputing
Don't fall Objectives 1. Start to learn parallel programming 1. Reinforce repetition 1. Reinforce selection 1. Experience proper pair programming As...
50 topic(s) found
See also:
RSS feed, recent changes with
50,
100,
200,
500,
1000 topics,
all changes