Programming question and answers for July 04, 2023
- Q I wrote a code snippet to draw a bit of 'abstract art':yertle.penDown();yertle.forward(10);yertle.right(Math.PI/2);yertle.forward(10);yertle.right(Math.PI/2);yertle.forward(10);yertle.right(Math.PI/2);yertle.forward(10);yertle.right(Math.PI/2);yertle.left(Math.PI/2);yertle.forward(20);yertle.right(Math.PI/2);yertle.forward(20);yertle.right(Math.PI/2);yertle.forward(20);yertle.right(Math.PI/2);yertle.forward(20);yertle.right(Math.PI/2);yertle.left(Math.PI/2);yertle.forward(30);yertle.right(Math.PI/2);yertle.forward(30);yertle.right(Math.PI/2);yertle.forward(30);yertle.right(Math.PI/2);yertle.forward(30);yertle.right(Math.PI/2);yertle.left(Math.PI/2);yertle.forward(40);yertle.right(Math.PI/2);yertle.forward(40);yertle.right(Math.PI/2);yertle.forward(40);yertle.right(Math.PI/2);yertle.forward(40);yertle.right(Math.PI/2);yertle.left(Math.PI/2);yertle.penUp();My instructor suggested I could get the same result from amuch shorter program, but I don't see how.What should...
- Q This Homework would have two python files for acheap online ticket seller. (You are free to imagine a new scenarioand change any part of the question.)The main purpose of the...
- Q Enlist 2 differences between matplotlib vs Seabornand for what type of visualization would you use one over theother?
- Q use java recursionfind # of times a substring is in a string but it has to be theexact same, no extra letters attached to it and capitalizationmatters.input is 2 strings,...
- Q [7] How many MB of video memory is required to display animage with a resolution of 1,920 x 1,080 pixels and 65,536 colors(2^16colors)? However, 1 [MB] = 1,000 [kB] and...
- Q Design a program that asks the user for a number andthe program computes the factorial of that number and displays theresult .Implement with two different modules - one that uses...
- Q Java code for creating an Inventory Management System of anycompany- designing the data structure(stack, queue, list, sort list,array, array list or linked list) (be flexible for future companygrowthJava code for...
- Q #include <stdio.h>typedef struct Coordinates{int x;int y;} Coordinate;typedef union uCoordinates{int x;int y;} uCoordinate;// TODO - Populate 4 different Coordinates with any numbersbetween 1 and 99 for x & y values// using...
- Q Write a Java program that reads an input graph data from a user.Then, it should present a path for the travelling salesman problem(TSP). In the assignment, you can assume that...
- Q Describe possible security issues that may affect Dynamic HostConfiguration Protocol
- Q Invoice Class - Create a class calledInvoice that a hardware store might use to represent aninvoice for an item sold at the store. An Invoice should includefour pieces of information...
- Q Done in C language using mobaxterm if you can but use basicCThis program is broken up into three different functions ofinsert, delete, and main. This program implements a queue ofindividual...
- Q please write simple python codeWrite a program to replicate the behavior of UNIX utility“tailâ€. It takes one or more files and displays requested number oflines from the ending. If number...
- Q What are some of the Organizing Activities within a Project?
- Q What is the difference between a bitmap image and a vectorimage? In terms of processing speed, which is going to be a betterimage format? When would the other format be...
- Q JAVA / I KNOW THERE IS MORE THAN ONE QUESTION BUT THEY ARE SOEASY FO YOU I NEED YOUR HELP PLEASE HELP ME. I WILL GIVE UPVOTE ANDGOOD COMMENT THANK...
- Q How would you compare MySQL, MSSQL, Oracle, SQLite based oncurrent version, operating system, cost, written in, licensing,graphical management tools, and maximum number of records?
- Q What are the uses of DBMS and its benefits?
- Q For python!You walk into a fast food restaurant and order fries, a burger,and a drink. Create a simple text based user interactive programkeeps track of the menu items you order....
- Q Language:c++choice b and c dont display the file rearranged why is that andhow can i fix it?#include<iostream>#include <fstream>using namespace std;#define size 10000// Displays the current Inventory Datavoid Display(int box_nums[], int...
- Q In PythonWrite a function to read a Sudoku board from an inputstring.The input string must be exactly 81 characters long (plustheterminating null that marks the end of the string) andcontainsdigits...
- Q In the game of Lucky Sevens, theplayer rolls a pair of dice. If the dots add up to 7, the playerwins $4; otherwise, the player loses $1. Suppose that, to...
- Q --- TURN this Code into Java Language ---#include <iostream>#include <string>using namespace std;// constantsconst int FINAL_POSITION = 43;const int INITIAL_POSITION = -1;const int NUM_PLAYERS = 2;const string BLUE = \"BLUE\";const string...
- Q - True to its name, computer networking technologies allowcomputers of many kinds to be connected to each other and to humanusers. What are some of the ways that computer networking...
- Q in java Write an interface for a CD player. It should have thestandard operations (i.e. play, stop, nextTrack, previousTrack,etc.) that usual CD players have.
Get Answers to Unlimited Questions
Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!
Membership Benefits:
- Unlimited Question Access with detailed Answers
- Zin AI - 3 Million Words
- 10 Dall-E 3 Images
- 20 Plot Generations
- Conversation with Dialogue Memory
- No Ads, Ever!
- Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!