Answer:
Use the word project
Explanation:
Its just a guess
Janis will use the word project for authoring the project report.
What is Project Report?A project report is a document that provides information on the general state of the project or particular aspects of its performance. Regardless of the report type, it includes project data based on managerial, technical, financial, economic, or production elements.
Writing a project report helps you identify and comprehend the requirements for the success of your project. It makes your ideas clear to you.
Any firm needs information from a variety of sources, including technical, financial, economic, production, and managerial information. They are important during the inception, growth, and expansion phases of a business.
To know more about Project Report follow the link.
https://brainly.com/question/6905384
#SPJ5
Select the correct answer from each drop-down menu.
David works at a company that provides financial solutions. He wants to create an interactive presentation for his company. Which interactive
platforms can David use for this presentation?
David can use an interactive
for his presentation.
or a?
The interactive platform that David can use for his presentation is the Powerpoint (Windows) platform.
What is Powerpoint?Microsoft PowerPoint is an interactive platform (software) that can be used to create dynamic presentations.
Microsoft PowerPoint can be used to generate images, tables, and different types of graphics.
These images can be supported by multiple types of information (even financial information), which enables to show interactive presentations.
Learn more about interactive presentations here:
https://brainly.com/question/17173901
What were the requirements to be an accountant 15 years ago? And what are the requirements now.
Answer:
Back then:
The first step is to determine your state's educational requirements for taking the CPA Exam. Recent grads usually need to have earned 150 college credits in order to sit for the CPA Exam. After obtaining the required amount of college credits, many students enroll in a CPA Review course just prior to sitting for the CPA Exam.
Now:
Aspiring accountants need a bachelor's degree in accounting or business to begin work in the field. A bachelor's degree usually takes about four years and 120 credits to complete. Those with an associate degree might enter the field as bookkeepers or accounting clerks.
Explanation:
question in the attached img. pls help me thank you in advance
Answer:here you go miss
Explanation:
1.A title bar is a graphical user interface (GUI) component of a software application or Web page.
2. A menu bar is a row or strip of menu items titles that, when clicked, display dropdown menu of other items or commands.
3. The toolbar, also called bar or standard toolbar, is a row of buttons, often near the top of an application window, that controls software functions.
4. Apache Axis (A pache e X tensible I nteraction S ystem) is an open-source, XML based Web service framework.
5. A status bar is located at the bottom of Internet browser windows and many application windows and displays the current state of the web page or application being displayed.
6. VCB box Type in value and press Enter to apply the
value to the active tool (no click required).
Which xxx completes the code to read every integer from file "data. txt"? fileinputstream inputstream = null; scanner infs = null; int total = 0; inputstream = new fileinputstream("data. txt"); infs = new scanner(filebytestream); while(xxx){ total = total + infs. nextint(); } system. out. println("total: " + total); group of answer choices inputstream. hasnextint( ) total != 0 infs. hasnextint( ) infs. eof( ) == false
Answer:
total+ infs . nex (xxx){total}
Explanation:
this is correct theres nothing wrong
paanswer po number 1, 2, 4, 6, 9, 15, 19 tyyyy
Answer:
I hope it helps you
Explanation:
Pls do let me know if any doubt
Which tab can help start a query? Create External Data File Home
The Create, External Data, File and Home tabs are in Microsoft Office Access
The Create tab can help to start a query
How to determine the tab?
There are several tabs in Microsoft Office Access.
Of all these tabs, the Create tab is used to help the user to start a query and return the required data of the query.
The other tabs such as file and home are used to perfom other tasks which include open files, save query, etc.
Read more about database at:
https://brainly.com/question/518894
Answer:
Its A Your Welcome
Explanation:
Consider the following three classes class A{. }; class B{. }; class C : public B, virtual public A{. }; What is the order of invocation of constructors when an object of class C is instantiated?
The order of construct in the C++ programming language with the addition of the class instantiate is Class C, Class B, and Class A.
What is class instantiate?In the computer language, class instantiate is given as the addition or the creation of the new class. The new class construct in the language helps in the creation of the new object.
In the C++ language, the order of constructor is given in top to bottom. The construct order will be:
Class CClass BClass ALearn more about class instantiate, here:
https://brainly.com/question/9866466
#SPJ1
You are performing digital forensics in an enterprise that recently experienced a security breach. You successfully retrieved all volatile data, and your next focus is hard drives. How should you collect evidence from the hard drives without tainting any evidence
How should you collect evidence from the hard drives without tainting any evidence is to: Use mirror image backup.
What is mirror image backups?Mirror image backups can be defined as a type of backup that enables you to backup all the document or items that you have on your computer hard drive.
Mirror image backup is vital because it enables you to have the same copy of all the data or information that is store on your hard drive.
Therefore how should you collect evidence from the hard drives without tainting any evidence is to: Use mirror image backup.
Learn more about Mirror image backups here:https://brainly.com/question/21465714
2.9.8 stop light codehs
I cant figure out how to do this stop light function on codehs help
(this is the assignment)
Write a program that prompts the user for a color: red, yellow, or green (the colors of a stoplight). Then using if statements and else statements, print the user a message describing what they should do. For example if the color was red, you could say something like, “Red light: you should stop.”
As a bonus, see if you can use “else if” in this problem. Check out “else if” in the “Docs” tab.
You may assume the user will only input “red”, “yellow”, or “green”. You do not have to worry about other colors, or mixed capitalization such as “blue” or “ReD”, but you can make your program handle these cases if you wish!
The program illustrates the use of conditional statements
Conditional statements are statements used to make comparison and decisions
How to write the program?The program written in Python, where comments are used to explain each action is as follows:
#This gets input for the color
color = input("Color: ").lower()
#This checks if the input is red
if color == "red":
print(“Red light: you should stop.”)
#This checks if the input is yellow
elif color == "yellow":
print(“Yellow light: you should get ready.”)
#This checks if the input is green
elif color == "green":
print(“Green light: you should go.”)
#This checks for invalid input
else:
print(“Invalid")
Read more about Python programs at:
https://brainly.com/question/24833629
What happens when the button is clicked? Open the functions drawer and look at each of the StateLibrary functions. Mouseover them for documentation. How do these functions work? Click "Manage Libraries" in the gear menu, then click "view code" for the State Library. Read the code. How do the library functions work? Were your predictions correct?
Library functions work by assesment through its function name.
What are Library functions?Library functions are computer language that are made up of inbuilt functions which are grouped together in a place called library.
A library is the collection of resources or data used by computer programs for software development.
These resources may include:
configuration data, documentation,help data, message templates andpre-written code.Therefore, Library functions work by assesment through its function name.
Learn more about library here:
https://brainly.com/question/5961530
Do network packets take the shortest route?
Answer:
The packet will take a shorter path through networks 2 and 4
Answer:The packet will take a shorter path through networks 2 and 4, but networks 1, 3, and 5 might be faster at forwarding packets than 2 and 4. These are the kinds of choices network routers constantly make.What is shortest path routing in computer networks?
The goal of shortest path routing is to find a path between two nodes that has the lowest total cost, where the total cost of a path is the sum of arc costs in that path. For example, Dijikstra uses the nodes labelling with its distance from the source node along the better-known route.
Explanation:
You use trace precedents for a cell containing a formula. What indicates an error in the precedents used?.
When you use Trace Precedents for a cell containing a formula, an error in the precedents used would be indicated by a red tracer arrow.
What is Trace Precedents?Trace Precedents can be defined as cells or groups of cells in Microsoft Excel that is used to review and determine which ones affect the value of an active cell.
IGenerally, when you use Trace Precedents for a cell in a spreadsheet document containing a formula, an error in the precedents used would be indicated by a red tracer arrow, which is displayed between the dependent and precedent cells.
Read more on cells here: brainly.com/question/26053797
In the context of customer relationship management (CRM) applications, which approach is chosen by organizations with an established IT infrastructure
In the context of customer relationship management (CRM) applications, On-premises CRM approach is chosen by organizations with an established IT.
What is on-premise CRM?This is known as On-Premise software. It is also called CRM. This is regarded as a software that has its infrastructure, hardware, operating system etc. found on the client's premises.
Note that this implies that any form of maintenance, repairs, updates, etc. must be done a personal own IT member or staff.
Learn more about customer relationship from
https://brainly.com/question/25656282
Which two statements accurately describe this computer program? Click all that apply.
A. Clicking the green flag is the event that triggers the cat to move.
B. The code is written in C++, a block-based programming language.
C. The programmer refused a module to make the cat move and make noise.
D. There are two sprites, wearing cat and butterfly costumes.
Clicking the green flag is not the event that triggers the cat to move, as the orange "event" block says to trigger when the sprite is clicked, and this is not C++.
What is Computer program?
Instructions must be expressed clearly and precisely since computers can only understand particular instructions or commands in the language that the user is programming them in.
Some computers require users to develop programs using blocks while others demand text-based languages since not all computers can comprehend the same things.
In contrast to computers, your acquaintance would be able to read beyond any spelling and grammar mistakes or request clarification if your handwriting was illegible if you opted to write down the instructions for them.
Therefore, Clicking the green flag is not the event that triggers the cat to move, as the orange "event" block says to trigger when the sprite is clicked, and this is not C++.
To learn more about Computer programe, refer to the link:
https://brainly.com/question/14618533
#SPJ7
Isabella is a network engineer. She would like to strengthen the security of her organization's networks by adding more requirements before allowing a device to connect to a network. She plans to add authentication to the wireless network and posture checking to the wired network. What technology should Isabella use
The technology that Isabella should use to strengthen the security of her organization's networks is Network access control (NAC).
What is Network access control (NAC)?Network access control (NAC), is popularly known to be network admission control. This is said to be a kind of process that is known for hindering unauthorized users and devices from having any kind of access to any private network.
Note that the use of this Network access control (NAC) can help Isabella should to strengthen the security of her organization's networks.
Learn more about network engineer from
https://brainly.com/question/26563535
Please help me on this it’s due now
Answer:
All of the above because all the other factors are needed to be considered
When performing forensics on an Apple computer, what operating system are you the most likely to encounter QUIZLET
When performing forensics on an Apple computer, the operating system are you the most likely to encounter is iOS.
What is operating system forensics?A Operating System Forensics is known to be a method used for the retrieving of any useful information from the Operating System (OS) of the computer or any kind of mobile device.
Note that the reasons for collecting this information is so as to get all the empirical evidence against any kind of perpetrator.
Learn more about operating system from
https://brainly.com/question/1763761
How are data organized and manipulated in a database?
Answer:
What is Data Manipulation? Data manipulation refers to the process of adjusting data to make it organised and easier to read. These commands tell the database where to select data from and what to do with it.
Explanation:
ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the _______
ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.
What is ERP (Enterprise Resource Planning)?The Enterprise Resource Planning or ERP is the software which is used by the organization to manage its essential elements such as sales, marketing, accounting etc.
The cloud used to manage this sensitive data is called the Cloud ERP.
Cloud ERP is the system which runs on the cloud platform of a vendor.This system allow the customers and organization to store and manage their sensitive data.ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.
Learn more about the Enterprise Resource Planning here;
https://brainly.com/question/14635097
#SPJ1
Consider a swapping system in which memory consists of the following hole sizes in memory order: 10 KB, 4 KB, 20 KB, 18 KB, 7 KB, 9 KB, 12 KB, and 15 KB. Which hole is taken for successive segment request of
Answer:
um uwu
Explanation:
Anyone know an "unblocked" alternative of giggl, or hyperbeam, maybe discord for a school chromebook while i wait during class since i'm literally finished with everything, or can you tell me how to unblock things on the chromebook.
You can get a VPN via the place where you get on your browser. Any VPN with at least a 4.2-star rating should do the trick. If you are on chrome, I'd recommend Adguard VPN. You can create an account for free.
All data and bookman accounts will now start to be deleted from your Chromebook. You can now use your Chromebook without any limitations once you've finished.
What are the ways to unblock things on the Chromebooks?This makes sure that neither other users nor unauthorized individuals may access your data by removing the Chromebook's hard drive and reading it. A Chromebook's “owner” is the first person to log in, and they have the option to control who else is permitted to log in if they so decide.
A VPN can be obtained from the same location where you download your browser. Any VPN with at least a 4.2-star rating should do the trick. If you are on chrome, I'd recommend AdGuard VPN. You can create an account for free.
Therefore, On your Chromebook, it is not possible to transfer owner permissions to another account.
Learn more about Chromebook here:
https://brainly.com/question/23567863
#SPJ5
Select the correct explanation for the fact that a carrier of a recessive genetic disorder does not have the disorder.
The correct explanation is that In a recessive disorder, only a single functioning allele is necessary to determine a normal phenotype.
How is a carrier differs from a person who has a genetic disorder?A carrier of a disease is known to be any person that is said to have the disease trait, and they do not show any kind of physical symptoms of the said ailment.
Note that the carrier do have present in them a gene mutation in the recessive gene. The dominant gene is said to overpower the recessive gene, making the carrier to have the disease and can be able to pass on the said gene to their child.
Learn more about disorder from
https://brainly.com/question/25771019
what should i do if my earbuds keep dying and not charge fully to where i get 2 minutes out of them
Answer:
Check the chord that plus into the case because it might need fixing. Buy a new cord or a new case. Or call apple customer service, and tell them the earbuds will not charge and they may give you a free pair! Be sure to make them feel like they are about to loose a customer and but still be sweet and respectful. If none of that works, you might have to buy a new pair :(
Explanation:
Good luck! and i hope this helped <3 Brainliest please? :)
nums = [30, 10, 30, 14, 10, 3, 9, 7]
print(nums)
nums.extend([24, 3, 21, 19])
print(nums)
What is output by the second print statement in the code above?
Group of answer choices
[30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]
[30, 10, 30, 14, 10, 3, 9, 7]
[24, 3, 21, 19]
[24, 3, 21, 19, 30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]
The range function must have two parameters is False. ~Range has three possible sets of parameters: range(stop) - Returns 0 to the given stop value, counts by one.
What is program?A computer can run multiple programs simultaneously, and each program can be in a different state. There are three states a program can be in: running, blocked, and ready. If a program is running, it means that it is currently using the computer's resources, such as the processor, memory, and I/O devices, to perform its tasks.
On the other hand, if a program is blocked, it means that it is waiting for a resource to become available, such as a file, network connection, or input from the user. In the scenario you mentioned, "Program A" is in the running state, meaning it is actively using the computer's resources.
Therefore, Program B" is in the blocked state, meaning it is waiting for a resource to become available so it can continue to run.
Learn more about program on:
brainly.com/question/30613605
#SPJ3
the ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 true or false
The ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 is known as a true statement.
What is the meaning of online document?“E-document” is a term that is used for any online document. It refers to to any form of transactional document that is often exchanged between trading partners in form of an electronic format and manner.
Note that the strength to be able to work with others on online documents can be made possible via technologies that are said to be known as web 2.0.
Learn more about online documents from
https://brainly.com/question/13171394
Answer:
True
Explanation:
Just because
how to select whose salary is between 1000 and 2000 in Microsoft access what is its criteria
Answer:
Hey
In the query design view, go to criteria and choose the cell you want to put criteria on. type
>1000 AND <2000
How would a user ensure that they do not exceed the mailbox quota?
The user can select a mailbox that does not have a quota.
The user can flag the items as Junk Mail.
The user can just move items to the Deleted Items folder.
The user must empty items from the Deleted Items folder or Archive items.
Answer:
I don't know about this one
What is the advantage of selecting the only create connection option when importing data?.
The advantage of selecting the only create connection option when importing data is that there would be no tables or reports that will show in your workbook.
What is only create connection about?The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.
Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.
Learn more about data from
https://brainly.com/question/19243813
In flowcharts the rectangle shape represents a process or assignment statement?
A. True
B. False
What is ergonomic in computer and technology
Answer: Interaction with technology
Explanation: Computer ergonomics is the study of how we interact with our computers. Scientists that study computer ergonomics, attempt to find solutions to strain, fatigue, and injuries caused by poor product design or workplace arrangement. Their goal is to create an overall comfortable and relaxed workplace environment.