Web development and programming
191828 questions • Page 376 / 3837
4. Create the a9view.php file based on the view_users.php file used in Ch 09. Sa
4. Create the a9view.php file based on the view_users.php file used in Ch 09. Save the a9view.php file in the following path on your webserver: htdocs/Ch09/. Requirements are as f…
4. Customers can order from QVC either through the QVC website (QVC.com) or by c
4. Customers can order from QVC either through the QVC website (QVC.com) or by calling a phone number when am infomercial is aired (Air). The column named ORDER_PLATFORM captures …
4. Customers can order from QVC either through the QVC website (QVC.com) or by c
4. Customers can order from QVC either through the QVC website (QVC.com) or by calling a phone number when am infomercial is aired (On Air). The column named ORDER_PLATFORM captur…
4. Describe the best case, average case, and worst case in terms of Big O Notati
4. Describe the best case, average case, and worst case in terms of Big O Notation. When implementing algorithms or data structures which two “Big O cases” are most important to c…
4. Describe the sequence of the application of multiple Group Policy Objects; ad
4. Describe the sequence of the application of multiple Group Policy Objects; address the following issues: i. What is the sequence of group policy application and what are the ef…
4. Design a rational agent for a robot that searches through a room until a wall
4. Design a rational agent for a robot that searches through a room until a wall outlet is discovered. The room is rectangular, and is assumed to contain no obstacles. An infrared…
4. Design an n-out-of-m code that could represent the letters A-Z plus a space c
4. Design an n-out-of-m code that could represent the letters A-Z plus a space character and the usual punctuation symbols (. ,;:? !). 5. Design an n-out-of-m code that could code…
4. Design question: (only need the code of master page and login.aspx page. cs f
4. Design question: (only need the code of master page and login.aspx page. cs file code is not required) Implement a simple Web Forms application using master pages. 1. The appli…
4. Determine the oupput for each of the given sets of code when x is 9 and y is
4. Determine the oupput for each of the given sets of code when x is 9 and y is 11 and when x is 11 and y is 9. Note that the compiler ignores the indentation in a Java program.Al…
4. Develop an application that inputs a name and an address, and prints out a fo
4. Develop an application that inputs a name and an address, and prints out a form letter. The letter should begin with the address, including the person?s full name. Then it shou…
4. Dijkstra’s Algorithm (20 pts;6+6+4+4) Dijkstra’s single source shortest paths
4. Dijkstra’s Algorithm (20 pts;6+6+4+4) Dijkstra’s single source shortest paths algorithm finds shortest paths from a (source) vertex to all other vertices. Once the algorithm is…
4. Do the following problems: A pipelined processor has a clock rate of 2.5 GHz
4. Do the following problems: A pipelined processor has a clock rate of 2.5 GHz and executes a program with 1.5 million instructions. The pipeline has 5 stages and the instruction…
4. Do you use binary or sequential search for this list? for some would you use
4. Do you use binary or sequential search for this list? for some would you use binary search or sequential search to search through the following list number? Why? [5, 6, 3, 1, 1…
4. Enhance your solution to exercise 3 so it shows the invoice data in three gro
4. Enhance your solution to exercise 3 so it shows the invoice data in three groups based on the balance due amounts with these headings: You will use the CURSOR three different t…
4. Examine the following declarations and definitions for a dynamic array-based
4. Examine the following declarations and definitions for a dynamic array-based implementation for the ADT Stack, and do problems (1) to (4). _____________________________________…
4. Execute chmod 300 subdir ; echo 1234 >>./subdir/data and describe what happen
4. Execute chmod 300 subdir ; echo 1234 >>./subdir/data and describe what happens, and why. No such as file or directory 5. Execute chmod 400 subdir ; ls subdir and de…
4. Extended CLI: Extend the CLI example discussed in class (slide 64 in Ch_03_a.
4. Extended CLI: Extend the CLI example discussed in class (slide 64 in Ch_03_a.pdf) so it is not limited to only the list of possible commands. The new program should loop throug…
4. Find Longest Repeated Pattern MUST BE RECURSIVE public int findLongest(char c
4. Find Longest Repeated Pattern MUST BE RECURSIVE public int findLongest(char c, String s, int length) Given a String, find the longest sequence of matching characters in that St…
4. Find the IEEE 754 representation of the numbers in the table i.e. creat«e thi
4. Find the IEEE 754 representation of the numbers in the table i.e. creat«e this table and fill it out in Jupyter notebook with the necessary conver- sions, the sign bits, expone…
4. Find the academic paper by Erik Demaine (and others) that talks about Tetris
4. Find the academic paper by Erik Demaine (and others) that talks about Tetris and NP-Completeness and answer the following questions: (a) What problem are they proving is NP-Com…
4. Find the number of mathematics students at a college taking at least one of t
4. Find the number of mathematics students at a college taking at least one of the languages French, German, and Russian, given the following data: 65 study French 45 study German…
4. Flynn’s taxonomy consists of four primary models of computation. Give an exam
4. Flynn’s taxonomy consists of four primary models of computation. Give an example of a high-level problem for which each of these models might be used. 5. First, write down a li…
4. For the following problem submit a photo of the flowchart and shots of your P
4. For the following problem submit a photo of the flowchart and shots of your Python screens showing the program code and the output. Your task is to input from the teacher the t…
4. For the following program P3 written in pseudo-code, given the test set T: T
4. For the following program P3 written in pseudo-code, given the test set T: T == {t1 == <-5, 2>, t2 == <3, 1>, t3 == <9, 3>} a) What is the domain for statemen…
4. For the following statement, first write the formal statement and then its ne
4. For the following statement, first write the formal statement and then its negation [10 points] For all integers n, if n is prime then n is odd Formal statement: Negation: 5. F…
4. For this problem, there is no separate function m-file. Generate a vector hav
4. For this problem, there is no separate function m-file. Generate a vector having linearly spaced values between 0 and 2. There should be at least li values in this vector. Crea…
4. Function Two: myLSearch Specification: Assume you are given a sorted list of
4. Function Two: myLSearch Specification: Assume you are given a sorted list of integers to search. Your job is to write a search algorithm to find the index of a particular numbe…
4. Function Two: wheatChess There is a famous puzzle intended to demonstrate the
4. Function Two: wheatChess There is a famous puzzle intended to demonstrate the surprising growth of exponential sequences, sometimes called the "Wheat and chessboard problem." I…
4. Giv n a string that has a length of 1000, write a line of code to get substri
4. Giv n a string that has a length of 1000, write a line of code to get substring (a sequence of string) of the string. 1. Given start 10 end 80, return required string. 2. Given…
4. Given a collection of algorithms whose runtime complexities are 6(1), (NlogN)
4. Given a collection of algorithms whose runtime complexities are 6(1), (NlogN), (N!) (N) eo (log N); order the algorithm's runtime complexities from fastest to slowest: a. (1), …
4. Given a training set of 50 million tuples with 25 attributes each taking 4 by
4. Given a training set of 50 million tuples with 25 attributes each taking 4 bytes space. One attribute is a class label with two distinct values, whereas for other attributes ea…
4. Given an IP address of 193.10.10.0 and the number of subnets created is four
4. Given an IP address of 193.10.10.0 and the number of subnets created is four a. Determine the network address, usable range, and broadcast address for each subnet. Network Addr…
4. Given integer stack S and the following stack operations 1. S.push(45) 2. S.p
4. Given integer stack S and the following stack operations 1. S.push(45) 2. S.push(35) 3. S.push(75) 4. S.peek() 5. S.…
4. Given the LinkedList and Node classes in the attached files, write the
4. Given the LinkedList<E> and Node<E> classes in the attached files, write the following method public LinkedList<E> addAll(LinkedList<E> p) that when cal…
4. Given the LinkedList and Node classes in the attached files, write the
4. Given the LinkedList<E> and Node<E> classes in the attached files, write the following method public LinkedList<E> addAll(LinkedList<E> p) that when cal…
4. Given the algorithm for inserting new nodes into an ordered double linked lis
4. Given the algorithm for inserting new nodes into an ordered double linked list (or a portion of the algorithm) in real code, be able to fill in the blanks. Note: There is no ba…
4. Given the algorithm for inserting new nodes into an ordered double linked lis
4. Given the algorithm for inserting new nodes into an ordered double linked list (or a portion of the algorithm) in real code, be able to fill in the blanks. Note: There is no ba…
4. Given the array 17 25 2 4 13 60 47 26 24 15] 17 [8] [2] 3 [4] tell which sort
4. Given the array 17 25 2 4 13 60 47 26 24 15] 17 [8] [2] 3 [4] tell which sorting algorithm would produce the following results after four iterations 24 24 25 47 60 13 17 26 a.1…
4. Given the following applications, give a suitable lata structure far each a)
4. Given the following applications, give a suitable lata structure far each a) Maintain a waiting list for reservations at a hotel. Rooms are b) Maintain a list of violin players…
4. Given the following code: struct Circle { int radius; }; struct Cylinder : pu
4. Given the following code: struct Circle { int radius; }; struct Cylinder : public Circle { int height; }; Circle *cirptr, cir; Cylinder *cylptr, cyl; Which of the follo…
4. Given the following declaration, what is stored in the 8th element of the arr
4. Given the following declaration, what is stored in the 8th element of the array? int list[10] = {1, 2, 3, 4, 5}; 5. Write a loop that finds the smallest element in an integer a…
4. Given the grammar below: 1. A id = E 2. EE +T EE-T T 3. TT*F T/F F 4. F (E) i
4. Given the grammar below: 1. A id = E 2. EE +T EE-T T 3. TT*F T/F F 4. F (E) id 5. id a bc………..z etc Write a program for the bottom up parsing algorithm of the fo…
4. Given the node definition: class node public: TYPEDEF typedef double value ty
4. Given the node definition: class node public: TYPEDEF typedef double value type CONSTRUCTOR node( const value type& init data value type() node init link NULL data field in…
4. Given the values below will be stored in 4 bytes (32 bits), Show how each wou
4. Given the values below will be stored in 4 bytes (32 bits), Show how each would be stored given the corresponding Endian" format. The values are given in decimal format, conver…
4. Giving reasons for your answer based on the type of system being developed, s
4. Giving reasons for your answer based on the type of system being developed, suggest the most appropriate generic software process model that might be used as a basis for managi…
4. Here are some class definitions with questions that follow. public class Base
4. Here are some class definitions with questions that follow. public class BaseClass { // methods of BaseClass } public SomeClass extends BaseClass { // methods of SomeClass } a.…
4. Here are some class definitions with questions that follow. public class Base
4. Here are some class definitions with questions that follow. public class BaseClass { // methods of BaseClass } public SomeClass extends BaseClass { // methods of SomeClass } a.…
4. Here are some class definitions with questions that follow. public class Base
4. Here are some class definitions with questions that follow. public class BaseClass { // methods of BaseClass } public SomeClass extends BaseClass { // methods of SomeClass } a.…
4. Here are some class definitions with questions that follow. public class Base
4. Here are some class definitions with questions that follow. public class BaseClass { // methods of BaseClass } public SomeClass extends BaseClass { // methods of SomeClass } a.…
4. Housemate Helper Overvie This program allows a bunch of housemates to organiz
4. Housemate Helper Overvie This program allows a bunch of housemates to organize the sharing of expenses and the maintaining of inventory. Any housemate can enter his name, an it…
Subject
Web development and programming
Use Browse or pick another subject.