Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1427 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Create a script file that calls a user-defined function within a for/end loop to
Create a script file that calls a user-defined function within a for/end loop to symbolically compute the derivative of the natural log of x, or In(x), on the interval from -5 to …
Create a script file that does the following: * Use a for loop over a range of v
Create a script file that does the following: * Use a for loop over a range of values of n (n = 4, 8, 16,…, 2^12) * For each value of n: create a random matrix (size n by n) and a…
Create a script file that performs the following in SQL developer. Insert a stat
Create a script file that performs the following in SQL developer. Insert a statement to drop the "CustomerView" Insert a statement to create an updatable view, "CustomerView" bas…
Create a script file with a name that properly identify the assignment and yours
Create a script file with a name that properly identify the assignment and yourself. For the first homework, the file name should be Hw01_0123456.n if your student ID number is 01…
Create a script file*** called Lecture_2A in which you complete these exercises.
Create a script file*** called Lecture_2A in which you complete these exercises. Define the following matrices: A = [2 9 0 0 b = [1 a = [4 20 29 21] Calculate the following (when …
Create a script for the following problem An engineer had measured impedances of
Create a script for the following problem An engineer had measured impedances of a collection of electrical components and created a text file - impedance.txt - based on the numer…
Create a script in MATLAB. Complete the following code in your script: Create a
Create a script in MATLAB. Complete the following code in your script: Create a variable named "testNumber" and give it the value of the result of the calculation 1/3. Take the 10…
Create a script in Matlab that will compute the first 20 numbers of the Fibonacc
Create a script in Matlab that will compute the first 20 numbers of the Fibonacci sequence. Use semi-colons after each command to keep the intermediate output from showing in the …
Create a script in windows PowerShell to add active directory users. Your script
Create a script in windows PowerShell to add active directory users. Your script needs to do the following (SEE BELOW FOR HINTS): -It will start off by asking how many users you’d…
Create a script like the CreateCompanyPG.sql file to create 3 or more tables and
Create a script like the CreateCompanyPG.sql file to create 3 or more tables and populate the tables. You may find it more convenient to break this up into a creation script to cr…
Create a script m-file, IMPLEMENTING A WHILE LOOP, that will display the functio
Create a script m-file, IMPLEMENTING A WHILE LOOP, that will display the function y(t) = e^x and simultaneously use the Taylor series to show the convergence after each polynomial…
Create a script named *create_reorder_table.sql* that creates a table named *reo
Create a script named *create_reorder_table.sql* that creates a table named *reorder*. Include the following columns in the table: 1. REORDER# . . . . . ... . ...Maximum value of …
Create a script named *just_lee_ddl.sql* that performs the following DDL and DML
Create a script named *just_lee_ddl.sql* that performs the following DDL and DML commands: 1. Add a column named *on_hand_quantity* to the *books* table that will hold a value up …
Create a script named *just_lee_pkg.sql* that contains the PL/SQL code to create
Create a script named *just_lee_pkg.sql* that contains the PL/SQL code to create a package named *just_lee* with the following stored program units: 1. Procedure named *ship_order…
Create a script named *just_lee_pkg.sql* that contains the PL/SQL code to create
Create a script named *just_lee_pkg.sql* that contains the PL/SQL code to create a package named *just_lee* with the following stored program units: 1. Procedure named *insert_reo…
Create a script named *just_lee_trg.sql* that contains the PL/SQL code to create
Create a script named *just_lee_trg.sql* that contains the PL/SQL code to create a trigger named *books_qty_on_hand_trg*. The trigger should be set up to fire whenever the quantit…
Create a script sends an email message to the user specified on the command line
Create a script sends an email message to the user specified on the command line if any of the file systems at more than 60% of capacity. The script should not process special fil…
Create a script sends an email message to the user specified on the command line
Create a script sends an email message to the user specified on the command line if any of the file systems at more than 60% of capacity. The script should not process special fil…
Create a script sends an email message to the user specified on the command line
Create a script sends an email message to the user specified on the command line if any of the file systems at more than 60% of capacity. The script should not process special fil…
Create a script that displays a form allowing the user to select one of four GTC
Create a script that displays a form allowing the user to select one of four GTCC wesbsites — gtcc.edu, online.gtcc.edu, my.gtcc.edu, and ssp.gtcc.edu — and then jumps to the rele…
Create a script that has a fireman respond yes or no to being asked whether he s
Create a script that has a fireman respond yes or no to being asked whether he sees a book. If he answers yes, then set the book burning temperature to 451. If he responds no, the…
Create a script that meets these requirements. Includes appropriate comments (se
Create a script that meets these requirements. Includes appropriate comments (see comment document within the course shell). Clears the screen Creates the menu displayed below wit…
Create a script that prompts for the user to input a directory and then prints o
Create a script that prompts for the user to input a directory and then prints out the number of subdirectories in the given directory, as well as the number of files (use the num…
Create a script that sends an email message to the user specified on the command
Create a script that sends an email message to the user specified on the command line if any of the file systems are at more than 60% of capacity. The script should not process sp…
Create a script that uses a database trigger to output messages that describe th
Create a script that uses a database trigger to output messages that describe the records that are entered into a table. The script must perform the following. Create a database t…
Create a script that will prompt the user to enter their desired matrix dimensio
Create a script that will prompt the user to enter their desired matrix dimensions. Then create a matrix of random integers with those dimensions. After that, perform each of the …
Create a script that will take 10 Last names and First names separately, then co
Create a script that will take 10 Last names and First names separately, then combine Last names and First names together, then display the full name in reverse order (Z to A). If…
Create a script to calculate the amount of savings for a given starting salary a
Create a script to calculate the amount of savings for a given starting salary and number of years. This financial calculator may be used to predict the amount of savings you will…
Create a script with if, else if, and else conditionals to calculate the Total R
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, and r…
Create a script with the following functionality: a. The script takes a list of
Create a script with the following functionality: a.   The script takes a list of users from standard in. Note: this implies the script will be executed as   follows: cat /root/us…
Create a script with user defined function that will find the determinant of any
Create a script with user defined function that will find the determinant of any square matrix as long as the size of the matrix is less than or equal to 4. (i.e. determinant of n…
Create a script. Save your script to your desktop. Complete the following: a) Wr
Create a script. Save your script to your desktop. Complete the following: a) Write your name and section number on separate lines: use separate comments to accomplish this b) Def…
Create a section of the report that describes the computer crimes and legal impl
Create a section of the report that describes the computer crimes and legal implications for the employees. This should include a point of contact for disputes, the process of app…
Create a security management policy that addresses the management and the separa
Create a security management policy that addresses the management and the separation of duties throughout the seven domains of a typical IT infrastructure. You are to define what …
Create a semaphore-based solution to the producer-consumer problem as outlined i
Create a semaphore-based solution to the producer-consumer problem as outlined in section 6.6.1,the Synchronization slides, and the pthreadSemaphore slide. 1) Create a global arra…
Create a sequence data structure using dynamic arrays. Sequence is similar to th
Create a sequence data structure using dynamic arrays. Sequence is similar to the beg but the order is important in it (1, 2, 3 is different then 2, 1, 3). Implement the erase_fir…
Create a sequence data structure using dynamic arrays. Sequence is similar to th
Create a sequence data structure using dynamic arrays. Sequence is similar to the bag but the order is important in it (1, 2, 3 is different than 2, 1, 3). Implement the erase_fir…
Create a sequence to be used with the primary key column of a DEPARTMENT table (
Create a sequence to be used with the primary key column of a DEPARTMENT table (may not exist on your schema). The sequence should start at 60 and have a maximum value of 200. Hav…
Create a series (3 - 4 pages) of diagrams with text-based narrative based on Fri
Create a series (3 - 4 pages) of diagrams with text-based narrative based on Friedman's assessment, and justify whether or not you agree. Show a diagram with text-based comments b…
Create a series of if/elseif statements that check which coin is entered, and se
Create a series of if/elseif statements that check which coin is entered, and sets the variable value to be the correct value of the coin. The following are the cases to consider:…
Create a series of parallel arrays for common menu categories in restaurants (ap
Create a series of parallel arrays for common menu categories in restaurants (appetizers, main course, desserts, and drinks Create 4 input file variables, 4 input files, and 4 cou…
Create a service level agreement to a company/organization Instructions In this
Create a service level agreement to a company/organization Instructions In this project, students work in groups to develop a service level agreement for fictitious organization f…
Create a servlet survey on your favorite topic. Your survey needs to contain a m
Create a servlet survey on your favorite topic. Your survey needs to contain a minimum of three inputs. The survey input information will be saved to a file after each post. The r…
Create a servlet that displays three Internet links to some of your favorite Int
Create a servlet that displays three Internet links to some of your favorite Internet sites. Restrict your Internet sites to clean and professional sites appropriate for an academ…
Create a servlet that displays three Internet links to some of your favorite Int
Create a servlet that displays three Internet links to some of your favorite Internet sites. Restrict your Internet sites to clean and professional sites appropriate for an academ…
Create a servlet that reads an ascii file and sends the output to the browser th
Create a servlet that reads an ascii file and sends the output to the browser that invokes the servlet. Name your ASCII file c: empservlet1.dat. You must locate it in the c: emp d…
Create a servlet that reads an ascii file and sends the output to the browser th
Create a servlet that reads an ascii file and sends the output to the browser that invokes the servlet. Name your ASCII file c: empservlet1.dat. You must locate it in the c: emp d…
Create a servlet that reads an ascii file and sends the output to the browser th
Create a servlet that reads an ascii file and sends the output to the browser that invokes the servlet. Name your ASCII file c: empservlet1.dat. You must locate it in the c: emp d…
Create a set of Java classes that faithfully realizes a set of UML class diagram
Create a set of Java classes that faithfully realizes a set of UML class diagrams. This means you will define classes with the appropriate attributes and operations. You will not,…
Create a set of classes of Shapes (triangle, quadrilateral, circle) with the fol
Create a set of classes of Shapes (triangle, quadrilateral, circle) with the following inheritance relationship. Shapes.jpg Declare and define the classes as Shapes-- Abstract bas…