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 301 / 3837

11:07 instructure-uploads.s3.amazonaws.cc C AVA HA9.0: The Rectangle Class Desig
11:07 instructure-uploads.s3.amazonaws.cc C AVA HA9.0: The Rectangle Class Design a class named Rectangle (Rectangle.java) to represent a rectangle. The class contains: Two privat…
11:10 PM No SIM mycourselink.lakeheadu.ca Modify the following bubble sort progr
11:10 PM No SIM mycourselink.lakeheadu.ca Modify the following bubble sort program to improve its performance I Fig. 6.15: fig06 15.c 2 Sorting an array's values into ascending or…
11:14 AM ..ooo T-Mobile 100% occ blackboard com double HI.l, 1.3, 1.51 3.1, 3.3,
11:14 AM ..ooo T-Mobile 100% occ blackboard com double HI.l, 1.3, 1.51 3.1, 3.3, 3.5, 5.1,5.3,5.5), 7.1,7.3,7.5); How many rows are in the array above? Examine the following code:…
11:22 LTE courses.missouristate.edu CSC 131-Cemputational Thinking Lab 7 Write a
11:22 LTE courses.missouristate.edu CSC 131-Cemputational Thinking Lab 7 Write a GUI-based program that displays random images of playing cards At start-up the GUI displays the im…
11:41 46% D o AT&T; instructure-uploads.s3.amazonaws.com Problem statement For t
11:41 46% D o AT&T; instructure-uploads.s3.amazonaws.com Problem statement For this program, you will implement a converter that translates rational fractions to Egyptian frac…
11:43 oo AT&T; 91%, public asu.edu ASU CSE 110 Assignment #8 Due date/Time: Frid
11:43 oo AT&T; 91%, public asu.edu ASU CSE 110 Assignment #8 Due date/Time: Friday, April 28, 2017 at 5:30pm What this Assignment is About: Leam to read in data by using Input…
11:43 oo AT&T; 91%, public asu.edu ASU CSE 110 Assignment #8 Due date/Time: Frid
11:43 oo AT&T; 91%, public asu.edu ASU CSE 110 Assignment #8 Due date/Time: Friday, April 28, 2017 at 5:30pm What this Assignment is About: Leam to read in data by using Input…
11A. Simple C++ Programming Sortiong Array Simple C++ Programming Sortiong Array
11A. Simple C++ Programming Sortiong Array Simple C++ Programming Sortiong Array//sorts an array of integers using Bubble Sort #include using namespace std; const int SIZE = 10; v…
11B. Simple C++ Programming Two Dimensional Array Compile and run the following
11B. Simple C++ Programming Two Dimensional Array Compile and run the following program to understand what it does. // This progra m will ask a runner for her/his fastest 3 times …
11C. so guys I did this assignment and ended up with not so good grade, would li
11C. so guys I did this assignment and ended up with not so good grade, would like to see others do it so that I can learn from it the biggest problem was the directions. so take …
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named Bank
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named BankAccount to hold the following data for a bank account:?? *Balance? *Number of deposits this month? …
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named Bank
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named BankAccount to hold the following data for a bank account:?? *Balance? *Number of deposits this month? …
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named Bank
11_9 BankAccount and SavingsAccount Classes??Design an abstract class named BankAccount to hold the following data for a bank account:?? *Balance? *Number of deposits this month? …
12 - Virtual and Pure Virtual Function C++ Advance Please only answer this quest
12 - Virtual and Pure Virtual Function C++ Advance Please only answer this question if your code is 100%. Include your answer in text so I may copy and paste the code into visual …
12 A thread\'s run) method includes the following lines 1. try 2 3. \\ catch (In
12 A thread's run) method includes the following lines 1. try 2 3. catch (InterruptedException e)) Assuming the thread is not interrupted, which one of the following statements is…
12 Month Temperature Program in C Write a program that accepts inputs from a use
12 Month Temperature Program in C Write a program that accepts inputs from a user. The user indicates the month of the year. The program then reads 2 temperature samples for that …
12 PowerPoint Module Graded Lab Assignment Smart Art and Table Creating a Basic
12 PowerPoint Module Graded Lab Assignment Smart Art and Table Creating a Basic PowerPoint Computer Labs You are a work study student in the Computer Technology Department. T you …
12 The following C structure has been defined: Question Not complete Marked out
12 The following C structure has been defined: Question Not complete Marked out of 1.00 struct int_node ( int value; struct int_node *next; P Flag question Write a function void p…
12 What will be output when you will execute following c code char arr [7]-\"Net
12 What will be output when you will execute following c code char arr [7]-"Network" printf("%s", arr) ; (b) compiler error (a) Network (c) garbage value (d) none of the above 13 …
12 Which of the following statements are true? SQL is a powerful database langua
12 Which of the following statements are true? SQL is a powerful database language that can be used to define database systems, query the database for information, generate report…
12 grams of monatomic helium (MOLAR MASS of 4 g/mol) have a temp of 20 c and a p
12 grams of monatomic helium (MOLAR MASS of 4 g/mol) have a temp of 20 c and a pressure of 1.20 atm. a. calculate # of moles b. calculate volume c. calc avg kinetic energy of heli…
12 points) Improve customer service using database Northwind Traders, an interna
12 points) Improve customer service using database Northwind Traders, an international gourmet food distributor, is concerned about shipping delays over the past six months. Revie…
12 rinclude 13 rinclude 16 include 17 18 using namespace std e z1 21 // function
12 rinclude 13 rinclude 16 include 17 18 using namespace std e z1 21 // function declarations: 22 11 23 int Inputoata(string filenane, int exan1[), int exan2[1, int exam3[1 24 voi…
12) At 10 meters, a signal has a strength of 100 mW. About how strong will it be
12) At 10 meters, a signal has a strength of 100 mW. About how strong will it be at 40 meters? A) about 0.5 mW B) about 5 mW C) about 25 mW D) about 6 mW 14) What propagation prob…
12) Deleting which node from the A VL tree shown below would cause rebalancing o
12) Deleting which node from the AVL tree shown below would cause rebalancing operations on two separate nodes of the tree ? 20 I               10           30 I                 I…
12) The following is an attempt to keep track of touring bands. However, it is n
12) The following is an attempt to keep track of touring bands. However, it is not assembled very well. Your task is to: . identify the current normal form of that relation specif…
12) Which of the following is considered a top-level container? A) Panel B) Fram
12) Which of the following is considered a top-level container? A) Panel B) Frame C) Box D) Layout Manager E) A, B, and C ***************************************** 21) True or Fal…
12) to implement a search function for your web site, you must include a. an inp
12) to implement a search function for your web site, you must include a. an input element with its type attribute set to “search” b. an input element plus a submit button c . an …
12,( Bar Chart use Netbeans ) complete the problem exactly as described The spee
12,( Bar Chart use Netbeans ) complete the problem exactly as described The speed of sound The following table shows the approximate speed of sound in air,water,and steel: Medium …
12,(Bar Chart,complete the problem exactly as described) write a program that as
12,(Bar Chart,complete the problem exactly as described) write a program that asks the user to enter today's sales for five stores. the program should display a bar chart comparin…
12-20 please Purpose of the DOR* register? Give an example how to use it. of the
12-20 please Purpose of the DOR* register? Give an example how to use it. of the PINK reitister? Give example on how to use W in the atmega 328p how many ports are avainable for v…
12. (10 pts) Consider the code below: (I cut out some pieces for brevity) Commen
12. (10 pts) Consider the code below: (I cut out some pieces for brevity) Comment each of the groups of code above the blank line. Looking for 1 – 3 sentence descriptions, so incl…
12. (10 pts) Consider the code below: (I cut out some pieces for brevity) Commen
12. (10 pts) Consider the code below: (I cut out some pieces for brevity) Comment each of the groups of code above the blank line. Looking for 1 - 3 sentence descriptions, so incl…
12. (2 points) [Puzzle] Assume that you have 8 identical-looking coins and a two
12. (2 points) [Puzzle] Assume that you have 8 identical-looking coins and a two-pan balance scale with no weights. One of the coins is fake, but it is not known whether it is lig…
12. (20 Points) Write a block processing C language function called echo that im
12. (20 Points) Write a block processing C language function called echo that implements the system shown below and a function called echoInit to initialize the algorithm. xin] De…
12. (Truel/ False): The USES operator only generates PUSH instructions, so you m
12. (Truel/ False): The USES operator only generates PUSH instructions, so you must code instructions yourself 13. (True/ False): The register list in the USES directive must use …
12. (p. 176) Use the Visual Studio intrinsic constant, _______, to determine lin
12. (p. 176) Use the Visual Studio intrinsic constant, _______, to determine line endings. A. VB.Multiline B. Environment.NewLine C. VS.NewLine D. VB.NewLine 13. (p. 177) The Show…
12. 20 points) You are playing a game. Given an plete word like p_ck, the goal i
12. 20 points) You are playing a game. Given an plete word like p_ck, the goal is to provide all [xesitle won ?s lik: Pack, peck pick, or puck that matches the spei itled lettns. …
12. A US social security number is a 3-digit number, a hyphen, a 2-digit number,
12. A US social security number is a 3-digit number, a hyphen, a 2-digit number, a hyphen and a 4- digit number. Define a regular expression to match a social security number. 13.…
12. A feasibility study is a preliminary study to investigate the information ne
12. A feasibility study is a preliminary study to investigate the information needs of prospective users and is used to determine the proposed system's _______________. A. resourc…
12. After executing the statement M-MemoryManager(30), we have the following dia
12. After executing the statement M-MemoryManager(30), we have the following diagram (header and trailer nodes omitted). 30 10 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2…
12. Analyze the following code. public class Test public static void main(String
12. Analyze the following code. public class Test public static void main(Stringl] args) int0 x new int[3 System out.println("x[0] is x[0]); A. The program has a compile error bec…
12. Assume that the following 11 statements are executed making changes to the a
12. Assume that the following 11 statements are executed making changes to the array array one. *array one 3; array one[2]- 5; *(array one + 4) 7; array_one [8] array_one+ 1; p da…
12. Bank Charges A bank charges $10 per month plus the following check fees for
12. Bank Charges A bank charges $10 per month plus the following check fees for a commercial checking account: $.10 each for fewer than 20 checks $.08 each for 20-39 checks $.06 e…
12. Check Writer Please read this entire question as this differs from the book
12. Check Writer Please read this entire question as this differs from the book I DO NOT NEED THE TESTER FILE. THIS IS THE THIRD TIME I'VE HAD TO ASK THIS QUESTION. Write a progra…
12. Check Writer Write a program that displays a simulated paycheck. The program
12. Check Writer Write a program that displays a simulated paycheck. The program should ask the user to enter th date, the payee's name, and the amount of the check. It should the…
12. Coin Toss Simulator Write a class named Coin. The Coin class should have the
12. Coin Toss Simulator Write a class named Coin. The Coin class should have the following field: - A String named sideUp. The sideUp field will hold either "heads" or "tails" ind…
12. CoinTossSimulator Writea class named Coin. The Coin class should have the fo
12. CoinTossSimulator Writea class named Coin. The Coin class should have the following membervariable : · A string named side Up. The side Up member variable will hold either ”he…
12. Consider C++ class. Which one of the following choices is NOT correct? A. Cl
12. Consider C++ class. Which one of the following choices is NOT correct? A. Class instances can be static, stack dynamic, or heap dynamic. B. If static or stack dynamic, they ar…
12. Consider a relations with five fields: R(s,t,u,w). For each of the following
12. Consider a relations with five fields: R(s,t,u,w). For each of the following query workloads (in- dependent of each other) add (at most) two indexes to Relation R to speed up …