Web development and programming
191828 questions • Page 3521 / 3837
\"Simulate\" a 2D array by a 1D array of pointers to 1D arrays Create a C++ prog
"Simulate" a 2D array by a 1D array of pointers to 1D arrays Create a C++ program implementing a class that represents “ASCII art” images and operations on them, respresented as t…
\"Social Media and Behavior Interaction\" Please respond to the following: Inter
"Social Media and Behavior Interaction" Please respond to the following: Interacting and communicating with other people is part of daily life. This includes face-to-face convers…
\"Software testing\" related problem: Answer the following questions for the met
"Software testing" related problem: Answer the following questions for the method search() below: public static int search (List list, Object element) //Effects: if list or elemen…
\"Sorting Techniques\" Please respond to the following: Imagine you are a part o
"Sorting Techniques" Please respond to the following: Imagine you are a part of a team that is tasked with writing a mobile app that will allow users to coordinate meetings with t…
\"Specifically, the lab is to problem 2 on page 582 of the text. Note that you w
"Specifically, the lab is to problem 2 on page 582 of the text. Note that you will need to implement a heap class (use a vector instead of a dynamic array) and then use the heap c…
\"Starting Out with Python (3rd Edition)\" Chapter 11 question one has a questio
"Starting Out with Python (3rd Edition)" Chapter 11 question one has a question and I have transcribed the solution but I cannot figure out why it is wrong. The solution I have is…
\"Templated Binary Tree\" implementing function help ? I need to implement heade
"Templated Binary Tree" implementing function help ? I need to implement header file which i am working on. Void expandExternal and void preorder part : 1. Header File : #ifndef B…
\"The ArrayList Class\" The Term Class Create a class to represent a term in an
"The ArrayList Class" The Term Class Create a class to represent a term in an algebraic expression. As defined here, a term consists of an integer coefficient and a nonnegative in…
\"The Java Project contains three class files; MergeSort.java, Sort.java, and So
"The Java Project contains three class files; MergeSort.java, Sort.java, and SortTest.java. Double-click on each file in the Project section (at the left of the NetBeans IDE windo…
\"The Palmertown Elementary School has 30 classrooms. The children in the school
"The Palmertown Elementary School has 30 classrooms. The children in the school donate used books to sell at an annual fundraising book fair. Write a program that accepts each tea…
\"The answer to this previous post is out of order and full of errors\" Write a
"The answer to this previous post is out of order and full of errors" Write a C program that calculates and prints the average of two or more sales amounts entered by the user. Th…
\"The basic game of craps is very simple. On the first roll of the two dice (the
"The basic game of craps is very simple. On the first roll of the two dice (the come-out roll), the shooter wins by rolling either a 7 or 11 (a natural). Rolling craps (2, 3, or 1…
\"The city of Ankh-Morpork held a special census to colect data on its residents
"The city of Ankh-Morpork held a special census to colect data on its residents. The file containing the results of the census is structured as follows: Field description: age, ge…
\"The following are the list of events (in no particular order) that may happen
"The following are the list of events (in no particular order) that may happen when a system call or a timer interrupt happens while two user processes is executing a. Process A: …
\"The following is a flawed login program in C. Identify the error and how to fi
"The following is a flawed login program in C. Identify the error and how to fix it." 7- (12 points) The following is a flawed login program in C. void login0f char password[ 100]…
\"The following is a flawed login program in C. Identify the flaw and explain ho
"The following is a flawed login program in C. Identify the flaw and explain how to fix it." 7- (12 points) The following is a flawed login program in C. void login0f char passwor…
\"The small program in C++ below roughly represents a robot in a room. The room
"The small program in C++ below roughly represents a robot in a room. The room is dened as a 2 dimensional array of characters. Objects in the room are stored as characters in the…
\"There is a data structure called a drop-out stack that behaves like a stack in
"There is a data structure called a drop-out stack that behaves like a stack in every way except that the stack has a maximum capacity n. If the stack contains n elements, when th…
\"This question asks you to write a program that is a prototype of the UNIX sort
"This question asks you to write a program that is a prototype of the UNIX sort utility. This program reads from stdin and writes to stdout. It sorts lines of the input, by the fi…
\"Tic-tac-toe, also called noughts and crosses (in the British Commonwealth coun
"Tic-tac-toe, also called noughts and crosses (in the British Commonwealth countries), X's and O's (in Ireland) and X and 0 (in India) is a pencil-and-paper game for two players, …
\"To solve daily life phenomena and problems electronically theconversion of dig
"To solve daily life phenomena and problems electronically theconversion of digital signal to analogue is always more effectivethan converting analogue signal to digital" Do you a…
\"Tony Smith\" is a ______________________. Answer character literal constant na
"Tony Smith" is a ______________________. Answer character literal constant named constant numeric literal constant string literal constant A variable defined with the char data t…
\"Translate each of the following English statements into logical tests that cou
"Translate each of the following English statements into logical tests that could be used in an if/else statement. Write the appropriate logical test for each statement below. Ass…
\"Traveling App\" Please respond to the following: Suppose that you are creating
"Traveling App" Please respond to the following: Suppose that you are creating an app to keep track of the places that you have visited while traveling. Determine whether or not y…
\"Twitter is an online social networking service that enables users to send and
"Twitter is an online social networking service that enables users to send and read short 140-character messages called "tweets"." Twitter has been adopted by business and is quic…
\"UML\" Imagine that you are on a team that that has been tasked with creating a
"UML" Imagine that you are on a team that that has been tasked with creating an online course delivery system. One of your coworkers wants to model the entire course in UML. Anoth…
\"Using C code only \" Card Shuffling: Entertainment Industry:Using random numbe
"Using C code only " Card Shuffling: Entertainment Industry:Using random number generation, and multi dimensional array concepts deal 52 cards into 4 different hands (P, Q, R, and…
\"Using C code only \" Card Shuffling: Entertainment Industry:Using random numbe
"Using C code only " Card Shuffling: Entertainment Industry:Using random number generation, and multi dimensional array concepts deal 52 cards into 4 different hands (P, Q, R, and…
\"Using C code only \" Problem 2: Card Shuffling: Entertainment Industry:Using r
"Using C code only " Problem 2: Card Shuffling: Entertainment Industry:Using random number generation, and multi dimensional array concepts deal 52 cards into 4 different hands (P…
\"Using C#: Create a Windows Form Application named BookDemo that declares and d
"Using C#: Create a Windows Form Application named BookDemo that declares and demonstrates objects of the Book class and its descendents. The Book class includes auto-implemented …
\"Using netbeans java\" The purpose of this exercise is to effectively demonstra
"Using netbeans java" The purpose of this exercise is to effectively demonstrate, that if an external code receives the address of an instance of a class, it can change the state …
\"Using our existing flower pack we must add the following feature: Using recurs
"Using our existing flower pack we must add the following feature: Using recursion (no loops!) you must count the number of times a specific character, or set of characters appear…
\"Vigenère Cipher\" in C program : In cryptography, a shift cipher, also known a
"Vigenère Cipher" in C program : In cryptography, a shift cipher, also known as Caesar's cipher, is named after Julius Caesar (13 July 100 BC - 15 March 44 BC). The cipher uses a …
\"Virtual memory\" describes a memory management system in which programs may be
"Virtual memory" describes a memory management system in which programs may be allocated more memory than physically exists within a computer. A "Page Table" keeps track of ranges…
\"Virtualization and Cloud Computing\" Please respond to the following: Suggest
"Virtualization and Cloud Computing" Please respond to the following: Suggest how an organization should choose between Software as a Service (SaaS), Platform as a Service (PaaS),…
\"Viruses and Antivirus Utilities\" Please respond to the following: From the e-
"Viruses and Antivirus Utilities" Please respond to the following: From the e-Activity, analyze the primary manner in which one (1) particular virus or worm was successful. Summar…
\"Vision87 Corp.\" has recently established their web and mail servers and inten
"Vision87 Corp." has recently established their web and mail servers and intend to use the user friendly name vision87.com for both services. Assume that the web server load is di…
\"Web Application Threats\" Please respond to the following:From the e-Activity,
"Web Application Threats" Please respond to the following:From the e-Activity, rank what you believe to be the top three (3) greatest security threats (e.g., cookie / session pois…
\"Windows and Aisle Seats\" I travel on long flights often. Since I am not Donal
"Windows and Aisle Seats" I travel on long flights often. Since I am not Donald Trump (who is really rich), I need to travel in coach (economy) class often. Sometimes I get a good…
\"Write a C++ code to take a .html input file and remove the html tags, so the r
"Write a C++ code to take a .html input file and remove the html tags, so the resulting text will be output as a .txt file. Use the table below (i.e. <title> My webpage titl…
\"Write a function that computes the time one must leave in order to reach a cer
"Write a function that computes the time one must leave in order to reach a certain destination by a designated time. You need to deal only with arrivals occurring later in the sa…
\"Write a program that prompts the user to enter the number of students in the c
"Write a program that prompts the user to enter the number of students in the class, then loops to read in that many names into a file. Once all the names have been read in, the p…
\"Write a program to compute numeric grades for a course. The course records are
"Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in the following format: Each line c…
\"Write an LC3 machine language code fragment to count the number of even intege
"Write an LC3 machine language code fragment to count the number of even integers stored in a memory block Assume that The list of integers is terminated by a zero block R6 locate…
\"\"::Peggy % \"\"::\"\":)) Facebook Service Number 1844 508 1660 Facebook Custo
""::Peggy % ""::"":)) Facebook Service Number 1844 508 1660 Facebook Custome Service Phone Number,California With Facebook toll free number[1844-508-1660 ], We can improve our cus…
\"\"This is for Data Structures Bit Manipulation Lab \"\" ( C programming with \
""This is for Data Structures Bit Manipulation Lab "" ( C programming with """"only"""" #include <limits.h>) /* * bang - Compute !x without using ! * Examples: bang(3) = 0, …
\"\"\" The main objective of this assignment is to implement the RANSAC algorith
""" The main objective of this assignment is to implement the RANSAC algorithm for linear regression """ import numpy as np from sklearn import linear_model, datasets from matplot…
\"\"\" This problem asks you to plot data points, then apply linear regression a
""" This problem asks you to plot data points, then apply linear regression and quadratic regression to predict the engin efficiency in 2000 and 2016, show the predicted numbers i…
\"\"\" This problem asks you to read yearly temperature deviation data from the
""" This problem asks you to read yearly temperature deviation data from the GLB.Ts+dSST.csv file, transform the data from str to float, then plot them. You are required to do lin…
\"\"\" Top down development of Hangman game. Try to \'fill in the blanks\' and p
""" Top down development of Hangman game. Try to 'fill in the blanks' and perhaps write any helper functions you need (I didn't use any that aren't listed here, but it is ok if yo…
Subject
Web development and programming
Use Browse or pick another subject.