Web development and programming
191828 questions • Page 3532 / 3837
a) Why do so many shops pay hefty fees for the privilege of offering customers t
a) Why do so many shops pay hefty fees for the privilege of offering customers the choice of paying by credit card? b) If higher leverage is associated with greater risk, why shou…
a) Why do we use asymptotic analysis over experimental analysis? What case do we
a) Why do we use asymptotic analysis over experimental analysis? What case do we most often consider, why don’t we typically consider the others? Answer in 2-3 sentences for each …
a) Why does Ethernet need a preamble before each frame? b) Assume an Ethernet co
a) Why does Ethernet need a preamble before each frame? b) Assume an Ethernet consists of five hosts, A, B, C, D, and E, interconnected via a hub (like a star, each host directly …
a) Why does Ethernet need a preamble before each frame? b) Assume an Ethernet co
a) Why does Ethernet need a preamble before each frame? b) Assume an Ethernet consists of five hosts, A, B, C, D, and E, interconnected via a hub (like a star, each host directly …
a) Why is it important to be able to partition the test space into equivalence c
a) Why is it important to be able to partition the test space into equivalence classes? For the following code fragment, describe 3 different test cases, and for each, describe th…
a) Write a C++ program that uses a 3 3 array and randomly places each integer fr
a) Write a C++ program that uses a 3 3 array and randomly places each integer from 1 to 9 into one of the nine squares. Then, the program calculates the magic number by adding all…
a) Write a Fraction class that implements these methods: add This method receive
a) Write a Fraction class that implements these methods: add This method receives a Fraction parameter and adds the parameter fraction to the calling object fraction. multiply Thi…
a) Write a Fraction class that implements these methods: add This method receive
a)Write a Fraction class that implements these methods: add This method receives a Fraction parameter and adds the parameter fraction to the calling object fraction. multiply This…
a) Write a Java program that counts and outputs the number of times a zero occur
a) Write a Java program that counts and outputs the number of times a zero occurs in an array of maximum 50 integers. Write some array examples to test your program. b)Write a met…
a) Write a Java test program, all the code should be in a single main method, th
a) Write a Java test program, all the code should be in a single main method, that calculates and outputs the average of the numbers 1, 2, 9, 27, and 54. Your program should store…
a) Write a MATLAB function that computes the Absolute Relative Error between two
a) Write a MATLAB function that computes the Absolute Relative Error between two functions. The functions, for which the error is being computed, are to be passed into the functio…
a) Write a Matlab script file to calculate sin(x) and cos(x), which are defined
a) Write a Matlab script file to calculate sin(x) and cos(x), which are defined as follows: sin (x) = x - x^3/3! + x^5/5! - x^7/7! + ... cos (x) = 1 - x^2/2! + x^4/4! - x^6/6! + .…
a) Write a Matlab script file to calculate sin(x) and cos(x), which are defined
a) Write a Matlab script file to calculate sin(x) and cos(x), which are defined as follows: sin(x) = x - x^3/3! + x^5/5! - x^7/7! + ... cos(x) = 1 - x^2/2! + x^4/4! - x^6/6! + ...…
a) Write a Matlab script to call the two functions described in parts b) and c)
a) Write a Matlab script to call the two functions described in parts b) and c) below. Your script must erase all workspace variables, clear the command screen, and close any plot…
a) Write a Prolog KB that expresses the following facts. Anwar is a graduate stu
a) Write a Prolog KB that expresses the following facts. Anwar is a graduate student. Bader is a graduate student. Caser is an undergraduate student. Dani is an undergraduate stud…
a) Write a brief description about the following system calls used in Unix/Linux
a) Write a brief description about the following system calls used in Unix/Linux. Include information such as parameters, resources used, expected results/return values, and possi…
a) Write a class for representing complex numbers, called math.Complex. Package
a) Write a class for representing complex numbers, called math.Complex. Package name is 'math'. The real and imaginary parts must be of type double. Use http://en.wikipedia.org/wi…
a) Write a definition for a class named Aircraft with fields for manufacturer, y
a) Write a definition for a class named Aircraft with fields for manufacturer, year, cost, length, passengerCapacity, and freightCapacity. Use the most appropriate types for these…
a) Write a definition of a structure called Part, containing fields of item (str
a) Write a definition of a structure called Part, containing fields of item (string up to 20 characters), price (float) and quantity (integer). b) Write a function with header voi…
a) Write a friend function called \'equal\' for the class \'Enterprize\' that wa
a) Write a friend function called 'equal' for the class 'Enterprize' that was created above. The function takes two objects of this class and compares their categories. It returns…
a) Write a function named capitalize that capitalizes all letters in its argumen
a) Write a function named capitalizethat capitalizes all letters in its argument. The argument will bea null-terminated string containing arbitrary characters, not justletters. Us…
a) Write a function that collects integers from the user until a 0 is encountere
a) Write a function that collects integers from the user until a 0 is encountered and returns them in a list in the order they were input (ML only). B) Use the functions you wrote…
a) Write a function that determines whether a number isprime. b) Use this functi
a) Write a function that determines whether a number isprime. b) Use this function in a program that determines and prints allthe prime numbers between 2 and 10,000. How many of t…
a) Write a function to fit data to a line of the form y = ax + b. Use the follow
a) Write a function to fit data to a line of the form y = ax + b. Use the following equations to obtain the line properties (the function name is myline): a = (sigma x_i)(sigma y_…
a) Write a generator function called gen_factorials(n) that generates the first
a) Write a generator function called gen_factorials(n) that generates the first n factorials, beginning with01 (which is 1 by definition), So, gen factorials(10) should generate t…
a) Write a line of VBA code that generates a random number in the range [-11, 17
a) Write a line of VBA code that generates a random number in the range [-11, 17] and assigns the number to the variable r. b) In the following lines, identify the r…
a) Write a method called countWord. It takes in a String returns the number of t
a) Write a method called countWord. It takes in a String returns the number of times the String is contained in the LinkedList. public int countWord (String word) b) Write a metho…
a) Write a method getNextPoint that takes as input three doubles parameters. The
a) Write a method getNextPoint that takes as input three doubles parameters. The first parameter is a double which represents the height of the previous point in the mountain rang…
a) Write a method in Java or Python/pseudo-code that reverses the contents of an
a) Write a method in Java or Python/pseudo-code that reverses the contents of an ArrayList, in place ublic void reve rse În place (final ArrayList list) { } This means that you ca…
a) Write a method named firstVowel that takes a string named word as parameter a
a) Write a method named firstVowel that takes a string named word as parameter and returns the index at which the first vowel occurs. For example, firstVowel("apple") should retur…
a) Write a program in C that determines how many calls to a random number genera
a) Write a program in C that determines how many calls to a random number generator it takes to match a number between 0 and 99 that is entered by a user. Use a seeded random numb…
a) Write a program in Python for a server application, that runs locally on a PC
a) Write a program in Python for a server application, that runs locally on a PC, accepts messages via UDP on port 1470 and replies with a response to the client that contains the…
a) Write a program that has two pthreads - original thread (thread A) and a new
a) Write a program that has two pthreads - original thread (thread A) and a new thread (thread B). After creating thread B, thread A waits for SIGINT using sigwait(). On receiving…
a) Write a program that takes three integer values a, b, and c as command-line a
a) Write a program that takes three integer values a, b, and c as command-line arguments in any order and prints True if they form a Pythagorean triple (see https://en.wikipedia.o…
a) Write a program that will allow user to enter five different scores for a stu
a) Write a program that will allow user to enter five different scores for a student. Store the scores in a five-element array named scores. Then display back the content of the a…
a) Write a program thatcreates a file containing the following data: Carno . kmd
a) Write a program thatcreates a file containing the following data: Carno. kmdriven gallons used …
a) Write a program to prompt a user for a filename. Count: -the number of charac
a) Write a program to prompt a user for a filename. Count: -the number of characters in the file (letters or numbers) -the number of words in the file -the number of lines in the …
a) Write a program to quiz the user on a topic of your choosing. Here are the cr
a) Write a program to quiz the user on a topic of your choosing. Here are the criteria: Your program "L3Q1 initials.py" must start with a commented ID Box AND include a comment th…
a) Write a query to list the hotel numbers and room numbers of any single rooms
a) Write a query to list the hotel numbers and room numbers of any single rooms that are cheaper than ?60. b) Write a query to list names and cities of all London and Liverpool lo…
a) Write a structure called Time which has three int fields: hrs, mins, secs. b)
a) Write a structure called Time which has three int fields: hrs, mins, secs. b) Write a function called Display() which prints the time in form "hh/mm/ss" c) In main declare a Ti…
a) Write an MC68000 subroutine MUL_SUB and a macro MUL_MAC that implement unsign
a) Write an MC68000 subroutineMUL_SUB and a macro MUL_MAC that implement unsigned multiplication of two 16 bit numbers without using the mulu ormuls instruction (for example, use …
a) Write an MC68000 subroutine MUL_SUB and a macro MUL_MAC that implement unsign
a) Write an MC68000 subroutineMUL_SUB and a macro MUL_MAC that implement unsigned multiplication of two 16 bit numbers without using the mulu ormuls instruction (for example, use …
a) Write an algorithm (pseudocode) to generate a set of triangular numbers using
a) Write an algorithm (pseudocode) to generate a set of triangular numbers using the formula below: TriangularNumber = n(n + 1)/2 for any integer value of n. Generate every 5th tr…
a) Write an algorithm in pseudo-code (in file h2.doc) in a function find dup_str
a) Write an algorithm in pseudo-code (in file h2.doc) in a function find dup_str(s, n) that determines whether a string s contains a duplicated substring of a given length n and t…
a) Write an astrology program. The user types in a birthday, and the program res
a) Write an astrology program. The user types in a birthday, and the program responds with the sign and horoscope for that birthday. The month may be entered as a number from 1 to…
a) Write down a class definition for a class named City. Each city object must h
a) Write down a class definition for a class named City. Each city object must have four attributes: name, x, y, and pop. The first two should be thought of as the (x, y) coordina…
a) Write the .h file for a class Card, described below. Description of Card clas
a) Write the .h file for a class Card, described below. Description of Card class: Data members: a string suit to hold the suit of a card in a deck of playing cards an integer fac…
a) Write the code that reads values for a,b,c and displays their sum, repeating
a) Write the code that reads values for a,b,c and displays their sum, repeating this process as long as none of the three values are negative. b) write the code that reads an inte…
a) Write the following C function in Assembly. You must follow the System V 64-b
a) Write the following C function in Assembly. You must follow the System V 64-bit calling convention and use AT&T; Syntax notation. Note: You cannot change the algorithm in a…
a) Write the following C function in Assembly. You must follow the System V 64-b
a) Write the following C function in Assembly. You must follow the System V 64-bit calling convention and use AT&T; Syntax notation. long fibonacci (long n) { if (n == 0) retu…
Subject
Web development and programming
Use Browse or pick another subject.