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 3516 / 3837

[MIPS] Implement a more complex quickSort function in MIPS assembly. This must n
[MIPS] Implement a more complex quickSort function in MIPS assembly. This must not be done using an online converter In this project, you will implement a more complex quickSort f…
[MIPS] Please rewrite the C code below into MIPS. Any online converter cannot be
[MIPS] Please rewrite the C code below into MIPS. Any online converter cannot be accepted, please provide screen shots of the output #include <stdio.h> void bubbleSort(int *…
[MIPS] The goal here is to rewrite C code into MIPS. Please dont use any convert
[MIPS] The goal here is to rewrite C code into MIPS. Please dont use any converters as it is obvious and uneducational. #include <stdio.h> void bubbleSort(int *num, int size…
[M] (a) Give a short sequence of machine instructions for the task “Add the cont
[M] (a) Give a short sequence of machine instructions for the task “Add the contents of memory locationAto those of location B, and place the answer in location C”. Instructions L…
[Making a maze game by uisng c++] Hello! First of all, thank you for helping my
[Making a maze game by uisng c++] Hello! First of all, thank you for helping my stuff. Actually, I try to make a maze game in using c++. I have some problems in my code. ["I have …
[Marc Goodman] I took a one-day workshop a few terms ago on \"Critical Theory: P
[Marc Goodman] I took a one-day workshop a few terms ago on "Critical Theory: Pedagogy of Inclusion, Equity, and Empowerment." Do you see how I suffer for you? :) Just kidding, it…
[Matlab Code] Consider the following function: We wish to find the minimum of th
[Matlab Code] Consider the following function: We wish to find the minimum of the above function in the given range of x. 1. Write a MATLAB code for the Newton-Raphson method. Use…
[Matlab] calculate the flight path of a projectile with and without air resistan
[Matlab] calculate the flight path of a projectile with and without air resistance. For simplification, we will assume that the projectile is small and spherical in shape. Your ta…
[Maze game by uisng c++] Hello! First of all, thank you for helping my stuff. Ac
[Maze game by uisng c++] Hello! First of all, thank you for helping my stuff. Actually, I try to make a maze game in using c++. I have some problems in my code. ["I have to keep m…
[Meter Voltage The figure below shows an electric circuit designed to measure th
[Meter Voltage The figure below shows an electric circuit designed to measure the temperature of the water in a beaker. The resistor R represents a temperature sensor enclosed in …
[Meter Voltage The figure below shows an electric circuit designed to measure th
[Meter Voltage The figure below shows an electric circuit designed to measure the temperature of the water in a beaker. The resistor R represents a temperature sensor enclosed in …
[Mips] Implement the pointer version of the bubble sort below in MIPS assembly.
[Mips] Implement the pointer version of the bubble sort below in MIPS assembly. The code supplied is in C (should be a pointer version) and should be rewritten in MIPS #include &l…
[More Joins – Chap 7] Using the database provided, Write and Execute SELECT stat
[More Joins – Chap 7] Using the database provided, Write and Execute SELECT statements to get the following information: More Joins(Multiple Table Joins) 1.How many Credit Hours i…
[NOTE: Use only functions, no pointers for this problem] Write a program to mode
[NOTE: Use only functions, no pointers for this problem] Write a program to model a simple calculator. Each data line shouldconsist of the next operation to be performed from the …
[Need a help for java] [Problem] - I need to fill out 4 .java files to do this a
[Need a help for java] [Problem] - I need to fill out 4 .java files to do this assignment. Write a program that opens the salesdat.txt file and processes it contents. The program …
[Networking] Assume that there are u users connected to the University of Delhi\
[Networking] Assume that there are u users connected to the University of Delhi's wireless network to connect to the Internet. u = 1000 during the day, and r = 600 during the nigh…
[Note: This is about hard drive management.] 2. Your company is wants to be able
[Note: This is about hard drive management.] 2. Your company is wants to be able to accommodate workers with special needs (those with less hearing or seeing ability or less mobil…
[Operating Systems questions] 1) Compare and contrast the event-driven and algor
[Operating Systems questions] 1) Compare and contrast the event-driven and algorithmic paradigms. 2) In microkernal-based client-server systems, the microkernal just message passi…
[PART ONE OF PROJECT, ALREADY COMPLETED] An accumulator is a primitive kind of c
[PART ONE OF PROJECT, ALREADY COMPLETED] An accumulator is a primitive kind of calculator that can evaluate arithmetic expressions. In fact, the Arithmetic-Logic Unit (ALU) of the…
[PSEUDOCODE] [ALGORITHM] Improving Efficiency (7 marks) Make a few modifications
[PSEUDOCODE] [ALGORITHM] Improving Efficiency (7 marks) Make a few modifications to this algorithm to integrate the functionality of the Worth function directly into the recursion…
[PSEUDOCODE] [ALGORITHM] Improving Efficiency Please provide the following answe
[PSEUDOCODE] [ALGORITHM] Improving Efficiency Please provide the following answers in detail with valid explanations. The algorithm to be used is also given below. (Knapsack Algor…
[PYTHON] - GRAPHS ALGORITHMS STACKS SEARCH Instructions: In class, we discussed
[PYTHON] - GRAPHS ALGORITHMS STACKS SEARCH Instructions: In class, we discussed the Graph data structure. Since the graph is a non-linear structure, there is no unique traversal. …
[PYTHON] - POSTFIX EXPRESSIONS The stack function I have already completed and i
[PYTHON] - POSTFIX EXPRESSIONS The stack function I have already completed and inserted into the code. It works from previous lab so assuming it should work here as well. I need h…
[PYTHON] Given a connected computer network (bidirectional communication) we wan
[PYTHON] Given a connected computer network (bidirectional communication) we want to find two different nodes u and v such that we can maximize the congestion between u and v with…
[PYTHON] I can\'t change the __init__ so Im having trouble with making my code w
[PYTHON] I can't change the __init__ so Im having trouble with making my code work. The code must be able to return the same values exactly as the example given. Above is the code…
[PYTHON]Help adding two 3d vectors in a class? My code is included. Can you alte
[PYTHON]Help adding two 3d vectors in a class? My code is included. Can you alter the function add, and make it so it can add two vectors together and return a new vector sum of t…
[Part a] Consider a C program that reads two real numbers from the keyboard foll
[Part a] Consider a C program that reads two real numbers from the keyboard followed by a character where the character can be one of the operators +, -, *, /, or % providing the …
[Pl-SQL] 2. Create a PL/SQL block that computes the commission amount for a give
[Pl-SQL] 2. Create a PL/SQL block that computes the commission amount for a given employee based on the employee’s salary. a.Use the DEFINE command to provide the employee ID. Pas…
[Please answer ASAP, and in C] I\'ve been getting a segmentation error every tim
[Please answer ASAP, and in C] I've been getting a segmentation error every time I try to run program 4. Please help fix it with better code so that the program runs as intended, …
[Points 3] What is the purpose of a condition variable in a monitor? How is the
[Points 3] What is the purpose of a condition variable in a monitor? How is the condition variable implemented? Explain your answer using an example. [Points 3] In the monitor sol…
[Points 3] What is the purpose of a condition variable in a monitor? How is the
[Points 3] What is the purpose of a condition variable in a monitor? How is the condition variable implemented? Explain your answer using an example. [Points 3] In the monitor sol…
[Points 3] What is the purpose of a condition variable in a monitor? How is the
[Points 3] What is the purpose of a condition variable in a monitor? How is the condition variable implemented? Explain your answer using an example. [Points 3] In the monitor sol…
[Polynomial-time reduction] Consider the construction of a graph (a.k.a. “gadget
[Polynomial-time reduction] Consider the construction of a graph (a.k.a. “gadget”) studied in class when proving the polynomial-time reducibility 3-SAT ?p INDEPENDENT-SET. The con…
[Problem Reduction] [Algorithms] Problem P is the following: given an array of n
[Problem Reduction] [Algorithms] Problem P is the following: given an array of n distinct integers, build a binary search tree for these integers. Problem Q is the following: sort…
[Prompt the user to enter a sentence, then hit newline. Read the sentence one ch
[Prompt the user to enter a sentence, then hit newline. Read the sentence one character at a time, until you come to the newline character. Count the total number of keystrokes en…
[Pseudocode] [Algorithm] Improving Efficiency I am supposed to further improve t
[Pseudocode] [Algorithm] Improving Efficiency I am supposed to further improve the efficiency of this given algorithm. (Provided Below) Q) So you improved your Findfake algorithm …
[Pseudocode] [Algorithm] [code] Improving Efficiency Below you can find the algo
[Pseudocode] [Algorithm] [code] Improving Efficiency Below you can find the algorithm and additional information that might help solve the following question. a) The Findfake algo…
[Python] 1. if we declare a varibale as apple = banana which error will it cause
[Python] 1. if we declare a varibale as apple = banana which error will it cause? 1. name error 2. syntax error ----------------------------- 2. Consider this code: def multiple(n…
[Python] Functionality You are to create a program that properly handles two typ
[Python] Functionality You are to create a program that properly handles two types of input-- command line arguments and standard input. The purpose of this exercise is to ensure …
[Python] Hi, I wrote a program to record collisions for inserting into a quadrat
[Python] Hi, I wrote a program to record collisions for inserting into a quadratic probing hash table in python. How would I change it for just linear probing and double hashing t…
[Python] Hi, I wrote a program to record collisions for inserting into a quadrat
[Python] Hi, I wrote a program to record collisions for inserting into a quadratic probing hash table in python. How would I change it for just linear probing and double hashing t…
[Python] Hi, I wrote a program to record collisions for inserting into a quadrat
[Python] Hi, I wrote a program to record collisions for inserting into a quadratic probing hash table in python. How would I change it for just linear probing and double hashing t…
[Python] I\'m taking a beginner course, so please do not use higher technique Pr
[Python] I'm taking a beginner course, so please do not use higher technique Problem to solve: A student took 5 courses and got an numeric grade for each course. We need to write …
[Python] Need help debugging. Instructions, my code, and sample cases are below!
[Python] Need help debugging. Instructions, my code, and sample cases are below! I'm having trouble with ordered_ll.tail. def add(self, item): #write your code here temp = Node(it…
[Python] Please help me !!!!!!! with this coding problem. I will copy the templa
[Python] Please help me !!!!!!! with this coding problem. I will copy the template for you in the bottom. Please make sure your code works in .py file. 3.Copy below to your py fil…
[Python] Uniform Subtrees Define a Uniform tree as one in which all of the nodes
[Python] Uniform Subtrees Define a Uniform tree as one in which all of the nodes at a given level (i.e. distance from the root) have the same degree (i.e. number of children). Sin…
[Python] [Heaps] Complete the implement basic procedures of a min-heap data stru
[Python] [Heaps] Complete the implement basic procedures of a min-heap data structure from max-heap, and use it to construct a min-priority queue ADT. Provide max-heap implement m…
[Python] [Merge Sort] change Psuedocode to Python code Merge Sort MERGE(A, p, q,
[Python] [Merge Sort] change Psuedocode to Python code Merge Sort MERGE(A, p, q, r) n1 = q - p + 1//length of the first sublist n2 = r - q//length of the second sublist let L[1..n…
[Python]Develop a GUI that can be used to teach elementary school children addit
[Python]Develop a GUI that can be used to teach elementary school children addition and subtraction. The GUI contains two Entry widgets and a Button widget. At start up, the progr…
[Python]For this question you will modify the processPeople () function written
[Python]For this question you will modify the processPeople() function written for the second assignment to handle the InvalidDate exceptions that the Person class now raises when…