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

[Python]For this question you will modify the processPeople () function written
[Python]For this question you will modify the processPeople() function written for the second assignment to handle the InvalidDate exceptions that the Person class now raises when…
[Python]The version of the Person class developed for the second assignment allo
[Python]The version of the Person class developed for the second assignment allows the creation of people who have not yet been born since it does not have any error checking on t…
[Python]Write a GUI class Game that implements a number guessing game. The GUI s
[Python]Write a GUI class Game that implements a number guessing game. The GUI should start by choosing a random number between 1 and 100 (using a function from the random module)…
[Q.3] Answer the following questions based on the following simple university da
[Q.3] Answer the following questions based on the following simple university database COURSE Course_name Intro to Computer Science Data Structures CS1310 CS3320 MATH2410 CS3380 3…
[Q11 Circle the right answer (Choose ONE answer Only) [10 points] 1. How many ti
[Q11 Circle the right answer (Choose ONE answer Only) [10 points] 1. How many times will the following code display "I love pro- gramming!" for (int i 0; i 4; i++) for (int j- 1; …
[Q5] [15POINTS] Dissuss the security impact of a biometric device that sends sim
[Q5] [15POINTS] Dissuss the security impact of a biometric device that sends simply "yes' or "no" to the computer to show the user passed or failed authentication, verse aone that…
[Q8] Suppose there is a UML superclass Movies with subclasses. Consider the foll
[Q8] Suppose there is a UML superclass Movies with subclasses. Consider the following possible pairs of subclasses: 1. {B,NB): B = movies in which Kevin Bacon appears, NB = movies…
[Relational Algebra] Write a relational algebra expression that will output firs
[Relational Algebra] Write a relational algebra expression that will output first name and last name of computer science major male students who have borrowed books from “Universi…
[Relational data model: constraints] Suppose each of the update operations liste
[Relational data model: constraints] Suppose each of the update operations listed below is applied to the database state shown in Figure 5.6. Depending on whether there is any int…
[Repost - Again] Do not Copy from other posts! Fill in only the missing code for
[Repost - Again] Do not Copy from other posts! Fill in only the missing code for the function vector<int> maze::bfs() in the maze.cpp file. Do not add any other lines of cod…
[Repost] Do not Copy from other posts! Fill in only the missing code for the fun
[Repost] Do not Copy from other posts! Fill in only the missing code for the function vector<int> maze::bfs() in the maze.cpp file. Do not add any other lines of code that w…
[Repost] Do not Copy from other posts! Fill in only the missing code for the fun
[Repost] Do not Copy from other posts! Fill in only the missing code for the function vector<int> maze::bfs() in the maze.cpp file. Do not add any other lines of code that w…
[Sequence diagram] Create 3 sequence diagrams for following 3 usage scenario. My
[Sequence diagram] Create 3 sequence diagrams for following 3 usage scenario. My Project: drive.google.com/drive/folders/0Bz-X3EXA0Q75a0xKUHF4VVI2N0k - Use program logics e.g. ite…
[Silberschatz 2.25 edited] An experimental operating system has an assembler inc
[Silberschatz 2.25 edited] An experimental operating system has an assembler incorporated into the kernel. To optimize system-call performance, the kernel assembles routines withi…
[Subject: C Programming] 1. Modify the program below so that it uses a function
[Subject: C Programming] 1. Modify the program below so that it uses a function to compare the amount of income tax. When passed an amount of taxable income, the function will ret…
[Subject: C Programming] 1. Write a function gcd(m,n) that calculates the greate
[Subject: C Programming] 1. Write a function gcd(m,n) that calculates the greatest common divisor of the integers m and n. 2. Write the following function: float compute_GPA(char …
[Subject: C Programming](Please answer all of the questions to get full points)
[Subject: C Programming](Please answer all of the questions to get full points) 1. a. Show how to declare a tag named complex for a structure with two members, real and imaginary,…
[Subject: Java Programming] Create a Java Program called Point that does the fol
[Subject: Java Programming] Create a Java Program called Point that does the following. -the point class has two instance variables x and y. Both instance variables will have type…
[The Project Question] In the land of Puzzlevania, Aaron , Bob , and Charlie had
[The Project Question] In the land of Puzzlevania, Aaron, Bob, and Charlie had an argument over which one of them was the greatest puzzler of all time. To end the argument once an…
[The Project Question] [JAVA] In the land of Puzzlevania, Aaron , Bob , and Char
[The Project Question] [JAVA] In the land of Puzzlevania, Aaron, Bob, and Charlie had an argument over which one of them was the greatest puzzler of all time. To end the argument …
[Time Sensitive] Linux Introductory Shell Scripting (Focusing on SED & AWK) 1) P
[Time Sensitive] Linux Introductory Shell Scripting (Focusing on SED & AWK) 1) Part A: a- Show all lines that have only the word hello in file file1. b- Show all lines that ha…
[Time Sensitive] What are the three standard Linux permissions? Which construct
[Time Sensitive] What are the three standard Linux permissions? Which construct can be used in a shell script to read Standard Input and place it in a variable? Which regular expr…
[Total 3 pts] In this study, we explore some problems that arise when employing
[Total 3 pts] In this study, we explore some problems that arise when employing finite data types in practice. The mini application may be downloaded at https://github.com/huianni…
[UNIX] /bin/bash program to search a medication list and produce a report as req
[UNIX] /bin/bash program to search a medication list and produce a report as requested by the user. the medslist file is located at the workign directory under name "medslist" Sam…
[URGENT]WHAT IS WRONG WITH MY CODE? DON\'T CHANGE ANY OF THE FORMAT. When I run
[URGENT]WHAT IS WRONG WITH MY CODE? DON'T CHANGE ANY OF THE FORMAT. When I run this, it gets crashed. Problem should be in Question.cpp. Maybe sentence, but I dont know. UPDATE: f…
[URL=http://s732.photobucket.com/user/tearyn/media/nar002-1.jpg.html][IMG]http:/
[URL=http://s732.photobucket.com/user/tearyn/media/nar002-1.jpg.html][IMG]http://i732.photobucket.com/albums/ww327/tearyn/nar002-1.jpg[/IMG][/URL] Based on the diagram above, whic…
[VERILOG] Design a 2-input 32-bit multiplexor and a 2-input 5-bit multiplexor. U
[VERILOG] Design a 2-input 32-bit multiplexor and a 2-input 5-bit multiplexor. Use "switch" or "if-then-else" statement. Submit your verilog code and explain the waveform used for…
[VPYTHON] I have a project for physics that involves coding. It involves project
[VPYTHON] I have a project for physics that involves coding. It involves projectile motion with air drag. I can't seem to get the air drag part right. Any tips? My code is copied …
[Views/Security/Transactions – Chap 9 & Chap 10] select * from Companies where s
[Views/Security/Transactions – Chap 9 & Chap 10] select * from Companies             where state in (‘GA’, ‘FL’); 1. Given the above code, what is “Companies”? A Table B View …
[[ PYTHON ]] Write a program to create Pascal\'s triangle (but with a twist!). T
[[ PYTHON ]] Write a program to create Pascal's triangle (but with a twist!). The first five rows are shown below. On row 0, write only the number 1. Then, for the next row, add t…
[[Set the layout for the frame’s content >> Create your controls, configure them
[[Set the layout for the frame’s content >> Create your controls, configure them, setup any event listeners, and add them to the frame >> set the frame’s size and defa…
[[Set the layout for the frame’s content >> Create your controls, configure them
[[Set the layout for the frame’s content >> Create your controls, configure them, setup any event listeners, and add them to the frame >> set the frame’s size and defa…
[\'O\', \'.\', \'O\', \'O\', \'X\', \'X\', \'.\', \'X\', \'.\']] >>> print(show_
['O', '.', 'O', 'O', 'X', 'X', '.', 'X', '.']] >>> print(show_board(ex1)) ...R... ..YRR.. .RYRYR. YYYRYYR >>> print(show_board(ex2)) ....... ...Y... ..YBY.. .YBB…
[a] The relations of two sub-entity sets of the same super entity set have 1- Th
[a] The relations of two sub-entity sets of the same super entity set have 1- The same keys 2- The same attributes 3-The same constraints 4- The same natural joins with their supe…
[a] The relations of two sub-entity sets of the same super entity set have 1-The
[a] The relations of two sub-entity sets of the same super entity set have 1-The same keys 2- The same attributes 3-The same constraints 4- The same natural joins with their super…
[as points] In the DoninoesGame class, class, write a method get_best move(self,
[as points] In the DoninoesGame class, class, write a method get_best move(self, vertical, limit) which write a method get best nove(self, vertical, i which returns a 3-element tu…
[code = java] import java.util.Scanner; public class PrintCalenderShell { public
[code = java] import java.util.Scanner; public class PrintCalenderShell {    public static void main(String[] args)    { Scanner kb = new Scanner(System.in); //prompt the user to …
[code] import java.io.*; import java.util.*; class Predict{ public static void m
[code] import java.io.*; import java.util.*; class Predict{ public static void main(String[] args)throws IOException{      String[]pol = new String[100];   Scanner in = new Scanne…
[code]#include #include int Number, itr = 1, numAsd, numDes
[code]#include <stdio.h> #include <stdlib.h> int Number, itr = 1, numAsd, numDes = 0, arr[3]; void sort(int arr[], int count) { int temp; for(int count = 1; count <…
[intro comp sci] I\'m having troubles with a question. I\'m having issues gettin
[intro comp sci] I'm having troubles with a question. I'm having issues getting the same sample output and writing to textfile. all code files: https://docs.google.com/document/d/…
[jGrasp Java is used in my computer science class] 3. Write a complete, stand-al
[jGrasp Java is used in my computer science class] 3. Write a complete, stand-alone program in a single class called PrintSome, which works as follows: First, your program should …
[ldioms of use]: Consider the transaction graph in the figure below: Rectangles
[ldioms of use]: Consider the transaction graph in the figure below: Rectangles represent transactions, empty circles represent fresh addresses, and filled in circles represent ad…
[org 0x0100] mov ax,0x000D ; set 320x200 graphics mode int0x10 ;bios video servi
[org 0x0100] mov ax,0x000D            ; set 320x200 graphics mode int0x10                         ;bios video services mov ax,0x0C07            ; put pixel in white color xor bx,b…
[root@comptia-test -)#- Question As a security administrator, you are asked to h
[root@comptia-test -)#- Question As a security administrator, you are asked to harden a server running Red Hat Enterprise Server 5.5 64-bit This server is being used as a DNS and …
[sql] SELECT PatientFirst, PatientLast, PatientDOB, DoctorFisrt, DoctorLast, Doc
[sql] SELECT PatientFirst, PatientLast, PatientDOB, DoctorFisrt, DoctorLast, DoctorSpecialty, appointmentDate, appointmentTime FROM Appointments INNER JOIN Patients ON Appointment…
[sql] WITH Top10 AS (SELECT TOP 5 VendorID, AVG(InvoiceTotal) AS AvgInvoice FROM
[sql] WITH Top10 AS     (SELECT TOP 5 VendorID, AVG(InvoiceTotal) AS AvgInvoice     FROM Invoices     GROUP BY VendorID     ORDER BY AvgInvoice DESC) SELECT Invoices.VendorID, MAX…
[vi editor] Using vieditor to edit a file as follows: $ vi file 4. Amy looked at
[vi editor] Using vieditor to edit a file as follows: $ vi file 4. Amy looked at her watch. He was late. The sun was setting but Jake didn't care. i. To replace the first "was" wi…
[xPos,yPos,U,V] = projectile_motion_with_drag(timeVec, initial_velocity_magnitud
[xPos,yPos,U,V] = projectile_motion_with_drag(timeVec, initial_velocity_magnitude, launch_angle_deg, drag_coefficient, gas_density, cross_sectional_area, mass) where xPos, yPos ar…
\" C Programming\" Write a program that declares variables of the following type
" C Programming" Write a program that declares variables of the following types, and initializes each variable to some non-zero value: 1. int 2. long int 3. unsigned int 4. float …
\" C programming \" Write a program that accepts four (4) int values and display
" C programming " Write a program that accepts four (4) int values and displays the sum of the largest and smallest of the values. Mean, Lab for Repetetion Write a program that ac…