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

build a C/C++ program to simulate the following scenario. Mother and child enter
build a C/C++ program to simulate the following scenario. Mother and child enters a grocery store. Mother acts as the Parent Process and the child acts as the Child Process. Mothe…
build a parser for JSON, the JavaScript Object Notation. Input Input will be pro
build a parser for JSON, the JavaScript Object Notation. Input Input will be provided in the form of a file containing a single JSON object or array. The syntax for both structure…
build a parser for JSON, the JavaScript Object Notation. Input Input will be pro
build a parser for JSON, the JavaScript Object Notation. Input Input will be provided in the form of a file containing a single JSON object or array. The syntax for both structure…
build a python memory game, and I have done the first part that goes like: def c
build a python memory game, and I have done the first part that goes like: def create_board(size): '''int->list (of str) Precondition: size is even positive integer between 2 a…
build a python memory game, and I have done the first part that goes like: def c
build a python memory game, and I have done the first part that goes like: def create_board(size): '''int->list (of str) Precondition: size is even positive integer between 2 a…
build a python memory game. and i have done half of it . but I need help with th
build a python memory game. and i have done half of it . but I need help with the rest. plize if anyone can do this on python it would be great. How many cards do you want to play…
build a software simulation of a DVD player that also has WIFI capability and ca
build a software simulation of a DVD player that also has WIFI capability and can connect to Netflix and play streaming video (we will keep it to Netflix at the moment). You are g…
build a visual basic application This is the second part of the exam. (80 points
build a visual basic application This is the second part of the exam. (80 points) 1. Build an application to calculate your final grade. 2· The user interface should look like the…
build android studio stopwatch Create an Android Stop Watch mobile application b
build android studio stopwatch Create an Android Stop Watch mobile application based on the below requirements: The Stop Watch App will display the time as: HH:MM:SS.mmmm Where HH…
build the program below in order. //cashRegister Header File class cashRegister
build the program below in order. //cashRegister Header File class cashRegister { public: int getCurrentBalance() const; //Function to show the current amount in the cash //regist…
build the quadratic spline interpolation piecewise continuous and differentiable
build the quadratic spline interpolation piecewise continuous and differentiable set of quadratic polynomials that go through those points and evaluate the function at x=1.5. Defi…
build your own assembler that reads the R/I/J Format Instructions of MIPS I-Form
build your own assembler that reads the R/I/J Format Instructions of MIPS I-Format (Data transfer, branch format) op rs rt address 6 bits 5 bits 5 bits 16 bits J-Format (Jump inst…
buildEmptyDouble()-This method should return an empty doubly-linked list (a link
buildEmptyDouble()-This method should return an empty doubly-linked list (a linked list of length 0) buildListWith5Strings()-This method should return the first node in the linked…
building a payroll program for a large organization with offices spread across t
building a payroll program for a large organization with offices spread across the United States. The company has one larger data center that each office connects to via a wide ar…
building a single file program using three functions: main - the main program pr
building a single file program using three functions: main - the main program print_data - an output function convert_data - a function that modifies data Here is the process you …
buisness communication essentials BUS 350 E-mail Assignment Four NOTE: Use the B
buisness communication essentials BUS 350 E-mail Assignment Four NOTE: Use the Blackboard Mail tool to complete this assignment. As the shipping manager of Neptune Seafood, you ha…
bullet implements the First_in_First_out algorithm bullet the Least Recently Use
bullet implements the First_in_First_out algorithm bullet the Least Recently Used algorithm. First, generate a random string(15 numbers) that represents the pages (numbers range f…
but my error is Links don\'t work. i dont know what is my error.. what is mean l
                    but my error is Links don't work.                                      i dont know what is my error..                                      what is mean links d…
but my error is Links don\'t work. i dont know what is my error.. what is mean l
                    but my error is Links don't work.                                      i dont know what is my error..                                      what is mean links d…
by 11.u9p nuhg a text Due Sunday Available Jul 4 at 12am- Jul 15 at 11:59pm 12 d
by 11.u9p nuhg a text Due Sunday Available Jul 4 at 12am- Jul 15 at 11:59pm 12 days entry box Assignment 4 - External Procedures Create an external procedure call strCat that will…
by Android studio Task 1: Build a movie fragment . You need to implement the Mov
by Android studio Task 1: Build a movie fragment. You need to implement the Movie_Detail fragment to display the information for a movie. Your movie data can contain many fields, …
by c++ language Instructions: This is pair work Write a program that will read a
by c++ language Instructions: This is pair work Write a program that will read a line of text and output a list of all the letters that occur in the text together with the number …
by declaring all variables at the beginning of the program. #include
by declaring all variables at the beginning of the program. #include <iostream> using name space std; int main() { cout <<"Enter a year :"; int year; cin >> year…
by java Implement a linked list generic queue. Remember queues are first in firs
by java Implement a linked list generic queue. Remember queues are first in first out (FIFO). Use the driver to then test each of the methods. Simply download it and place it with…
by steps one and three in the first two pictures, how would I complete this assi
by steps one and three in the first two pictures, how would I complete this assignment only using pseudocode, and showing variables. and doing with no code. only pseudocode. Step …
by ta a te Gront ade in the linked list is inserted, where would the Null be? (1
by ta a te Gront ade in the linked list is inserted, where would the Null be? (1marks) ) Which function works faster, InsentFront...) or Insertail...? Explain your answer (I marks…
by taking a screen shot of the Query Editor window after executing the SQL comma
by taking a screen shot of the Query Editor window after executing the SQL command to show that it completed successfull 1. Construct and execute INSERT statements to add the samp…
by using ANDL ORL ADDL SUBL XORL SHL SHRL and only assembly code QUESTION: Write
by using ANDL ORL ADDL SUBL XORL SHL SHRL and only assembly code QUESTION: Write a function to check if a machine uses little endian or big endian notation. The basic structure of…
by using Java The peoject has to ask the user to enter a password of 8 character
by using Java The peoject has to ask the user to enter a password of 8 characters and check how much the password is strong (strong, midum, weak) the password has to have at least…
by using MATLAB 4. Tutorial Video: A tutorial video for this assignment is avail
by using MATLAB 4. Tutorial Video: A tutorial video for this assignment is available at http://goo.gl/aAwG45 a. Create a 3-D animation using makehgtform(). Come up with something …
by using R Write a function hoteling.deflate, that finds all the eigenpairs for
by using R Write a function hoteling.deflate, that finds all the eigenpairs for a symmetric matrix. The function should return a list. The first thing in the list is a vector cont…
by using R write two functions, root.bisect, and root.regula.falsi. The argument
by using R write two functions, root.bisect, and root.regula.falsi. The arguments to both functions are: f, the function whose root will be found a and b, which are numbers such t…
by using R write two functions, root.bisect, and root.regula.falsi. The argument
by using R write two functions, root.bisect, and root.regula.falsi. The arguments to both functions are: f, the function whose root will be found a and b, which are numbers such t…
by using R write two functions, root.bisect, and root.regula.falsi. The argument
by using R write two functions, root.bisect, and root.regula.falsi. The arguments to both functions are: f, the function whose root will be found a and b, which are numbers such t…
by using R, Write a function hoteling.deflate, that finds all the eigenpairs for
by using R, Write a function hoteling.deflate, that finds all the eigenpairs for a symmetric matrix. The function should return a list. The first thing in the list is a vector con…
by using blueJ : Rectangle Class For this exercise, you need to implement two (2
by using blueJ : Rectangle Class For this exercise, you need to implement two (2) classes, the Rectangle class and the RectangleTest class, as follows: Rectangle class: o Instance…
by using c programming i must wright this codes.help me please. You should want
by using c programming i must wright this codes.help me please. You should want the number of row and the number of column from the user for two dimensional matrix. Create two dim…
by using j edit Temperature Converter Version 1.0 This program will do following
by using j edit Temperature Converter Version 1.0 This program will do following: 1) It takes a Celsius temperature as input, converts the temperature to its Fahrenheit equivalent…
by using java (netbeans) plz answer the Q: write the printBackwards() method to
by using java (netbeans) plz answer the Q: write the printBackwards() method to print from the tail to the head of the doubly link list. Then write a test application named Lab8te…
by using java solve this Q. by Edit in the this code using double link list pack
by using java solve this Q. by Edit in the this code using double link list package singlelinklist; import java.util.Scanner; interface InterfaceSLList { public void addcourse( in…
by using python ; How many people do we need to have in a room to make it a favo
by using python ; How many people do we need to have in a room to make it a favorable bet (probability of success greater than 1/2) that at least two people in the room will have …
by using rule based expert system translate the below information into (six) rul
by using rule based expert system translate the below information into (six) rules ONLY. Try to crank the starter. If it is dead or cranks slowly, turn on the headlights. If the h…
by using rule based expert system translate the below information into (six) rul
by using rule based expert system translate the below information into (six) rules ONLY. Try to crank the starter. If it is dead or cranks slowly, turn on the headlights. If the h…
by using string matching algorithm with finite state machine Show all steps plea
by using string matching algorithm with finite state machine Show all steps please In this project you need to develop an application that will check the similarity between a docu…
by using the 8051 microcontroller not use c by the assembler to do the asssignme
by using the 8051 microcontroller not use c by the assembler to do the asssignment Overview The purpose of this lab is to program the MC8051 to add multi bytes two signed integers…
byte Central processing unit floppy disk Kilobyte Megabyte Motherboard System Un
byte Central processing unit floppy disk Kilobyte Megabyte Motherboard System Unit Gigabyte 1) 1.44 megabytes of data 2) The main box of the computer that houses the CPU, motherbo…
byte-addressable computer that has 16bit address, a cache with capability of sto
byte-addressable computer that has 16bit address, a cache with capability of storing 2K bytes of data, and blocks of 8 byte. Including field name and sizes, show the format of a 1…
bytes (32-bit processor), and 16 lines (64 bytes) of cache with this machine. :
bytes (32-bit processor), and 16 lines (64 bytes) of cache with this machine. : FHow 24 bit address is divided into tag, line number and byte number for direct mapped cache? a. Ta…
c (damping coefficient) ranges from 2000 to 30000 N.s/m. m = 1000kg k = 81,000N/
c (damping coefficient) ranges from 2000 to 30000 N.s/m. m = 1000kg k = 81,000N/m y0 = 0 x0 = 1 E0 = 0.5*k*x0^2 + 0.5*m*v0^2 Using the equation as a function handle provided as fu…
c - This program is a modification of one you did for lab six. Th ts single comm
c - This program is a modification of one you did for lab six. Th ts single command line argument and prints the number of upper- case letters, 2. e program takes Name this progra…