Programming question and answers for July 14, 2023
- Q An advisory practice was the target of an attack, whereby themalware allowed the fraudster to gain access to an adviser’s logindetails for all systems he had used recently. The fraudster...
- Q In part 2 you will be creating multiple functions to calculatethe present value.You may be asking what a \"present value\" is. Suppose you want todeposit a certain amount of money...
- Q JAVA Arrays4 Write a method called isPalindrome that takes a String asinput and returns true if the String is a palindrome.
- Q The devices designed for the purpose of addressing security inthe network generate a number of logs during the continuousmonitoring of the network. Discuss in detail the different types oflogs created...
- Q The devices designed for the purpose of addressing security inthe network generate a number of logs during the continuousmonitoring of the network. Discuss in detail the different types oflogs created...
- Q 3.) The function remove of the class arrayListType removes only thefirst occurrence of an element. Add the function removeAll as anabstract function to the class arrayListType, which would removeall occurrences...
- Q Discuss different security websites or network and securityinformational sites that you may already monitor and why. Limit thediscussion to no more than three sites.
- Q for input matrix a , write a function to return the element inrow 2 column 3 of that matrix
- Q System IntegrationWhen will the software integration testing be completed?Note:Please do not write the answer by hand
- Q The Knapsack problem is an optimization problem that asks tofill a knapsack with maximum possible value. Using greedy paradigm,we can solve this problem easily. Your task is the following:(a) Write...
- Q Your task is to open a file containing a list of dates invarious formats, read each date, determine if it is a valid formatand print it in **ISO 8601 format**(YYYY/MM/DD)...
- Q Using RubyA dentist appointment schedule validation softwareImplement a superclass Appointment and sub classes OneTime, Dayand Month. An appointment has a description (for example, \"RootCanal\"), and dates information (you can use...
- Q The devices designed for the purpose of addressing security inthe network generate a number of logs during the continuousmonitoring of the network. Discuss in detail the different types oflogs created...
- Q Briefly summarize one federal law or regulation that addressesconfidentiality, privacy, or security. Give an example of how thelaw is applied to ensure confidentiality, privacy, or security.
- Q please tell me how I can construct er diagram onNetflix and on hotelmangement in dbms and alsotell me how I convert er diagram of Netflix in third normalform(3nf). also explain...
- Q only using C (not C++)Implement a program that counts the words and prints theirfrequencies. In particular, the program extracts “words†from oneor more text files, from a pipe, or from...
- Q (10 pts) Write a function called isInBetween that takes 3 ints,say n, low and high, and returns a boolean; the function returnstrue if the first parameter (n) is between the...
- Q Write an array-based implementation of the ADT list that expandsthe size of the array of list entries as needed so that the listcan always accommodate a new entry.Also reduce the...
- Q willdescribe and evaluate the web site for: • Accuracy •Comprehensiveness • Clarity • Ease of Use • Navigation •Headers/Footers • Extra features • Site map • Use of links •...
- Q Use any C program withoutusing PTHREADS calculate time taken to executeprogram.Write same program of question 1 using PTHREADS.Calculate time taken to execute program.(1 mark)Identify data races in above program and...
- Q Create a c++ class called Fraction in which the objectswill represent fractions.Remember:Â Â do not reduce fractions,do not use \"const,\"do not provide any constructors,do not use three separate files.You will not receive...
- Q Write a C++ program to allow the user to:1. Create two classes. Employee and Departments.The Department class will have: DepartmentID, Departmentname,DepartmentHeadName.The Employee class will have employeeID, emploeename,employeesalary, employeeage, employeeDepartmentID.Both of...
- Q I have figured out this assignment, but I am having ahard time figuring out the extra credit, Thanks!Creating a Rectangle classWe have created a representation of a rectangle in C++...
- Q Correct mistakes in the following program:/* BUG ZONE!!!Example: some common pointer errors */#include <stdio.h>main(){int i = 57;float ztran4;int track[] = {1, 2, 3, 4, 5, 6}, stick[2][2];int *nsave;/* Let's try...
- Q Why would you need to create a datasheet? What information wouldyou recommend putting into it? Why? Please answer in your own word.2-3 paragraph
- Q PYTHON QUESTION:- Write the body of a function most_ending_digit(L) thatconsumes a non-empty list of natural numbers L and return thesingle digit that occurs most frequently at the end of the...
- Q Questions to Answer:What are some of the best practices for Security In the PublicCloud?With regard to Security:Do any of the approaches differ in the Public Cloud than they doin on...
- Q Two popular fiber ring technologies are FDDI (runs at 100 Mbps)and SONET (2.4 Gbps). Both are dual-ring technologies. Discover andreport what that means.
- Q Using Python, write a simple application that takes user inputof plaintext and key, and encrypt the plaintext with VigenereCipher. The application should then print out the plaintext and theciphertext.
- Q Explain the bounds registers approach for partitionedmemory management and also give the major disadvantage of thebounds registers approach
- Q Write a program that reads and prints a joke and its punch linefrom two different files. The first file contains a joke, but notits punch line. The second file has...
- Q Write a MIPS program that uses an implementation of quick sortto sort an array of numbers (Translate the following code into(Mars Assembly language).Quicksort Implementation - Cint partition(int arr [] ,...
- Q Select 3 GISystems elements of the ArcGIS Online softwareplatform (e.g. data layers, internet connection, etc.) and brieflydescribe one limitation and one advantage of the platform for eachof the 3 elements...
- Q I need to make a strategic IT plan for Emirates Airline so Ineed the organization background answering the followingpoints:Date that the company was founded.Outline, in point form, a brief history...
- Q I have a C++ question. I'm reading words from a text file andstoring each words in an array. Currently I'm doing it like thecode below and its working fine but...
- Q Dynamic Programming Question. Make the table for finding a LCS(Longest Common Subsequence) of the strings SLWOVNNDK andALWGQVNBKB. You need to Show the traceback for the LCS.
- Q Write a program that prompts the user to input their first namefrom the keyboard and stores them in the variable \"firstName\". Itdoes the same for last name and stores it...
- Q Using C++Create the UML, the header, the cpp, and the test file for anArtWork class.The features of an ArtWork are:Artist name (e.g. Vincent vanGogh or Stan Getz)Medium (e.g. oil painting...
- Q • Develop an \"Echo\" command that returns the parameters ondifferent lines.Example: For input\"$ Java Echo Hello world!\"The answer will be:\"Helloworld! â€using java programming language
- Q Write the DML code to add the first row of each table to thedatabase.
- Q Writing Classes IWrite a Java program containing two classes: Dog and a driver classKennel.A dog consists of the following information:• An integer age.• A string name. If the given name...
- Q Using the Fermat primality test, find the number of Fermatwitness and number of Fermat liars for 341 via computer programming(ex;c++).
- Q Java Program using Netbeans IDECreate class Date with the following capabilities:a. Output the date in multiple formats, such asMM/DD/YYYYJune 14, 1992DDD YYYYb. Use overloaded constructors to create Date objectsinitialized with...
- Q Sub HW4_1_1()'a. Using the properties window in the VB editor assign' the code name wsEx2 to the sheet with tab name Sheet1.'b. Using VBA code and the code name for...
- Q Term Project C++ Pet ClassProblem Specification:Design a class named Pet, which should have the followingfields:• name: The name field holds the name of a pet.• type: The type field holds...
- Q whats the purpose of the following software and tools in databasewarehousing? list some pros and cons.vmwareoracle databaserepository and workspacesdesign center
- Q please with java and in JOptionPane if possible.bank charges 10.00 per month plus the following fees for achecking account:   .10 each for less than 20 checks  . 08 each for...
- Q C++This exercise will provide practice with working with structuresand arrays. Although there might be many ways of doing theassignment, to get full credit, it must be done exactly asspecified here(for...
- Q 1a) Write a program in C programming language to determine*pass* or *fail*. Use the GP (0.00 - 1.49 -> fail1.50 - 4.00 -> pass)1b) Write a program in C to...
- Q Q1) (1 point) Design an efficient algorithm (in terms ofasymptotic complexity in the worst case) to determine if twostudents in a class of n students have the same height. What...
- Q Create an ElapsedTimeCalculator application that prompts theuser for a starting hour, whether it is am or pm, and the number ofelapsed hours. The application then displays the time after thatmany...
- Q RACKETa) Write a recursive function (gen-list startend). This function will generate a list of consecutive integers,from start to end. If start > end then an empty list isgenerated. For example:...
- Q JAVA JAVA JAVA . I need to convert a string input to int array,for example if user enters 12 / 27 / 2020 , I want to store eachvalue in...
- Q This should be in PythonStatement :A lot of people drink and drive. The legal blood alcohol levelis .08%. Blood alcohol level largely depends on an individual’s BMIand the percentage and...
- Q Design a C++ programAn address book is a book or a database used for saving andstoring contacts which may usuallyconsists of a few standard fields (for example: first name, lastname,...
- Q USING JAVA (netbeans)In your main, ask the user for an int. Do this by first printinga request for the int, then creating an int x, and using theScanner to read...
- Q What is the problem or topic you wish to ? How will you approachthis research? Why is this of interest to you and why should we beinterested in this topic?...
- Q JAVA PROGRAMMING1)BuildLists:Write a program to create an ArrayList<Integer>.Fill it with numbers from 1 to 1000.Then remove every even number.Then remove every multiple of 3 remainingThen remove every multiple of 5Then...
- Q Q1)Â Â Convert the following set of BNF rules to asingle EBNF rule.<E> --> <E> + <T> | <E> - <T> | <T>Q2)Â Â Briefly explain how the...
- Q Using OOP, write a C++ program that will read in a file ofnames. The file is called Names.txt and should be located in thecurrent directory of your program. Read in...
- Q A simple anagram finder program in Golang?
- Q Assume that at time 3 no systemresources are being used except for the processor and memory. Nowconsider the following events:At time 2: P0 is ready.At time 4: P0 is selected...
- Q this is data structures with C++ language, please do \"#1 &a\" separately and please send me copyable file1. Write a program that allows the user to enter the last namesof...
- Q myLinkedList.java>>>>>>>>public class MyLinkedList implementsMiniList<Integer>{/* Private member variables that you need to declare:** The head pointer** The tail pointer*/public class Node {// declare member variables (data and next)// finish these constructorspublic...
- Q You are required to write an interactive JS program that promptsthe user for three numbers and then finds the sum, average,smallest, and the largest value of the numbers and prints...
- Q Explain why commenting code is important. Include an example ofa good comment and of a bad comment. This should be done withmatlab in mind.
- Q Question 16How many binary digits are in an IPv4address?Group of answer choices416832Question 17A company is in the process of upgrading their networkinfrastructure to support new VoIP telephony equipment. Which ofthe...
- Q What are the Advantages and Disadvantages of Single RowFunctions.
- Q class Function{    public:    virtual double compute(double value) =0;    virtual double differenciate(doublevalue) = 0;    virtual double integrate(double value) =0;};class Sine : public Function{    public:    double compute(double value); // computesin(x) for a given x    double differenciate(double value); //compute derivative...
- Q In cryptography, a Caesar cipher, also known asCaesar's cipher, the shiftcipher, Caesar's code or Caesarshift, is one of the simplest and most widely knownencryption techniques. It is a type of...
- Q Write a Powershell script to create a Windows user account thatis a non-admin user. This assignment assumes that you already havea Windows VM, with the administrator account created..To complete the...
- Q Write a fortran 90 program that sets up a 4x4 2D real array Aand associate a single value pointer AP with element (2,1) of thatarray. Set all elements in A...
- Q Using Python, generate 100 random numbers ranging from 1 to 5,then plot them using matplotlib or Seaborn as a histogram
- Q Research and Program Producer-ConsumerProblemIn this assignment you will design a programming solution to thebounded-buffer problem using the producer and consumer processesshown in the lecture notes. The solution presented in the...
- Q What output is produced by the following code?  Explain how it works.public class A {int a = 1;int b = 2;public int getSum(int a, int b) {   this.a+=a;   this.b+=b;   return this.a...
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!