Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 1362 / 1758

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
In this lab, you will create a custom word pad with saving and loading functiona
In this lab, you will create a custom word pad with saving and loading functionality, an exit option, and a customizable background color. First off, please make the following thr…
In this lab, you will create a custom word pad with saving and loading functiona
In this lab, you will create a custom word pad with saving and loading functionality, an exit option, and a customizable background color. First off, please make the following thr…
In this lab, you will create a recursive function that will use a skeleton progr
In this lab, you will create a recursive function that will use a skeleton program in which you will add missing code that uses a recursive function and project the outcome writte…
In this lab, you will create a rudimentary “job simulator”. This will be a time-
In this lab, you will create a rudimentary “job simulator”. This will be a time-based simulator which means each “step” in the simulation will represent a single time unit. A job …
In this lab, you will demonstrate your understanding of classes and objects as w
In this lab, you will demonstrate your understanding of classes and objects as well as the use of an ArrayList. There are 2 service classes to be completed, a class that defines a…
In this lab, you will design a program that will implement signed multiplication
In this lab, you will design a program that will implement signed multiplication between two numbers, placing the sign and the magnitude of the product in separate registers. Sinc…
In this lab, you will design, implement, and test two recursive algorithms. The
In this lab, you will design, implement, and test two recursive algorithms. The primary goal is to practice devising a recursive solution to a problem, and then implementing that …
In this lab, you will determine how an invasive species—the zebra and quagga mus
In this lab, you will determine how an invasive species—the zebra and quagga mussel—affects other species in the freshwater lake. Complete the questions in the attachment Instruct…
In this lab, you will familiarize yourself with structs through a small exercise
In this lab, you will familiarize yourself with structs through a small exercise. We will be mixing the RGB values of colors together to make a new one. RGB stands for red, green …
In this lab, you will get acquainted with the workings of arrays. Follow instruc
In this lab, you will get acquainted with the workings of arrays. Follow instructions below directly in the code. import java.util.scanner; public class Main {public static void m…
In this lab, you will implement a stack and queue, and. using these data structu
In this lab, you will implement a stack and queue, and. using these data structures, you will generate a random maze and then solve the maze. The methodology behind this process i…
In this lab, you will implement a vending machine that holds cans of soda. To bu
In this lab, you will implement a vending machine that holds cans of soda. To buy a can of soda, the customer needs to insert a token into the machine. When the token is inserted,…
In this lab, you will implement a “guess your name” game where the computer find
In this lab, you will implement a “guess your name” game where the computer finds a name in a sorted list of names. The computer will use this method to “guess” your last name: Th…
In this lab, you will implement the bubble sort algorithm. The bubble sort is so
In this lab, you will implement the bubble sort algorithm. The bubble sort is so called because it compares adjacent items, "bubbling" the smaller one up toward the beginning of t…
In this lab, you will implement three tree-traversal methods. Using the skeleton
In this lab, you will implement three tree-traversal methods. Using the skeleton code provided, you must fill in the indicated methods in order to traverse the tree in an “in-orde…
In this lab, you will learn the basics of array manipulation and recursion. Prob
In this lab, you will learn the basics of array manipulation and recursion. Problem: Write a program that given an array A of integers determines: e) f) Recursively the mode of th…
In this lab, you will need to create a menu with two options for the user. Each
In this lab, you will need to create a menu with two options for the user. Each of the two options will call a game. You will need to create both games for this lab as described i…
In this lab, you will need to create a menu with two options for the user. Each
In this lab, you will need to create a menu with two options for the user. Each of the two options will call a game. You will need to create both games for this lab as described i…
In this lab, you will practice using multiple-alternative and nested if statemen
In this lab, you will practice using multiple-alternative and nested if statements in your program. For this task, you will create a five-function calculator. Name your class Chea…
In this lab, you will practice using multiple-alternative and nested if statemen
In this lab, you will practice using multiple-alternative and nested if statements in your program. For this task, you will create a five-function calculator. Name your class Chea…
In this lab, you will study anaerobic respiration (fermentation) by mixing yeast
In this lab, you will study anaerobic respiration (fermentation) by mixing yeast with a substrate such as glucose and monitoring the CO2 produced. You will learn a protocol for do…
In this lab, you will use files that contain lists of names, prefixes, and occup
In this lab, you will use files that contain lists of names, prefixes, and occupations to generate names for Dungeons and Dragons characters. Write a python program that opens a f…
In this lab, you will use the data structures and algorithms to implement a simp
In this lab, you will use the data structures and algorithms to implement a simple search engine. Your search engine will have the following functions: String getPage(String url):…
In this lab, you will write a banking application that tracks deposits and withd
In this lab, you will write a banking application that tracks deposits and withdrawals and accrues interest using the following methodology: Design a class named Account that cont…
In this lab, you will write a program that computes the following physics motion
In this lab, you will write a program that computes the following physics motion equations vo at vi 2- zf zo vo t 3. vf (vs vo) t where zo is the initial position. zf is the final…
In this lab, you will write a program that stores baseball player information (n
In this lab, you will write a program that stores baseball player information (names, homeruns, and walks) and performs some basic calculations using parallel arrays (arrays whose…
In this lab, you will write a simple shell by your own. In this shell, it takes
In this lab, you will write a simple shell by your own. In this shell, it takes an input command, and then executes it. Your shell should implement the followings: Take external c…
In this lab, you will write an interface for a list that contains different meth
In this lab, you will write an interface for a list that contains different methods than those contained in the ListInterface class from Chapter 12. With this kind of list, the us…
In this lab, you will write code to compute some statistics of a dataset. Mean a
In this lab, you will write code to compute some statistics of a dataset. Mean and variance are important measures that give valuable information about a dataset. Note that today …
In this lab, your lab group will be observing the effects of solutes on osmosis
In this lab, your lab group will be observing the effects of solutes on osmosis using either skin of a red onion. If using Hydrilla, plants in class come from the San Marcos River…
In this lab, your lab group will be observing the effects of solutes on osmosis
In this lab, your lab group will be observing the effects of solutes on osmosis using either ne aquatic plant, Hydrilla, or the skin of a red onion. If using Hydrilla, plants in c…
In this lab, your tasks involve implementing programs that create and manipulate
In this lab, your tasks involve implementing programs that create and manipulate strings. You will be using malloc, located in stdlib.h, to create space where you store strings, o…
In this lab. you will learn to use MATLAB filter design tools to design and filt
In this lab. you will learn to use MATLAB filter design tools to design and filter impairments to your own recorded speech signal. At the end of the session, you should be able to…
In this lab. you will learn to use MATLAB filter design tools to design and filt
In this lab. you will learn to use MATLAB filter design tools to design and filter impairments to your own recorded speech signal. At the end of the session, you should be able to…
In this lab. you\'ll predict the motion of an object under the Influence of a re
In this lab. you'll predict the motion of an object under the Influence of a resistive force (air resistance) that depends on the velocity. Remember the "update formulas" in class…
In this laboratory programming assignment you will be writing the sending and re
In this laboratory programming assignment you will be writing the sending and receiv ing transportlevel code for implementing a simple reliable data transfer protocol There are tw…
In this laboratory you will need to know the temperature dependence of the speed
In this laboratory you will need to know the temperature dependence of the speed of sound in air. Find the relationship and write it down here. v(T)=__________________ What is the…
In this laboratory, for this lab you are required to design an 8-bit pseudo-rand
In this laboratory, for this lab you are required to design an 8-bit pseudo-random number generator. A pseudorandom number generator is an algorithm for generating a sequence of n…
In this laboratory, we will study the classic reaction between anthracene and ma
In this laboratory, we will study the classic reaction between anthracene and maleic anhydride described in Eaton's now famous paper. We do not want to wait 4,800 hours in the lab…
In this laboratory, you will create a class, PopInfo and use objects of that cla
In this laboratory, you will create a class, PopInfo and use objects of that class. The private member data will be a city name - a string, the total population of the city - a lo…
In this learning activity, you will choose a behavioral theory and planning mode
In this learning activity, you will choose a behavioral theory and planning model for use with Coronary Heart Disease. From all you have learned in this course, you should now fee…
In this lesson we discussed the importance of gathering information for your rés
In this lesson we discussed the importance of gathering information for your résumé and job application. Please explain why it is important for the information to be accurate – an…
In this lesson we provided you with a list of common questions asked during an i
In this lesson we provided you with a list of common questions asked during an interview: 1. Tell me about yourself, and the work experiences you have had. 2. Give an example of a…
In this lesson you learned that there are some standards and regulations necessa
In this lesson you learned that there are some standards and regulations necessary when dealing with and disposing of solid and hazardous wastes in the U.S. Visit the EPA web site…
In this lesson you learned that water shortage is possible in all areas. Take a
In this lesson you learned that water shortage is possible in all areas. Take a moment to reflect on the availability of water in the states and how water runs from small bodies o…
In this lesson, we discussed mechanisms of central and peripheral tolerance for
In this lesson, we discussed mechanisms of central and peripheral tolerance for T cells. Imagine a self-reactive T cell that has not undergone clonal deletion in the thymus (that …
In this lesson, you are learning about systems of equations and three methods fo
In this lesson, you are learning about systems of equations and three methods for solving them: graphing, substitution, and addition. Compare and contrast the three methods by dis…
In this lesson, you visited Employment Taxes - Reimbursement Payment Option on t
In this lesson, you visited Employment Taxes - Reimbursement Payment Option on the Arizona Department of Revenue Web site. Use the information on the site to answer the following …
In this lesson’s activities, you explored open web and NAU Online Library resour
In this lesson’s activities, you explored open web and NAU Online Library resources that can help you with your career planning. In a discussion board post: Share your favorite op…
In this life it is often the case that achieving our goals depends not only on w
In this life it is often the case that achieving our goals depends not only on what we do, but also on what others do. Therefore in order to achieve our goals, it is often optimal…