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

(10 points) What are the precise outputs of the following program when they are
(10 points) What are the precise outputs of the following program when they are compiled and run. class ObjCreator { public static int a, b; public static void main(String[] args)…
(10 points) You run heapsort on n 2A numbers, timing its performance for each ph
(10 points) You run heapsort on n 2A numbers, timing its performance for each phase. You may assume (even if it isn't true) that for this size input, the runtime is completely sta…
(10 pt) Design CFGs for the given languages: (a) (4 pt) Write a grammar that des
(10 pt) Design CFGs for the given languages: (a) (4 pt) Write a grammar that describes the strings 0T1T where m>n. (b) (6 pt) Write a grammar that describes a "baby language" a…
(10 pt) Design CFGs for the given languages: (a) (4 pt) Write a grammar that des
(10 pt) Design CFGs for the given languages: (a) (4 pt) Write a grammar that describes the strings 01Tm where m >n (b) (6 pt) Write a grammar that describes a. "baby language" …
(10 pt) Implement a function c creates a new string (ns) that will contain the u
(10 pt) Implement a function c creates a new string (ns) that will contain the unique characters from the given string str. For example: char ns; 1. har unique chars (char "str) w…
(10 pt) The two IEEE floating numbers below are with 5-bit exponent bit is ignor
(10 pt) The two IEEE floating numbers below are with 5-bit exponent bit is ignored). Write their values in binary scientific notations (e.g. 1.01x2) 1. s and 7-bit fractions (the …
(10 pts) CS 3843 Computer Organization I-HW #05 Name/abc123: Due Wed Jun 27 2018
(10 pts) CS 3843 Computer Organization I-HW #05 Name/abc123: Due Wed Jun 27 2018 1. (8 pts) The following assembly code includes a call to the function "secretFunc" and the conten…
(10 pts) For each of the following program fragments compute the worst-case asym
(10 pts) For each of the following program fragments compute the worst-case asymptotic time complexity (as a function of n). Whenever it says ”loop body” you can assume that the c…
(10 pts) In the RecursiveLL class that we discussed in lecture, add recursive
(10 pts) In the RecursiveLL<E> class that we discussed in lecture, add recursive methods for each of the following wrappers. Your recursive methods should add at least one p…
(10 pts) L1 = { ap ; p is a prime number }, (10 pts) L2 = { ap ; p is a prime nu
(10 pts) L1 = { ap ; p is a prime number }, (10 pts) L2 = { ap ; p is a prime number, m is a fixed number and m p 0 }, (10 pts) L3 = { ap bp ; p is a prime number }, (10 pts) L4 =…
(10 pts) Suppose you\'re training for a footrace, and you\'ve been keeping track
(10 pts) Suppose you're training for a footrace, and you've been keeping track of your total miles run per week. You have data for several weeks now, and you want to determine whe…
(10 pts) Telnet is not available in Windows 7 by default. to make it available,
(10 pts) Telnet is not available in Windows 7 by default. to make it available, go to Control Panel, Programs and Features, Turn Windows Features On or Off, Check Telnet client. T…
(10 pts) Write a function called addNode that inserts a node structure onto a st
(10 pts) Write a function called addNode that inserts a node structure onto a stack, by attaching it at the beginning of a linked list. The function accepts two arguments new and …
(10%) Be sure that you zip up the entire folder that contains all of the files a
(10%) Be sure that you zip up the entire folder that contains all of the files and the project before uploading. (10%)Both programs #2 and #3 ask you to create arrays. use vectors…
(10%) Write code that creates a class, LinkedList, that contains a dynamically a
(10%) Write code that creates a class, LinkedList, that contains a dynamically allocated singly linked list of any type (in each list node), with only one private data member a po…
(10%): Answer True or False to the following problems. A) It is not possible to
(10%): Answer True or False to the following problems. A) It is not possible to use a list without knowing how it is implemented. _______ B) A constructor is implicitly called whe…
(10) Let us modify the rod-cuting problem by adding the following condition: Cut
(10) Let us modify the rod-cuting problem by adding the following condition: Cutting a rod of length j 2 of the rod. T the pieces minus the sum of the costs incurred for cutting i…
(10) The greedy algorithm for the activity selection problem we discussed (Rosen
(10) The greedy algorithm for the activity selection problem we discussed (Rosen pp. 417-421) can be stated as "Always select the activity having the earliest finish time, discard…
(10) The greedy algorithm for the activity selection problem we discussed (Rosen
(10) The greedy algorithm for the activity selection problem we discussed (Rosen pp. 417-421) can be stated as "Always select the activity having the earliest finish time, discard…
(10)In the conduction equation Q = ( kA ? T ) t/L , the combination of factors k
(10)In the conduction equation Q = (kA?T)t/L, the combination of factors kA/L is called the conductance. The human body has the ability to vary the conductance of the tissue benea…
(10*15 + 3.25 + 50 275 Points) 2.1 Rewrite each statement using the If... Then c
(10*15 + 3.25 + 50 275 Points) 2.1 Rewrite each statement using the If... Then connective. Rearrange the wording as necessary 2.1.1 Anas area code is 216 2.1.8 No pain is sufficie…
(10pts) For each of the following actions, indicate the translation phase during
(10pts) For each of the following actions, indicate the translation phase during which the action takes place (preprocessing, compiling, assembling, linking, or loading). (a) Tran…
(11 pts) Find future dates: Write, compile, and test a C++ program that uses an
(11 pts) Find future dates: Write, compile, and test a C++ program that uses an if-else structure for problem 3.5 on page 107. Display an error message if the day entered is not i…
(11) Retrieve the average salary of department 5 employees. (12) List the last n
(11) Retrieve the average salary of department 5 employees. (12) List the last names of department managers who have dependents. EMPLOYEE FNAME MINIT LNAME SSN SEX SALARYSUPERSSN …
(11) Why do you have to call fclose()? (12) Why do you have to call FindClose()?
(11) Why do you have to call fclose()? (12) Why do you have to call FindClose()? (13) If you try to read 1000 bytes from a file using fread() but the file only contains 100 bytes,…
(12 points) 14. Consider the following program, written in JAVASCRIPT-LIKE synta
(12 points) 14. Consider the following program, written in JAVASCRIPT-LIKE synta:: /main program var x,Y, 2 function subl O var a, Y. 2 function sub2 0 var a, b, z; function sub3 …
(12 points) Circle T (True) or F (False) for each part below. TFA. There are 12
(12 points) Circle T (True) or F (False) for each part below. TFA. There are 12 possible illegal input combinations for a 4x2 encoder. TFB. A demultiplexer with 3 select lines has…
(12 points) Remember the load balancing problem from HW1: In computations over m
(12 points) Remember the load balancing problem from HW1: In computations over multiple processors, the load of a processor is the sum of the times of all loads assigned to that p…
(12 pts) Function Calls Given the following functions test1 and test2, function
(12 pts) Function Calls Given the following functions test1 and test2, function res = test1(x,y) else res = x; end end determine whether the function calls below are correct or no…
(13 Points) One way to calculate the harmonic mean of two numbers x and y is usi
(13 Points) One way to calculate the harmonic mean of two numbers x and y is using the expression 3. 2xy Complete the following windows32 program to input two numbers and calculat…
(13) In the three following situations explain which model we should use (a) use
(13) In the three following situations explain which model we should use (a) user-level threading (b) kernel-level threading (c) hybrid-threading (d) no-threading (i.e. single-thr…
(13) In the three following situations explain which model we should use: (a) us
(13) In the three following situations explain which model we should use: (a) user-level threading (b) kernel-level threading (c) hybrid-threading (d) no-threading (i.e. single-th…
(14 Marks) A student performs the following experiment with a cellphone. First t
(14 Marks) A student performs the following experiment with a cellphone. First the student puts the cellphone on a pedestal, and observes the received signal power PA110 dBm. The …
(14 points) Problem 6-34, p.283, where the beginning words “Write a database des
(14 points) Problem 6-34, p.283, where the beginning words “Write a database description …” means “Write a SQL statement ...” This problem requires you to create a database with s…
(14 points) Suppose that a 2M x 16 main memory is built using 256K × 8 RAM chips
(14 points) Suppose that a 2M x 16 main memory is built using 256K × 8 RAM chips and memory is word-addressable. How many RAM chips are necessary? If we were accessing one full wo…
(14 points) write a TCP JAVA socket code to finish the following protocol: Cl) t
(14 points) write a TCP JAVA socket code to finish the following protocol: Cl) the client type in annual income and send it to server; 2) the server receives client type in income…
(15 Pts) Select the function below which displays three lines of asterisks. Each
(15 Pts) Select the function below which displays three lines of asterisks. Each line should randomly contain between 1 and 80 asterisks. void asterLine() {     int r;     for (in…
(15 marks) Write a Java program to track how many times the program has been exe
(15 marks) Write a Java program to track how many times the program has been executed. You will store the number (integer)representing the count into a file (count.dat). If the co…
(15 points) Assume the following rules of associativity and precedence for expre
(15 points) Assume the following rules of associativity and precedence for expressions Precedence Highest *, /, not , &, mod (unary) and or, xor Lowest Associativity Left to r…
(15 points) Assume the following rules of associativity and precedence for expre
(15 points) Assume the following rules of associativity and precedence for expressions: Precedence Highest ,, not &, mod (unary) and or, xor Lowest Associativity Left to right…
(15 points) Consider the following skeletal C program: void funl (void) prototyp
(15 points) Consider the following skeletal C program: void funl (void) prototype/ void fun2 (void)prototype/ void fun3 (void) prototype/ void main) int a, b, ci void funl (void) …
(15 points) In DSDV routing algorithm, when a node sends its routing information
(15 points) In DSDV routing algorithm, when a node sends its routing information to neighbors, it does not include the next hop of each route. For example, in the following figure…
(15 points) TASK 2: Update Task 1: (You may use your IDE or Text File to execute
(15 points) TASK 2: Update Task 1: (You may use your IDE or Text File to execute program.) Place the above code into a do-while / switch case menu. Allow the user to choose which …
(15 pt.) A red and a blue die are thrown. Both dice are loaded (that is, not all
(15 pt.) A red and a blue die are thrown. Both dice are loaded (that is, not all sides are equally likely). Rolling a 2 with the red die is twice as likely as rolling each of the …
(15 pts) 3. A Compiler designer is trying to decide between two code sequences f
(15 pts) 3. A Compiler designer is trying to decide between two code sequences for a computer. The hardware designer have supplied the following facts, there are 4 category of ins…
(15 pts) Stock price changes everyday, and the change can be either positive or
(15 pts) Stock price changes everyday, and the change can be either positive or negative, which corresponds to increase or decrease in its price. Given the stock price difference …
(15 pts) Stock price changes everyday, and the change can be either positive or
(15 pts) Stock price changes everyday, and the change can be either positive or negative, which corresponds to increase or decrease in its price. Given the stock price difference …
(15 pts) There is an algorithm called array doubling that is used to increase th
(15 pts) There is an algorithm called array doubling that is used to increase the size of an array to accommodate new data when an array fills up. In the algorithm, when an array …
(15 pts) Write a deletescdeAtEndt) member fupction for the class ii.st (dynamica
(15 pts) Write a deletescdeAtEndt) member fupction for the class ii.st (dynamically singly tinked) that does not accept any arguments and returns a copy of the integer data in the…
(15%) Allen FINALLY has been able to secure broadband service to his home in a r
(15%) Allen FINALLY has been able to secure broadband service to his home in a remote area of the country via newly installed telephone lines. He had a powerful desktop. But he wa…