Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 961 / 1333
Write a PL/SQL block that includes declarations for the following variables: A v
Write a PL/SQL block that includes declarations for the following variables: A varchar2 datatype that can contain "ITM108 Intro to Databases and PLSQL" a number that can be assign…
Write a PL/SQL block that will use a variable to hold a department ID (try assig
Write a PL/SQL block that will use a variable to hold a department ID (try assigning your variable the value of 10, 50, and 60 to test). Using that variable, select the department…
Write a PL/SQL block. I have completed this but my professor wants amount to be
Write a PL/SQL block. I have completed this but my professor wants amount to be variable rather than hard coded value. I have completed this but my professor wants amount to be va…
Write a PL/SQL function that returns the average retail price of all of the book
Write a PL/SQL function that returns the average retail price of all of the books in the books table. BOOKS table CREATE TABLE Books (ISBN VARCHAR2(10), Title VARCHAR2(30), PubDat…
Write a PL/SQL procedure to print the names of instructors and the students took
Write a PL/SQL procedure to print the names of instructors and the students took some class taught by the instructor in the following format: Srinivasan //instructor Bourikas //st…
Write a PL/SQL procedure to print the names of instructors and the students took
Write a PL/SQL procedure to print the names of instructors and the students took some class taught by the instructor in the following format: Srinivasan //instructor Bourikas //st…
Write a PROCEDURAL program that creates a tree for the following string data (st
Write a PROCEDURAL program that creates a tree for the following string data (stored in an input file – sample shown below), where: 1)the leftmost string goes into a node; 2)the m…
Write a PROLOG program that implements a family database for your family. Save i
Write a PROLOG program that implements a family database for your family. Save it as an ordinary text file named family.pro. Your program should implement the following facts for …
Write a PROLOG program that includes the following operations with lists: member
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 thr…
Write a PYTHON function that checks whether two words are anagrams. Two words ar
Write a PYTHON function that checks whether two words are anagrams. Two words are anagrams if they contain the same letters. For example, silent and listen are anagrams. The heade…
Write a PYTHON function that receives list_a and returns a new list, list_b by e
Write a PYTHON function that receives list_a and returns a new list, list_b by eliminating the duplicate values in the list. Use the following function header: def eliminateDuplic…
Write a PYTHON program to create an array of size 10. Write a function to read v
Write a PYTHON program to create an array of size 10. Write a function to read values into this array. Write a function to display the values of this array. Write a function to fi…
Write a PYTHON program to read daily precipitation from a file and create a new
Write a PYTHON program to read daily precipitation from a file and create a new file that has the monthly totals. There are 10 years of data in the precipitation file, with data f…
Write a PYTHON program with a main and a sub function called checkPassword that
Write a PYTHON program with a main and a sub function called checkPassword that checks whether a string is a valid password. The main function should get the user input as a strin…
Write a Pascal program that would read alist of integers, separated by space, in
Write a Pascal program that would read alist of integers, separated by space, into a string variable. Your program must then add upthe integers in that list. You would b…
Write a Patron class in a file named Patron.java . This class will utilize the B
Write a Patron class in a file named Patron.java . This class will utilize the Book class you wrote for HW5. This class models someone who can check books out of a library or book…
Write a Payroll class that uses the following arrays as fields: * employeeId. An
Write a Payroll class that uses the following arrays as fields: * employeeId. An array of seven integers to hold employee identification numbers. The array should be initialized w…
Write a Payroll class that uses the following arrays as fields: * employeeId. An
Write a Payroll class that uses the following arrays as fields: * employeeId. An array of seven integers to hold employee identification numbers. The array should be initialized w…
Write a Payroll class that uses the following arrays as fields: employeeID: arra
Write a Payroll class that uses the following arrays as fields: employeeID: array fo seven integers to hold employee id numbers. initialized with: 5658845, 4520125, 7895122, 87775…
Write a Pentadeca class that encapsulates a Pentadeca number value. A Pentadeca
Write a Pentadeca class that encapsulates a Pentadeca number value. A Pentadeca number is one with base 15. THE USE OF ARRAYS IS NOT PERMITTED. The methods the class has are: publ…
Write a Pentadeca class that encapsulates a Pentadeca number value. A Pentadeca
Write a Pentadeca class that encapsulates a Pentadeca number value. A Pentadeca number is one with base 15. THE USE OF ARRAYS IS NOT PERMITTED. The methods the class has are: publ…
Write a Pep/9 assembler program that divides a number by a number by shifting ri
Write a Pep/9 assembler program that divides a number by a number by shifting right and subtracting. Each shift right halves the number. For example, if we shift 0x02 one bit to t…
Write a Pep/9 assembler program that multiplies a number by another by repeated
Write a Pep/9 assembler program that multiplies a number by another by repeated addition. For example, to multiply 0x21 by 0x07, we add 0x21 + 0x21 + 0x21 + 0x21 + 0x21 + 0x21 + 0…
Write a Pep/9 assembly code program that inputs N and outputs a report on the to
Write a Pep/9 assembly code program that inputs N and outputs a report on the total shipping costs. A factory makes vases from a batch of molten glass. However, of the N vases sen…
Write a Perform statement to perform the paragraph CO10-PROCESS-SENIOR CITIZEN a
Write a Perform statement to perform the paragraph CO10-PROCESS-SENIOR CITIZEN as long as the buyer is a senior citizen as defined in Exercise #3. Define in the Working-Storage Se…
Write a Perl program (name it \"userinfo.pl\") to do the following task. (1) Wri
Write a Perl program (name it "userinfo.pl") to do the following task. (1) Write a Perl program (count2.pl) to count and accumulate the number of bytes of these files (for each fi…
Write a Perl program that allows the user to input a 5-digit nonnegative integer
Write a Perl program that allows the user to input a 5-digit nonnegative integer number between 10000 and 99999 , separates that number into its individual digits and then prints …
Write a Perl program to accomplish each of the following on the file solar.txt (
Write a Perl program to accomplish each of the following on the file solar.txt (see link at the class homepage) 1. Print all records that do not list a discoverer in the eighth fi…
Write a Perl program to accomplish each of the following on the file solar.txt 1
Write a Perl program to accomplish each of the following on the file solar.txt 1. Print all records that do not list a discoverer in the eighth field. 2. Print every record after …
Write a Perl program to accomplish each of the following on the file solar.txt s
Write a Perl program to accomplish each of the following on the file solar.txt solar.txt below 1. Print all records that do not list a discoverer in the eighth field. 2. Print eve…
Write a Perl program to accomplish the following on the file solar.txt 1. Print
Write a Perl program to accomplish the following on the file solar.txt 1. Print the data for the objects discovered by the Voyager2 space probe. About solar.txt file: This file co…
Write a Perl script that accepts exactly 2 integer arguments where the first arg
Write a Perl script that accepts exactly 2 integer arguments where the first argument must be less than the second argument (show your code below). The script will print a comma s…
Write a Perl script that prints the contents of a file, prefixing each line with
Write a Perl script that prints the contents of a file, prefixing each line with a line number (show your code below).. The script must accept exactly 1 argument representing the …
Write a Perl script that reads a number from the keyboard andprints the number f
Write a Perl script that reads a number from the keyboard andprints the number followed by "is positive", "is negative" , or "iszero" depending on the value read in. The script sh…
Write a Perl script that works as below. (a) It takes the name of a data file as
Write a Perl script that works as below. (a) It takes the name of a data file as parameter. This file is the output of the command ls –l | tail –n +2 >lsfile Here is a sample c…
Write a Perl script that works as below. (a) It takes the name of a data file as
Write a Perl script that works as below. (a) It takes the name of a data file as parameter. This file is the output of the command ls –l | tail –n +2 >lsfile Here is a sample c…
Write a Perl script to identify the P-loop motif in the list of Fasta protein se
Write a Perl script to identify the P-loop motif in the list of Fasta protein sequences linked below. The P loop motif consists of [A or G]XXXXGK[S or T], where X is any amino aci…
Write a Perl script to identify the P-loop motif in the list of Fasta protein se
Write a Perl script to identify the P-loop motif in the list of Fasta protein sequences linked below. The P loop motif consists of [A or G]XXXXGK[S or T], where X is any amino aci…
Write a Perl script to identify the P-loop motif in the list of Fasta protein se
Write a Perl script to identify the P-loop motif in the list of Fasta protein sequences linked below. The P loop motif consists of [A or G]XXXXGK[S or T], where X is any amino aci…
Write a Perl script which will print out the pathnames of all text files which a
Write a Perl script which will print out the pathnames of all text files which are under any of the directories whose names are given in the files on the command line. Write a Per…
Write a Person class that encapsulates a person. The instance variables will be
Write a Person class that encapsulates a person. The instance variables will be a string that will hold the name and an integer that will hold the age. Person will have the follow…
Write a Persuasive speech on \"Ghost.\" Citing sources is also a great way to in
Write a Persuasive speech on "Ghost." Citing sources is also a great way to increase credibility. It shows that you’ve thoroughly researched your topic. When you state a fact, sta…
Write a Point class that represents points on an x, y axis. The data members sho
Write a Point class that represents points on an x, y axis. The data members should be doubles x and y plus an int value called count that represents the number of points currentl…
Write a PostgreSQL script that contains the following elements. 1) A table ALBUM
Write a PostgreSQL script that contains the following elements. 1) A table ALBUMS of your own, as well as a word index table that contains album id and individual words in a title…
Write a PowerShell script that contains cmdlets (no aliases) that meets the foll
Write a PowerShell script that contains cmdlets (no aliases) that meets the following requirements: 1.Creates the following folder structure on the C: drive of your computer: Scri…
Write a PowerShell script that contains cmdlets (no aliases) that meets the foll
Write a PowerShell script that contains cmdlets (no aliases) that meets the following requirements: 1.Creates the following folder structure on the C: drive of your computer: Scri…
Write a Professional Email Message (in the form of Figure 5.1 on page 76 of BCOM
Write a Professional Email Message (in the form of Figure 5.1 on page 76 of BCOM7) from the perspective of a character in the scenario. The email should discuss the communication …
Write a Progam in C++. Using STL functions that take iterators as parameters: Yo
Write a Progam in C++. Using STL functions that take iterators as parameters: You will need the <algorithm>, <iostream>, <list>, and <string> headers (plus…
Write a Program Segment: Write a C++ program that reads two integer values from
Write a Program Segment: Write a C++ program that reads two integer values from the user and prints their integer quotient and remainder. A sample run of the program might be (inp…
Write a Program in C ( NOT C++) You are building a miniweather station in your a
Write a Program in C (NOT C++) You are building a miniweather station in your apartment in Florida and want to store a series of ambient temperature readings every hour for 24 hou…