Web development and programming
191828 questions • Page 208 / 3837
1. Create a webpage that contains a table with five columns and five rows. 2. Th
1. Create a webpage that contains a table with five columns and five rows. 2. The first row will contain a heading that spans across all columns. This heading must ask t…
1. Create a website using Bootstrap with a minimum of three pages a. Template/th
1. Create a website using Bootstrap with a minimum of three pages a. Template/theme use is encouraged i. Free templates are available at URL https://startbootstrap.com/ 2. If not …
1. Create an ADT that contains a fixed-size array that holds 20 integers (i.e.,
1. Create an ADT that contains a fixed-size array that holds 20 integers (i.e., int array[20]; ) and the following member functions: A default constructor that initializes all the…
1. Create an Evaluator class that will evaluate the sorting algorithms. Create 1
1. Create an Evaluator class that will evaluate the sorting algorithms. Create 1 method for each of the sorting algorithms below. Each method must accept 1 int[]as a parameter. Se…
1. Create an HTML document named finalProject. The title bar (tab) should read W
1. Create an HTML document named finalProject. The title bar (tab) should read WEB 115 Final Project. 2. Create an external JavaScript document (with the .js file extension) named…
1. Create an HTML document named finalProject. The title bar (tab) should read W
1. Create an HTML document named finalProject. The title bar (tab) should read WEB 115 Final Project. 2. Create an external JavaScript document (with the .js file extension) named…
1. Create an HTML page, leaving the body section blank other than including a se
1. Create an HTML page, leaving the body section blank other than including a set of script tags to reference a JavaScript file named prjs11_1.js just before the closing </body…
1. Create an Inteface called Shapes with one method: public int getArea() 2. Cre
1. Create an Inteface called Shapes with one method: public int getArea() 2. Create a Rectangle class that implements the Shapes interface. It will have a data mem…
1. Create an Intellij project and name it “pa5_your-id” (without the quotes, of
1. Create an Intellij project and name it “pa5_your-id” (without the quotes, of course). 2. Add a file that contains a class named ChickenFeed to the same package of the project t…
1. Create an Intellij project and name it “pa5_your-id” (without the quotes, of
1. Create an Intellij project and name it “pa5_your-id” (without the quotes, of course). 2. Add a file that contains a class named ChickenFeed to the same package of the project t…
1. Create an abstract class “Student.cs”. Read page 329. 3 public string data me
1. Create an abstract class “Student.cs”. Read page 329. 3 public string data members: firstName, lastName, studentID. Create a constructor to initialize each data member value. C…
1. Create an app described below i You can use it or you can write new one on yo
1. Create an app described below i You can use it or you can write new one on your own (but you will not get extra marks for your HTML). Details 1. 2. 3. This app stores the prope…
1. Create an applet payroll program named CalcPay that allows the user to enter
1. Create an applet payroll program named CalcPay that allows the user to enter Name, Hours, and rate. After the user enters the rate, hours, and name the program should calc…
1. Create an applet that will draw a set of ovals, where theuser can specify the
1. Create an applet that will draw a set of ovals, where theuser can specify the number of ovals. . 2. Create an applet to draw a digit using the methodfillRect of theclass Graphi…
1. Create an array of 100 random numbers in the range of 1…999, write a function
1. Create an array of 100 random numbers in the range of 1…999, write a function for each of the following processes. In building the array, if 3 or 7 evenly divide the random num…
1. Create an array of structs containing material properties. There will be 3 fi
1. Create an array of structs containing material properties. There will be 3 fields: name of material, modulus of elasticity, and yield strength, called “name,” “E,” and “syt” re…
1. Create an html page that has a form with 2 text inputs, four, submit buttons(
1. Create an html page that has a form with 2 text inputs, four, submit buttons( for: addition, subtration, multiplication, and division) 2. It calls a JSP to process the form and…
1. Create an ordered list for the binary digits 0000 thru 1111 (i.e. decimal 10
1. Create an ordered list for the binary digits 0000 thru 1111 (i.e. decimal 10 thru 15),such that only one bit changes per step. 2. Completely separate but nevertheless also usin…
1. Create and execute statements to perform the following DML activities. Save t
1. Create and execute statements to perform the following DML activities. Save the changes permanently to the database. Create a script to allow a user to add new criminals (provi…
1. Create and invoke a function that returns a value. Show an example of how thi
1. Create and invoke a function that returns a value. Show an example of how this is done. 2. Create and invoke a function that does not return a value. This called a void functio…
1. Create class named Person with the following public (a) getters: i. string ge
1. Create class named Person with the following public (a) getters: i. string getLastName() ii. string getPassword() (b) setters: i. void setLastName(string newLastName) ii. void …
1. Create faculty and dependants tables. CREATE TABLE Faculty ( FacultyID int ID
1. Create faculty and dependants tables. CREATE TABLE Faculty ( FacultyID int IDENTITY(1000,1) PRIMARY KEY, FacFirstname VARCHAR (30) NOT NULL, FacLastname VARCHAR (30) NOT NULL, …
1. Create few nested and branched directories in your home directory. Populate t
1. Create few nested and branched directories in your home directory. Populate them with some files. Copy some files around, move to rename files or to move files between director…
1. Create file in.txt which will store the information for multiple students inc
1. Create file in.txt which will store the information for multiple students including ID, name and score of math and physics. The first line of in.txt indicates the number of stu…
1. Create nameSorter-algorithm.txt using the algorithm-template.txt to read name
1. Create nameSorter-algorithm.txt using the algorithm-template.txt to read names in a text file, sort them alphabetically, and output them to the screen with these specifications…
1. Create the 3 row by 4 column matrix A shown below. A = [ 1 2 3 4 ] [ 5 6 7 8
1. Create the 3 row by 4 column matrix A shown below. A = [ 1 2 3 4 ] [ 5 6 7 8 ] [ 9 10 11 12] 2. Create a 3 element row vector b with entries -2,…
1. Create the DEPARTMENT table based on the following table instance chart. Ente
1. Create the DEPARTMENT table based on the following table instance chart. Enter the syntax in a script called p10q1.sql, then execute the script to create the table. Confirm tha…
1. Create the Word list. 2. German to English nouns. 3. German to English verbs.
1. Create the Word list. 2. German to English nouns. 3. German to English verbs. 4. German to English prepositions. 5. German to English adjectives. 6. German to English cardinal …
1. Create the class student that includes the following information about studen
1. Create the class student that includes the following information about student: name, age and gpa. Write the following members functions: (a) Constructor that creates objects o…
1. Create the comparison class - funnyorder: Given two positive integers a and b
1. Create the comparison class - funnyorder: Given two positive integers a and b. Let a' be the remainder of (a divided by 10) and b' the remainder of (b divided by 10). funnyorde…
1. Create the database, tables, and constraints to create a database for the mod
1. Create the database, tables, and constraints to create a database for the model created in DMLab3. 2. Write sql statements to insert the data from the unnormalized student rela…
1. Create the following 5 tables using CREATE TABLE statements and make a spools
1. Create the following 5 tables using CREATE TABLE statements and make a spoolscript in a file named colonial.sql GUIDE(Guide_Num, Last_Name, First_Name, Address, City, State, Po…
1. Create the following View: (make sure you call your view and show the results
1. Create the following View: (make sure you call your view and show the results.) SELECT VendorID, SUM(InvoiceTotal) AS [YTD Invoice Total], SUM(PaymentTotal) AS [YTD Payment…
1. Create the following classes based on the given declaration. Also, each class
1. Create the following classes based on the given declaration. Also, each class should have the default constructor. Just place the prototypes of the construction in the class bu…
1. Create the following tables using the SQL CREATE commands. Be sure to include
1. Create the following tables using the SQL CREATE commands. Be sure to include in the CREATE statement not only the definitions of the columns (giving each a name, and specifyin…
1. Create the necessary tables and relationships for the following scenario: The
1. Create the necessary tables and relationships for the following scenario: Then populate the tables with the data provided. Wild Life Trainers Inc. employs animal trainers who t…
1. Create two classes, A and B, with default constructors that announce themselv
1. Create two classes, A and B, with default constructors that announce themselves. lnherit a new class called C from A, and create a member object of B in C, but do not create a …
1. Create two files named: Form1.php and Process1.php in your text editor. 2. In
1. Create two files named: Form1.php and Process1.php in your text editor. 2. In your Form Page, create a form action that posts four boxes: First Name, Last Name, Username, an…
1. Create two files named: Form3.php and ValidationFunctions.php in your text ed
1. Create two files named: Form3.php and ValidationFunctions.php in your text editor. 2. Using the basic information from your second form, you will now validate various parts …
1. Create, using NetBeans, a complete Java program called CalcTotalPrice accordi
1. Create, using NetBeans, a complete Java program called CalcTotalPrice according to the following guidelines. The program must include five methods: getSaleTotal, getSalePrice, …
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg accord
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg according to the following guidelines. The input values come from a single line in a text le such as the …
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg accord
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg according to the following guidelines. The program should use methods to carry out all computations. The …
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg accord
1. Create, using NetBeans, a complete Java program called CalcWeightedAvg according to the following guidelines. The program should use methods to carry out all computations. The …
1. Create, using NetBeans, a complete Java program called GameControl according
1. Create, using NetBeans, a complete Java program called GameControl according to the following guidelines. This program must use a do loop and a switch statement to provide the …
1. Create, using NetBeans, a complete Java program called GameControl according
1. Create, using NetBeans, a complete Java program called GameControl according to the following guidelines. This program must use a do loop to provide the following interac on wi…
1. Creating a user-defined function Write a user-defined MATLAB function named P
1. Creating a user-defined function Write a user-defined MATLAB function named PBTask4p1_f.m for the following math function with x the input argument and y the output: y(x)-0.8r-…
1. Cybercirminals can use malware to steal files and information from your compu
1. Cybercirminals can use malware to steal files and information from your computer, if this happens you have loss of confidentiality. Explain how antivirus can be help to prevent…
1. DATABASE PLEASE TYPE ANSWER Write the DDL for each of the 6 tables above, inc
1. DATABASE PLEASE TYPE ANSWER Write the DDL for each of the 6 tables above, including all constraints salaries emp-no INT (10) salary INT(11 from date DATE to date DATE Indexes t…
1. DNS protocol can run over UDP or TCP. Most DNS servers use UDP consuming fewe
1. DNS protocol can run over UDP or TCP. Most DNS servers use UDP consuming fewer server resources. When is using TCP useful for DNS? How can you force utilization of TCP with DNS…
1. Data and Signals (30 %) What are the three basic components of analog signals
1. Data and Signals (30 %) What are the three basic components of analog signals and how do the signals behave with their changes? (Include signal equations, diagrams and explanat…
Subject
Web development and programming
Use Browse or pick another subject.