Browse 0-9
Alphabetical listing with fast deep pagination.
131141 items • Page 124 / 2623
1) Create a LLQueue class that implements the interface below. 2) The implementa
1) Create a LLQueue class that implements the interface below. 2) The implementation must be a linked list-based. 3) The implementation must add a max capacity and must not allow …
1) Create a class Person and Clerk derived from (a sub class of) Person. The Per
1) Create a class Person and Clerk derived from (a sub class of) Person. The Person class should have instance variables and Clerk class should have the additional information of …
1) Create a data structure containing a list of degrees available (i.e. PhD, MS,
1) Create a data structure containing a list of degrees available (i.e. PhD, MS, MA, BS, etc) and a price for each degree. 2) Create a form that will prompt the user for…
1) Create a data structure containing a list of degrees available (i.e. PhD, MS,
1) Create a data structure containing a list of degrees available (i.e. PhD, MS, MA, BS, etc) and a price for each degree. 2) Create a form that will prompt the user for…
1) Create a default contructor in the source file, whichwill fill in the default
1) Create a default contructor in the source file, whichwill fill in the default values of 0, for two test scores and the 4quiz grades. Create 2 instances using this default const…
1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, cre
1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, create a Java program named: Your lastName, firstLetterOfYourFirstName, pgm1U.java that will do the fo…
1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, cre
1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, create a Java program named: Your lastName, firstLetterOfYourFirstName, pgm1U.java that will do the fo…
1) Create a function that will the image the as shown below. Note that this figu
1) Create a function that will the image the as shown below. Note that this figure has an octagonal top and bottom and 8 rectangular faces. This function should have 3 function…
1) Create a journal entry and a T-Account for each of the following transactions
1) Create a journal entry and a T-Account for each of the following transactions: a) $15,000 worth of equipment is purchased on credit. b) $40,000 of patient bills from …
1) Create a journal entry and a T-Account for each of the following transactions
1) Create a journal entry and a T-Account for each of the following transactions: a) $15,000 worth of equipment is purchased on credit. b) $40,000 of patient bills from last year …
1) Create a method called: public void loadMemory(String fileName) Create the ne
1) Create a method called: public void loadMemory(String fileName) Create the necessary instructions for this method to open a file whose name is given as a parameter and copy its…
1) Create a new ReverseIterator and a method that returns one that visits list e
1) Create a new ReverseIterator and a method that returns one that visits list elements in reverse order. Because this is a singly linked list, this iterator will perform poorly. …
1) Create a new file, test. QA: What are the group, owner, and other permissions
1) Create a new file, test. QA: What are the group, owner, and other permissions QB: What is the owner:group configuration 2) Create a new file using sudo, sudo_test QC: …
1) Create a program that divides each element of an array by 2 using only pointe
1) Create a program that divides each element of an array by 2 using only pointers to access the array. No user input is required. For example, an array declared as int x[3] = {4,…
1) Create a program that will read in four grades entered by the user and store
1) Create a program that will read in four grades entered by the user and store them in an array. The program will calculate the average of the four grades and print the average t…
1) Create a program to repeatedly calculate in a function (call it mysqrt() ) th
1) Create a program to repeatedly calculate in a function (call it mysqrt() ) the square root of a real number and then print the calculated value and the value found using the bu…
1) Create a simple C++ program to instantiate an object that will store two numb
1) Create a simple C++ program to instantiate an object that will store two numbers and perform mathematical operations using those numbers as operands. The class should have a he…
1) Create a simple class called Student that has the private data properties nam
1) Create a simple class called Student that has the private data properties name, user name, and gpa. Provide a single constructor that initializes the 3 data properties to the v…
1) Create a small XML file of courses in a university. Each course should be an
1) Create a small XML file of courses in a university. Each course should be an element, like this:1 ... Each course element should have child elements department, course_name, co…
1) Create a small program that asks the user for two integers and then outputs t
1) Create a small program that asks the user for two integers and then outputs the larger absolute value of the two numbers. Your program should have a static method that is sent …
1) Create a struct called CourseInfo to store info about a course (Include varia
1) Create a struct called CourseInfo to store info about a course (Include variables for courseNum, courseName, & grade) 2) Change the type for the 'data' member variable in t…
1) Create a struct called CourseInfo to store info about a course (Include varia
1) Create a struct called CourseInfo to store info about a course (Include variables for courseNum, courseName, & grade) 2) Change the type for the 'data' member variable in t…
1) Create a sub-directory called 2) create a sub-directory called i
1) Create a sub-directory called <test>2) create a sub-directory called <temp> in <test>3) create a file hello in <test>4) list file type and permission of…
1) Create a table named VACATION_UNIT. The table has the same structure as the C
1) Create a table named VACATION_UNIT. The table has the same structure as the CONDO_UNIT table shown in Figure 3-40 except the CONDOID, LOCATION NUM, and CONDO_FEE columns should…
1) Create a variable of the appropriate data type to hold the following pieces o
1) Create a variable of the appropriate data type to hold the following pieces of information and initialize with a literal value. Social security number with dashes. 2) Create a …
1) Create an ObjectQuickSorter class that can sort Comparable objects. 2) Create
1) Create an ObjectQuickSorter class that can sort Comparable objects. 2) Create an ObjectBinarySearcher class that can search an array of Comparable objects. 3) In Problem 2 you …
1) Create an ObjectQuickSorter class that can sort Comparable objects. 2) Create
1) Create an ObjectQuickSorter class that can sort Comparable objects. 2) Create an ObjectBinarySearcher class that can search an array of Comparable objects. 3) In Problem 2 you …
1) Create an algorithm for a program that simulates a police radar gun. The algo
1) Create an algorithm for a program that simulates a police radar gun. The algorithm should read an automobile speed (in km/h) and print the message “Speeding” if the speed excee…
1) Create an array of size 10 by calling the createArray method. STore the retur
1) Create an array of size 10 by calling the createArray method. STore the return value into the variable name arr. Make sure arr has the correct type. 2) Call fillArray, passing …
1) Create an external file that has 10 lines with three float values on each lin
1) Create an external file that has 10 lines with three float values on each line (representing 3 quiz grades). 2) Read the three values in that are on a line in from the external…
1) Create an external file that has 10 lines with three float values on each lin
1) Create an external file that has 10 lines with three float values on each line (representing 3 quiz grades). 2) Read the three values in that are on a line in from the external…
1) Create an instance of GridLayout with 2 rows, 3 columns,horizontal and vertic
1) Create an instance of GridLayout with 2 rows, 3 columns,horizontal and vertical gaps of 5 pixels. the answer i have GridLayout layout = new GridLayout (2,3,5,5); is this right?…
1) Create an m-File (Not function) An engineer had measured impedances of a coll
1) Create an m-File (Not function) An engineer had measured impedances of a collection of electrical components and created a text file- impedance.txt - based on the numerical dat…
1) Create an m-File (Not function) An engineer had measured impedances of a coll
1) Create an m-File (Not function) An engineer had measured impedances of a collection of electrical components and created a text file impedance.txt - based on the numerical data…
1) Create and execute a query that deletes all PartOrder records for Orders for
1) Create and execute a query that deletes all PartOrder records for Orders for which the shipping date is in the past. 2) Create a view of Part information together with the tota…
1) Create the following GUI, so that when your program is running, your user can
1) Create the following GUI, so that when your program is running, your user can input information regarding a client and hit the save button to save the information out to a…
1) Create the following matrices, and use them in the exercises that follow: 15
1) Create the following matrices, and use them in the exercises that follow: 15 3 22 A 3 8 5 B=15 C=[12 18 5] 14 3 82 a) Create a matrix D from the third column of matrix A b) Com…
1) Create two JAVA linked hash sets {\"George\", \"Jim\", \"Blake\", \"Kevin\",
1) Create two JAVA linked hash sets {"George", "Jim", "Blake", "Kevin", "Michael"} and {"George", "Katie", "Kevin", "Michelle", "Ryan"} and find their union, intersection, and dif…
1) Create your own ranking (from 1 to 17) of the UN sustainable development goal
1) Create your own ranking (from 1 to 17) of the UN sustainable development goals based on your own personal perception of their importance. http://www.undp.org/content/undp/en/ho…
1) Crick and Brenner were able to combine two T4 rllB mutants (one mutant genera
1) Crick and Brenner were able to combine two T4 rllB mutants (one mutant generated by addition (+) of a nucleotide and the second mutant generated by deletion (-) of a mutant) by…
1) Crisps has received an order for 11500 bags of potato chips from BigBag. Cris
1) Crisps has received an order for 11500 bags of potato chips from BigBag. Crisps views BigBag to be a one-time customer. Crisps sells its large bags of potato chips for $1.95 ea…
1) Cross 2: Parental Red Eyed Female with Parental White Eyed Male Number of Red
1) Cross 2: Parental Red Eyed Female with Parental White Eyed Male Number of Red eye Male Offspring: 47 Number of White eye Male Offspring: 0 Number of Red eye Female Offspring: 5…
1) Crowding out occurs when a) expansionary fiscal policy dampens spending in th
1) Crowding out occurs when a) expansionary fiscal policy dampens spending in the private sector. b) contractionary fiscal policy results in a higher price level. c) contractionar…
1) Crystal Company manufactures two models of microcassette recorders, VCH and M
1) Crystal Company manufactures two models of microcassette recorders, VCH and MTV. Based on the following production data for April of the current year, prepare a production …
1) Cu+2 forms which color when dissolved in water? A) clear B) orange C) blue D)
1) Cu+2 forms which color when dissolved in water? A) clear B) orange C) blue D) black 2) Calculate the percent recovery of copper if: 1.5-g is the initial amount and 1.2-g is the…
1) Currency Call Option Premiums. List the factors that affect currency call opt
1) Currency Call Option Premiums. List the factors that affect currency call option premiums and briefly explain the relationship that exists for each. Do you think an at-the-mone…
1) Currently the FUTA is A) .8% with a base limit of $7,000 B) 6.2% witha base l
1) Currently the FUTA is A) .8% with a base limit of $7,000 B) 6.2% witha base limit of $76,200 C) 5.4% with a base limit of $76,200 D) 5.4% with a base limit of $7,000 2) Wich o…
1) Currently, yields to maturity on 1 year and 2 year us treasury securites are
1) Currently, yields to maturity on 1 year and 2 year us treasury securites are .602% and .852%. You can assume that for simplification purposes there are no coupon payments on th…
1) Customer satisfaction is the result of a customer\'s assessment of a service
1) Customer satisfaction is the result of a customer's assessment of a service based on a comparison of: A) His expectations of service delivery with his prior expectations B) His…
1) Cy-Ski Unlimited Inc. wants to launch a new line of ski jackets for their win
1) Cy-Ski Unlimited Inc. wants to launch a new line of ski jackets for their winter collection. The jackets are expected to sell at a price of $ 200 each. You can procure these j…