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

1. Create a script that presents a word guessing game. (PHP / HTML )Allow users
1. Create a script that presents a word guessing game. (PHP / HTML )Allow users to guess the word letter-by-letter by entering a character in a form. Start by assigning a secret w…
1. Create a script that presents a word guessing game. Allow users to guess the
1. Create a script that presents a word guessing game. Allow users to guess the word letter-by-letter by entering a character in a form. Start by assigning a secret word to a vari…
1. Create a script with if, else if, and else conditionals to calculate the Tota
1. Create a script with if, else if, and else conditionals to calculate the Total Resistance (R_T) 1) r1 , r2, and r3 are connected in series manner. (R_T= r1+r2+r3) 2) r1, r2, an…
1. Create a sequence for populating the Customer# column of the CUSTOMERS table.
1. Create a sequence for populating the Customer# column of the CUSTOMERS table. When setting the start and increment values, keep in mind that data already exists in this table. …
1. Create a sequence that will generate integers starting with the value 9. Each
1. Create a sequence that will generate integers starting with the value 9. Each value should be three less than the previous value generated. The lowest possible value the sequen…
1. Create a simple linked list. (code included) 2. Overload the >> operator as a
1.     Create a simple linked list. (code included) 2.     Overload the >> operator as a friend function to read a list from the file. (Data in file is not sorted) 3.     Ov…
1. Create a simple linked list. (code included) 2. Overload the >> operator as a
1.     Create a simple linked list. (code included) 2.     Overload the >> operator as a friend function to read a list from the file. (Data in file is not sorted) 3.     Ov…
1. Create a snippet of raw JavaScript code (i.e., so no JQuery ) that uses the D
1.       Create a snippet of raw JavaScript code (i.e., so no JQuery) that uses the DOM to create an HTML form. You will have to attach the form to an existing ‘div’ on the page. …
1. Create a square class whose center is at 100,100. All of its sides are 50 lon
1. Create a square class whose center is at 100,100. All of its sides are 50 long. A. It should have fields for the coordinates of the center, each corner and for the length of a …
1. Create a static method called majorityZeros, which takes an integer array as
1. Create a static method called majorityZeros, which takes an integer array as an input parameter. It should check to see if the array contains more zeros than non-zero values. I…
1. Create a stored procedure named insert_glaccount that lets a user add a new r
1.       Create a stored procedure named insert_glaccount that lets a user add a new row to the General_Ledger_Accounts table in the AP schema. This procedure should have two para…
1. Create a stored procedure named insert_glaccount that lets a user add a new r
1. Create a stored procedure named insert_glaccount that lets a user add a new row to the General_Ledger_Accounts table in the AP schema. This procedure should have two parameters…
1. Create a stored procedure named insert_glaccount that lets a user add a new r
1.       Create a stored procedure named insert_glaccount that lets a user add a new row to the General_Ledger_Accounts table in the AP schema. This procedure should have two para…
1. Create a stored procedure named insert_glaccount that lets a user add a new r
1. Create a stored procedure named insert_glaccount that lets a user add a new row to the General_Ledger_Accounts table in the AP schema. This procedure should have two parameters…
1. Create a stored procedure named insert_glaccount that lets a user add a new r
1.       Create a stored procedure named insert_glaccount that lets a user add a new row to the General_Ledger_Accounts table in the AP schema. This procedure should have two para…
1. Create a stored procedure named spWhichTable that accepts a column name and r
1. Create a stored procedure named spWhichTable that accepts a column name and returns the name of the table or tables that have a column by that name. Code a statement that calls…
1. Create a struct MenuItem containing fields for name (a string) and price (a f
1. Create a struct MenuItem containing fields for name (a string) and price (a float) of a menu item for a diner. Create a ReadItem() function that takes an input stream and a Men…
1. Create a struct MenuItem containing fields for name (a string) and price (a f
1. Create a struct MenuItem containing fields for name (a string) and price (a float) of a menu item for a diner. Create a ReadItem() function that takes an input stream and a Men…
1. Create a struct MenuItem containing fields for name (a string) and price (a f
1. Create a struct MenuItem containing fields for name (a string) and price (a float) of a menu item for a diner. Create a ReadItem() function that takes an input stream and a Men…
1. Create a struct MenuItem containing fields for name (a string) and price (a f
1. Create a struct MenuItem containing fields for name (a string) and price (a float) of a menu item for a diner. Create a ReadItem() function that takes an input stream and a Men…
1. Create a struct MenuItem containing fields for name (a string) and price (a f
1. Create a struct MenuItem containing fields for name (a string) and price (a float) of a menu item for a diner. Create a ReadItem() function that takes an input stream and a Men…
1. Create a struct that will contain a person’s: (code) First name Last name Tel
1.           Create a struct that will contain a person’s:(code) First name Last name Telephone Street address Town State #include <iostream> using namespace std; struct Per…
1. Create a structure called car with the followingmembers: . - make - model - y
1. Create a structure called car with the followingmembers: . - make - model - year - miles . Create an instance of the car structure namedmyCar and assign data to each of the mem…
1. Create a structure for acourse at your University which includes members for
1.      Create a structure for acourse at your University which includes members for the classname, number, day and time of the class sessions, and a coursedescription (of up to 1…
1. Create a structure to specify data of customers in a bank. The data to be sto
1. Create a structure to specify data of customers in a bank. The data to be stored is: Account number, Name, Balance in account. Assume maximum of 200 customers in the bank. (a)W…
1. Create a sub directory “cs232hw7” under your home directory 2. Download all h
1. Create a sub directory “cs232hw7” under your home directory 2. Download all https://github.com/aws/aws-iot-device-sdk-embedded-C/ sub directories under cs232hw7 3. Write a shel…
1. Create a subclass of Random class. Your subclass will have the following meth
1. Create a subclass of Random class. Your subclass will have the following methods and add one more your own method. public char nextChar() public char nextChar(char l, char h) p…
1. Create a subclass of the class you created in Assignment 2. (10 point) 2. Cre
1. Create a subclass of the class you created in Assignment 2. (10 point) 2. Create at least 1 instance field (attribute) for your subclass (10 point) 3. Create getter (accessor) …
1. Create a superclass named Appliance which has 2 private attributes; location
1. Create a superclass named Appliance which has 2 private attributes; location which is a String and value which is a double 2. Create 2 constructors one with no arguments and th…
1. Create a symbolic link called ~/Desktop/food.doc that links to ~/Documents/ba
1. Create a symbolic link called ~/Desktop/food.doc that links to ~/Documents/bard.txt. (5 pts) 2. Create a command that will run the file /etc/runme.sh at 5AM using the 'at' comm…
1. Create a table called \"tblActor\". The tblActor should have the following fi
1. Create a table called "tblActor". The tblActor should have the following fields (name, description, dob, country image) Answer Paste the SOL commands you wrote to create the ta…
1. Create a table called \"tblActor\". The tblActor should have the following fi
1. Create a table called "tblActor". The tblActor should have the following fields (name, description, dob, country image) Answer Paste the SOL commands you wrote to create the ta…
1. Create a table named book_stores to include the column listed in the followin
1. Create a table named book_stores to include the column listed in the following chart. 2. Add a constraint to make sure the REP_ID value entered in the Book_STORES table is a va…
1. Create a text encryption/decryption program that allows the user to enter a S
1. Create a text encryption/decryption program that allows the user to enter a String message and prints both encrypted and decrypted versions of the message. The required encrypt…
1. Create a text file that will produce the data.frame shown below when imported
1. Create a text file that will produce the data.frame shown below when imported into R using the read table function. In your write-up use R Markdown's table features to display …
1. Create a trigger named Products_UPDATE that checks the new value for the Disc
1.      Create a trigger named Products_UPDATE that checks the new value for the DiscountPercent column of the Products table. This trigger should raise an appropriate error if th…
1. Create a trigger named products_before_insert that inserts the current date f
1. Create a trigger named products_before_insert that inserts the current date for the date_added column of the Products table if the value for that column is null. Test this trig…
1. Create a trigger named trg_char_hours that will automatically update the AIRC
1. Create a trigger named trg_char_hours that will automatically update the AIRCRAFT table when a new CHARTER row is added. Use the CHARTER table’s CHAR_HOURS_FLOWN to update the …
1. Create a truth table for the following functional description. You are buildi
1. Create a truth table for the following functional description. You are building a circuit which will output a 1 when the three of the four circuit inputs are equal. 2. Create t…
1. Create a vector x sin(1pi*t+9) for 10,000 evenly spaced points between 0 and
1. Create a vector x sin(1pi*t+9) for 10,000 evenly spaced points between 0 and 100. Write a 'for' loop that does the following: a. Displays the value of the iterator within each …
1. Create a view named CustomerAddresses that shows the shipping and billing add
1. Create a view named CustomerAddresses that shows the shipping and billing addresses for each customer in the MyGuitarShop database. This view should return these columns from t…
1. Create a view named MAJOR CUSTOMER. It consists of the customer number, name,
1. Create a view named MAJOR CUSTOMER. It consists of the customer number, name, bal. ance, credit limit, and rep number for every customer whose credit limit is $10,000 or less a…
1. Create a view named PLUME. It consists of the book code, title, type, and pri
1. Create a view named PLUME. It consists of the book code, title, type, and price for every book published by the publisher whose code is PL. a. Write and execute the CREATE VIEW…
1. Create a view named customer_addresses that shows the shipping and billing ad
1. Create a view named customer_addresses that shows the shipping and billing addresses for each customer. This view should return these columns from the Customers table: customer…
1. Create a view that defines a view named open_items that shows the invoices th
1. Create a view that defines a view named open_items that shows the invoices that havent been paid.  This view should return four colums from the vendors and Invoices Table: vend…
1. Create a view that lists the name and phone number of the contact person at e
1. Create a view that lists the name and phone number of the contact person at each publisher. Don't include the publisher's ID in the view. Name the view CONTACT 2. Change the CO…
1. Create a view that will list the name of the contact person at each publisher
1. Create a view that will list the name of the contact person at each publisher and the person's phone number. Do not include the publisher's ID in the view. Name the view CONTAC…
1. Create a view that will list the name of the contact person at each publisher
1. Create a view that will list the name of the contact person at each publisher and the person's phone number. Do not include the publisher's ID in the view. Name the view CONTAC…
1. Create a web page (index.html) which contains a typical “Registration” form (
1. Create a web page (index.html) which contains a typical “Registration” form (e.g. the user submits a username and password to create a new account. 2. Create a servlet (Registr…
1. Create a web page in which the user is allowed to select the page\'s backgrou
1. Create a web page in which the user is allowed to select the page's background color and whether the page uses serif fonts. Then change the body element's style attribute accor…