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

Browse S

Alphabetical listing with fast deep pagination.
53166 items • Page 371 / 1064

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
Simple C++ Encryption BACKGROUND INFORMATION: A cryptosystem is a system for enc
Simple C++ Encryption BACKGROUND INFORMATION: A cryptosystem is a system for encryption and decryption. Encryption, also called encoding or enciphering, involves changing the orig…
Simple C++ code: Writing two functions to simulate rolling a dice Problem 3. Wri
Simple C++ code: Writing two functions to simulate rolling a dice Problem 3. Write a program to simulate the roll of a six-faced die. You'll need to write two functions for this. …
Simple C++ program Important: You must use the array for this lab, no vectors al
Simple C++ program Important: You must use the array for this lab, no vectors allowed. Create a Recursive Function Write a function that recursively prints a string in reverse. Th…
Simple COBOL Help Write a program for the Pass-Em State College bursar to comput
Simple COBOL Help Write a program for the Pass-Em State College bursar to compute for each semester the tuition for each student. If a student is taking 12 credits or less, tuitio…
Simple Chemical Combustion - why do differing amounts of air and inlet condition
Simple Chemical Combustion - why do differing amounts of air and inlet conditions play a role in the overall result of conditions. Key results were the heat liberated by combustio…
Simple Circuits - Measurements of Resistance 1. Measure the resistance of each o
Simple Circuits - Measurements of Resistance 1. Measure the resistance of each of the two resistors from your kit and record the values Ri and R. 2. Connect the two resistors in s…
Simple Column + Row = ? Problem..... I think! Im not even sure where to start wi
Simple Column + Row = ? Problem..... I think! Im not even sure where to start with thiss... I have two spreadsheets one called DATA and the other called REPORT. When I enter varia…
Simple Column + Row = ? Problem..... I think!! Im not even sure where to start w
Simple Column + Row = ? Problem..... I think!! Im not even sure where to start with this.. I have two spreadsheets one called DATA and the other called REPORT. When I enter variab…
Simple Container Classes Requirements: ? A general Container class that your oth
Simple Container Classes Requirements: ? A general Container class that your other classes will inherit from. ? Three different more specific containers that will define their own…
Simple Fahrenheit to Celsius Conversion program in C++ -Contains a user-interfac
Simple Fahrenheit to Celsius Conversion program in C++ -Contains a user-interface function which requests the user to enter the maximum temperature as an int. -If the maximum temp…
Simple Fiber Optics Question. A symmetrical dielectric slab waveguide has n1=1.5
Simple Fiber Optics Question. A symmetrical dielectric slab waveguide has n1=1.5 and n2=1.48. For the TE0 Mode compute d/lamda if the propagating angle is 86 degrees? I have done …
Simple Functions Functions that display a volde he Come Message simple message;
Simple Functions Functions that display a volde he Come Message simple message; Functions that do something a specified number of times (i.e. display a message x-times, etc.); Fun…
Simple Functions In this workshop, you are to design a function that returns a s
Simple Functions In this workshop, you are to design a function that returns a single value and to use that function in a program. Learning Outcome Upon successful completion of t…
Simple Harmonic Motion - A 75.0 N / m spring is suspended vertically with nothin
Simple Harmonic Motion - A 75.0 N / m spring is suspended vertically with nothing attched to it and rests at equilibrium. Then a mass is attached to the spring and given a nudge. …
Simple Harmonic Motion Concepts Answer the following questions for a mass that i
Simple Harmonic Motion Concepts Answer the following questions for a mass that is hanging on a spring and oscillating up and down with simple harmonic motion. Note: the oscillatio…
Simple Harmonic Motion Name: Lab Partner: Date Lab day & time: Question: What ar
Simple Harmonic Motion Name: Lab Partner: Date Lab day & time: Question: What are oscillations Apparatus One spring that can be mounted vertically Weights Sonic Ranger Calcula…
Simple Harmonic Motion Name: Lab Partner: Date Lab day & time: Question: What ar
Simple Harmonic Motion Name: Lab Partner: Date Lab day & time: Question: What are oscillations Apparatus One spring that can be mounted vertically Weights Sonic Ranger Calcula…
Simple Harmonic Motion Quiz. A 1.6 kg block moving with a speed of 0.5 m/s on a
Simple Harmonic Motion Quiz. A 1.6 kg block moving with a speed of 0.5 m/s on a horizontal, frictionless surface a spring of constant 250 N/m. The block becomes attached to the sp…
Simple Harmonic Motion Show work for full credit You put a 42.7 gram mass on a s
Simple Harmonic Motion Show work for full credit You put a 42.7 gram mass on a spring, set it in motion with a small amplitude, and count 3 cycles. Those 3 cycles took 3.25 second…
Simple High School Coding: I need a code written in Python that can move a small
Simple High School Coding: I need a code written in Python that can move a small robot car through a maze and keep track of visited areas. Any form of linked lists or adjency list…
Simple Interest The simple interest formula is I = Prt (Interest = Principal * r
Simple Interest The simple interest formula is I = Prt (Interest = Principal * rate * time). This is one way that interest is calculated on a loan or investment. Create a loan sce…
Simple Interest The simple interest formula is I = Prt (Interest = Principal * r
Simple Interest The simple interest formula is I = Prt (Interest = Principal * rate * time). This is one way that interest is calculated on a loan or investment. Create a loan sce…
Simple Interest USE A 360 DAY YEAR Calculate the simple interest amount and the
Simple Interest USE A 360 DAY YEAR Calculate the simple interest amount and the future value using the simple interest formula.                                                    …
Simple Interest. Bill bought a $10,000, 5 year certificate of deposit (CD) that
Simple Interest. Bill bought a $10,000, 5 year certificate of deposit (CD) that would earn 3% annual simple interest. Two years before the CD was due to mature, Bill needed his CD…
Simple Java Inheritance practice problem Description Write a class Person.java t
Simple Java Inheritance practice problem Description Write a class Person.java that acts as a person with Strings to hold their name and address. This class should also contain: A…
Simple Java Program. It is about classes . All you have to do is fill in the stu
Simple Java Program. It is about classes. All you have to do is fill in the stubs and requirements in each java file, it will be obvious once you open the site and get them into a…
Simple Java Program. It is about classes. All you have to do is fill in the stub
Simple Java Program. It is about classes. All you have to do is fill in the stubs and requirements in each java file, it will be obvious once you open the site and get them into a…
Simple Java Project Implement a generic class named “Score”. This class will hav
Simple Java Project Implement a generic class named “Score”. This class will have two instance variables. A String for the name of the student, and a generic type for the score va…
Simple Java Questions True or False? An interface can contain instance variables
Simple Java Questions True or False? An interface can contain instance variables. 2. True or False? An interface can contain a constructor. 3. True or False? An interface can cont…
Simple Java question - Answer the following questions about a one-dimensional ar
Simple Java question - Answer the following questions about a one-dimensional array 1. Declare a integer constant called MY_SIZE with a value of 10 2. Declare and create a one-dim…
Simple JavaFX homework Hi, I\'m working on a test prgram that needs to implement
Simple JavaFX homework Hi, I'm working on a test prgram that needs to implement all of these. not sure how to do it. They all need to be done with JavaFX (a) Change the color scro…
Simple Javascript problem: Write the JavaScript code to add behavior to the foll
Simple Javascript problem: Write the JavaScript code to add behavior to the following page that has a user interface for entering grades on homework assignments. You will compute …
Simple LOGIN username only PHP FORM! Write a PHP script that, when first loaded,
Simple LOGIN username only PHP FORM! Write a PHP script that, when first loaded, presents a simple HTML login form with just a username prompt, like below: When the user enters a …
Simple Line Regression a) Develop a simple linear equation to predict number of
Simple Line Regression a) Develop a simple linear equation to predict number of startups based on research. Perform the test of significance on the slope of this equation using al…
Simple Linear Reessionl sovenal used Mitsabishi Mirmge cans Classified ads in a
Simple Linear Reessionl sovenal used Mitsabishi Mirmge cans Classified ads in a newspaper offered several used Mitsubishi Mirage cars for sale. Lis the advertised prices ted below…
Simple Linear Regression 1. Let i, y2n be a set of response variable. A probabil
Simple Linear Regression 1. Let i, y2n be a set of response variable. A probabilistic linear model is defined as The estimated line of means is defined as The line that minimizes …
Simple Linear Regression An environmental economist wished to determine the mark
Simple Linear Regression An environmental economist wished to determine the market demand function for tradable permits in carbon dioxide emissions from experimental data she had …
Simple Linear Regression I (Ch 13) Based on \"Using Statistics @Sunflower Appare
Simple Linear Regression I (Ch 13) Based on "Using Statistics @Sunflower Apparel" Interpret the regression coefficients b_0 and b. P. 496 Predict the mean annual sales for a store…
Simple Linear Regression problems (Read-Only] [Compatibility Mode)- Word TREFERE
Simple Linear Regression problems (Read-Only] [Compatibility Mode)- Word TREFERENCES MAILINGS REVIEW VIEW One Page B Multiple PagesNew Arrange Sps C1 View Side by Side | Synchrono…
Simple Linear Regression problems (Read-Only] [Compatibility Mode)- Word TREFERE
Simple Linear Regression problems (Read-Only] [Compatibility Mode)- Word TREFERENCES MAILINGS REVIEW VIEW One Page B Multiple PagesNew Arrange Sps C1 View Side by Side | Synchrono…
Simple Linked List Class Using an appropriate definition of ListNode, design a s
Simple Linked List Class Using an appropriate definition of ListNode, design a simple linked list class with only two member functions and a default constructor: void add(double x…
Simple Linked List Class Using an appropriate definition of ListNode, design a s
Simple Linked List Class Using an appropriate definition of ListNode, design a simple linked list class with only two member functions and a default constructor: void add(double x…
Simple MATLAB ODE45 Problem So What I want is a MATLAB code for (a) -Graph of ho
Simple MATLAB ODE45 Problem So What I want is a MATLAB code for (a) -Graph of horizontal and vertical location using ODE45 code for (b) -Graph of horizontal and vertical location …
Simple MATLAB code, trying to make a line of best fit but it won\'t show up. The
Simple MATLAB code, trying to make a line of best fit but it won't show up. The scatter plot shows up just fine, and I put the polyfit function in, but I can't get the line of bes…
Simple MYSQL database Would someone be able to create a simple MYSQL database co
Simple MYSQL database Would someone be able to create a simple MYSQL database consisting of 5 tables? Tables: An 'employee detail table' consisting of: employee ID (primary key), …
Simple Markup Show Markup v en Track Compu Changes D13 Reviewing Pane Accept Rej
Simple Markup Show Markup v en Track Compu Changes D13 Reviewing Pane Accept Reje Next raser Tracking Changes Compar Problem 41 (6 Poluts). Tha following table records pacformance…
Simple Mat lab Q ) I have a record of a radar that has two coulmns . The first o
Simple Mat lab Q ) I have a record of a radar that has two coulmns . The first one and second shows the sending and reciving time respectively,* speed of light (300000000 m/s). I …
Simple Matlab functions 7) Write a function extract odds that takes an array of
Simple Matlab functions 7) Write a function extract odds that takes an array of random integers (you can generate this with the Matlab command v = randi(0501100, 1)):) and returns…
Simple Matlab questions. You do not need a matlab to answer this. 1) (a) Write a
Simple Matlab questions. You do not need a matlab to answer this. 1) (a) Write a Matlab code fragment to create a vector x with elements starting at 400 and ending with -200 in de…
Simple Minds-Don\'t you (forget about me) The Breakfast Club Simple Minds-Don\'t
Simple Minds-Don't you (forget about me) The Breakfast Club Simple Minds-Don't you (forget about me) The Breakfast Club Duration: (4:24) User: sheo- Added: 10/16/05 Unit 5 journal…