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

(Population projection) The US Census Bureau projects population based on the fo
(Population projection) The US Census Bureau projects population based on the following assumptions: One birth every 7 seconds One death every 13 seconds One new immigrant every 4…
(Population projection) The US Census Bureau projects population based on the fo
(Population projection) The US Census Bureau projects population based on the following assumptions: One birth every 7 seconds One death every 13 seconds One new immigrant every 4…
(Posted the previous question a few minutes ago) This program extends the earlie
(Posted the previous question a few minutes ago) This program extends the earlier "Online shopping cart" program. (1) Extend the ItemToPurchase class per the following specificati…
(Power generation) One major source of electricity is hydroelectric generation,
(Power generation) One major source of electricity is hydroelectric generation, in which flowing water is redirected to turn a turbine generator. The power generated by this water…
(Practice) A C++ program is required that calculates and displays the weekly gro
(Practice) A C++ program is required that calculates and displays the weekly gross pay and net pay of two employees. The first employee is paid an hourly rate of $16.43, and the s…
(Prime Numbers) An integer is said to be prime if it\'s divisible by only 1 and
(Prime Numbers) An integer is said to be prime if it's divisible by only 1 and itself. For example, 2, 3, 5 and 7 are prime, but 4, 6, 8 and 9 are not. A) Write a function that de…
(Prime Numbers) An integer is said to be prime if it\'s divisible by only 1 and
(Prime Numbers) An integer is said to be prime if it's divisible by only 1 and itself. For example, 2, 3, 5 and 7 are prime, but 4, 6, 8 and 9 are not. A) Write a function that de…
(Print Array Range) Overload function template printArray of Fig. 14.1 so that i
(Print Array Range) Overload function template printArray of Fig. 14.1 so that it takes two additional integer arguments, namely int lowSubscript and int highSubscript. A call to …
(Problem 11 – 13). Assume 5 PCs are connected to switch as shown below table and
(Problem 11 – 13). Assume 5 PCs are connected to switch as shown below table and mac address table at switch is initially empty. Stations Mac Address Connecting Port on Switch PC0…
(Problem 5-7). Assume 4 LANs are connected by bridges as shown below figure and
(Problem 5-7). Assume 4 LANs are connected by bridges as shown below figure and mac address table at each bridge is initially empty Peet Pert 2 Port I Port 2 Bridgel Bridge3 LANI …
(Process large dataset) A university posts its employees\' salaries at http://cs
(Process large dataset) A university posts its employees' salaries at http://cs.armstrong.edu/liang/data/salary.txt Each line in the file consists of a faculty member's first name…
(Processor Architecture) One way of dealing with branch instructions is to use t
(Processor Architecture) One way of dealing with branch instructions is to use the concept of predicated instruction. N1. One way of dealing with branch instructions is to use the…
(Processor Architecture) Suppose there are no conditional branch other than the
(Processor Architecture) Suppose there are no conditional branch other than the one at L1 , at least how many pairs of predicate registers is needed? N1. One way of dealing with b…
(Processor Architecture) What’s the minimum prediction accuracy one should achie
(Processor Architecture) What’s the minimum prediction accuracy one should achieve in order to get benefits using way-prediction (in terms of average memory access time). N3. You …
(Program C)add indicate the time complexity by counting the number of times Heap
(Program C)add indicate the time complexity by counting the number of times Heapify is called #include<stdio.h> void printArray(int *a,int size); void Heapify(int *a,int i,i…
(Program in C++) Using only pointer notation, implement and test the following f
(Program in C++) Using only pointer notation, implement and test the following functions that operate on strings: int strCmp ( const char *s1, const char *s2) returns 0 if s1 and …
(Program in C++) Using only pointer notation, implement and test the following f
(Program in C++) Using only pointer notation, implement and test the following functions that operate on strings: int strCmp ( const char *s1, const char *s2) returns 0 if s1 and …
(Program in C++) Using only pointer notation, implement and test the following f
(Program in C++) Using only pointer notation, implement and test the following functions that operate on strings: 1- int strCmp ( const char *s1, const char *s2) returns 0 if s1 a…
(Program must be written using C++) Goals: Practicing switch control structures
(Program must be written using C++) Goals: Practicing switch control structures and while loops Problem: Write a program to calculate the volume of a sphere, cylinder, or box (a p…
(Program) Write a C++ program that has a Time class and an Ltime class. The Time
(Program) Write a C++ program that has a Time class and an Ltime class. The Time class should have integer data members named hours, minutes, and seconds, and the Ltime class shou…
(Program) a. Construct a class definition to represent an employee of a company.
(Program) a. Construct a class definition to represent an employee of a company. Each employee is defined by an integer ID number, a double-precision pay rate, and the maximum num…
(Programmed in C++) ****MUST BE DISPLAYED AS DOUBLES**** *****COMPLEX ROOTS MUST
(Programmed in C++) ****MUST BE DISPLAYED AS DOUBLES**** *****COMPLEX ROOTS MUST BE DISPLAYED AS (a+bi) and (a-bi) where a is the real part of the complex root and b is the imagin…
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string-
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string-invert) that takes a string argument from the command line and outputs the string in reversed order…
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string.
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string.invert) that takes a string argument from the command line and outputs the string in reversed order…
(Programming) There are n coins numbered sequentially from 1 to n. Initially, al
(Programming) There are n coins numbered sequentially from 1 to n. Initially, all the coins are heads. You make n scans over the coins, each time starting with coin 1. On the i th…
(Puppet is an open-source software configuration management tool. It runs on man
(Puppet is an open-source software configuration management tool. It runs on many Unix-like systems and includes its own declarative language to describe system configuration. The…
(Pythagorean Triples) A right triangle can have sides that are all integers. The
(Pythagorean Triples) A right triangle can have sides that are all integers. The set of three integer values for the sides of a right triangle is called a Pythagorean triple. Thes…
(Pythagorean Triples) A right triangle can have sides that are allintegers. A se
(Pythagorean Triples) A right triangle can have sides that are allintegers. A set of there integer values for the sides of a righttriangle is called a Pythagorean triple. There th…
(Pythagorean Triples) A right triangle can have sides that areall integers. A se
(Pythagorean Triples) A right triangle can have sides that areall integers. A set of there integer values for the sides of aright triangle is called a Pythagorean triple. There th…
(Python 3 only) Code a program that contains a 4 element list, where each elemen
(Python 3 only) Code a program that contains a 4 element list, where each element is a float value that represents gpa in a class. Populate each element from user input. Print out…
(Python 3) (1) Prompt the user to enter two words and a number, storing each int
(Python 3) (1) Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on a single line separated by a space. Enter …
(Python 3) Hi, I need help with the following question. The following code is al
(Python 3) Hi, I need help with the following question. The following code is already given: #Type all other functions here def print_menu(usrStr):    menuOp = ' '    #Complete pr…
(Python 3) Please follow the template and the rubric within this question! Every
(Python 3) Please follow the template and the rubric within this question! Everything within the rubric at the bottom must be satisfied. No shortcuts or tricks like importing java…
(Python 3.2.5, assignment is to update code shown below, so as to include a Main
(Python 3.2.5, assignment is to update code shown below, so as to include a Main function, a third player either on the top or bottom of the pong game, and a background image, Hav…
(Python 3.5 , short and simple codes will suffice) 1. Assume the availability of
(Python 3.5 , short and simple codes will suffice) 1. Assume the availability of a function called printStars. The function receives an integer value as an argument. If the argume…
(Python 3.5) Problem Description Building of the diabolical success of their Pok
(Python 3.5) Problem Description Building of the diabolical success of their Pokemon evolution experiments, the evil Team Rocket are planning to send their genetically altered war…
(Python 3.5) Purpose: To practice recursion on a more interesting problem For th
(Python 3.5) Purpose: To practice recursion on a more interesting problem For this problem, you will be given a pokemon evolution book as a dictionary. The keys to this dictionary…
(Python 3.5) Purpose: To practice testing for functions you write yourself. For
(Python 3.5) Purpose: To practice testing for functions you write yourself. For each of the following, implement the stated function, and test it: a) The function closest_to_zero3…
(Python 3.5, short and simple codes will suffice) 1. The sum of the numbers 1 to
(Python 3.5, short and simple codes will suffice) 1. The sum of the numbers 1 to n can be calculated recursively as follows: The sum from 1 to 1 is 1. The sum from 1 to n is n mor…
(Python 3.5.1) In this programming assignment, you will implement 2 drawing func
(Python 3.5.1) In this programming assignment, you will implement 2 drawing functions using turtle module. Function names and parameter properties must be as specified. 1) An n-co…
(Python Question) You are given a variable zipcode_list that refers to a list. W
(Python Question) You are given a variable zipcode_list that refers to a list. Write some code that assigns True to a variable duplicates if there are two adjacent elements in the…
(Python pls)Build a two dimensional array out of the following three lists. The
(Python pls)Build a two dimensional array out of the following three lists. The array will represent a deck of cards. The values in dCardValues correspond to the card names in dCa…
(Python pls)Build a two dimensional array out of the following three lists. The
(Python pls)Build a two dimensional array out of the following three lists. The array will represent a deck of cards. The values in dCardValues correspond to the card names in dCa…
(Python programming to play \'bulls and cows\' game/ computer guesses the number
(Python programming to play 'bulls and cows' game/ computer guesses the number) Hello every one Here is my question! I should write a program to play Bulls and Cows!! Host(human p…
(Python!!!) Each character is represented by a 5-bit code (for example, 10000 re
(Python!!!) Each character is represented by a 5-bit code (for example, 10000 represents the letter A1). Baudot code uses two modes — Letter mode and Figure mode — that let the sa…
(Python!) A Lindenmayer system (L-system) is a type of formal grammar (a set of
(Python!) A Lindenmayer system (L-system) is a type of formal grammar (a set of rules for constructing strings of characters). It can be used in conjunction with turtle graphics t…
(Python) Create a NimGame class that implements the simplest form of two-player
(Python) Create a NimGame class that implements the simplest form of two-player Nim-style games (http://en.wikipedia.org/wiki/Nim), sometimes called the "subtraction game." The ga…
(Python) Develop widget class Calendar that implements a GUI-based calendar appl
(Python) Develop widget class Calendar that implements a GUI-based calendar application. The Calendar constructor should take as input three arguments: the master widget, a year, …
(Python) For all of them, the signature is supposed to be Natural-Number -> Natu
(Python) For all of them, the signature is supposed to be Natural-Number -> Natural-Number For each of these functions, answer the following questions. a) What happens when you…
(Python) George Kingsley Zipf (1902–1950) observed that the frequency of the kth
(Python) George Kingsley Zipf (1902–1950) observed that the frequency of the kth most common word in a text is roughly proportional to 1/k. This means that there is a constant val…