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 1168 / 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 ARM assembly program that will generate the first 20 numbers in the Fib
Write an ARM assembly program that will generate the first 20 numbers in the Fibonacci series and place them in a 20-element word array located at address 0x40000000.  You program…
Write an ARM assembly program to read and array of 50 elements and outputs the m
Write an ARM assembly program to read and array of 50 elements and outputs the moving average of the input array. The moving average of the input array is defined as the average o…
Write an ARM function (subroutine) to count the number of odd integers in an int
Write an ARM function (subroutine) to count the number of odd integers in an integer array. The function signature is: int numodd( int array[], int size ) ; where:             int…
Write an ARM function that will attempt to decrypt a string encrypted using the
Write an ARM function that will attempt to decrypt a string encrypted using the Caesar cipher. Supposedly Caesar used this technique to encrypt messages. He moved from the letter …
Write an ARM function that will attempt to decrypt a string encrypted using the
Write an ARM function that will attempt to decrypt a string encrypted using the Caesar cipher. Supposedly Caesar used this technique to encrypt messages. He moved from the letter …
Write an ARM function that will attempt to decrypt a string encrypted using the
Write an ARM function that will attempt to decrypt a string encrypted using the Caesar cipher. Supposedly Caesar used this technique to encrypt messages. He moved from the letter …
Write an ARM function that will insert a second string into a first string at a
Write an ARM function that will insert a second string into a first string at a specific offset and return a pointer to the new string. The C language driver code is: #include &lt…
Write an ARM subroutine which will extract a substring from a string. You will n
Write an ARM subroutine which will extract a substring from a string. You will need to use the library routine malloc to allocate memory for the new string. Use the pointers(a1,a2…
Write an ARMv7 assembly code that is translated from the following C program #in
Write an ARMv7 assembly code that is translated from the following C program #include<stdio.h> int main(){    int n;    int max;    int min;    int test;    int i;    printf…
Write an ARMv8 program to sort an array of elements. As I mentioned in class, th
Write an ARMv8 program to sort an array of elements. As I mentioned in class, this problem uses a portion of your Programming Assignment 1 where you computed the smallest and larg…
Write an ASCII character counter for an array in MIPS assembly language, using s
Write an ASCII character counter for an array in MIPS assembly language, using subrutines. The starting address of the array of ASCII characters must be passed to the subroutine i…
Write an ASSEMBLY CODE that prompts the user to enter a string of up to 100 char
Write an ASSEMBLY CODE that prompts the user to enter a string of up to 100 characters (your program should ensure the input is sane and re-prompt if necessary). As the characters…
Write an ASSEMBLY PROGRAM that moves the cursor to a random location within a vi
Write an ASSEMBLY PROGRAM that moves the cursor to a random location within a virtually bounded box with 80 columns and 25 rows in the output console. Upon reaching a random locat…
Write an ATM C++ program simulation to do the three common tasks: withdraw, depo
Write an ATM C++ program simulation to do the three common tasks: withdraw, deposit and balance checking using three C++ functions. You must define 3 users. Each user information …
Write an ATmega32-compatible program that adds two 10-digit ASCII numbers (which
Write an ATmega32-compatible program that adds two 10-digit ASCII numbers (which are located in code ROM), that is, DATA1 + DATA2. The result should be saved to RESULT in ASCII lo…
Write an ATmega32-compatible program that adds two 10-digit ASCII numbers (which
Write an ATmega32-compatible program that adds two 10-digit ASCII numbers (which are located in code ROM), that is, DATA1 + DATA2. The result should be saved to RESULT in ASCII lo…
Write an AVR assembly code that waits for 1 sec using the 8-bit Timer/Counter0 w
Write an AVR assembly code that waits for 1 sec using the 8-bit Timer/Counter0 with the system clock frequency of 16 MHz operating under Normal mode. This is done by doing the fol…
Write an AddressBook class that manages a collection of Person objects. An Addre
Write an AddressBook class that manages a collection of Person objects. An AddressBook will allow a person to add, delete, or search for a Person object in the address book. The a…
Write an AddressBook class to search the address or the phone of your present fr
Write an AddressBook class to search the address or the phone of your present friends and to also add new friends to your address book. Then write a Friend class. To do this, you …
Write an AddressBook class to search the address or the phone of your present fr
Write an AddressBook class to search the address or the phone of your present friends and to also add new friends to your address book. Then write a Friend class. To do this, you …
Write an AddressBook class to search the address or the phone of your present fr
Write an AddressBook class to search the address or the phone of your present friends and to also add new friends to your address book. Then write a Friend class. To do this, you …
Write an AddressBook class to search the address or the phone of your present fr
Write an AddressBook class to search the address or the phone of your present friends and to also add new friends to your address book. Then write a Friend class. To do this, you …
Write an AddressBook class to search the address or the phone of your present fr
Write an AddressBook class to search the address or the phone of your present friends and to also add new friends to your address book. Then write a Friend class. To do this, you …
Write an Alter Table statement That adds two new check constraints to the Invoic
Write an Alter Table statement That adds two new check constraints to the Invoices table of the Ap database. The first should allow (1) PaymentDate to be null only if PaymentTotal…
Write an Android phone program such that one instance of Button with text \"Fahr
Write an Android phone program such that one instance of Button with text "Fahrenheit > Celsius', one instance of EditText with text "Input a value in Fahrenheit", one instance…
Write an Android phone program such that one instance of EditText with text \"In
Write an Android phone program such that one instance of EditText with text "Input a posi- tive integer", one instances of Button with text "Click here to get outputs'", and four …
Write an Android phone program such that three Text View instances and three But
Write an Android phone program such that three Text View instances and three Button instances will be displayed vertically on the AVD. The text of first Text View instance is "Bel…
Write an Android phone program such that three instances of EditText with respec
Write an Android phone program such that three instances of EditText with respective texts "Input the first positive integer", "Input the second positive integer", and "Input the …
Write an Animal class that has two member variables called weight and height. It
Write an Animal class that has two member variables called weight and height. It should have two member methods called makeNoise and eat. Both of these methods should only have a …
Write an Applet that ha, 1 text area and 4 options: Message 1 Message 2 Message
Write an Applet that ha, 1 text area and 4 options: Message 1 Message 2 Message 3 Message 4 Radio button, "Message 1" will print to the text area: Hello. Radio button, "Message 2"…
Write an Arduino Program that detects a reflective surface using the line sensor
Write an Arduino Program that detects a reflective surface using the line sensor array of a QTR-3RC (*Must be specific to this sensor! please this is important*) Must include a fu…
Write an Arduino code that contain both (2 analog line sensors breckout) and (1
Write an Arduino code that contain both (2 analog line sensors breckout) and (1 Ultra sonic sensor) to follow the white line and avoid obstacles. PS; the white line could be on th…
Write an Arduino sketch that reads the sensor values from a photocell with the v
Write an Arduino sketch that reads the sensor values from a photocell with the values being in the middle of the range in ambient light. In your sketch, take this value as an inpu…
Write an Area class that has simply three overloaded static methods: getArea for
Write an Area class that has simply three overloaded static methods: getArea for calculating the areas of the following geometric shapes: Circles Rectangles Cuboids Here are the f…
Write an Argument Essay. Prompt: Choose ONE of the following topics for your ess
Write an Argument Essay. Prompt: Choose ONE of the following topics for your essay: 1. Should parents be held responsible for the crimes of their children? 2. Should academic achi…
Write an Assembly Language procedure that encodes an original string using the f
Write an Assembly Language procedure that encodes an original string using the following arrays Code1 BYTE “SHO5FUP3IK8EZG9XC0NQLDB1WVY4TR7AM6J2” Code2 BYTE “abcdefghijklmnopqrstu…
Write an Assembly Language procedure that encodes an original string using the f
Write an Assembly Language procedure that encodes an original string using the following arrays Code1 BYTE “SHO5FUP3IK8EZG9XC0NQLDB1WVY4TR7AM6J2” Code2 BYTE “abcdefghijklmnopqrstu…
Write an Assembly Language procedure that encodes an original string using the f
Write an Assembly Language procedure that encodes an original string using the following arrays Code1 BYTE "SHO5FUP3IK8EZG9XC0NQLDBlWVY4TR7AM6J2" Code2 BYTE "abcdefghijklmnopqrstu…
Write an Assembly Language program that generates a random number between 0 to 9
Write an Assembly Language program that generates a random number between 0 to 9, then ask user to choose a number from 0 to 9. If the user chooses the same number as the random n…
Write an Assembly language program as per following instructions and tell what w
Write an Assembly language program as per following instructions and tell what will be the value of CX and BL registers at the End of your program? Let say your Roll number is MC7…
Write an Assembly language program in MARS simulator to get two integers from th
Write an Assembly language program in MARS simulator to get two integers from the user and perform 4 arithmetic operations (addition, subtraction, multiplication, division) on the…
Write an Assembly language program titled\"YourLastName_Program1\" that prints o
Write an Assembly language program titled"YourLastName_Program1" that prints out "Hello world", your name, the name of your favorite video game, the name of your favorite film, an…
Write an Assembly language program titled\"YourLastName_Program1\" that prints o
Write an Assembly language program titled"YourLastName_Program1" that prints out "Hello world", your name, the name of your favorite video game, the name of your favorite film, an…
Write an Assembly language(For MASM): The assignment has two steps. Step1: Write
Write an Assembly language(For MASM): The assignment has two steps. Step1: Write an assembly procedure which computes the following:    int myfib(n)  /* n is a positive integer */…
Write an Assembly program (.asm file) that shall be executed as Terminate and St
Write an Assembly program (.asm file) that shall be executed as Terminate and Stay Resident (TSR) program and performs the following operations. • Clears the whole screen when exe…
Write an Assembly program that moves the cursor to a random location within a vi
Write an Assembly program that moves the cursor to a random location within a virtually bounded box with 80 columns and 25 rows in the output console. Upon reaching a random locat…
Write an Assembly program using pep8 that reads an integer and then stores all F
Write an Assembly program using pep8 that reads an integer and then stores all Fibonacci numbers from 0 to the integer entered (including that) into an array of integers of maximu…
Write an Assembly program using pep8 that reads an integer and then stores all F
Write an Assembly program using pep8 that reads an integer and then stores all Fibonacci numbers from 0 to the integer entered (including that) into an array of integers of maximu…
Write an Assembly program using the software Pep8 that reads an integer and then
Write an Assembly program using the software Pep8 that reads an integer and then stores all Fibonacci numbers from 0 to the integer entered (including that) into an array of integ…
Write an Assembly program with Pep/8 that reads an integer and then stores all F
Write an Assembly program with Pep/8 that reads an integer and then stores all Fibonacci numbers from 0 to the integer entered (including that) into an array of integers of maximu…