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

[8] 10. Complete the truth table for the Boolean expression (A\' +Q)B. Several e
[8] 10. Complete the truth table for the Boolean expression (A' +Q)B. Several extra columns are shown. Use them (and label them for partial credit!) if they are useful for interme…
[8] 7. What is printed by this Python code? Answer: printl\' is (:.1f)i\'.format
[8] 7. What is printed by this Python code? Answer: printl' is (:.1f)i'.format('It', 3.159)) [12]8. What is printed by this Python code? Answer: #1 #2 #3 #4 #5 #6 x2 for k in [5, …
[9 marks] Your small company of less than 200 employees has been assigned a clas
[9 marks] Your small company of less than 200 employees has been assigned a class C network by its ISP. The class C network address assigned to you is 204.45.87.0. You need to div…
[A tetromino.cpp implement file is needed] In this assignment you will write a p
[A tetromino.cpp implement file is needed] In this assignment you will write a program that manipulates “tetrominoes”. Tetrominoes are geometric shapes that are formed by assembli…
[AcuñaQ10] Consider the following program that creates shared memory and writes
[AcuñaQ10] Consider the following program that creates shared memory and writes the phrase “HelloWorld!” to it. void main() { //code sample from Operating System Concepts, page 13…
[Artificial Intelligence] Choose any AI ideas and write in the following form. 1
[Artificial Intelligence] Choose any AI ideas and write in the following form. 1) Introduce AI ideas 2) Summarizes the PEAS description for AI ideas 2.1) Explain each Performance …
[Assembly Language Programm] Hopely you can attach a screemshot of these two pro
[Assembly Language Programm] Hopely you can attach a screemshot of these two program! Chess Board Write a program that draws an 8 times 8 chess board, with alternating gray and wh…
[Assignment10_yourlastname.cs] In C#: Write a Windows Form program to guess agai
[Assignment10_yourlastname.cs] In C#: Write a Windows Form program to guess against a list of randomly generated numbers. Create a Form, name it GuessANumber and create a randomly…
[Assignment4_yourlastname.cs] Modify/Convert your program from last week to remo
[Assignment4_yourlastname.cs]  Modify/Convert your program from last week to remove the accounts class entirely and make all of the methods static and called from Main.   1.      …
[Assignment6_yourlastname.cs] Implement the following requirements: Create a cla
[Assignment6_yourlastname.cs] Implement the following requirements: Create a class named Customer that implements IComparable interface. Create 3 Customer class fields: Customer n…
[C language] Integer to Hex String and Hex String to Integer(Follow the instruct
[C language] Integer to Hex String and Hex String to Integer(Follow the instruction and Only IN C) 1 Interger to Hex String Write the C function itox() to covert an integer to a h…
[C programming, done on visual studios] I\'m supposed to make a program where yo
[C programming, done on visual studios]I'm supposed to make a program where you input age, weight, birth month and if it is correct, it will output a congratulations for being cor…
[C programming] I need help with writing a method that takes in a character, for
[C programming] I need help with writing a method that takes in a character, for example, A and a 2D array that consists of 'S' meaning swap or 'N' meaning don't swap. The 2D arra…
[C# Visual Studio] Jagged Array of Exam Scores Dr. Hunter teaches three sections
[C# Visual Studio] Jagged Array of Exam Scores Dr. Hunter teaches three sections of her Intro to Computer Science class. She has 12 students in section 1, 8 students in section 2,…
[C++ CODE ]Consider a 2D array of 1s and 0s of size NxN. The array is a \"maze.\
[C++ CODE ]Consider a 2D array of 1s and 0s of size NxN. The array is a "maze." You must start from the top left (index (0,0)) and find the length of the shortest path to the bott…
[C++ Code] Reading from a file to an object, then storing it in an array So I ha
[C++ Code] Reading from a file to an object, then storing it in an array So I have a class, Book, as shown below. My question is how do I read from a file called ‘input.data’ to c…
[C++ Coding Question about Card Deck] 1) Program a Card class with these member
[C++ Coding Question about Card Deck] 1) Program a Card class with these member variables: number – an integer between 1 and 13 suit – an enumerated data type with values { Spade,…
[C++ HELP] I am having trouble with my program. I am trying to output data to fi
[C++ HELP] I am having trouble with my program. I am trying to output data to file "weekly_call_info.txt" from my input file "call_data.txt" but when I run and compile the program…
[C++ Program] I need help creating an account system that lets you create accoun
[C++ Program] I need help creating an account system that lets you create accounts, has different menu options depending on what type of user you are, etc. The details are listed …
[C++ or C] I need this program working for C++ or C on Windows. Getting too many
[C++ or C] I need this program working for C++ or C on Windows. Getting too many errors. I don't know which #include are needed either. #include <bits/stdc++.h> #include &lt…
[C++ visual studio 2015] Create a text file with redacted information. Use OOP d
[C++ visual studio 2015] Create a text file with redacted information. Use OOP design paradigm, Classes, Inheritance, and Access modifiers. ofstream input information on 10 studen…
[C++JTask Create a program that calculate the IC in the tube. Each commands li:
[C++JTask Create a program that calculate the IC in the tube. Each commands li: input IC in the left side of tube ri : input IC in the right side of tube Ir : Move IC from left si…
[C++] Attached is a flowchart to do a Shell Sort. In order to do the Shell Sort,
[C++] Attached is a flowchart to do a Shell Sort. In order to do the Shell Sort, you must use all three different types of loops. Your assignment is to write a program that will t…
[C++] Consider a class Movie that contains information about a movie. The class
[C++] Consider a class Movie that contains information about a movie. The class has the following attributes: The movie name The MPAA rating (e.g. G, PG, PG-13, R) The number of p…
[C++] Create a program using a two dimension array and functions that lets two p
[C++] Create a program using a two dimension array and functions that lets two players play the tic-tac-toe game. The program is to read a number from 1 to 9 from the keyboard alt…
[C++] Create the code to implement and test the – – = * *= / /= and == operators
[C++] Create the code to implement and test the – –= * *= / /= and == operators // Rational.cpp : Defines the entry point for the console application. // Create a Rational class d…
[C++] For this exercise, create 2 programs defined in files slow.cpp and fast.cp
[C++] For this exercise, create 2 programs defined in files slow.cpp and fast.cpp. In slow.cpp, generate a random array of size 200,000 and pass it to your sorting algorithm. Run …
[C++] Given a boolean string, for example: string s = \"T => F ^ (F v F)\"; Plac
[C++] Given a boolean string, for example: string s = "T => F ^ (F v F)"; Place the elements into the following vector: vector<string> boolSymbols But the elements must b…
[C++] I am trying to implement a ToDo list where each node contains a task and d
[C++] I am trying to implement a ToDo list where each node contains a task and desc of task. My set and get function worked until I moved the char taskName and taskDesc into struc…
[C++] I have a question about class inheritance. In my following code the class
[C++] I have a question about class inheritance. In my following code the class "RREF" inherits from the class "Matrix", however, when I try to access information inside the "Matr…
[C++] I need to write a class that is derived from and has a base the class of H
[C++] I need to write a class that is derived from and has a base the class of HW. 1 to solve 3x3 systems of equations (3 equations with 3 unknowns.). Since it says derived, I am …
[C++] Implement a number class to represent integers in accordance with the foll
[C++] Implement a number class to represent integers in accordance with the following UML class diagram. The number class represents integers. The integer value it represents is p…
[C++] My code requires that I show both the outputs: Highest temperature recorde
[C++] My code requires that I show both the outputs: Highest temperature recorded in the month of (Month goes here) Lowest temperature recorded in the month of (Month goes here) c…
[C++] Need help with doubly linked list program ... My copy constructor, operato
[C++] Need help with doubly linked list program ... My copy constructor, operator=, and explicit constructor are not working as I'd like them to. After some debugging: --- upon cr…
[C++] The code samples show how to read a disk file and skip records until you r
[C++] The code samples show how to read a disk file and skip records until you reach the location of the records that will contain the values to be used when computing the median …
[C++] The program works but not in the way I want it to. I am trying to get my p
[C++] The program works but not in the way I want it to. I am trying to get my program output to look like the picture I posted. In my program, the menu keeps repeating 3x and I d…
[C++] This section of the program is supposed to take a message and split it int
[C++] This section of the program is supposed to take a message and split it into two portions. Both portions are first checked for a few requirements, if the requirements are not…
[C++] URGENT. still stuck THIS IS LINK TO MY PREVIOUS QUESTION: https://www.cheg
[C++] URGENT. still stuck THIS IS LINK TO MY PREVIOUS QUESTION: https://www.chegg.com/homework-help/questions-and-answers/c-program-works-way-want--trying-get-program-output-look-…
[C++] Update the program that is already provided for the Digital Time class to
[C++] Update the program that is already provided for the Digital Time class to add a new member function that computes the difference in time between two different DigitalTime ob…
[C++] Using inheitance and dynamic allocation: You are starting up your own fast
[C++] Using inheitance and dynamic allocation: You are starting up your own fast-food restraunt and want to offer the following items: (1) burgers with either: fish, beef, chicken…
[C++] Write a class template to implement the ADT(abstract data type) queue, usi
[C++] Write a class template to implement the ADT(abstract data type) queue, using a (circular) array. Write a class template to implement the ADT(abstract data type) queue, using…
[C++] Write a console program that asks the user to enter a positive integer gre
[C++] Write a console program that asks the user to enter a positive integer greater than 1. The program computes the prime factors of the number and prints them. For example, if …
[C++] are there any issues with the following hash functions? A. hash table has
[C++] are there any issues with the following hash functions? A. hash table has size 10,000. search keys are integers in range 0..999,999. the hash function is: • h(key) = (key * …
[C++] write a c++ program that reads a list of cities and the distances between
[C++] write a c++ program that reads a list of cities and the distances between them (distances will be integers). Asks the user to enter two city names and finds the shortest pat…
[C++]I need to write a class that solves 3x3 systems of equations (3 equations w
[C++]I need to write a class that solves 3x3 systems of equations (3 equations with 3 unknowns). (This is about Matrices reduced to row echelon form). The class should be derived …
[C++]Project #3 – Traversing Property Graphs EDIT: in reply to the comment, what
[C++]Project #3 – Traversing Property Graphs EDIT: in reply to the comment, what excerpt are you talking about? EDIT #2 : Need to construct a directed graph, where the property na…
[C++]Using a min-heap and priority queue, write Dijkstra’s Shortest Path Algorit
[C++]Using a min-heap and priority queue, write Dijkstra’s Shortest Path Algorithm on the Adjacency Matrix using the source and target vertex. Adjacency Matrix: 0 8 2 5 0 0 0 0 8 …
[C++} Implementing \"Finding the determinant and the inverse for 3x3 matrices\"
[C++} Implementing "Finding the determinant and the inverse for 3x3 matrices" into my class/functions Hi so I need to write a class to perform the calculations for addition, subtr…
[CODE] for(i = 0; i < * ptrX; i++){ if((strcmp(fn, pb[i]->firstName) ==0) && (st
[CODE] for(i = 0; i &lt; * ptrX; i++){ if((strcmp(fn, pb[i]-&gt;firstName) ==0) &amp;&amp; (strcmp(ln, pb[i]-&gt;lastName) ==0)){ for(j = 0; j &lt; * ptrX; j++){ strcpy(pb[j]-&gt;…
[C] Given two input files, containing logs of text messages sent between two ind
[C] Given two input files, containing logs of text messages sent between two individuals, merge them into a single file that contains a formatted transcript of their conversation.…