Programming question and answers for July 04, 2023
- Q (Do the algorithm and flowchart)Write a C++ program that reads integer numbers and print it inhorizontal order of the screen
- Q Write a code in C to shift serially the content of the registerlabelled x through the bit #1 of Port A starting with leastsignificant bit. Include the port configuration. Do...
- Q What is Enterprise Governance and IT Governance in EnterpriseArchitecture? PLEASE write in your own words! thanks
- Q Use the Affine cipher algorithm with k1=7,k2=11 to encrypt thefollowing message : I want to get a hundred in this test
- Q Module 2 Programming Assignment – BattleshipRefactorRefactor your Battleship drawing code from Module 1.Download the OO template for the basic battleship game,BattleshipRefactor.zip (refer below)The template has the outline of a battleship...
- Q Cyber Security is a major concern to legitimate businessesaround the world. It is also the largest growing illegitimatebusiness. What are the 2 to main attack vectors on the technicalside discussed...
- Q QUESTION 6A single line comment in C++ language source code can begin with_____Â Â Â Â Â a) //b) ;c) :d) /*QUESTION 7What is the output of the following program?#include<iostream> using namespace std; class...
- Q Instructions:SLLQueue (13 pts)◠Using the three properties below, implement thequeue interface using the SLLNode class fromLab 2:○ head_node → SLLNode object or None○ tail_node → SLLNode object or None○ size...
- Q The Gary class is subject to C++ unit testing and therefore hasstricter requirements for composition. Each required memberfunction will be denoted. (1) Gary shall be constructed with a parameterized constructoraccepting...
- Q Python3 *Use Recursion*Write a function called smallest_sum(A,L) where A is the valueand L is a list of ints.smallest_sum should return the length of the smallestcombinations of L that add up...
- Q IN JAVA: Write a simple program that takes 5 inputs from theuser and save them into a Text File. The inputs areStudent Name, Student Address and student Date ofBirth. Also...
- Q This is all in Python. Also, the names come from a .txt filethat i have created with 3 names on it(Jim,Pam,Dwight).Main Function. Write a program where the userenters a name....
- Q Write code in MIPS ,read tow numberfrom the user that do thefollowing:1- multiply2- Dividing3- sum4-average5-minimum6- maximum7- printmessage to thank the user for using my program
- Q public class ProductThread {static class ProductThreads extends Thread{private int begin, end;int[] v1, v2;long ris;public ProductThreads(String name, int [] v1, int [] v2, intbegin, int end) {setName(name);this.v1 = v1;this.v2 = v2;this.begin...
- Q Write a script named numberlines.py. This scriptcreates a program listing from a source program.This script should:Prompt the user for the names of two files.The input filename could be the name...
- Q III. Answer part A,B, and C. (in JAVA)3a)Return the number of times the letter 'a' occurs in aString.countA(\"abc\") → 1countA(\"wxyz\") → 0countA(\"bcaca\") → 23b)Return the number of times the given...
- Q 2. Create a java program that reads a file line by line andextract the firstword.       The program will ask for the name of input and output file.Input file: words.txttoday tomorrowsam petersonpeter...
- Q write a script in ruby to automate user account creation inLinux using a CSV file. Username is a combination of first initiallast initial of the first name and last name...
- Q Write a C++ program that will output the multiplication table asshow below:1*1=1          2*1=2                   3*1=3         ……  9*1=11+2=2         2*2=4                   3*2=6          ……  9*2=18…….           …….                   …….           ……  …….1*9=9         2*8=18                 3*9=27         ……  9*9=81
- Q design a divide & conquer alogrithm that requires 2recursive calls for array size greater than 2. the algorithm shouldreceive an array of ints and output the product of the array.provide...
- Q [10, 3, 15, 18]4.Password CheckerWrite a fuction calledpasswordChecker()that asks the user to input a string andchecks if the string can be used as a password. Loopuntil the user inputs anappropriate...
- Q Yasha swam in a pool the size of the NxM meters and was tired.At this point, he discovered that he was at an X-meter distancefrom one of the long sides...
- Q UNIX ONLYWrite a bash script that will accept a filename as a commandline argument. Your script should first check whether the filenamehas been passed as argument or not (hint: at...
- Q IN PYTHON ( Use Fuctions and or with Loop ifcomfortable)Your friends just bought a new five room house and need yourhelp to know how much it will cost to re-do...
- Q Hi there, I have needed a big report about \"PersonalPortfolio Website\" Which is included (HTML, CSS, JavaScript). Youhave to write briefly about HTML, CSS, JAVASCRIPT And PortfolioWebsite.Please try to write...
- Q Demonstrate why is not enough to use an asymmetric cryptingscheme such as RSA to allow two parties to securely exchangemessages? What is the technology to deal with the problem?
- Q The protections from the security software must continue whenthe device is taken off the network, such as when it is off-grid,or in airplane mode and similar. Still, much of the...
- Q To model repayment of a loan, you need to calculate the intereston the balance and deduct any payments made. So if the balance atthe start of the period is L...
- Q Compute the check sum for each of the followingdata.a.0x12430xFFE0b.0xFF340xEFD00X32100xEDFE
- Q With at least two concrete examples per phraseology, distinguishbetween Walk the talk and Talk the walk
- Q General overview (In C++)In this program you will be reading sales information from afile and writing out a bar chart for each of the stores. The barcharts will be created...
- Q Need to process these steps in UNIX.To encourage users to get a good night's sleep, it has beendecided that the web server will be unavailable from 23:30 eachnight until 07:00...
- Q I need this in Java please:Lab11B: Understanding the constructor. Remember that theconstructor is just a special method (with no return type) that hasthe same name as the class name. Its...
- Q Describe one of the three data transfer methodologies for cloudmigration. Research online for a real-world use-case example.​
- Q public class Date{ private int dMonth; //variable to store the month private int dDay; //variable to store the day...
- Q Discuss with your classmates, the impact of Java from apersonal, business, and societal perspective. How much do youinteract with Java on a daily basis?
- Q Research and describe the following :1. User Stories * What arethey used for in the agile process? * Provide an example of atleast one user story related to the final...
- Q For h1 headings that are direct children of the nav element:Set the font-size to 1.2em,Set the font-color to white,Set the background-color to black, andSet the text-align property to center.
- Q I need this in Java please:Behaviors. In the context of OOP, functions are called methodsor behaviors because they typically do something. Most often, theyread or change the values of one...
- Q . The following is a key exchange protocol used by two clients,A and B, to obtain a symmetric key???, using a trusted server, S.Assume that A and B had previously...
- Q Where is the infinite loop in the code?Input for the code 1 2.5 2 40200000 1 0 2 80400000 2 ffffffff3#include <stdio.h>#include <math.h>#include <stdlib.h>int count = 31;void toBinary(int num, int...
- Q Write a program in C++ to find the number of comparisons usingbinarySearch and the sequential search algorithm as follows:Suppose list is an array of 1000 elements.a. Use a random number...
- Q Japan’s government rebuked the Tokyo Stock Exchange and one ofthe country’s biggest brokerage firms Friday after a typing errorcaused Mizuho Securities Co. to lose at least 27 billion yen ($225million)...
- Q In a requirement gathering session, you have made notes whilediscussing about Suppliers, with a user from procurement team. Abusiness analyst who is working with you looks at your notes andasks...
- Q (1) Prompt the user for a title for data. Output the title. (1pt)Ex:Enter a title for the data:Number of Novels AuthoredYou entered: Number of Novels Authored(2) Prompt the user for...
- Q You are creating an enhanced entity relationship model for acampus information system. A junior team member who is helping youasks you to describe the following terms with examples of relevantentities...
- Q import java.io.File;import java.io.FileNotFoundException;import java.util.Scanner;public class BowlerReader { private static final String FILE_NAME = \"bowler.txt\"; public static void main(String[] args) throws FileNotFoundException { System.out.println(\"Reading Data from...
- Q Discuss three specific sets of technologies and why they poseschallenges for companies. Social Media Cloud Computing Analytics.Your essay should structure the pros and cons for organizations,and discuss risks/opportunities associated with...
- Q I have multiple .txt files in a folder, and i want to combineall their contents into a single .txt fileHow do I go about such an operation in Python?
- Q On your part time job at a gym, you notice that there are a lotof issues with member’s data. The number one pain area is duplicateand often triplicate records for...
- Q [Linux quiz]Explain the purpose of MIME. How does it facilitate the use of aGUI?
- Q Answer this question using complete sentences. Write your answerin 250 words or more.Contrast and compare traditional RDBMS and NoSQL databases andexplain why RDBMS is not an option for Big Data.Explain...
- Q In a requirement gathering session, you have made notes whilediscussing about Suppliers, with a user from procurement team. Abusiness analyst who is working with you looks at your notes andasks...
- Q ï‚·Who develops the technology?ï‚·Who controls the technology (or does it control us)?ï‚·Should there be “human intervention†in the technologydevelopment and use (e.g. are “robots†building “robotsâ€)?ï‚·How does “surveillance†and “oversightâ€...
- Q Need this program in Raptor. Post the pseudocode and theflowchart please! Brewster’s Used Car, Inc. employs severalsalespeople. Brewster, the owner of the company, has provided afile named sales.txt that contains...
- Q Given the partially coded project:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace StaticHW{ Â Â class Program{static void Main(string[] args){// will have 3 DogsDog[] allDogs = new Dog[3];allDogs[0] = new Dog(20f, 10f, \"Fido\");allDogs[1] =...
- Q def stateTax(amount):taxRate = 0.05taxAmount = taxRate * amountprint('State tax: ',taxAmount)return taxAmountdef countyTax(amount):taxRate = 0.025taxAmount = taxRate * amountprint('County tax: ',taxAmount)return taxAmountdef totalTax(state,county):taxAmount = state + countyprint('Total tax: ',taxAmount)return taxAmountdef totalAmount(amount,...
- Q You are creating an enhanced entity-relationship model for acampus information system. A junior team member who is helping youasks you to describe the following terms with examples of relevantentities from...
- Q Ludwig van Beethoven is considered a transitional figure inmusic history and he is the first composer that we really think ofas truly “suffering for his art†because of his tragic...
- Q Assume you are working at Healthy Food company. Your job is toreceive food delivery from the company suppliers.You are given a task to receive boxes containing Apple juice.Each box contains...
- Q C++ programReference: while loop, if....else, for loop, the % operatorMARTIAN BOOLEAN MULTIPLICATION OBJECTIVE: To compute the productof two integers using the Martian method of multiplication.INPUT: 5 pairs of positive integers...
- Q JAVAI need to write a code that calculates mean and standarddeviation using arrays and OOP. This is what I have so far. I'mclose but my deviation calculator method is throwing...
- Q What is the definition for KPA - Game, CPA- game, and CCA-game?And what is the definition for KPA- IND, CPA- IND and CCA-IND?
- Q A. Answer the following questions: Describe the two generalroles of an operating systemand elaborate why these roles are important.B. What is a process? What are attributes of a process?C. Describe...
- Q I want flowchart process for this code c++_____________________#include<bits/stdc++.h>using namespace std;int main(){char repeat = 'Y';for (;repeat == 'Y';){char empname[222];float basicSalary, h_r_a, DearnessAllow, tax, netSalary;int e_id;cout<<\"\nEmployee Name :\";cin>>empname;cout<<\"\nEmployee Id :\";cin>>e_id;cout << \"Enter...
- Q My IDE : NETBEAN JAVATHANK YOU SO MUCH ( THE QUESTION IS ON SPECIFICATION)Sample RunDepartment Store Sales Tax and Grand Total ApplicationData Entries: Enter 0 to end your inputCost of...
- Q You are creating anenhanced entity relationship model for a campus information system.A junior team member who is helping you asks you to describe thefollowing terms with examples of relevant entities...
- Q Write an HTML file for a web page that contains the itemsbelow.Use an internal style sheet to specify all fonts, sizes, colors,and any other aspects of the presentation. Your page...
- Q Write a program that prints the count of all prime numbersbetween A and B (inclusive), where A and B are defined asfollows:A = The 5 digit unique number you had...
- Q Assignment PurposeThe purpose of this lab is to write a well commented javaprogram that demonstrates the use of two dimensional arrays, inputvalidation, and methods. (Write by Java Code, NeedComment)InstructionsA theater...
- Q Please, i need Unique answer, Use your ownwords (don't copy and paste).*Please, don't use handwriting.Please, i need Unique answer, Use your ownwords (don't copy and paste).*Please, don't use handwriting.Q1: Assume...
- Q PythonCreate a move function that is only defined in the base classcalled Objects. The move function will take twoparameters x,y and will also return the updated x,y parameters.
- Q // TESTING//------------------------------------------------------------------------------// TEST CASE 1//// DESCRIPTION// Performs an acceptance test of the entire program.//// INPUT DATA (Note that the input data is read from a filenamed payroll.txt)// Simpson Homer// 15.25...
- Q ATestforPrimalityisthefollowing:Given an integer n > 1, to test whether n is prime check tosee if it is divisible by a prime number less than or equal to it’ssquare root. If...
- Q Scanning ToolsHow does IP protocol scanning work, consider the various typeand tools?What are some of the most popular scanner tools and why?SniffersWhere are sniffers normally placed?What are the components of...
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!