Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1345 / 1758
In this assignment, you will use object-oriented programming techniques to model
In this assignment, you will use object-oriented programming techniques to model a basic University system 1. You will need to model the following classes: Address, Person, Studen…
In this assignment, you will use the course materials and the Web to research th
In this assignment, you will use the course materials and the Web to research the cloud service providers. You will then compile your findings into a formal research paper that sh…
In this assignment, you will use the course materials and the Web to research th
In this assignment, you will use the course materials and the Web to research the cloud service providers. You will then compile your findings into a formal research paper that sh…
In this assignment, you will use the course materials and the Web to research th
In this assignment, you will use the course materials and the Web to research the cloud service providers. You will then compile your findings into a formal research paper that sh…
In this assignment, you will use top-down parsing rather than bottom-up parsing
In this assignment, you will use top-down parsing rather than bottom-up parsing Consider Boolean expressions, with the following operations: and, or, and not (standard associativi…
In this assignment, you will visit the website of the U.S. Bureau of Economic An
In this assignment, you will visit the website of the U.S. Bureau of Economic Analysis (BEA) and review current information regarding current real Gross Domestic Product (GDP) tre…
In this assignment, you will write a C program to: 1. Read texts from a file 2.
In this assignment, you will write a C program to: 1. Read texts from a file 2. Build a doubly linked list from the texts; 3. Perform a quick-sort (in the ascending order) for the…
In this assignment, you will write a C program toc . Read texts from a file 2. B
In this assignment, you will write a C program toc . Read texts from a file 2. Build a doubly linked list from the texts; 3. Perform a quick-sort (in the ascending order) for the …
In this assignment, you will write a Java program that asks 5 students for three
In this assignment, you will write a Java program that asks 5 students for three exam scores each. You should print out the average and letter grade (using a 90/80/70/60 scale for…
In this assignment, you will write a Java program that gets a list of ten (Fahre
In this assignment, you will write a Java program that gets a list of ten (Fahrenheit) temperatures from the user and then classifies them in terms of whether water would freeze/b…
In this assignment, you will write a Java program that plays a simplified versio
In this assignment, you will write a Java program that plays a simplified version of "Hangman". The computer will pick a random word, and the user will guess letters until they've…
In this assignment, you will write a Java program that plays a simplified versio
In this assignment, you will write a Java program that plays a simplified version of "Hangman". The computer will pick a random word, and the user will guess letters until they've…
In this assignment, you will write a Java program that repeatedly asks the user
In this assignment, you will write a Java program that repeatedly asks the user for a date (of the form m/d/y), and then either prints that the date is invalid or prints the date …
In this assignment, you will write a Java program to print the first 15 Fibonacc
In this assignment, you will write a Java program to print the first 15 Fibonacci numbers. Each number must occupy one line, with even numbers having a * appending to it. You must…
In this assignment, you will write a Java program to print the first 15 Fibonacc
In this assignment, you will write a Java program to print the first 15 Fibonacci numbers. Each number must occupy one line, with even numbers having a * appending to it. You must…
In this assignment, you will write a Java program using command line arguments.
In this assignment, you will write a Java program using command line arguments. There is one method required: getMax, which takes two integer variables as input, returns the bigge…
In this assignment, you will write a MATLAB function and call it in another prog
In this assignment, you will write a MATLAB function and call it in another program. Your function should generate the sum of N sinusoids with specified parameters. In short, you …
In this assignment, you will write a change calculator that will run in BlueJ. Y
In this assignment, you will write a change calculator that will run in BlueJ. You will first get five bills and the corresponding amount paid for that bill (both doubles) from th…
In this assignment, you will write a change calculator. You will first get five
In this assignment, you will write a change calculator. You will first get five bills and the corresponding amount paid for that bill (both doubles) from the user, and then for ea…
In this assignment, you will write a class called Vector that will encapsulate a
In this assignment, you will write a class called Vector that will encapsulate a dynamically-allocated array of integers. A driver program is provided for this assignment to test …
In this assignment, you will write a complete C application to support a client/
In this assignment, you will write a complete C application to support a client/server model using Linux sockets for a “messaging system” using the standard Linux CSE machines (i.…
In this assignment, you will write a java program that repeatedly asks the user
In this assignment, you will write a java program that repeatedly asks the user for a date (of the form m/d/y), and then either prints that the date is invalid or prints the date …
In this assignment, you will write a java program which takes any of the followi
In this assignment, you will write a java program which takes any of the following commands as command line argument (not as input), and executes them using JDBC: 1.) insert into …
In this assignment, you will write a java program which takes any of the followi
In this assignment, you will write a java program which takes any of the following commands as command line argument (not as input), and executes them using JDBC: 1.) insert into …
In this assignment, you will write a jumble game. You will repeatedly pick a ran
In this assignment, you will write a jumble game. You will repeatedly pick a random word, randomly jumble it, and let the user guess what it is. The user will also be able to get …
In this assignment, you will write a program in C++ which uses files and nested
In this assignment, you will write a program in C++ which uses files and nested loops to create a file from the quiz grades entered by the user, then reads the grades from the fil…
In this assignment, you will write a program that includes a parent process and
In this assignment, you will write a program that includes a parent process and a child process. The parent process will read a word from standard input and send it to the child p…
In this assignment, you will write a program that includes a parent process and
In this assignment, you will write a program that includes a parent process and a child process will read a word from standard input and send it to the child first line of a poem …
In this assignment, you will write a program that performs asimple encryption on
In this assignment, you will write a program that performs asimple encryption on a file. We will take advantage of the factthat given a sequence of ones and zeros, if you XOR it w…
In this assignment, you will write a program that provides the following feature
In this assignment, you will write a program that provides the following features: The program will provide an interface that includes the following: A factorial button A recursio…
In this assignment, you will write a program that provides the following feature
In this assignment, you will write a program that provides the following features: The program will provide an interface that includes the following: A factorial button A recursio…
In this assignment, you will write a program that simulates a simple virtual mem
In this assignment, you will write a program that simulates a simple virtual memory system with two page replacements policies: First-In First Out (FIFO) and Least Recently Used (…
In this assignment, you will write a program that simulates a simple virtual mem
In this assignment, you will write a program that simulates a simple virtual memory system with two page replacements policies: First-In First Out (FIFO) and Least Recently Used (…
In this assignment, you will write a program that simulates a simple virtual mem
In this assignment, you will write a program that simulates a simple virtual memory system with two page replacements policies: First-In First Out (FIFO) and Least Recently Used (…
In this assignment, you will write a program that will read in a list of 12 doub
In this assignment, you will write a program that will read in a list of 12 doubles from a file. Each double represents the total rainfall in inches for the 12 months of the year …
In this assignment, you will write a program that: Converts the bubble sort, cha
In this assignment, you will write a program that: Converts the bubble sort, changing the outer loop from a for loop to a while loop, so that an early exit is possible when the fi…
In this assignment, you will write a reflection paper that is guided by several
In this assignment, you will write a reflection paper that is guided by several questions found below. The paper is a reflection of your experience within the Bachelor of Business…
In this assignment, you will write a simulator to determine maximum, minimum and
In this assignment, you will write a simulator to determine maximum, minimum and average queue length. Important: You can implement with the linked list classes described in Chapt…
In this assignment, you will write multiple functions in a single python file na
In this assignment, you will write multiple functions in a single python file named banking.py. Each of the functions will compute operations that a bank might need/want to know. …
In this assignment, you will write the code for two functions, and demonstrate y
In this assignment, you will write the code for two functions, and demonstrate your functions are correct with drivers. The first function checks that a password is valid. To be v…
In this assignment, you will write two Java programs, TextToBin and BinToText th
In this assignment, you will write two Java programs, TextToBin and BinToText that covert a file containing integers between text format and binary format. For example…
In this assignment, you will: Write a program that explores the seating patterns
In this assignment, you will: Write a program that explores the seating patterns related to course performance by using an array of student scores. The program should do the follo…
In this assignment, you write a C++ program for logical cyclic shift of n-bit nu
In this assignment, you write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a…
In this assignment, you write a C++ programfor logical cyclic shift of n-bit num
In this assignment, you write a C++ programfor logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a …
In this assignment, you\'ll create a hierarchy of Java classes representing vari
In this assignment, you'll create a hierarchy of Java classes representing various Shapes (eg. circle, rectangle, square). Each different shape class will have its own .java sourc…
In this assignment, you\'ll practice what you\'ve learned about static methods a
In this assignment, you'll practice what you've learned about static methods and gain more experience using Strings. Fill in the missing static methods in the following code. You'…
In this assignment, you\'ll write a Java class that creates an array of integers
In this assignment, you'll write a Java class that creates an array of integers, fills it with values, prints the unsorted values, sorts the values into ascending order, and final…
In this assignment, you\'ll write a Java class that has an instance variable tha
In this assignment, you'll write a Java class that has an instance variable that is a String reference, a constructor method, a set of overloaded methods, and a class static metho…
In this assignment, you\'ll write a Java class with instance variables and metho
In this assignment, you'll write a Java class with instance variables and methods, create objects of the class, and invoke methods on them. Your class will provide an equals metho…
In this assignment, you\'ll write your own custom Java exception class and a cla
In this assignment, you'll write your own custom Java exception class and a class that contains some utility methods for working with arrays of integer values. Write a custom Java…