Programming question and answers for July 16, 2023
- Q Employees want to be mobile, having the ability to move fromtheir desks to meetings and back again. How do you ensure that thedata they are accessing follows the rules for...
- Q How would you use numerical integration to create a classicalrodrigues parameter as a function of time in MATLAB?
- Q Assume that bits is a string that only containsthe characters \"0\" and \"1\". n is an integervariable that is less than the length of bits.Fill in the blanks below to...
- Q What is the difference between system clocks and busclocks? Which one is used for assembly code?
- Q Your team will make a modification of the program #1 above, thatwill read in the string as a “command-line argument†to yourprogram, instead ofhaving the user type it while your...
- Q Why is important for organizations to have a disaster recoveryplan?
- Q Please, No handwritingCOURSE; introduction to databaseDefine and explain the following with example:1. Outer Joins2. Views3. Transactions4. Audit Trails
- Q Describe and give examples of the 2 most significant computersecurity threats that are impacting the world at the present time.(b) What steps are being taken to minimize or thwart these...
- Q In C#Create classes: Person, Student, Employee, Professor, Staff andAddress☠Address class must have suitable auto-implemented propertiesfor Address 1, Address 2 and City.☠Person class must have suitable auto-implemented propertiesfor Name,...
- Q Company XYZ owns a social network web site dedicated for windsurfers. They plan to launch a new online ad delivery andmanagement service web site that will be coupled with theirexisting...
- Q Write a java program that will first display the following menu:Choose one of the following 1- To add 2 double integers 2- To add 2integer numbers 3- To add 3...
- Q You are given the main class RecursiveMethods.java which invokesmethods that can be selected from a menu. Your task is to implementtwo of these methods. -The first method isPal(s) determines whethera...
- Q please write simple python3 program and also explain the logicof program because i am not understanding and crying so muchProblem StatementThere is a very famous old restaurant in ByteLand city,which...
- Q DESCRIBE WHAT THE FOLLOWING JAVA CODE DOES:public class Main{public static void main(String[] args) {new MyFrame();}}import javax.swing.*;public class MyFrame extends JFrame{MyPanel panel;MyFrame(){panel = new MyPanel();this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);this.add(panel);this.pack();this.setLocationRelativeTo(null);this.setVisible(true);}}import java.awt.*;import javax.swing.*;public class MyPanel extends JPanel{//Image...
- Q If companies have both a BCP and a DRP in place do they need tohave an incident response plan? Please explain.
- Q C++.Write a program that asks the user to enter a single word andoutputs the series of ICAO words that would be used to spell itout. The corresponding International Civil Aviation...
- Q public class OperationsBetween { // You must define the following: // 1.) Two private instance variables, min and max // // 2.) A constructor which takes...
- Q Translate the following Code into MIPS(.asm)Arrays and Reentrant SubprogramsCallingSubroutinesDemo.asmImplement the following pseudo code in a program called SubRoutinePractice.asm. Be sure to follow proper protocol forcalling subroutines. Implement a prolog and...
- Q Database - Relational TheoryThe state of a table or relation relates to its current content.Consider the formal terminology of the relational model. 1) Whichdescriptive term of a relation applies to...
- Q Write a C++ program using produces Huffman code for astring of text entered by the user.Must accept all ASCII characters.
- Q Please write the code in c++Write a function with one input parameter that is a vector ofstrings. The function should count and return the number of stringsin the vector that...
- Q I need this in java using textpad. I am missing a few lineswhere I added in comments. I don't know what I need to add in. Hereare the two programs...
- Q [Only answer part 2]part 1:What is the public IP address of your machine? How can you knowyour public IPaddress of the machine? (Hint: ask Google.) How does a website knowyour...
- Q 3.13 LAB: Extracting Passwords (files and lists)The Linux operating system is a very popular server OS. Anetwork administrator has to protect the login/password filesstored on the servers. In Linux there...
- Q Problem 1 (50 pts). This problem will involve the nycflights13dataset (including tables airlines, airports, planes and weather),which we saw in class. It is available in both R and Python,however R...
- Q Create a shell in C language1) Create an argument tokenizer then write a main() functionthat prints a prompt inputed by user, accepts input, and tokenizesthe input.2) Use the argument vector...
- Q Write a simple javascript program using express and node.js tocreate a simple webpage that can lead to other pages within theprogram. if possible, Comment everything out so I could understandhow...
- Q Abug collector collects bugs every day for five days. Write aprogram that keeps a running total of the number of bugs collectedduring the five days. The loop should ask for...
- Q Write a C++ console application that allows your user to enterthe total rainfall for each of 12 months into an array of doubles.The program should validate user input by guarding...
- Q HashMap is a Map based collection class that is used for storingKey & value pairs, it is denoted as HashMap<Key, Value>or HashMap<K, V>. This class makes no guarantees as to...
- Q Trying to score a hand of blackjack in this python code but myloop is consistently outputting (13,1) which makes me think thatsomething is wrong with my loop.Could someone help me...
- Q GIVEN THE CODE BELOWGiven the following class:/*** Document class.*/public class Document {private int words;/*** constructor* pre: none* post: A Document object created. Words initialized to 0.*/public Document() {words = 0;...
- Q Please explain how you got the answer thank you.• Task 2.1: SQL Injection Attack from webpage.Your task is to log into the web application as the administratorfrom the login page,...
- Q Please prove the correctness of the following extendedcompare_and_wait program in terms of mutual exclusion, progress,and bounded waiting.please show it in the in terms ofmutual exclusion, progress, and bounded waiting.aspectsthankyouwhile (true)...
- Q Using Java, define a train class and write code to demonstrateits functionalityThe train should run between Boston and New York, stopping atdifferent, different station along the way.Provide output to indicate...
- Q Develop a Domain Class Model with proper annotation onpaper.MusicAn album has a name and a release date. An album has acollection of 1 or more songs. And a song may...
- Q 1 When using ASK, FSK or PSK techniques, how can we increasedata rate?a. by decreasing \"M\" valueb. Hartley’s Law tells us that baud rate will always equal datarate when using...
- Q Using C++Giving change. Implement a program that directs a cashier how togive change. The program has two inputs: the amount due and theamount received from the customer. Compute the difference,...
- Q parking Ticket simulator For this assignment you will design aset of classes that work together to simulate a police officerissuing a parking ticket. You should design the followingclasses:• The ParkedCar...
- Q In Java!!Problem 2 – Compute the sum of the series(19%)The natural logarithm of 2, ln(2), is an irrational number, andcan be calculated by using the following series:1 - 1/2 +...
- Q Module/Week 1 ASSIGNMENT (BASIC ELEMENTS)1. Install Visual Studio Express 2019 for Windows Desktop (you willneed to create a freeMicrosoft account as part of this process, if you do not alreadyhave...
- Q Using the windows 32 framework , write an assemblylanguage program ;write a procedure to read a string andshift each character of the string by one. As an example, if yourinput...
- Q I have created a method in java in my menu list and I have toput all the work into the method but I cannot get it to print andam not...
- Q Please normalize the following table [example from “MicrosoftOffice 2010: Advanced (Shelly Cashman Series)]. If youread the textbook carefully, you will be able to normalize thistable below. If you properly normalize,...
- Q 2)Prove, using Boolean Algebra theorems, that the complement ofXOR gate is XNOR gate (Hint : Prove that AB + AB = AB + AB by usingDe-Morgan’s theorem)
- Q 2)Prove, using Boolean Algebra theorems, that the complement ofXOR gate is XNOR gate(Hint : Prove that AB + AB = AB + ABby usingDe-Morgan’s theorem)3)Draw the K-Map for the following...
- Q Write a function calledformat_name that accepts a string in the format offirst name followed by last name as a parameter, and thenreturns a string in reverse order(i.e., last name, first...
- Q Design a combinational logic circuit that performs the functionof Full Subtractor. Draw a neat diagram of the final circuit andverify the design for at least two input samples.
- Q A purchasing clerk at corporate headquarters checks the systemfor open requests. Based on the system’s purchase requisitions, thepurchasing clerk prepares each purchase order using the ERP system.A request may need...
- Q IN PYTHON: Write a program that displays the lines from thetotal.txt file in the following output. Use a try catch phrase tocheck for errors. Use only one function for this...
- Q PC2 and PC4 have been configured correctly with the IP addresses172.156.2.22 and 172.156.2.44. But PC2 cannot communicate with PC4(i.e., they cannot ping each other). The network technician knowsthat the problem...
- Q DIGITAL FORENSIC TOOKS:1. USB FORENSICWhat value could this artifact have for investigation?What kinds of information can you extract?2. WINDOWS REGISTRYWhat value could this artifact have for investigation?What kinds of information...
- Q // return index i such that A[i] = x, return -1 if x is notfoundint mysearch(A, left, right, x) {//add statements}(a) (10 pts) Given a sorted array A of size...
- Q What are the UNIX commands for each of these steps?1. Delete all the files in the Classes and Backup directoriesonly.2. Redirect echo step 23 to mark this step in the...
- Q What are the UNIX commands for each of these steps?1. Copy all of the files in your Files directory to the Backupdirectory.2. Create an ITE130 directory in the Classes Directory3....
- Q Cisco has proven that it is capable of moving data across fiberat 10 exabytes per second. But today’s limited technology preventsthat in most cases. In almost every organization, the need...
- Q What are some of the advantages of creating abstract classes?Are there any potential downsides to using parent classes andsubclasses?
- Q Java Language-Create a project and a class with a main method,TestCollectors.-Add new class, Collector, which has an int instance variablecollected, to keep track of how many of something they collected,another...
- Q Python coding: Write code for each method listed.Input Text File Format:username|Firstname|Lastname|password|accountnumber|balancejh123|Jane|Hudson|45678910|AB45|900ah444|Allie|Hun|ah1234|HHYZ|1500def build_dict():'''Returns a dictionary created from input filewhere key is an existing username andvalue is a list of fistname, lastname,...
- Q A local credit union offers car loansto customers on a regular basis. Unfortunately, the credit unionends up repossessing an average of 20 cars per month. Once the carsare repossessed, the...
- Q Step by step in pythonWrite a program that will keep asking for a user input (until ablank line is entered) and will inform me whether what I enteredwas a valid...
- Q Looking for an original answer. Not a copy and paste:What are the major reasons that motivate networking? Considersome of the following:What are the real/hidden costs of networks?How have networks changed...
- Q In the following Java program replace conditions in while loopsto produce Christmas tree output.import java.util.Scanner;public class Tree{Â Â Â public static void main(String[] args)Â Â Â {Â Â Â Â Â Â Â int size;Â Â Â Â Â Â Â Scanner scan = newScanner(System.in);Â Â Â Â Â Â Â System.out.print(\"Enter the...
- Q Assume you have the Pandas DataFrame data, with the followingcontents:our_columns_name column_A column_B column_C column_Dcolumn_Eour_index_name                                                   row_name_0              9       93       71   Hello      102row_name_1             28       64       37      my       92row_name_2             13       91       93    name      104row_name_3             45       29       54      is       74row_name_4              0       36       31   Jason       36Each column has a dtype (data type). Which of the followingcould...
- Q a) consider a direct mapped cache with 10 blocks of 10 wordseach. Suppose main memory is 1000 words. For ewach memory addressbelow say what cache block it maps to, what...
- Q Develop an object-oriented programming (OOP) application tocreate two clocks simultaneously displaying 12:00 and 24:00 formatand allow for user input using secure and efficient C++ code. Thankyou!
- Q • Describe the below Terms:1. FTP2. SMTP3. DNS
- Q Provide a reflection of at least 500 words of how the knowledge,skills, or theories of the course Legal, Regulation and Complianceand Investigation, have been applied or could be applied, in...
- Q lab requires you to use Oracle VIEW to implement a virtualdatabase on DBSEC schema, for example, on CUSTOMER table. Your taskis to develop a single SQL script that will perform...
- Q Objectives: Use class inheritance to create new classes.Separate class definition and implementation in different files.Use include guard in class header files to avoid multiple inclusionof a header.Tasks: In our lecture,...
- Q The expression below (approximately) calculates the volume of acylinder. Extract the expression into a function namedcalculate_volume, and then replace the existing calculations withfunction calls.Do in Python
- Q In the same file, complete the following exercises in theauthor’s pseudocode as presented in thetext book and material on Blackboard in this chapter, and followingall requirements for goodprogram design that...
- Q I. Answer part A, B, and C1a)Return true if the given int parameter is both positive and lessthan 10, and false otherwise. Remember that 0 is not positive!positiveLessThan10(10) → falsepositiveLessThan10(9)...
- Q Lab to be performed in Java.Lab:1.) Write a class named TestScores. The class constructor shouldaccept an array of test scores as its argument. The class shouldhave a method that returns...
- Q A. Working at Music BestYou are planning a road trip and want to create a playlist ofyour favorite songs. Assume that the song titles are in an array ofstrings. Create...
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!