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

Web development and programming

191828 questions • Page 64 / 3837

(TCO 4) Order the following functions according to their growth rates from faste
(TCO 4) Order the following functions according to their growth rates from fastest to slowest. I need help with this badly need to score 100 % only have 1 hour 1/2 left to submit …
(TCO 4) Which of the following expressions is correct if you want to end a while
(TCO 4) Which of the following expressions is correct if you want to end a while-loop when the character variable keepgoing is anything other than character y in either upper or l…
(TCO 5) The business intelligence database for a company that rents videos for o
(TCO 5) The business intelligence database for a company that rents videos for online streaming includes the following tables and fields. Videos: VideoID (PK, integer), VideoTitle…
(TCO 5) What will be the output of the following code snippet?int value = 10;int
(TCO 5) What will be the output of the following code snippet?int value = 10;int *iptr = &value;*iptr = 5;cout << *iptr << " " << value; (Points : 4) 5 5 10 …
(TCO 5) Write a function that converts an input of some integer number of nickel
(TCO 5) Write a function that converts an input of some integer number of nickels into outputs of integer numbers of dollars, quarters, and nickels. Do not write a main function. …
(TCO 5) Write a function that takes inputs of quarts and pints (whole numbers),
(TCO 5) Write a function that takes inputs of quarts and pints (whole numbers), then calculates and returns an output of the total number of gallons (a floating-point value). Ther…
(TCO 5) Write a function that takes inputs of quarts and pints (whole numbers),
(TCO 5) Write a function that takes inputs of quarts and pints (whole numbers), then calculates and returns an output of the total number of gallons (a floating-point value). Ther…
(TCO 6) In Windows 7, a(n) _____ partition holds the hardware-specific files nee
(TCO 6) In Windows 7, a(n) _____ partition holds the hardware-specific files needed to load the operating system. (Points : 2)       extended       logical       system       cyli…
(TCO 6) In Windows 7, a(n) _____ partition holds the hardware-specific files nee
(TCO 6) In Windows 7, a(n) _____ partition holds the hardware-specific files needed to load the operating system. (Points : 2)       extended       logical       system       cyli…
(TCO 6) Which of the following operators may not be overloaded? (Points : 4) = :
(TCO 6) Which of the following operators may not be overloaded? (Points : 4) = :: || && 9. (TCO 6) If a class has pointer data members, it should overload _____. (Points :…
(TCO 6) Write a function to have a user enter some number of integers into an ar
(TCO 6) Write a function to have a user enter some number of integers into an array. The integer values must be between -100 and +100 inclusive (+100 and -100 should be accepted a…
(TCO 7) Create an output format statement which would generate lines in the tabl
(TCO 7) Create an output format statement which would generate lines in the table which appear as shown below. The Employee Name Field displays an employee name contained in the n…
(TCO 7) Create an output format statement which would generate lines in the tabl
(TCO 7) Create an output format statement which would generate lines in the table which appear as shown below. The Element Name Field displays an element name contained in the nam…
(TCO 7) Security operations generally does not provide controls for _____. (Poin
(TCO 7) Security operations generally does not provide controls for _____. (Points : 5)        personnel security        resource protection        backup and recovery of locally …
(TCO 7) Write a function which takes one string variable (not C string) as input
(TCO 7) Write a function which takes one string variable (not C string) as input and modifies the existing string. Try to find "Ohio" or "OHIO" in the input string. If the input s…
(TCO 7) You\'re designing a system that runs applications requiring fast sequent
(TCO 7) You're designing a system that runs applications requiring fast sequential access to files. It cannot afford to lose information due to a corruption of the file system. Wh…
(TCO 8) If you were a manager and wanted to address best practices in choosing a
(TCO 8) If you were a manager and wanted to address best practices in choosing appropriate names for attributes and their associated accessor/mutator properties, what would you sa…
(TCO B) You are consulting for XYZ company and ask the Chief Information Officer
(TCO B) You are consulting for XYZ company and ask the Chief Information Officer what type of connection the organization uses to connect to its branch offices. The CIO responds t…
(TCOs 1, 4, and 6) A JList can be populated from (TCOs 1, 4, and 6) Which statem
(TCOs 1, 4, and 6) A JList can be populated from (TCOs 1, 4, and 6) Which statement adds the JList component myList to the JFrame using a scroll pane? (TCOs 1, 4, and 6) Class ___…
(TCOs 1, 4, and 6) Consider a form with a ButtonGroup with three radio buttons a
(TCOs 1, 4, and 6) Consider a form with a ButtonGroup with three radio buttons and two check boxes. What is the total number of radio buttons and check boxes that can be selected …
(TCOs 1, 4, and 6) _____ is used to display a series of items from which the use
(TCOs 1, 4, and 6) _____ is used to display a series of items from which the user may select one or more items. (Points : 3) JLabel JList JTextArea JArray Question 2.2. (TCOs 1, 4…
(TCOs 1, 5, and 6) Which of the following statements is FALSE given that your Ja
(TCOs 1, 5, and 6) Which of the following statements is FALSE given that your Java program is accessing a MySQL database? (Points : 3)        If the database is not available, the…
(TCOs 1, 5, and 6) Which of the following statements is FALSE given that your Ja
(TCOs 1, 5, and 6) Which of the following statements is FALSE given that your Java program is accessing a MySQL database? A. If the database is not available, the program will hav…
(TCOs 1–6) TicketsRUs needs an application to calculate ticket prices. There are
(TCOs 1–6) TicketsRUs needs an application to calculate ticket prices. There are three ticket prices: • Orchestra $85 each • Mezzanine $70 each • Balcony $45 each There is also a …
(TCOs 1–6) TicketsRUs needs an application to calculate ticket prices. There are
(TCOs 1–6) TicketsRUs needs an application to calculate ticket prices. There are three ticket prices: • Orchestra $85 each • Mezzanine $70 each • Balcony $45 each There is also a …
(TCOs 2 & 8) Although telephone systems had much in common with telegraph system
(TCOs 2 & 8) Although telephone systems had much in common with telegraph systems, telephone technology was a more social technology because (Points : 5)       the telephone w…
(TCOs 4 and 8) Assume a store gives a discount for senior citizens (55 and older
(TCOs 4 and 8) Assume a store gives a discount for senior citizens (55 and older) according to the following criteria. A 10% discount to senior citizens who are between 55 and 64 …
(TCOs 4 and 8) Write a program that asks the user to enter hours worked and rate
(TCOs 4 and 8) Write a program that asks the user to enter hours worked and rate of pay for a week.The program should calculate the person’s weekly pay by multiplying the two numb…
(THIS IS IN C LANGUAGE) 4.27 (Pythagorean Triples) A right triangle can have sid
(THIS IS IN C LANGUAGE) 4.27 (Pythagorean Triples) A right triangle can have sides that are all integers. The set of three integer values for the sides of a right triangle is call…
(THIS PROGRAM IS IN C NOT C++) Pointers, a rray s and FILES problem: Write a pro
(THIS PROGRAM IS IN C NOT C++) Pointers, a rray s and FILES problem: Write a program with four user functions. Create a FILE pointer. Use fopen() to create a file called “AGE.txt.…
(Taken from Engineering Computations. An introduction using MATLAB and Excel). W
(Taken from Engineering Computations. An introduction using MATLAB and Excel). When an amount of money P in invested at an annual interest rate of I (expressed as a decimal value,…
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monito
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monitor to see that your heart rate stays within a safe range suggested by your trainers and doctors. Acc…
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monito
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monitor to seethat your heart rate stays within a safe range suggested by your trainers and doctors. Acco…
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monito
(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monitor to see that your heart rate stays within a safe range suggested by your trainers and doctors. Acc…
(Telecommunications and network security) Problem 1 Part A - Discuss why it is s
(Telecommunications and network security) Problem 1 Part A - Discuss why it is so important for all application builders to always check data received from unknown sources, such a…
(Telehealth has evolved from systems designed primarily to support consultations
(Telehealth has evolved from systems designed primarily to support consultations between clinicians to systems that provide direct patient care. This has required changes in hardw…
(Telephone word game Generator) Standard telephone keypads contain the digits 0
(Telephone word game Generator) Standard telephone keypads contain the digits 0 through 9. the number two through 9 each have three letters associated with them, as indicated by t…
(Telephone-Number Word Generator) Standard telephone keypads contain the digits
(Telephone-Number Word Generator) Standard telephone keypads contain the digits zero through nine. The numbers two through nine each have three letters associated with them Fig. 1…
(Temperature Conversions) Implement the following integer methods: a) Method cel
(Temperature Conversions) Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit temperature, using the calculation celsius = 5.…
(Temperature Conversions) Write a program that converts integer Fahrenheit tempe
(Temperature Conversions) Write a program that converts integer Fahrenheit temperatures from 0 to 212 degrees to floating-point Celsius temperatures with 3 digits of precision. Pe…
(Test MyLinkedList) Design and write a complete test program to test if the MyLi
(Test MyLinkedList) Design and write a complete test program to test if the MyLinkedList class in Listing 24.6 meets all requirements. 1 public class MyLinkedList<E> extends…
(Test whether a graph is connected) Write a program that reads a graph from a fi
(Test whether a graph is connected) Write a program that reads a graph from a file and determines whether the graph is connected. The first line in the file contains a number that…
(Testing full binary tree) A full binary tree is a binary tree with the leaves o
(Testing full binary tree) A full binary tree is a binary tree with the leaves on the same level. Add a method in the BinaryTree class to return true if the tree is full. (Hint: t…
(Testing) Answer this question with respect to only the method Push using exactl
(Testing) Answer this question with respect to only the method Push using exactly two characteristics where each characteristic has two blocks in its partition. 2. Derive input sp…
(The 2 programs are below) the main is fahrenheit.java and the class isfahrenhei
(The 2 programs are below) the main is fahrenheit.java and the class isfahrenheitpanel.java. Modify the Fahrenheit program so that it displays a button that,when pressed, also cau…
(The Account Class) Design a class named Account that contains: A private (int)
(The Account Class) Design a class named Account that contains: A private (int) data field named (id) for the account (default 0) A private double data field named balance for the…
(The Account class) Design a class named Account that contains: - A private int
(The Account class) Design a class named Account that contains: - A private int data field named id for the account. - A private float data field named balance for the account. - …
(The Account class) Design a class named Account that contains: ? A private int
(The Account class) Design a class named Account that contains: ? A private int data field named id for the account (default 0). ? A private double data field named balance for th…
(The Account class) Design a class named Account that contains: A private int da
(The Account class) Design a class named Account that contains: A private int data field named id for the account (default 0). A private double data field named balance for the ac…
(The Fan class) Design a class named Fan to represent a fan. The class contains
(The Fan class) Design a class named Fan to represent a fan. The class contains Three constants named SLOW, MEDIUM, and FAST with the values 1, 2, and 3 to denote the fan speed. ?…