Web development and programming
191828 questions • Page 59 / 3837
(Online Address Book Revisited) Programming Exercise 9 in Chapter 3 could handle
(Online Address Book Revisited) Programming Exercise 9 in Chapter 3 could handle a maximum of only 500 entries. Using linked lists, redo the program to handle as many entries as r…
(Online Address book revisited) Programming Exercise 5 in chapater 11 could hand
(Online Address book revisited) Programming Exercise 5 in chapater 11 could handle a maximum of only 500 entries. Using linked lists, redo the program to handle as many entries as…
(Operating Systems) Consider a multiprogramming system with 4 processes, A, B, C
(Operating Systems) Consider a multiprogramming system with 4 processes, A, B, C, and D that arrived at the same time. Processes A and B are CPU-bound ones, while processes C and …
(Operating system) Bitmap and free list are two ways to keep track of the free s
(Operating system) Bitmap and free list are two ways to keep track of the free space on the disk. Consider a disk of 4 Gigabytes with 2^22 (i.e., 2 to the power of 22) blocks. a) …
(Operator Overload in Templates) Write a simple function template for predicate
(Operator Overload in Templates) Write a simple function template for predicate function isEqualTo that compares its two arguments of the same type with the equality operator (==)…
(Oracle) SQL Looking for primary and foreign keys in this problem. How do I set
(Oracle) SQL Looking for primary and foreign keys in this problem. How do I set this u? Q 4. College.com has hired you to design the database for them They currently have three ta…
(Ordered Sets) Programming Exercise 12 asks you to define the class unorderedSet
(Ordered Sets) Programming Exercise 12 asks you to define the class unorderedSetType to manipulate sets. The elements of an unorderedSetType object are distinct, but in no particu…
(P/S : I don\'t know how to calculate the score and how to put it inside the tab
(P/S : I don't know how to calculate the score and how to put it inside the table, I include code as well ) For this assignment, you will be implementing the classic dice game of …
(PARTIAL CODE GIVEN) Create a C++ program that uses linked lists. (Missing only
(PARTIAL CODE GIVEN) Create a C++ program that uses linked lists. (Missing only one function) This program displays a menu that allows you to create, delete, insert, and show a li…
(PHP) 1) Create a database with the following requirements: - Name: userdb - Tab
(PHP) 1) Create a database with the following requirements: - Name: userdb - Table: usertb - Fields: username, password Add these 2 records to the table: - userone, pwo - usertwo,…
(PHP) Task 2: Birthdays Write a PHP program called birthdays.php, that creates a
(PHP) Task 2: Birthdays Write a PHP program called birthdays.php, that creates a webpage that contains your birthday dates from your birth to your birthday this year and what the …
(PHP) Task 2: Birthdays Write a PHP program called birthdays.php, that creates a
(PHP) Task 2: Birthdays Write a PHP program called birthdays.php, that creates a webpage that contains your birthday dates from your birth to your birthday this year(10/19/1997) a…
(PHP) get_info.html is an XHTML file with a form it has text fields for student
(PHP) get_info.html is an XHTML file with a form it has text fields for student name, GPA and a SID. Submitting the form will call a PHP file called update_database.php. update_da…
(PLEASE ANSWER , THIS IS THE SECOND TIME I AM POSTING IT ) LOOK AT ASSIGNMENT 3
(PLEASE ANSWER , THIS IS THE SECOND TIME I AM POSTING IT ) LOOK AT ASSIGNMENT 3 AND SOLVE ASSIGNMENT 5. SOLVE EXACTLY PER THE REQUIREMENTS MENTIONED IN THE PROGRAM 5 AND USE THE E…
(PLEASE ANSWER BY R STUDIO)) # Download the data file hmda_small . # folder and
(PLEASE ANSWER BY R STUDIO)) # Download the data file hmda_small . # folder and read the data into R using the read.csv() function. Be sure to assign the data to an object called …
(PLEASE EXPLAIN) A queue implemented in an array in the standard manner … A. is
(PLEASE EXPLAIN) A queue implemented in an array in the standard manner … A. is subject to false overflow. B. wraps around to recover deleted space, using front and rear pointers.…
(PLEASE HELP ME FIX THE ERROR IN THIS PROGRAM) import java.util.Scanner; public
(PLEASE HELP ME FIX THE ERROR IN THIS PROGRAM) import java.util.Scanner; public class Child1 { public static void main(String [] args){ float a,b,c,d; Scanner sc = new Scanner(Sys…
(PLEASE READ CAREFULLY)- Hi, can you change the colour of my turtles to blue, re
(PLEASE READ CAREFULLY)- Hi, can you change the colour of my turtles to blue, red, black, yellow and green using Turtle from python to my program bellow These are the colours of t…
(PLEASE WRITE IN BASIC C++ CODE, DO NOT USE #include ) You will be wr
(PLEASE WRITE IN BASIC C++ CODE, DO NOT USE #include <algorithm>) You will be writing a (rather primitive) online store simulator. It will have three classes: Product, Custo…
(PROGRAM THIS IN C, NOT C++) Write a program which can accept binary numbers and
(PROGRAM THIS IN C, NOT C++) Write a program which can accept binary numbers and certain operations to calculate the results of those operations. The user should see something lik…
(PROGRAMMING IN C) Write a program which can accept binary numbers and certain o
(PROGRAMMING IN C) Write a program which can accept binary numbers and certain operations to calculate the results of those operations. The user should see something like: Enter a…
(PRogramming Language C++) Write a program that allows the user to enter the las
(PRogramming Language C++) Write a program that allows the user to enter the last names of five candidates in a local election and the votes received by each candidate. The progra…
(PYTHON 3) having trouble with this question. Prompt the user to enter a string
(PYTHON 3) having trouble with this question. Prompt the user to enter a string of their choosing. Output the string. Complete the get_num_of_characters() function, which returns …
(PYTHON PROGRAMMING) The function has this signature: def print_binary(number_st
(PYTHON PROGRAMMING) The function has this signature: def print_binary(number_string, fraction_length) Print the binary version of the decimal number string. The decimal string is…
(PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON)
(PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) (PYTHON) Write a function called area_code, with three parameters: the fi…
(PYTHON) 7.19 Implement function inValues() that asks the user to input a set of
(PYTHON) 7.19 Implement function inValues() that asks the user to input a set of nonzero floatingpoint values. When the user enters a value that is not a number, give the user a s…
(PYTHON) I\'m trying to code part of a Amazon/Ebay-esque delivery program. The p
(PYTHON) I'm trying to code part of a Amazon/Ebay-esque delivery program. The part I need help with is the part that requires there to be a delivery charge added to the total cost…
(PYTHON) In completing this task, you will need to use the following constructs:
(PYTHON) In completing this task, you will need to use the following constructs: 1. IF / ELSE statements 2. WHILE loops Other than the items listed above, the TA should not need t…
(PYTHON) In completing this task, you will need to use the following constructs:
(PYTHON) In completing this task, you will need to use the following constructs: 1. IF / ELSE statements 2. Compound logic (i.e. "and" / "or") 3. WHILE loops 4. File processing In…
(PYTHON) In completing this task, you will need to use the following constructs:
(PYTHON) In completing this task, you will need to use the following constructs: 1. Random number generation 2. WHILE loops 3. File processing Bolded concepts will be covered as n…
(PYTHON) Objectives: Use tuples and lists Format a form letter Document your pro
(PYTHON) Objectives: Use tuples and lists Format a form letter Document your program Paste the console output to the bottom of your source code file to submit in Canvas ~~~~~~~~~~…
(PYTHON) The last digit of a credit card number is the check digit, which protec
(PYTHON) The last digit of a credit card number is the check digit, which protects against transcription errors such as an error in a single digit or the transposition of two adja…
(PYTHON) Write a function called filter_even_string that takes one parameter: a
(PYTHON) Write a function called filter_even_string that takes one parameter: a list and returns a list of all strings of even length in the original list. You may NOT assume that…
(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)
(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON)(PYTHON) Write a function called isPalindrome that takes one parameter, a string (y…
(PYTHON)Write the definition of a class Counter containing: -An instance variabl
(PYTHON)Write the definition of a class Counter containing: -An instance variable named counter of type int -An instance variable named limit of type int. -A constructor that take…
(PYTHON)Your company prints math reference tables for high school and first year
(PYTHON)Your company prints math reference tables for high school and first year college students. You’d like to write a flexible program that will display the results for several…
(PYTHON)Your company prints math reference tables for high school and first year
(PYTHON)Your company prints math reference tables for high school and first year college students. You’d like to write a flexible program that will display the results for several…
(Package Inheritance Hierarchy) Package-delivery services, such as FedEx , DHL a
(Package Inheritance Hierarchy) Package-delivery services, such as FedEx , DHL and UPS, offer a number of different shipping options, each with specific costs associated. Create a…
(Parent reference for BST) Redefine TreeNode by adding a reference to a node\'s
(Parent reference for BST) Redefine TreeNode by adding a reference to a node's parent, as shown below': Reimplement the insert and delete methods in the BST class to update the pa…
(Parent reference for BST) Redefine TreeNode by adding a reference to a node’s p
(Parent reference for BST) Redefine TreeNode by adding a reference to a node’s parent, as shown below: BST.TreeNode BST.TreeNode #element #left : TreeNode #right: TreeNode #parent…
(Parent reference for BST) Redefine TreeNode by adding a reference to a node’s p
(Parent reference for BST) Redefine TreeNode by adding a reference to a node’s parent, as shown below: BST.TreeNode<E> #element: E #left: TreeNode<E> #right: TreeNode&…
(Parking Charges) A parking garages charges a $2.00 minimum fee to park for up t
(Parking Charges) A parking garages charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour or part thereof in excess of three h…
(Part A) : The Machine Guessing Game– 50 points Create the following Three-funct
(Part A) : The Machine Guessing Game– 50 points Create the following Three-function C++ program: This is a game program that can be played with any number of players. A goal dolla…
(Part B.) Consider the following database: 5 Apply following query by two differ
(Part B.) Consider the following database: 5 Apply following query by two different methods given below and show the intermediate relations. Also describe which one of the methods…
(Partitioning Collision Domains on Ethernet Networks): Figure 1 shows how networ
(Partitioning Collision Domains on Ethernet Networks): Figure 1 shows how network managers can partition an Ethernet network to accommodate more nodes. The figure assumes that eac…
(Pass a string to check palindromes) rewrite this code by passing the string as
(Pass a string to check palindromes) rewrite this code by passing the string as a command-line argument import java.util.Scanner; public class checkPalindrome { //main public stat…
(Pattern recognition: consecutive four equal numbers) Write the following method
(Pattern recognition: consecutive four equal numbers) Write the following method that tests whether the array has four consecutive numbers with the same value. public static boole…
(Pay close attention to the rules and requirements) Write a java application tha
(Pay close attention to the rules and requirements) Write a java application that acts as a one-word Pig Latin translator. Your program should: ask the user to enter a word conver…
(Perfect Numbers) An integer number is said to be a perfect number if its factor
(Perfect Numbers) An integer number is said to be a perfect number if its factors, including 1 (but not the number itself), sum to the number. For example, 6 is a perfect number, …
(Picture above is Figure 18.8(a)) predecessor(x, k): x points to a node containi
(Picture above is Figure 18.8(a)) predecessor(x, k): x points to a node containing a key k. The function returns the predecessor key of k; it returns Nil if the predecessor of k d…
Subject
Web development and programming
Use Browse or pick another subject.