Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Provide a screenshot of the result of your work. Your screenshot should look like the Hello World Result.
List the major elements of the .NET Framework and explain how they fit into the .NET platform. Read from and write to data streams and files.
Write a program that takes as inputs the hourly wage, total regular hours, and total overtime hours and displays an employee's total weekly pay.
Different lab/homework problems will have you write out a handwritten solution and/or code the solution.
Write a program that prompts the user to enter a positive integer. Use a loop to compute the sum of all integers between 1 and the number entered.
What is a dynamic programming? Why it is so important? What is the solution window of timing constraint that have a solution available?
Write a code to compute a natural spline S(x) which interpolates a collection of given points (xo, yo), (x1, y1), ... (xn, Yn).
Identify the functions of each system, subsystem and component. Describe which engineers would work on this type of system.
Create a 1- to 3-page memo using the memo template containing pseudocode based on the revised program needs.
Develop a python based gym management system, using object oriented programming and tkinter as gui. no databases needed
Explore and employ appropriate data structures to store information using an object oriented programming language in an application.
Write Java code showing associations among the class structure created. Include generalization, composition and aggregation among classes.
Write a Python script that asks the user to input an integer and then a character. Use those values to print the character in the following pattern.
Write a Python script that accepts input until the user enters the number 999 to stop. Determine whether the user input is either an odd or even number.
For project 1 you are to create a Java class generator. Follow the directions and hints below. This is an individual project - you are NOT to work in groups.
Write a password generator in Python. Be creative with how you generate passwords - strong passwords have a mix of lowercase letters and uppercase letters.
Write a program that asks the user to enter a string and then converts that string to Morse code. Morse code is a code where each letter of English alphabet.
Write a Python script that builds an HTML file of your own design. Add an image tag into your HTML and link it to an image on your hard drive.
Write a Python script that accesses a website's URL and dowloads a picture to your computer's hard drive.
Create a SQL script containing your data definition language statements to create your tables, views, triggers, and other required database objects for project.
Create the following program which converts Fahrenheit to Celsius. Write a user manual of more than two pages to explain how to use your program.
Design a relational database so that it is at least in 3NF. Construct a query to show expected payment date if invoices are due within 30 days of transaction.
Develop a script containing three new methods for the Turtle class as follows: Add a method to the Turtle class to draw a rectangle given a certain width.
Write a function to convert Celsius to Fahrenheit. When you converted 32 degrees Fahrenheit to Celsius and back to Fahrenheit, did you get 32 again?
Construct query to show expected payment date if invoices are due within 30 days of transaction. Construct query that show distinct area codes of the customers.