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

-Write a single statement to create an array with the length of each month in it
-Write a single statement to create an array with the length of each month in it (31, 28, 31,etc.) and store it in a variable named month_length. - Now assume you have an integer …
-Write a single statement to create an array with the length of each month in it
-Write a single statement to create an array with the length of each month in it (31, 28, 31,etc.) and store it in a variable named month_length. - Now assume you have an integer …
-Write in C# Pick at least 5 countries, research their populations and capitals.
-Write in C# Pick at least 5 countries, research their populations and capitals. Request the name of the country from the user, then using a switch display the population and the …
-Write the declaration statement for an array of web information records called
-Write the declaration statement for an array of web information records called “Blog_Static”. Let the capacity of “Blog_Static” be 10. Name a web information record “web_record”.…
-Write two function templates, one iterative and one recursive, that search an a
-Write two function templates, one iterative and one recursive, that search an array of type T for a given element of type T and return true if found, else false. The functions ta…
-You will create a Name class to manage different name changes of a person. Crea
-You will create a Name class to manage different name changes of a person. Create a program to; 1. Have the user enter the number of names (=x). 2. Have the user enter in x full …
-You work for Rockville auto sales and have been asked to aid in the development
-You work for Rockville auto sales and have been asked to aid in the development of spreadsheets to manage sales and inventory information. You will start the task with the prior …
-age - integer number -name - String - DSI - String -Salary - floating point num
-age - integer number -name - String - DSI - String -Salary - floating point number public static void main(String args[]) { //s1 will take all default value StudentEmployee s1 = …
-answer the follwing questions about memory --> explain how do you obtain your a
-answer the follwing questions about memory --> explain how do you obtain your answer: Suppose that a 16M times 16 memory is to be built using 512K times 8 RAM chips. How many …
-bash-4.2$ cat words.txt The wheels on the bus go rond and round. round and roun
-bash-4.2$ cat words.txt The wheels on the bus go rond and round. round and round round and round The wheels om the bus go rond and round, all through the town! The people on the …
-can you solve this question in java programming? : Write a program that plays a
-can you solve this question in java programming? : Write a program that plays a simple dice game between the computer and the user. The computer throws the dice and a random numb…
-could you please answer the following two excercises In haskell programming. ..
-could you please answer the following two excercises In haskell programming. .. Haskell-the-craft-of-functional-programming·pdf-Adobe Acrobat Reader DC File Edit View Window Help…
-e * Viden: Intro to Arrays PRI * Quiz Submitsions Quí × ·(1) lava Programming T
-e * Viden: Intro to Arrays PRI * Quiz Submitsions Quí × ·(1) lava Programming Turni nested prva define Google KO https/gastato.view.usg.odu/d2/ims/quizzing/user/qu T, see lavorit…
-heap: int* -length: int -capacity: int -reheapup (top: int, bottom: int): void
-heap: int* -length: int -capacity: int -reheapup (top: int, bottom: int): void -reheapdown (top: int, bottom: int): void +PQueue (c: int): ~PQueue(): +enqueue (i: int): int +dequ…
-how do i write a small piece of code that display the character in Al if and on
-how do i write a small piece of code that display the character in Al if and only if it is an uppercase letter in assembly language? -how do i write a small piece of code that di…
-how much does it cost to register a fully qualified domain name on the internet
-how much does it cost to register a fully qualified domain name on the internet.? -how would you go about the registration an .edu domain? -what is the procedure for registering …
-identify the required classes/objects necessary to achieve the program requirem
-identify the required classes/objects necessary to achieve the program requirements; -briefly describe any relationships that might exist between your classes; and -briefly descr…
-implement a function that will determine whertherthe tree is a 0-2 tree. -imple
-implement a function that will determine whertherthe tree is a 0-2 tree. -implement a function that will find the maximum value in a tree. this is wat i have so far.Its builds th…
-implement the Stack ADT using the linked list approach *Most of code is complet
-implement the Stack ADT using the linked list approach *Most of code is completed. Please fix the code under "StackLinked<DataType>::StackLinked(int maxNumber)", "StackLink…
-include a default constructor that initializes all instance variables. -include
-include a default constructor that initializes all instance variables. -include getters and setters for each instance variable -overload the constructor to accept a tripmeter val…
-list the name of all employees with two or more projects -list the name of empl
-list the name of all employees with two or more projects -list the name of employees who have at least one dependent The tables CREATE TABLE EMPLOYEE (Fname VARCHAR(15) NOT NULL …
-maxQueueSize: int -count: int -queueFront: int -queueRear: int -*list: Type +op
-maxQueueSize: int -count: int -queueFront: int -queueRear: int -*list: Type +operator=(cost queueType<Type>&): constqueueType<Type>& +initializeQueue( ): void…
-must use linked lists for functions -cannot use libraries for stacks and queues
-must use linked lists for functions -cannot use libraries for stacks and queues Write a C+program to implement a Stack and a Queue. The program will be menu driven. Main Menu 1) …
-orders : Order -robot_parts Robot_part - robot models: Robot model - customers:
-orders : Order -robot_parts Robot_part - robot models: Robot model - customers: Customer - sales associates Sales associate +create new robot part) + create new robot model() + c…
-radius: double -Pi double +getArea(): double +getCircumference0:double Create a
-radius: double -Pi double +getArea(): double +getCircumference0:double Create a constructor that takes 2 arguments radius and pi Write two methods getArea() and getCircumference …
-reflect pts through x axis -reflect pts through y-axis -reflect pts through ori
                    -reflect pts through x axis                                      -reflect pts through y-axis                                      -reflect pts through origin  …
-untitled , Baglist.py) Aurittest BogTest.testRemoveOne a Project untitled ~/unt
-untitled , Baglist.py) Aurittest BogTest.testRemoveOne a Project untitled ~/untitled class Bag def _init_(self): selt . storage list() BagList.py test-Bag.py 1111 External Librar…
-using doubly nested loop.. int main() { // define isPrime of bool to remember i
-using doubly nested loop.. int main() { // define isPrime of bool to remember if a number is prime or not // Outter loop: take i from 2 to 100 // Assume i is prime at first // In…
-write assembly language programs to: -define a recursive procedure/function and
-write assembly language programs to:             -define a recursive procedure/function and call it.             -use syscall operations to display integers and strings on the co…
-write assembly language programs to: -define a recursive procedure/function and
-write assembly language programs to:             -define a recursive procedure/function and call it.             -use syscall operations to display integers and strings on the co…
-write assembly language programs to: -define procedures and call them. -create
-write assembly language programs to:             -define procedures and call them.             -create loops             -use syscall operations to display integers and strings o…
. (10) For the chained matrix multiplication problem where we are supposed to fi
. (10) For the chained matrix multiplication problem where we are supposed to find an optimal order by which to calculate M = M1 × M2 × ··· × Mn, we know that we can use the techn…
. (15 Points) A noise gate is a DSP algorithm that turns off the output when the
. (15 Points) A noise gate is a DSP algorithm that turns off the output when the input level (or amplitude) is below a given threshold. This algorithm can be used to eliminate the…
. (20 points) A Fibonacci sequence is generated by adding two previous values to
. (20 points) A Fibonacci sequence is generated by adding two previous values together to obtain a new value: where subscript "n" refers to the term number. This sequence always s…
. (4 marks) Consider the Polynomial and the generic ArrayBag classes outlined to
. (4 marks) Consider the Polynomial and the generic ArrayBag classes outlined to the right. Show the statements required to complete the following publie elass Aecaybag Create a n…
. (4 pts) Write a few sentences to explain in which of the four IO software laye
. (4 pts) Write a few sentences to explain in which of the four IO software layers each of the following is done: Computing the track, sector, and head for a disk read Writing com…
. (5 pts) Write a program that allows the user to type a string such as exp(x),
. (5 pts) Write a program that allows the user to type a string such as exp(x), log(x), log10(x), pow(a, b), or sqrt(x) where x, a, and b are double-precision floating point liter…
. (Research on your own) What two different sets of operations can an ALU do? 2.
. (Research on your own) What two different sets of operations can an ALU do? 2. (Research on your own) What's the best use for an ALU inside a CPU pipeline: Instruction Fetch (IF…
. (Sales Commissions) Use a one-dimensional array to solve the following problem
. (Sales Commissions) Use a one-dimensional array to solve the following problem: A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus …
. (Sales Commissions) Use a one-dimensional array to solve the following problem
. (Sales Commissions) Use a one-dimensional array to solve the following problem: A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus …
. (TCO 11) If n represents the size of an array, what would be the index of the
. (TCO 11) If n represents the size of an array, what would be the index of the last element in the array? (Points : 3)                                           n-2              …
. (TCO 5) To edit a form, use (Points : 5) Datasheet view. Design view. Layout v
. (TCO 5) To edit a form, use (Points : 5) Datasheet view. Design view. Layout view. Layout view or Design view. Question 2. 2. (TCO 5) A calculated control (Points : 5) contains …
. (TCO 7) Create an output format statement which would generate lines in the ta
. (TCO 7) Create an output format statement which would generate lines in the table which appear as shown below. The Element Name Field displays an element name contained in the n…
. (TCO B) You are consulting for XYZ company and ask the Chief Information Offic
. (TCO B) You are consulting for XYZ company and ask the Chief Information Officer what type of connection the organization uses to connect to its branch offices. The CIO responds…
. (a) Define a polymorphic function? Give an example of a polymorphic function.
. (a) Define a polymorphic function? Give an example of a polymorphic function. (c) An array of length 4 (28, 44, 8, 16) and a scalar (4) are the two inputs to a (d) Two arrays, o…
. (a) Write a class that manages the inventory of TVs: each account should have
. (a) Write a class that manages the inventory of TVs: each account should have a manufactur name, size of the TV, number of TVs in stock, and the price of the TV. It should have …
. 1.The offset field of a main memory address is used to determine: if the cache
. 1.The offset field of a main memory address is used to determine: if the cache entry is valid if the cache entry is the desired block the location of the desired data in the cac…
. 1.public static double[] getUserInput() (a) Prompts the user for how many numb
. 1.public static double[] getUserInput() (a) Prompts the user for how many numbers they will enter, we will cal this size. (b) Check to make sure that the value of size is 1 or g…
. 3.Determine at least five (5) information technology personnel / roles that wo
. 3.Determine at least five (5) information technology personnel / roles that would be in place in order to start the business venture of gaining better traction of customer satis…
. 4. (TCO 7) How are pure virtual functions created? When a class contains one p
.4. (TCO 7) How are pure virtual functions created? When a class contains one pure virtual function, what will happen? Can we still treat the class like a normal class? .5. (TCO 4…