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

Web development and programming

191828 questions • Page 3614 / 3837

help me translate English texting into Morse Code and visa versa using a format
help me translate English texting into Morse Code and visa versa using a format like this : #include <iostream> using namespace std; class character { private: char english;…
help me using python? You are working for an interior design company and they ne
help me using python? You are working for an interior design company and they need you to design software for them. Specifically, for a rectangular room they need a program to det…
help me with step by step and correct output, thanks using C program Write a fun
help me with step by step and correct output, thanks using C program Write a function for Bubble Sort that sorts the array and produces a trace of how the array is being sorted. E…
help me with this CSC 110 Loan Calculator You\'ve been hired to do some programm
help me with this CSC 110 Loan Calculator You've been hired to do some programming for Metro Bank. They want you to create a program to calculate loan payments. The user will ente…
help me with this assignment by using MATLAB. Please write your code clearly Due
help me with this assignment by using MATLAB. Please write your code clearly Due Sun 10/29, 11pm Implement algorithm 6.1 that accomplishes Gaussian elimination with row swap ping …
help me with this matlab code please! So lost! Thank you! There are a number of
help me with this matlab code please! So lost! Thank you! There are a number of ways you could represent a list of vectors in Matlab. Pick one, explain howr it wrorks, and discuss…
help me with those parts plz . (10) Evaluate the following Boolean expressions (
help me with those parts plz . (10) Evaluate the following Boolean expressions (True or False) - 3) 5.9 -- 5.6s (6.3/4> 4 11 20 / 6 4 966 34532 324 > 293 3. (10) Evaluate ea…
help me write a java code for this lab, thank you Hint (starting code): public c
help me write a java code for this lab, thank you Hint (starting code): public class VirtualMachine { private IntStack stack = new IntStack(20); private int pc; private int ir; pr…
help me write a main application class FractionApplication.in this class,create
help me write a main application class FractionApplication.in this class,create three Fraction objects with values f1=<-1,2>,f2=<1,2> and f3=<5,10>.tets f1 equal…
help me write this c program that is a encrypting / decrypting utility Requireme
help me write this c program that is a encrypting / decrypting utility Requirements 1. The utility needs to be called cryptoMagic and needs to be written in C a. The utility has 2…
help me!!! This program will read a data file that contains book store sales for
help me!!! This program will read a data file that contains book store sales for 12 months. Each month record will contain 6 category book sales (Math, CS, Physics, Chemistry, Bio…
help me, please, i want to see the way u do step by step please please Overview
help me, please, i want to see the way u do step by step please please Overview For this assignment, write a program that will process two sets of random numeric information. The …
help needed for C# Windows From:: Customer Entry Windows Form Project, MDI Here
help needed for C# Windows From:: Customer Entry Windows Form Project, MDI Here are the requirements for thisproject . Create a class called Customer.cs with the following String …
help on C++ H/W Please use comments Task 1: Functions or classes are ok. Create
help on C++ H/W Please use comments Task 1: Functions or classes are ok. Create an array that holds 1000 random floats between 1-1000. Implement Selection sort to sort the values …
help peusdocode: Given an article such as this one at design an algorithm to fin
help peusdocode: Given an article such as this one at design an algorithm to find the top 150 most frequently co-occurring word-pairs in this article. Two words are said to co-occ…
help please : create one of the following by using only Android Studio 1- calcul
help please : create one of the following by using only Android Studio 1- calculator and calenter or 2- unit measurements create a simple calender and calculator using ( Android s…
help please :) You are asked to design a parallel-plate capacitor having a capac
help please :) You are asked to design a parallel-plate capacitor having a capacitance of 1.04 F and a plate separation of 1.55 mm. Calculate the required surface area of each pla…
help please Do Programming Exercise 4.1 from pages 120- 121 Have your program: D
help please Do Programming Exercise 4.1 from pages 120- 121 Have your program: D Begin with a program description comment 0 Break the program off into sections for each main actio…
help please Shift registers also use flip-flops. Here are some questions related
help please Shift registers also use flip-flops. Here are some questions related to their behavior: To serially shift a byte of data into a shift register, there must be one clock…
help please USING MATLAB Write a function called mathgame.m that repeatedly asks
help please USING MATLAB Write a function called mathgame.m that repeatedly asks a user to answer a simple addition question. After each question the user is told if their answer …
help please cse problem Problem 4. [15 pts] Given: the hash function: h(x) = | 2
help please cse problem Problem 4. [15 pts] Given: the hash function: h(x) = | 2x + 3 | mod M a bucket array of capacity N a set of objects with keys: 12,-44, 13,-88, 23, 94, 11, …
help please in database The second project task is to write DDL code to implemen
help please in database The second project task is to write DDL code to implement a database design. One systematic way of doing this is to create your schema initially based on y…
help please with 8, 9 and 10 8. The Arduino program given below is supposed to c
help please with 8, 9 and 10 8. The Arduino program given below is supposed to cause an LED to Blink. What happens when the program runs? a) LED Blinks every 1 second. b) LED stay…
help please! Short Answer. For C++: What is the difference between a C++ class a
help please! Short Answer. For C++: What is the difference between a C++ class and a C++ object? What is the difference between a public and private member of a class? Why are dat…
help please! Suppose node A and B are on the same 10Mbps Ethernet bus, and the p
help please! Suppose node A and B are on the same 10Mbps Ethernet bus, and the propagation delay between the two nodes is 325 bit times. Suppose node A begins transmitting a frame…
help please!!!! need soon as possible!! Netbeans Integrated Development Environm
help please!!!! need soon as possible!! Netbeans Integrated Development Environment (IDE) UML should be in Word Document Project Requirements Each User Defined Class must be in it…
help please(oracle sql) Create a view named order_item_products that returns col
help please(oracle sql) Create a view named order_item_products that returns columns from the Orders, Order_Items, and Products tables This view should return these columns from t…
help pls Classes and Objeets True or False: 1. When two or more methods have the
help pls Classes and Objeets True or False: 1. When two or more methods have the same name but different paranet ter lists, the methods are referred to as overloaded methods. 2. 0…
help plz !! The rectangular loop of wire shown below has a total mass of 4.2 g a
help plz !! The rectangular loop of wire shown below has a total mass of 4.2 g and can pivot (without friction) about the: axis A currant of 8.2 A is passing through the loop m th…
help plz for maximumrating a) We can use a heap to implement a priority queue. T
help plz for maximumrating a)     We can use a heap to implement a priority queue. The Serve( ) function returnsthe highest priority item that will be the maximum heap element.The…
help plz mathlab write a script that will take the temperature column from the m
help plz mathlab write a script that will take the temperature column from the matrix named 100 shown below, that will return messages if any of the hot tub temperatures fall belo…
help plz!!! Write a Script called Matrix_Big that creates a 1000 times 5 matrix
help plz!!! Write a Script called Matrix_Big that creates a 1000 times 5 matrix with values in each row from 1 to 5. Write a function called quad_matrix that takes as its input ar…
help programing in C. Bank Balance - Get the cost from the user, print if they h
help programing in C. Bank Balance - Get the cost from the user, print if they have enough funds. 1 Finclude The user will start out with $100.00 in their bank. The program should…
help programming in Java, in NetBeans IDE You have been asked to test the effect
help programming in Java, in NetBeans IDE You have been asked to test the effectiveness of the following different scheduling algorithms for different types of queuing application…
help solve please and thank you For each of the given program segments, determin
help solve please and thank you For each of the given program segments, determine if there is an error in the code, circle the error in the program and write the corrected code in…
help solve with c++ Define a structure called Employee with four member variable
help solve with c++ Define a structure called Employee with four member variables- first name, last name. ID and salary. Use appropriate datatypes. You are provided a data file na…
help to finish this program: Given an array and the size of the array, find and
help to finish this program: Given an array and the size of the array, find and return thesmallest value in the array. For example, if the array contains 4, 1, 6, 3, 7, 9, 4, 5, 2…
help to fix jquery problem index.php
help to fix jquery problem index.php <div id="suggest"> <input type="text" size="25" value="" id="country" onKeyUp="suggest(this.value);" onBlur="fill();" class="" /> …
help to writ C program (There is a help Code below) 2) Your task is to write a C
help to writ C program (There is a help Code below) 2) Your task is to write a C program for a Depth-First Search algorithm for graphs. The algorithm can be used to calculate reac…
help to writ C program and show a screen shot without copying from Googel (There
help to writ C program and show a screen shot without copying from Googel (There is a help Code below) 2) Your task is to write a C program for a Depth-First Search algorithm for …
help will be really appriciated. The IT department in a hospital is configuring
help will be really appriciated. The IT department in a hospital is configuring some very small digital back-up tape drives. The drives' data is stored in "words" (i.e. non-empty …
help with JFrame program with java write a program to simulate adding an NBA Tea
help with JFrame program with java write a program to simulate adding an NBA Team to a Basketball court. Here is an example of the screenshot when running the program: Here is wha…
help with JavaCode Please:: Exercise - Read File Over Network Onto Screen This p
help with JavaCode Please:: Exercise - Read File Over Network Onto Screen This program will read a file over a network from a server and display the file on the screen of the clie…
help with a java program. Every Nth Word Purpose To enhance your understanding o
help with a java program. Every Nth Word Purpose To enhance your understanding of file I/O Directions and example Write a program that prompts the user for a file name and an inte…
help with assmebly code 2) unsigned and sign extension a. 8-bit to 16-bit unsign
help with assmebly code 2) unsigned and sign extension a. 8-bit to 16-bit unsigned number conversion Input 8 bits unsigned number (for example, hexadecimal of fd) and convert this…
help with c++ Repeat the above program with the random numbers sorted into binar
help with c++ Repeat the above program with the random numbers sorted into binary bins, where bin A contains all numbers evenly divisible by 2, bin B contains all numbers evenly d…
help with c++ program. i need to generate the last 4 digit of possible phone num
help with c++ program. i need to generate the last 4 digit of possible phone number. heres the question https://www.dropbox.com/s/ty40tvc2ht85yv7/c%2B%2B.PNG?dl=0 write a C++ prog…
help with computer science in C++ . please give me detailed solution so that i c
help with computer science in C++ . please give me detailed solution so that i can study for this. thank you so much Problem: A local amateur meteorologist has been recording dail…
help with inputForMethod_1_B(), thanks package code; import java.util.ArrayList;
help with inputForMethod_1_B(), thanks package code; import java.util.ArrayList; public class Inputs {    // Study the definition of the method    // method_1    // defined in the…
help with java code please !!!!! Design and implement a set of classes that defi
help with java code please!!!!! Design and implement a set of classes that define various types of reading material: books, novels, magazines, technical journals, textbooks, and s…