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

2. Write DML SQL queries and answer the questions: Get the AdventureWorks Data D
2.Write DML SQL queries and answer the questions: Get the AdventureWorks Data Dictionary from technet.microsoft.com/en-us/library/ms124438(v=sql.100).aspx Use the SELECT and the W…
2. Write DML SQL queries and answer the questions: Get the AdventureWorks Data D
2.Write DML SQL queries and answer the questions: Get the AdventureWorks Data Dictionary from technet.microsoft.com/en-us/library/ms124438(v=sql.100).aspx Use the SELECT and the W…
2. Write Java program that does the following: a) Declare an array alpha of 15 e
2. Write Java program that does the following: a) Declare an array alpha of 15 elements ofint type. b) Output the value of the tenth element of the array alpha. c) Set the value o…
2. Write UNIX regular expressions describing the following languages. (a) Number
2. Write UNIX regular expressions describing the following languages. (a) Numbers with a mantissa followed by an optional exponent, where the mantissa has at least one digit and a…
2. Write VHDL program for the RTL schematic diagram shown below. 3 Write comment
2. Write VHDL program for the RTL schematic diagram shown below. 3 Write comments on each line of the VHDL code that explains what it is and what its doing? 4. Explain the results…
2. Write a C function named liquid() that is to accept an integer number and the
2. Write a C function named liquid() that is to accept an integer number and the addresses of the variables gallons, quarts, pints, and cups. The passed integer represents the tot…
2. Write a C program printing to sdout all its arguments (including argv[0]), on
2. Write a C program printing to sdout all its arguments (including argv[0]), one per line, followed by all its environment variables (again, one per line) You can access environm…
2. Write a C program that reads integers from the keyboard and place them into a
2. Write a C program that reads integers from the keyboard and place them into an array. The program will then sort the array into ascending and descending order and 41 print the …
2. Write a C++ program that simulates a telephone answering machine that records
2. Write a C++ program that simulates a telephone answering machine that records missed incoming calls. A missed call is any is any incoming call that the user did not answer in p…
2. Write a JFrame or JApplet (file name: TestRational.java) that performs the fo
2. Write a JFrame or JApplet (file name: TestRational.java) that performs the following tasks: a) Define two arrays of size 10. Each element in the array references to a Rational …
2. Write a Java application to display the following GUI. At this point you are
2. Write a Java application to display the following GUI. At this point you are only implementing the display.It should look like this: This program has the following requirements…
2. Write a Java application to display the following GUI. At this point you are
2. Write a Java application to display the following GUI. At this point you are only implementing the display. This program has the following requirements: 1. The textfield should…
2. Write a Java application to display the following GUI. At this point you are
2. Write a Java application to display the following GUI. At this point you are only implementing the display. This program has the following requirements: 1. The textfield should…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below. Your application should simulate rolling a pai…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below. Your application should simulate rolling a pai…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below.Your application should simulate rolling a pair…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below.Your application should simulate rolling a pair…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below.Your application should simulate rolling a pair…
2. Write a Java application which tests the random number generation abilities o
2. Write a Java application which tests the random number generation abilities of Java. Random number generation is explained below.Your application should simulate rolling a pair…
2. Write a Java program that can be used to assign seats for McC Loose-Wing Airl
2. Write a Java program that can be used to assign seats for McC Loose-Wing Airline. The airline has 13 rows, with 6 seats in each row. Rows 1 and 2 are first class; the remaining…
2. Write a Java program that connects to the MySQL database and inserts 5 rows.
2. Write a Java program that connects to the MySQL database and inserts 5 rows. The rows that your program inserts should be as follows: TNumber FirstName LastName DateOfBirth 000…
2. Write a Java program that connects to the MySQL database and inserts 5 rows.
2. Write a Java program that connects to the MySQL database and inserts 5 rows. The rows that your program inserts should be as follows: TNumber FirstName LastName DateOfBirth 000…
2. Write a MATLAB function that takes a matrix, a row number and a column number
2. Write a MATLAB function that takes a matrix, a row number and a column number. Beginning with the row number passed to the function, scan down the column passed to the function…
2. Write a MATLAB function to implement the composite trapezoidal rule and do th
2. Write a MATLAB function to implement the composite trapezoidal rule and do the following problems. The input is the function handle f, the integration limits a, b and the numbe…
2. Write a MATLAB program that takes a rotation matrix as its input, and produce
2. Write a MATLAB program that takes a rotation matrix as its input, and produces the corresponding roll, pitch and yaw angles as its output. Your program should perform a check o…
2. Write a MIPS assembly language program that a) Prompt the user for an integer
2. Write a MIPS assembly language program that a) Prompt the user for an integer in the range of 0 to 50. If the user inputs 0 the program stops. b) Otherwise, the program stores …
2. Write a MIPS assembly language program that a) Prompt the user for an integer
2. Write a MIPS assembly language program that a) Prompt the user for an integer in the range of 0 to 50. If the user inputs 0 the program stops. b) Otherwise, the program stores …
2. Write a Matlab program using FOR loop that computes the sum of the even-index
2. Write a Matlab program using FOR loop that computes the sum of the even-indexed numbers of an array. load Array1. Use the length command to know the elements in the array. 3. W…
2. Write a PROLOG program that includes the following operations with lists: mem
2. Write a PROLOG program that includes the following operations with lists: membership testing (is an element member of a list?) first element last element two adjacent elements …
2. Write a bash script called minor3B. sh that will print information about the
2. Write a bash script called minor3B. sh that will print information about the files in the current directory based on the command line arguments (or lack thereof) The syntax is …
2. Write a bash script that (1) prompts the user to enter a Linux command and re
2. Write a bash script that (1) prompts the user to enter a Linux command and reads in the user's input, (2) prints out a meaningful message with the user's entered command to be …
2. Write a bash script that (1) prompts the user to enter a Linux command and re
2. Write a bash script that (1) prompts the user to enter a Linux command and reads in the user's input, (2) prints out a meaningful message with the user's entered command to be …
2. Write a class called Item. Each item has a number (integer), a name (string),
2. Write a class called Item. Each item has a number (integer), a name (string), and a price (double). The class should have only one constructor with 2 parameters only. The const…
2. Write a command line C++ program that will read from a file a number in any b
2. Write a command line C++ program that will read from a file a number in any base and convert it to decimal. The program should read the input from an input file and display the…
2. Write a complete bash script to convert input centigrade temperature value to
2. Write a complete bash script to convert input centigrade temperature value to Fahrenheit temperature. The conversion formula is °C x 9/5 + 32 = °F You must loop thru the script…
2. Write a computer code to implement the Composite Trapezoidal Rule quadrature
2. Write a computer code to implement the Composite Trapezoidal Rule quadrature to approximate the definite integral b, where using the equally spaced points zo = a, = xo + h, x,-…
2. Write a fully-documented class named Playlist that stores all SongRecord obje
2. Write a fully-documented class named Playlist that stores all SongRecord objects that belong to a particular playlist. The SongRecord objects should be stored in an array. Ther…
2. Write a function called mathgame.n that repeatedly asks a user to answer a si
2. Write a function called mathgame.n that repeatedly asks a user to answer a simple addition the user is told if their answer is correct or incorrect and they question. After eac…
2. Write a function called strcat406. The function is passed two parameters, bot
2. Write a function called strcat406. The function is passed two parameters, both of which are C strings. You should use pointer syntax when writing this function (in other words,…
2. Write a function fixed-point_iteration that inputs a function g, an initial g
2. Write a function fixed-point_iteration that inputs a function g, an initial guess ro, an error tolerance tol, 1 and a maximum number of iterations N, and approximates a fixed p…
2. Write a function that takes a single list of characters as an argument and re
2. Write a function that takes a single list of characters as an argument and returns a new list of integers as a return value. The list returned must contain the ASCII codes of e…
2. Write a function that takes inputs of a number of quarters, dimes, and nickel
2. Write a function that takes inputs of a number of quarters, dimes, and nickels (whole numbers), then calculates and returns an output of the value of the total amount of money …
2. Write a function that takes, as an argument, a positive integer n, and create
2. Write a function that takes, as an argument, a positive integer n, and creates a file, named eightBits.txt, containing n randomly generated eight-bit binary strings, each on it…
2. Write a function transform3(A), which, when given a matrix A, returns a new m
2. Write a function transform3(A), which, when given a matrix A, returns a new matrix that is obtained as follows: If A has more than one row, then interchange the first and secon…
2. Write a program named email.cpp that opens and input from a text file and wri
2. Write a program named email.cpp that opens and input from a text file and writes another text file. The purpose of the program is to extract email addresses embedded in the fir…
2. Write a program on the Linux system using the putty utility. The program shou
2. Write a program on the Linux system using the putty utility. The program should get strings of data from the command line (that is, look for the data in the “args” array of str…
2. Write a program that asks the user to enter the name of a file that contains
2. Write a program that asks the user to enter the name of a file that contains a set of integer values, and then asks the user to enter an integer number. The program should disp…
2. Write a program that asks the user to enter the name of a file that contains
2. Write a program that asks the user to enter the name of a file that contains a set of integer values, and then asks the user to enter an integer number. The program should disp…
2. Write a program that asks the user to enter the name of a file that contains
2. Write a program that asks the user to enter the name of a file that contains a set of integer values, and then asks the user to enter an integer number. The program should disp…
2. Write a program that asks the user to enter the name of a file that contains
2. Write a program that asks the user to enter the name of a file that contains a set of integer values, and then asks the user to enter an integer number. The program should disp…