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

7. The table below shows a small database whose records correspond to courses of
7. The table below shows a small database whose records correspond to courses offered in a university Course Number Course Title CS 111 CS 112 CS 117 CS 116 CS 122A CS 122A CS 122…
7. The table below shows the database of vehicles on a used car lot. It\'s actua
7. The table below shows the database of vehicles on a used car lot. It's actually just a portion of the list, but for the purposes of this question, assume it lists all the vehic…
7. The value e can be approximated by the sum 1 + x Write a program that takes a
7. The value e can be approximated by the sum 1 + x Write a program that takes a value x as input and outputs this sum for n taken to be each of the values 1 to 100. The program s…
7. The value e can be approximated by the sum 1+X + Write a program that takes a
7. The value e can be approximated by the sum 1+X + Write a program that takes a value x as input and outputs this sum for n taken to be each of the values 1 to 100. The program s…
7. There is a class in the java API called vector. The objects in this class are
7. There is a class in the java API called vector. The objects in this class are similar to an arraylist... see pictures. C++ only please! Do number 6 and 7 please!! T Normal No S…
7. Using Oracle but without returning all the rows themselves, how many rows wou
7. Using Oracle but without returning all the rows themselves, how many rows would be returned by the product of the customer table and orders table in the TAL database. RepNum La…
7. Using SID/Student ID: 104085021, solve the following. For this tutorial, plea
7. Using SID/Student ID: 104085021, solve the following. For this tutorial, please download the MARS (MIPS Assembler and Runtime Simulator) at nvo It is a Java application so it s…
7. Using a BST can help when performing: A) searches on existence tables. B) ins
7. Using a BST can help when performing: A) searches on existence tables. B) insertions into unordered lists. C) insertions with duplicate keys. D) searches on unordered lists. E)…
7. Using only the Employee table, write a SQL query to retrieve the names of all
7. Using only the Employee table, write a SQL query to retrieve the names of all the cities with more than twelve employee, along with the number of employees in each of these cit…
7. Virtual Memory (10 points) Assume an architecture allows each of its processe
7. Virtual Memory (10 points) Assume an architecture allows each of its processes to divided in pages of size IKB. However, there are only 512MB of physical memory available. Also…
7. What general categories of functions are specified by computer instruction? 8
7. What general categories of functions are specified by computer instruction? 8. In a computer, what is a bus, and what does it connect? 9. What is the maximum directly addressab…
7. What general categories of functions are specified by computer instruction? 8
7. What general categories of functions are specified by computer instruction? 8. In a computer, what is a bus, and what does it connect? 9. What is the maximum directly addressab…
7. What is the minimum piece of information that a computer can handle? ANS: 8.
7. What is the minimum piece of information that a computer can handle? ANS: 8. In ASCIl system, how many bits does it need to represent a character? ANS: 9. One byte of binary un…
7. What is the output of the following code fragment? int x = 100; int y = 200;
7. What is the output of the following code fragment? int x = 100; int y = 200; if (x > 100 && y <= 200) cout<< x <<""<< y <<""<< x + y…
7. What value will EAX contain after the following instructions execute? .data d
7. What value will EAX contain after the following instructions execute? .data dVal DWORD 12345678h .code mov ax,3 mov WORD PTR dVal+2,ax mov eax,dVal 8. Use the following variabl…
7. What will be the value of destination operand after the follov ng instruction
7. What will be the value of destination operand after the follov ng instruction executes? Mov al, (Varl 2 d. 2 when left operand's larger than right operand. The CMP instruction …
7. Which algorithm would be faster to solve a problem with n=100 (1) A linear al
7. Which algorithm would be faster to solve a problem with n=100 (1) A linear algorithm which needs exactly 10^9n operations (2) A quadratic algorithm which needs exactly 10^6*n^2…
7. Which command will provide information specific to OSPFv3 and static routes i
7. Which command will provide information specific to OSPFv3 and static routes in the routing table? (Points : 2)        show ip route ospf        show ip route ospfv3        show…
7. Which one statement below is true concerning the following code? 1. class Gre
7. Which one statement below is true concerning the following code? 1. class Greebo extends java.util.Vector implements Runnable [ 2 4 6 public void run (String message) System.ou…
7. Without using your computer, what is the output of the following code int[] a
7. Without using your computer, what is the output of the following code int[] a = { 1, -2, 4, 7, 23 }; for (int k=1; k<a.length; k++)    a[k]=a[k-1]; for (int x: a)    System.…
7. Write a Hmmm assembly-language program that gets two positive integers from t
7. Write a Hmmm assembly-language program that gets two positive integers from the user, subtracts the second integer from the first,and writes out the square of the result. 8. Wr…
7. Write a client program (in C++) that uses the Stack abstract data type to com
7. Write a client program (in C++) that uses the Stack abstract data type to compile a simple arithmetic expression without parentheses. For example, the expression a + b * c - d …
7. Write a client program (in C++) that uses the Stack abstract data type to com
7. Write a client program (in C++) that uses the Stack abstract data type to compile a simple arithmetic expression without parentheses. For example, the expression a + b * c - d …
7. Write a client program (in C++) that uses the Stack abstract data type to com
7. Write a client program (in C++) that uses the Stack abstract data type to compile a simple arithmetic expression without parentheses. For example, the expression a + b * c - d …
7. Write a code (and explain your code) in ML Programming Language Define a func
7. Write a code (and explain your code) in ML Programming Language Define a function first_list : (‘a * ‘b) list -> ‘a list which takes in input a list of pairs and gives back …
7. Write a code to calculate the cost of a shopping trip at Goodill The cost wil
7. Write a code to calculate the cost of a shopping trip at Goodill The cost will depend upon both the type of item you buy, as well as the weight of your item Your code should as…
7. Write a decision statement that evaluates to true if a String variable named
7. Write a decision statement that evaluates to true if a String variable named answer, equals “No” or the letter “N” in any case (upper or lower). Your Answer: 8. Write a Java de…
7. Write a program that follows the flight of a golf ball, in intervals of 0.1 s
7. Write a program that follows the flight of a golf ball, in intervals of 0.1 seconds. We know that its height above the ground, y, its distance, x, and its velocity in the verti…
7. Write a program that produces a GUI with the functionality and look of a hand
7. Write a program that produces a GUI with the functionality and look of a handheld calculator. Your calculator should allow for addition, subtraction, multiplication, and divisi…
7. Write a query that lists all fields in the department table. Write a SQL stat
7. Write a query that lists all fields in the department table. Write a SQL statement to delete the Comp. Sci. department. Before executing the department delete, write queries th…
7. Write a statement or statements that can be used in a Java program to dis- pl
7. Write a statement or statements that can be used in a Java program to dis- play the following on the screen: 8. Write statements that can be used in a Java program to read your…
7. Write the code to implement the expression ‘A = B + C-(DE), on three ISA Basi
7. Write the code to implement the expression ‘A = B + C-(DE), on three ISA Basic classes: Stack architecture, Memory-to-Memory (3 address) architecture and Accumulator architectu…
7. Write, compile: and run a C++ program to input eight integer numbers into an
7. Write, compile: and run a C++ program to input eight integer numbers into an array named grade. As each number is input, add the numbers to a total. After all numbers are input…
7. You have been asked to write a program to grade a multilechoice exam. The exa
7. You have been asked to write a program to grade a multilechoice exam. The exam has 20 questions each answered with a letterin the range of 'a' through 'f'. The data are stored …
7. You know the following assembly code snippet is from a recursive function in
7. You know the following assembly code snippet is from a recursive function in C. you also know that the stack contents at a particular point in time when we are in the recursive…
7. [12 Points] Object Oriented Programming a. Assume the following classes have
7. [12 Points] Object Oriented Programming a. Assume the following classes have been defined: pubiic ciass C public String tostring) public void method1) public void method2) ( re…
7. [15 marks] Imagine a computer with no cache, but with a reasonable-size regis
7. [15 marks] Imagine a computer with no cache, but with a reasonable-size register file. The computer has a single floating-point multiplier. The effect of these assumptions is t…
7. [2] When we call a system call such as fork in C, we do so with what looks li
7. [2] When we call a system call such as fork in C, we do so with what looks like a C function call. Are we really making a function call? 8. [2] What does parse_args() do? Speci…
7. [3] I grabbed some code from the Internet for my linear probing based hash ta
7. [3] I grabbed some code from the Internet for my linear probing based hash table because the Internet's always right. The hash table works, but once I put more than a few thous…
7. [50 points] The following two figures show the format of an x64 (64-bit super
7. [50 points] The following two figures show the format of an x64 (64-bit superset of the x86 architecture supported by AMD and Intel) virtual address, and the format of an x64 p…
7. [lWrite a program to estimate the real roots of a cubic polynomial function u
7. [lWrite a program to estimate the real roots of a cubic polynomial function using incremetal search. f(a) Subinterval f(b) -Original interval A cubic polynomial has the fomm y …
7. a function taking two simple integer lists as input and returning a list whic
7. a function taking two simple integer lists as input and returning a list which is the union of the two input lists. You may assume that the lists are already sets. 8. a functio…
7. a). What is one benefit of simulating a microprocessor architecture? Select o
7. a). What is one benefit of simulating a microprocessor architecture? Select one: a. There are no benefits. b. It can help run the microprocessor faster. c. It can help manufact…
7. a. Create a table named EMPLOYEE based on the following properties: Column Na
7. a. Create a table named EMPLOYEE based on the following properties: Column Name Data Type Length EMPID Number 7 EMPNAME Varchar2 25 DEPTID Number 7 b. Create a table named DEPA…
7. char* filename; //will reprompt the user for a filename until he enters a val
7. char* filename; //will reprompt the user for a filename until he enters a valid file name and we break the while loop in if while(true) {    cout<<"Enter a input file nam…
7.) (7) Write a value-returning function to calculate the area of a right triang
7.) (7) Write a value-returning function to calculate the area of a right triangle, given the base and height. Area = 1/2bh. Showa samplecallin ma in to this function 8.) (7) Writ…
7.) For the SQL file listed below, provide the correct SQL command for completin
7.) For the SQL file listed below, provide the correct SQL command for completing each query. CREATE TABLE Location (LocationNum DECIMAL (2,0) PRIMARY KEY, LocationName CHAR(25), …
7.0 The deflection at any point along the centerline of a cantilevered beam, suc
7.0 The deflection at any point along the centerline of a cantilevered beam, such as Mechanics one used for a balcony esee Figure 5RO, when a weight is applied to the end of the b…
7.1 1. While users were updating the TAL Distributors database, one of the trans
7.1 1. While users were updating the TAL Distributors database, one of the transactions was interrupted. You need to explain to management what steps the DBMS will take to correct…
7.1 Chapter Review Questions F. What strategies can you use to avoid email overl
7.1 Chapter Review Questions F. What strategies can you use to avoid email overload and, as a result, increase your productivity? G. Explain the following components of constructi…