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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1171 / 1333

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
Write an MPI program in C, countprimes which will count the number of prime numb
Write an MPI program in C, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be se…
Write an MPI program that implements a shell-sort like parallel algorithm that s
Write an MPI program that implements a shell-sort like parallel algorithm that sorts an array of integers. The initial array is partitioned into equal size sub-arrays which are di…
Write an MPI program that implements the matrix-vector multiplication algorithm
Write an MPI program that implements the matrix-vector multiplication algorithm (see page 343). The program should use 16 processes (4 times 4 mesh) and 2-D partitioning of matrix…
Write an MPI program, count primes which will count the number of prime numbers
Write an MPI program, count primes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in…
Write an MPI program, count primes which will count the number of prime numbers
Write an MPI program, count primes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in…
Write an MPI program, countprimes which will count the number of prime numbers i
Write an MPI program, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in …
Write an MPI program, countprimes which will count the number of prime numbers i
Write an MPI program, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in …
Write an MPI program, countprimes which will count the number of prime numbers i
Write an MPI program, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in …
Write an MPI program, countprimes which will count the number of prime numbers i
Write an MPI program, countprimes which will count the number of prime numbers in the numbers from 1 to n inclusive where n is a long integer. The value for n which can be set in …
Write an MSP430 assembly language subroutine, REP FREE, to er examine the elemen
Write an MSP430 assembly language subroutine, REP FREE, to er examine the elements of a ascending orumbers stored at location LIST_IN. The list is already sorted in an subroutine …
Write an MSP430 assembly language subroutine, REP_FREE, to examine the elements
Write an MSP430 assembly language subroutine, REP_FREE, to examine the elements of a list of positive word_size numbers stored at location LIST_IN. the list is already sorted in a…
Write an Object Oriented Program that performs a simulation to estimate the prob
Write an Object Oriented Program that performs a simulation to estimate the probability of rolling five-of-a-kind in single roll of five six-sided dice. Create a file that defines…
Write an Octave (or another language/package) function that takes as input the f
Write an Octave (or another language/package) function that takes as input the forward star representation of a network and a starting node s, And finds the shortest path to all n…
Write an Official Memo to (then) President Franklin D. Roosevelt taking a positi
Write an Official Memo to (then) President Franklin D. Roosevelt taking a position, and objectively defending your position, on the interment of Americans of Japanese descent in c…
Write an OpenGL program in C++ to read and display a 3D mesh (in .obj format). 1
Write an OpenGL program in C++ to read and display a 3D mesh (in .obj format). 1. Write a function, “bool ReadOBJFile(const char filename[])”, to read in an obj file and store the…
Write an OpenGL program in C++ to read and display a 3D mesh. 1. Use the half-ed
Write an OpenGL program in C++ to read and display a 3D mesh. 1. Use the half-edge data structure to read an OBJ file and store the elements into a vertex list and face list and a…
Write an OpenGL program that draws a 3D drone (use your imagination, the geometr
Write an OpenGL program that draws a 3D drone (use your imagination, the geometry can be as simple as you like) that uses shaders (no credit will be given to immediate mode coded …
Write an OpenMP program to transpose a given matrix. The input for this program
Write an OpenMP program to transpose a given matrix. The input for this program will be from a text file. The name of the file will be matrix.txt and will be in your pgm directory…
Write an Pentium NASM assembly language program to locate a character in a strin
Write an Pentium NASM assembly language program to locate a character in a string. Read a random string and a character from the input in a main procedure. Use the other procedure…
Write an R function prism(df, decisionAttributeIndex) that applies the Prism alg
Write an R function prism(df, decisionAttributeIndex) that applies the Prism algorithm to the dataset specified by the dataframe df where decisionAttributeIndex is the (1-based) i…
Write an R function to solve the following systems of equations using the Jacobi
Write an R function to solve the following systems of equations using the Jacobi iterative method discussed in class. The code should check to ensure the system will converge and …
Write an R script that contains statements to accomplish the following numbered
Write an R script that contains statements to accomplish the following numbered items. Use R comments (a line starting with the # symbol) to clearly indicate for which numbered it…
Write an R script that contains statements to address the following numbered ite
Write an R script that contains statements to address the following numbered items. The function call, rnorm(1), generates a normal random number. Use replicate() to generate 10 n…
Write an R script that contains statements to address the following numbered ite
Write an R script that contains statements to address the following numbered items. Use R comments (a line starting with the # symbol) to clearly indicate for which item the state…
Write an RMI application that allows a client to open and read a le residing on
Write an RMI application that allows a client to open and read a le residing on a remote server. The interface for accessing the remote le object appears as import java.rmi.*; pub…
Write an SOS blinker sketch using morse code by lighting up the Arduino Uno\'s i
Write an SOS blinker sketch using morse code by lighting up the Arduino Uno's in board led pin. You must write the sketch without using the function delay(). Delay() prevents all …
Write an SQL Script to add a new table to this Schema for business addresses wit
Write an SQL Script to add a new table to this Schema for business addresses with a one to many relationship with the business table. You do not need to enter data into this table…
Write an SQL query for the following two questions: Consider a database with the
Write an SQL query for the following two questions: Consider a database with the following schema: MovieCode TheaterCode movietime MovieCode Title Rating Length TheaterCode Distri…
Write an SQL query that returns the bookid and title of books that are used as t
Write an SQL query that returns the bookid and title of books that are used as textbooks for more than one course. book bookid title Introduction of Algorithms rice total copies 8…
Write an SQL query that returns the facultyid and name of any faculty that does
Write an SQL query that returns the facultyid and name of any faculty that does not teach any course but has a salary that is higher than 80,000. book bookid title Introduction of…
Write an SQL query that returns the studentid and name of students that enrolled
Write an SQL query that returns the studentid and name of students that enrolled in all of the nance courses. A course is considered a nance course if the title of the course cont…
Write an SQL query that returns the studentid and name of students that enrolled
Write an SQL query that returns the studentid and name of students that enrolled in all of the finance courses. A course is considered a finance course if the title of the course …
Write an SQL query that returns the studentid and name of students who checked o
Write an SQL query that returns the studentid and name of students who checked out the textbook of a course that they did not enroll in. book bookid title Introduction of Algorith…
Write an SQL query that returns the studentid and name of students who have chec
Write an SQL query that returns the studentid and name of students who have checked out books that are worth more than $100 in total. book bookid title Introduction of Algorithms …
Write an SQL query that returns the studentid and name of students who have over
Write an SQL query that returns the studentid and name of students who have overdue books (assume a book is due after 30 days), use construct CURRENT_DATE to access the current da…
Write an SQL query that returns the studentid and name of students who have over
Write an SQL query that returns the studentid and name of students who have overdue books (assume a book is due after 30 days), use construct CURRENT_DATE to access the current da…
Write an SQL query that returns the studentid and name of the student(s) whose g
Write an SQL query that returns the studentid and name of the student(s) whose gpa is higher than the average gpa of all students. book bookid title Introduction of Algorithms ric…
Write an SQL query that uses a multiple-column subquery in a FROM clause. Explai
Write an SQL query that uses a multiple-column subquery in a FROM clause. Explain what the query is intended to do. The data to be used is below. CREATE TABLE department ( dep_Id …
Write an SQL query that will display a list of all customers (lastName, firstNam
Write an SQL query that will display a list of all customers (lastName, firstName, phone) and the number of cars that each has purchased from the dealership. Sort the list by numb…
Write an SQL query to answer the following question: Is any instructor qualified
Write an SQL query to answer the following question: Is any instructor qualified to teach ISM 3113 and not qualified to teach ISM 4930? Write SQL queries to answer the following q…
Write an SQL query to calculate the number of months until Christmas. Use the MO
Write an SQL query to calculate the number of months until Christmas. Use the MONTHS_BETWEEN function and the DUAL table. Then, round off the answer to an integer. Decide which fu…
Write an SQL query to create table for given dataset. Use the SQL \"DESCRIBE\" c
Write an SQL query to create table for given dataset. Use the SQL "DESCRIBE" command to display the characteristics of the table. INSERT INTO EMPLOYEEATTRITION ( AGE, ATTRITION, B…
Write an SQL query to extract the following information from data dictionary: Fo
Write an SQL query to extract the following information from data dictionary: For each question you need to submit query and screenshot with results. Start Oracle SQL Developer Us…
Write an SQL query to extract the following information from data dictionary: Fo
Write an SQL query to extract the following information from data dictionary: For each question you need to submit query and screenshot with results. Start Oracle SQL Developer Us…
Write an SQL query to join three character strings: your first name, blank space
Write an SQL query to join three character strings: your first name, blank space, and your last name. Use a nested CONCAT function and the DUAL table. Write an SQL query to calcul…
Write an SQL statement that projects the employee name and project name restrict
Write an SQL statement that projects the employee name and project name restricted to projects Mary Jacobs is working on. Show the resulting relation. EMPNUM FNAME LNAME DEPT PHON…
Write an SQL statement to create a new table \'program\' with the information be
Write an SQL statement to create a new table 'program' with the information below: You need to decide the appropriate data type and length. Degree Type must be (BSc, BA, or BCom).…
Write an SQL statement to delete all rows of pets of PetType Cat in the PET_3 ta
Write an SQL statement to delete all rows of pets of PetType Cat in the PET_3 table. NOTE, do not use Anteater, as in the book. (Try it first without a WHERE clause.) Check to mak…
Write an SQL statement to display all data on products having a QuantityOnHand g
Write an SQL statement to display all data on products having a QuantityOnHand greater than 0. Write an SQL statement to display the SKU, SKU_Description, and WareHouseID for prod…
Write an SQL statement to display the SKU, SKU_Description, WarehouseID, Warehou
Write an SQL statement to display the SKU, SKU_Description, WarehouseID, WarehouseCity, and WarehouseState for all items stored in the Atlanta, Bangor, or Chicago warehouse. Provi…