Web development and programming
191828 questions • Page 204 / 3837
1. Convert this fix width .CCS into a fluid grid ? 2. modify all font sizes into
1. Convert this fix width .CCS into a fluid grid? 2. modify all font sizes into relative em units based on 16px font size. im using notepad++ html{overflow-y:scroll;} /* Forces a …
1. Convert this single table below to an equivalent collection of four tables th
1. Convert this single table below to an equivalent collection of four tables that are in third normal form (3NF). INVOICE (INVOICE_NUMBER CUSTOMER_NUMBER, LAST, FIRST, STREET, CI…
1. Convert this table to a relation in first normal form by entering appropriate
1. Convert this table to a relation in first normal form by entering appropriate data (hand write or type this) - 20 points 2. Now take this table from number 1 and normalize it t…
1. Convert to binary: (a) 2483 (b) OX3E8A 2. Convert to decimal: (a) 1011000111
1. Convert to binary: (a) 2483 (b) OX3E8A 2. Convert to decimal: (a) 1011000111 (b) OX3E8A 3. Perform the following additions in binary: (a) 11010101+1110011 (b) 10011111+100001 4…
1. Convert your nine-digit UWF ID number, considering it to be a base-10 value,
1. Convert your nine-digit UWF ID number, considering it to be a base-10 value, to a base-2 number, and then type the result below: 2. Convert the binary number you found in #1, a…
1. Copy the file secret.txt into a path that you can access. Read FilePath.doc i
1. Copy the file secret.txt into a path that you can access. Read FilePath.doc if you have questions on file path. Copy SecretMessage.java into your NetBeans or other IDE tools. 2…
1. Copy the files Address.java (Code Listing 8.1), Person.java (Code Listing 8.2
1. Copy the files Address.java (Code Listing 8.1), Person.java (Code Listing 8.2), Money.java (Code Listing 8.3), MoneyDemo.java (Code Listing 8.4), and CreditCardDemo.java (Code …
1. Copy the files StatsDemo.java into NetBeans or other Java IDE tools. 2. Read
1. Copy the files StatsDemo.java into NetBeans or other Java IDE tools. 2. Read “FilePath.doc” to know where to put the Numbers.txt. 3. The file input and output part is coded. Tr…
1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Re
1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Rename the file to FE980 55 3. Do not configure the PC's, the switches and the ISP router. They are a…
1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Re
1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Rename the file to FE980 55 3. Do not configure the PC's, the switches and the ISP router. They are a…
1. Cost Is No Object is a car rental service that specializes in lending antique
1. Cost Is No Object is a car rental service that specializes in lending antique and luxury cars to clients on a short-term basis. A typical customer might rent a vintage converti…
1. Course Content: Describe the most important aspects of this course for you wi
1. Course Content: Describe the most important aspects of this course for you with respect to the content that was covered or activities in which you participated. Discuss the rel…
1. Create 2 separate scripts that will check whether 4 coordinates of 4 vertices
1. Create 2 separate scripts that will check whether 4 coordinates of 4 vertices will form a square, rectangle, or other kind of quadrangle. If they form a square or a rectangle, …
1. Create LibraryMain.cpp that includes BookClass.h 2. Declare an array of BookC
1. Create LibraryMain.cpp that includes BookClass.h 2. Declare an array of BookClass items: BookClass books[MAX_BOOKS]; 3. Use the following function from Assignment 10 main progr…
1. Create a 1-dimensional array with n elements; get the size of the array as us
1. Create a 1-dimensional array with n elements; get the size of the array as user input (validate!), max size should be 10 (declared as class constant). Your program should use m…
1. Create a 2-dimensional int array, and populate it with the above data (exclud
1. Create a 2-dimensional int array, and populate it with the above data (excluding column names) from a text file. 2. Total the scores for each student, and place them in the tot…
1. Create a 2D array with the values shown in the following figure 4 38 2. Write
1. Create a 2D array with the values shown in the following figure 4 38 2. Write the method searchNumber to search a number contained only in the diagonals of the 2D array using a…
1. Create a 3 layer application in Java, where the top layer is the User Interfa
1. Create a 3 layer application in Java, where the top layer is the User Interface, the middle layer is the ‘business’ layer, and the bottom layer is the database connectivit…
1. Create a Box class, representing rectangular 3D boxes. The boxes can be any s
1. Create a Box class, representing rectangular 3D boxes. The boxes can be any size and can be located anywhere in 3D space, but in this simple version their orientations are fixe…
1. Create a C++ program that takes a command line argument value (userid) and pa
1. Create a C++ program that takes a command line argument value (userid) and passes this argument to a shell script. HINT: system() 2. As in the previous assignment, modify your …
1. Create a Class to contain a Client order 2. Create attributes of that class t
1. Create a Class to contain a Client order 2. Create attributes of that class to store Company Name, Address and Sales Tax. Create a public property for each of these attributes.…
1. Create a CodeWarrior project using \"Create New Project (choose HCS12+HCS12C
1. Create a CodeWarrior project using "Create New Project (choose HCS12+HCS12C FamilyMCOS12C32 Full-chip Simulation and Absolute Assembly 2. Type in the program given below in the…
1. Create a Customer java class so that you can have the flexibility of having a
1. Create a Customer java class so that you can have the flexibility of having a generic type attribute "t" in your objects. You may retain your previous customer class. I…
1. Create a Customer java class so that you can have the flexibility of havin
1. Create a Customer<T> java class so that you can have the flexibility of having a generic type attribute "t" in your objects. You may retain your previous customer clas…
1. Create a GUI based loan application that will calculate total payment and mon
1. Create a GUI based loan application that will calculate total payment and monthly payment based on the following inputs. a) Loan Amount : JTextField b) Number of years : (eithe…
1. Create a Google Maps program to visualize a data set stored in a Google Fusio
1. Create a Google Maps program to visualize a data set stored in a Google Fusion Table. a. Implement your program in Google Maps JavaScript API. b. Each row of the Fusion Table m…
1. Create a Gradebook and Enter Grades When the user chooses 1, the program shou
1. Create a Gradebook and Enter Grades When the user chooses 1, the program should perform thefollowing tasks: Assessment Type Weight First Assignment 10% Second Assignment 10…
1. Create a JFrame class that includes a JPanel with a JTextField (assume a numb
1. Create a JFrame class that includes a JPanel with a JTextField (assume a number can be input into it) and a Button on it. 2. When the user hits the Button it tries to read the …
1. Create a Java program toread in an unknown number of lines from a data file.
1. Create a Java program toread in an unknown number of lines from a data file. This filecontains a football team’s name, the number of games theyhave won, and the number of…
1. Create a Java project called Lab7A and create a Java class called CarMain whi
1. Create a Java project called Lab7A and create a Java class called CarMain which includes the main method Part A: a. Include a class called Car in the same Java file. This class…
1. Create a Java project named FirstName-LastName-HW7 (e.g., Seung-Lee-HW7). a.
1. Create a Java project named FirstName-LastName-HW7 (e.g., Seung-Lee-HW7). a. Add a new package named hw7p2 to the project. b. Right click the package and add a new class named …
1. Create a JavaTransactionAccount class, so that one may store a name, an ID, a
1. Create a JavaTransactionAccount class, so that one may store a name, an ID, account balance, and a list of transactions. Please maximize code re-use and extend your clas…
1. Create a JavaTransactionAccount class, so that one may store a name, an ID, a
1. Create a JavaTransactionAccount class, so that one may store a name, an ID, account balance, and a list of transactions. Please maximize code re-use and extend your class from …
1. Create a Linux script that asks the user for a number N and prints the sum of
1. Create a Linux script that asks the user for a number N and prints the sum of thenumbers 1 to N. 2. Modify the previous program such that only multiples of three or five arecon…
1. Create a New Project named InheritanceDemo . 2. Create a new class called Per
1. Create a New Project named InheritanceDemo . 2. Create a new class called Person and cut and paste the Person.java file from Blackboard into the class. Create a new class calle…
1. Create a New Project named InheritanceDemo . 2. Create a new class called Per
1. Create a New Project named InheritanceDemo . 2. Create a new class called Person and cut and paste the Person.java file from Blackboard into the class. Create a new class calle…
1. Create a New Year\'s Eve program that counts down from 10 to1. After the prog
1. Create a New Year's Eve program that counts down from 10 to1. After the program arrives at 1, the message "Happy New Year" isdisplayed. The program then asks the user if they w…
1. Create a PL/SQL block to retrieve the name of each department from the DEPT t
1. Create a PL/SQL block to retrieve the name of each department from the DEPT table and print each department name to the output window, incorporating a PL/SQL table a. Declare a…
1. Create a Python script that computes the number of songs that can be stored o
1. Create a Python script that computes the number of songs that can be stored on a flash drive in a digital music player. Background information: >the default bit sampling rat…
1. Create a RandomString class (starting from the template on Blackboard) and im
1. Create a RandomString class (starting from the template on Blackboard) and implement the following: b. A constructor that receives the name of a file to get string values …
1. Create a Registration page for user to add in name, id and password. (5 point
1. Create a Registration page for user to add in name, id and password. (5 points) 2. Create a login page where users can use their names and passwords to get on the account. (3 p…
1. Create a SELECT statement that will use the CASE switch. Give the empno, enam
1. Create a SELECT statement that will use the CASE switch. Give the empno, ename , job along with the location information from the dept table. For instance if deptno is ‘10’ the…
1. Create a SELECT statement that will use the CASE switch. Give the empno, enam
1. Create a SELECT statement that will use the CASE switch. Give the empno, ename , job along with the location information from the dept table. For instance if deptno is ‘10’ the…
1. Create a SQL query that shows the first_name, last_name, hire_date, and the n
1. Create a SQL query that shows the first_name, last_name, hire_date, and the number of days that the employee has worked from the EMPLOYEES table. Use the concatenation operator…
1. Create a StackIterator class that can be used to iterate thru the contents of
1. Create a StackIterator class that can be used to iterate thru the contents of a Stack. Using the ListIterator class as a guide, this StackIterator class should support the foll…
1. Create a Student class with the following: A private String variable named “n
1. Create a Student class with the following: A private String variable named “name” to store the student’s name A private integer variable named “UFID” that contains the unique I…
1. Create a UNIX command line that shows the count of the number of people in ph
1. Create a UNIX command line that shows the count of the number of people in phones.dat with a phone number in the 757 area code. Based on the sample phoneList.dat file, your out…
1. Create a User defined VBA Function that calculates the rate of diffusion (dif
1. Create a User defined VBA Function that calculates the rate of diffusion (diffusivity) of nd Carbon in Iron (Fe). Make sure that the function is in a module. See page 2 for eq …
1. Create a VBA subroutine namedAccountinformation1 that: declares each of the f
1. Create a VBA subroutine namedAccountinformation1 that: declares each of the following types of variables: Integer, String, Long, Array, Double, Worksheet, Range, Cell, and a va…
1. Create a Web page like the following one. C file// 3332/Lab5.html Apps m\' Fa
1. Create a Web page like the following one. C file// 3332/Lab5.html Apps m' Faculty & Staff * Settings. Extensions Ep Top Rated Compute ® https://mailwssued Mail, Dichev. Chr…
Subject
Web development and programming
Use Browse or pick another subject.