by Stephen D. Smith | Feb 11, 2022 | Computer Science : Computer Science
Physical Paper Requirements: – 1-2 pages in length (this means that the paper has to be at least 1 page. Anything shorter than a page will not be accepted.) – Single-spaced – 12-point font – Times New...
by Stephen D. Smith | Nov 26, 2021 | Computer Science : Computer Science
CIS 115 – Week 5 Excel Assignment For this week’s assignment, create an Excel workbook that meets the following criteria and has the following features: 1)   Create an Excel workbook and save it as YourLastName_YourFirstName_CIS115_Excel as shown in module #6. 2) ...
by Stephen D. Smith | Nov 26, 2021 | Computer Science : Computer Science
In this assignment, you will build a form-based program that will allow a game of tic-tac-toe between two users. Each user will enter their name, and the program will display whose chance it is. When any user presses the ‘Start Game’ button, the game will start. When...
by Stephen D. Smith | Nov 26, 2021 | Computer Science : Computer Science
At this point in the course, you have enough knowledge about Python to do more than you think. Many simple games, for example, can be written with what we’ve already covered. So let’s do it! Let’s create a game of 2048! Concepts being tested Data...
by Stephen D. Smith | Nov 12, 2021 | Computer Science : Computer Science
Listen to the Mp3 I uploaded and write a summary following the instruction below: If the talk was substantive, the reaction could include the following: What were the researchers trying to do? How did they do it (methods and data)? Are there any ideas/lessons you...
by Stephen D. Smith | Nov 12, 2021 | Computer Science : Computer Science
Your Challenge Create a program that takes in a single number From 1, all the way to that number (inclusive), obey the following rules: — If the number is divisible by 4, print Marco — If the number is divisible by 7, print Polo — If the number is divisible by both 4...