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

6. When an aircraft or an automobile is moving through the atmosphere, it must o
6. When an aircraft or an automobile is moving through the atmosphere, it must overcome a force called drag that works against the motion of the vehicle. The drag force can be ex-…
6. When the program runs normally (when not in debug mode), which statement is t
        6. When the program runs normally (when not in debug mode), which statement is true about breakpoints? (Which is correct) Breakpoints will stop program execution at the la…
6. Whice following about C++ arrays is true? (i) Array components must be of typ
6. Whice following about C++ arrays is true? (i) Array components must be of type double. (ii) The array index must be of an integral type. (Points : 4) Only (ii) Both (i) and (ii…
6. Which event is used to create a different style when the user places the curs
                                                                                                                                                                        6. Which ev…
6. Which event is used to create a different style when the user places the curs
                                                                                                                                                                                   …
6. Which networking protocol is installed by default in Windows Server 2012/R2?
6. Which networking protocol is installed by default in Windows Server 2012/R2? (Choose all that apply.) a. TCP/IPv4 b. IPX/SPX c. NetBEUI d. TCP/IPv6 7. Which of the following is…
6. Which of the following can be used to place 0 in $8? a. add $8, $0, $0 b. add
6.       Which of the following can be used to place 0 in $8? a.       add $8, $0, $0 b.      addi $8, $0, 0 c.       ori $8, $0, 0 d.      all of the above 7.       Which of the …
6. Which of the following correctly declares an array? a) int array[10] b) int a
6. Which of the following correctly declares an array? a) int array[10] b) int array c) array(10): d) array array[10]: 7. What is the index number of the last element of a) 9 b) 8…
6. Which of the following is NOT true? a. Forms, reports, and queries are exampl
6. Which of the following is NOT true? a. Forms, reports, and queries are examples of database management systems. b. In database, a primary key is a column, or a group of columns…
6. Which of the following non-computer items is an example of a database ? A. An
6. Which of the following non-computer items is an example of a database ? A. An organized file cabinet B. Alphabetic directory listing C. A card catalog in a library D. All of th…
6. Which of the following outputs values from a 2-D array? A) for (row = 0; row
6. Which of the following outputs values from a 2-D array? A) for (row = 0; row < 5; row++){ for (col = 0; col < 4; col++){          JOptionPane.showMessageDialog(null, tabl…
6. Which of these is an example of intormation 3, 5,7,9, 11, 13 b. a. Bob spent
6. Which of these is an example of intormation 3, 5,7,9, 11, 13 b. a. Bob spent three dollars Bob spent three dollars less than Sue d. c. None of the above are examples of informa…
6. Which row is the best-match row for the following packets? 172.29.8.45 172.30
6. Which row is the best-match row for the following packets? 172.29.8.45 172.30.33.62 60.168.5.43 172.0.12.76 213.128.96.78 47 7. The following rows match: Row 234         Prefix…
6. While spending the summer as a surveyor\'s assistant, you decide to write a p
6. While spending the summer as a surveyor's assistant, you decide to write a program that transforms compass headings in degrees (0 to 360) to compass bearings. A compass bearing…
6. Write a C++ program called adj_matrix .cpp that converts a directed graph sto
6. Write a C++ program called adj_matrix.cpp that converts a directed graph stored in an input file into an adjacency matrix format. Your program should get an input file name fro…
6. Write a Matlab program using FOR loop that prints a given row or column vecto
6. Write a Matlab program using FOR loop that prints a given row or column vector in reverse. Load Array1.m .mat and use Array2 as a sample for testing row vector and use Array3 a…
6. Write a SELECT statement that returns one row for each customer that has orde
6. Write a SELECT statement that returns one row for each customer that has orders with these columns: The email_address from the Customers table A count of the number of orders T…
6. Write a function in pseudocode named removeDuplicates(), which takes a singly
6. Write a function in pseudocode named removeDuplicates(), which takes a singly linked list sorted in increasing order and deletes any duplicate nodes from the list. The list sho…
6. Write a function prototype (do not specify the parameter name) with the speci
6. Write a function prototype (do not specify the parameter name) with the specification: (1) return a double pointer, (2) the function name is testFunction; (3) the first paramet…
6. Write a matlab program to implement the filtering function by using the follo
6. Write a matlab program to implement the filtering function by using the following kernels (30 pt.): Kernel 1 1/9 19 1/9 1/9 1/9 1/9 Kernel #2 1/9 1/9 1/9 1/9 419 1/9 1/9 1/9 1/…
6. Write a menu-driven savings account transaction program that will process the
6. Write a menu-driven savings account transaction program that will process the following sets of data: Group 1 I 1234 1054.07 W 25.00 D 243.35 w 254.55 z Group 2 I 5723 2008.24 …
6. Write a menu-driven savings account transaction program that will process the
6. Write a menu-driven savings account transaction program that will process the following sets of data: Group 1 I 1234 1054.07 W 25.00 D 243.35 w 254.55 z Group 2 I 5723 2008.24 …
6. Write a menu-driven savings account transaction program that will process the
6. Write a menu-driven savings account transaction program that will process the following sets of data: Group 1 I 1234 1054.07 W 25.00 D 243.35 w 254.55 z Group 2 I 5723 2008.24 …
6. Write a menu-driven savings account transaction program that will process the
6. Write a menu-driven savings account transaction program that will process the following sets of data: Group 1 I 1234 1054.07 W 25.00 D 243.35 w 254.55 z Group 2 I 5723 2008.24 …
6. Write a method that meets the requirements of the following comment header bl
6. Write a method that meets the requirements of the following comment header block. // // isMultiple // // The purpose of this method is to find whether or not the first // integ…
6. Write a program marks.c which consists of a main function and three other fun
6. Write a program marks.c which consists of a main function and three other functions called readmarks, changemarks, and writemarks. The program begins by calling the function re…
6. Write a program that prints every perfect number from 1 through 1000. A perfe
6. Write a program that prints every perfect number from 1 through 1000. A perfect number is one that equals the sum of all the numbers that divide evenly into it. For example, 6 …
6. Write a program to ask the user to input the first letter of the day of the w
6. Write a program to ask the user to input the first letter of the day of the week (example: M or T etc). The program will then print the name of the day. The actual determinatio…
6. Write a query that displays how many guests have stayed in hotels in each of
6. Write a query that displays how many guests have stayed in hotels in each of the states. Count multiple stays by a single guest only once. This query will require an aggregate …
6. Write a switch statement to print out a string depending on the value of a ch
6. Write a switch statement to print out a string depending on the value of a char variable called ch. If: * ch is 'a' print "excellent" * ch is 'b' print "good" * ch is 'c' print…
6. Write a switch statement to print out a string depending on the value of a ch
6. Write a switch statement to print out a string depending on the value of a char variable called ch. If: * ch is 'a' print "excellent" * ch is 'b' print "good" * ch is 'c' print…
6. Write commands to accomplish the following (use the manual or info pages if n
6. Write commands to accomplish the following (use the manual or info pages if necessary): a. Create a user with a login name of bsmith, a UID of 733, a GECOS field entry of “acco…
6. You are a traffic engineer. You are redesigning a trunk group that currently
6. You are a traffic engineer. You are redesigning a trunk group that currently supports 96 simultaneous calls. the trunk group is now reaching maximum capacity and future resourc…
6. You are conducting an election among a class of n students. Each student cast
6. You are conducting an election among a class of n students. Each student casts precisely one vote by writing their name, and that of their chosen classmate on a single piece of…
6. You are given requirements for a database schema of the National Football Lea
6. You are given requirements for a database schema of the National Football League (NFL) as follows: -the ‘NFL' has many teams. . each 'team, has a "name", a ‘city', a ‘coach, a …
6. You can override the user settings for cookies. (Points : 3) True False Solut
                                                                                                                                                                        6.         …
6. You know the following assembly code snippet is from a for loop in C. Determi
6. You know the following assembly code snippet is from a for loop in C. Determine the for loop behavior by determining a-what does the loop counter get initialized to? b-what is …
6. Your output should be: Employee Name: Kim Smith :Employee Bonus: $ 50.00 You
6. Your output should be: Employee Name: Kim Smith :Employee Bonus: $ 50.00 You cannot control the number of places that appear after the decimal point until you learn more about …
6. [10 pts] Programming assignment: Insertion sort/Merge sort – Write a program
6. [10 pts] Programming assignment: Insertion sort/Merge sort – Write a program to implement Insertion sort and Merge sort to sort an array – Input array should be at size of 10, …
6. [14 Points] Search & Sorting: a. (4 Points) suppose we are performing a binar
6. [14 Points] Search & Sorting: a. (4 Points) suppose we are performing a binary search on a sorted array called numbers initia lized as follows: 0 1 2 3 4567 8 9 10 11 12 13…
6. [15 marks] During the 20th century, several computer quantities increased exp
6. [15 marks] During the 20th century, several computer quantities increased exponentially with time. Let's say that computer performance increased by a factor of 1.4 every year, …
6. [16 marks] Processor-Memory Bandwidth Consider a computer with a single proce
6. [16 marks] Processor-Memory Bandwidth Consider a computer with a single processor chip, an interconnection network, and a single memory chip. The _chip bandwidth_ is a hardware…
6. [40 points] Consider the following MIPS code ADDI $11, s0, 3 2. LOOP: LW $1,
6. [40 points] Consider the following MIPS code ADDI $11, s0, 3 2. LOOP: LW $1, 0($2) LW $13, 0 (S3) ADD $4, $13, $1 SLL $4, $4, 2 SW $4, 0 ($5) ADDI $2, $2, 4 ADDI $3, $3, 4 ADDI…
6. [after §7.10-easy] Rectangles : Write a class called Rectangle that creates a
6. [after §7.10-easy] Rectangles : Write a class called Rectangle that creates and processes rectangular objects. Include a class variable that holds the total number of rectangle…
6. a). Which architecture is more common in desktop computers ? RISC or CISC ? S
6. a). Which architecture is more common in desktop computers ? RISC or CISC ? Select one: a. RISC b. Both. c. CISC d. Neither. b). Is Intel the dominant player in the RISC archit…
6. b. If a binary search tree contains 63 nodes, what is the maximum time requir
6. b. If a binary search tree contains 63 nodes, what is the maximum time required to search for a matching value among its nodes? c. How many leaves are there in a binary search …
6. create a list of justlee\'s books and precede the cost of each book with aste
6. create a list of justlee's books and precede the cost of each book with asterisks so that the width of the displayed cost field is 12. 7. determine the length of the data store…
6. sable for a largè systl y! In a network using the selective repeat protocol w
6. sable for a largè systl y! In a network using the selective repeat protocol with m 4 and the sending window of size 8, the values of variable Sf= 2, Sn 7, and Rn 4, Packet 5 ha…
6. true or false that the statement: ItemTextBox.Focus(), will place the inserti
6. true or false that the statement: ItemTextBox.Focus(), will place the insertion point in the text box called ItemTextBox. 7. In NameTextBox.Text, _______. A. the property is Na…
6. “The Pythagorean Theorem relates the lengths of the three sides of any right
6. “The Pythagorean Theorem relates the lengths of the three sides of any right triangle. The legs of a right triangle (the two sides of the triangle that meet at the right angle)…