Sorting and Searching homework Due date given in class To be handed in via hard copy on the date specified Data set to use for sorting each question 65, 34, 27,...
Tree Lab: Word count Learning Objective(s) 1. Learn to code a binary tree and a binary search tree 1. Improve understanding of cohesion and coupling 1. Improve...
Hard drive simulator Learning Objective(s) 1. Be able to code stack, queues, and priority queues 1. Create different types of testing data to different types...
Component of Vehicle This first week involves building your vehicle and making it draw a square. Due date can be found on Canvas. Be sure to save the code locally...
Component 2 This lab deals with having the vehicle identify which input was specified on the vehicle and displaying the appropriate message on the screen. Step...
Component 3 For this component your robot is to be able to drive itself around a `track` and follow the edge of the track. Details 1. The track is the small,...
Component 4 For this component your robot is to play `Follow the leader`. Details The `leader` will be carrying a `piece of paper` at least 8.5x11 inches on...
Component 5 Stop when you are rear ended. Details This lab is designed to be done within one hour! Add a touch button to the back of your robot facing out...
Component 6 Combine previous labs and add following a line. Your robot is to follow a line (down the center of the robot), following my robot that is also following...
Final Project You and your partner are to pick a final project. This project should take about 4 weeks to complete and use everything you have learned Overview Your...
Number Systems Homework Solve the following problems. It is best if you do these by hand since you will be required to do it by hand on the exam without the use of...
Lab 5 For this lab you are to write two programs: 5.34 and 5.40. Do NOT look up the solutions on the Internet! What to turn in A zip folder with: 1 The java...
Turing Machine Learning Objective(s) 1. Demonstrate proper use and understanding of Java classes 1. Be able to work on part of program that someone else has...
Lab 4 For this lab you are to write three problems: 5.18 with the input all be generate by one program with the number of lines being inputted from the user being...
Lab 3 For this lab you are to write two programs: 5.6 and 5.8. Do NOT look up the solutions on the Internet! What to turn in A zip folder with: 1. The java code...
Simple Calculator: Lab 2 for Programming 1: Fall 2019 Description The goal for this lab is a VERY simple calculator that can do , , , and / on real numbers....
A Good Set of Steps for Self Directed Learning 1. Inform oneself enough so that you know what you want to learn. Be able to state some goals as to what you want...
Using Online Resources to Learn Overview: Instructor/class information vs. online information When seeking to learn something online you must first realize an important...
CSC261S2021Syllabus CSC 261: Self Directed Learning: Web Programming: 3 hours Description Students use independent learning techniques combine with class discussion...
Donation Center Project Overview For this project you are to build a system to track donations. This will be done in phases and the first part will be done in pairs...
Here are the questions. Putting the actual file in the wiki would take too much time. All questions refer to the vi editor Answer all questions by editting a copy...
Linux Assignment Overview For each question, answer the question (if appropriate) and give the exact linux command(s) that achieved the result. If there is no question...
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...
Lab 13 for CSC 121 Overview You are to write a program to create random art. Your program is to allow the user to create a picture using a number of predefined shapes...
Lab 11 for CSC 121 Overview Take your team and member classes and create a program that tracks the competition between a number of different teams (of the same type...
Lab 10 for CSC 121 Overview Create a program that has at least two classes (member and team) that is used to maintain people on a team. Details Each member...
Lab 6 for CSC 121 Overview You need to take a comma separated file and compute each student`s average and class averages for the assignments. You have two weeks...
Lab 5 for CSC 121 Overview For this lab you are to re work the previous lab to use functions. Details for computing Do not use any statistical packages from...
Lab 4 for CSC 121 Overview For this lab you are to write a program that assigns a letter grade to an exam passed on the statistics for the entire class. The details...