Write an algorithm and draw a flowchart to input two numbers from the user and display the largest of two numbers
Answer:
Explanation:
Required
- Algorithm to display largest of two numbers
- Flowchart to display largest of two numbers
Algorithm
1. Start
2. Input num1, num2
3. Largest = num2
4. If num1 > num2 Then
4.1 Largest = num1
4. Print Largest
5. Stop.
See attachment for flowchart
To do this, three variables (num1, num2 and Largest) are used.
The algorithm starts by inputting values for num1 and num2; Then variable Largest is initialized to num2
If num1 is greater than num2, the value of Largest is changed to num2; else, nothing changes
Then Largest is printed.
The algorithm and flowchart which evaluates the larger of two numbers is given below and the flowchart attached :
The algorithm :
Step 1 : Start
Step 2 : Reads in two values a and b
Step 3 : Using the comparison operator, check if a is greater or b is greater
If a is greater, display a is greater, otherwise, b is greater.
Step 4 : Stop
The algorithm above gives the stepwise approach to finding the larger value. The graphical order of instruction called the flowchart is attached.
Learn more : https://brainly.com/question/25415243
five difference between a keyboard and a mouse
Answer:
1.Mouse is a pointing device while a keyboard is an input device.
2.The main purpose of a mouse is to guide a cursor on the monitor while a keyboard is like a typewriter
To answer the research question "How am I going to find the information I need on the tople?" the best thing Georgia should
do first is
get on her computer to search the topic
make a list of the books she could use.
ask her teacher for specific suggestions.
make a list of relevant sources to check out
Answer:
The correct option is D)
Explanation:
To get information about a research topic the first thing to do is make a list of relevant sources.
Georgias sources would depend on the type of research she has been asked to conduct.
If it's primary research, she would collect information from:
Her own experienceHer own observationthe Information she gathers personally from other peopleIf it is secondary research, she can look at
books (hard copy, e-copy)journals (online, offline)online (blogs, videos, websites etc)Whilst looking online, it is important to stick to authoritative sources as it is possible for anyone to publish anything online.
Examples of reliable sources are:
Journals from Industry AssociationsBureaus of StatisticsGlobal Research CompaniesHigher Institutions e.t.c.Cheers!
Answer:
D
Explanation:
Edge 2021
The hexadecimal number system uses alphabets A to F to represent values_ to _
Answer:
they represent values 10 to 15
A. Design an algorithm that takes 2 integers input from users in 2 variables, without using any other variable swap the values. Design its flow chart as well.
Answer:
The algorithm is as follows
Start Accept Input1 and Input2 Input1 = Input1 + Input2 Input2= Input1- Input2 Input1= Input1- Input2 Print Input1 Print Input2 StopSee attachment for Flowchart
Line 1 and 8 of the algorithm starts and stops the algorithm
Line 2 accepts the two integer variables (input1 and input2)
Take for instance input1 = 5 and input2 = 4
Line 3 increases input1 by input2
At this point, Input1 = 5 + 4 = 9
Line 4 subtracts input2 from input1 and saves it in input2
i.e. Input2 = 9 - 4 = 5
Note that, the value of input2 has changed to the initial value of Input1
Line 5 subtracts input2 from input1 and saves it in input1
i.e. Input1 = 9 - 5 = 4
Note that, the value of input1 has changed to the initial value of Input2
Line 6 and 7 prints the new values of input1 and input2
The flowchart does the same thing as the algorithm; the only difference is that it uses lines and shapes to depict flow of program
The flowchart was designed using Microsoft Office Word
1.
Which of the following is NOT caused by alcohol?
Answer:
What are the choices
Answer:
Explanation:reduced concentratjon
inhibited comprehension
decreased coordination
increased heart rate
You’re mapping out the logical relations of a database, and you notice that one of your tables will have a pair of child records for every record created in the parent entity. What type of relationship do these tables have?
A. One-to-many
B. Pair of one-to-many relationships
C. Many-to-Manu
D. One-to-one
The type of relationship that these tables have is (B), Pair of one-to-many relationships.
What is one-to-many relationships?A one-to-many relationship is a type of relationship between two tables in a database where one record in the parent table can have multiple child records in the child table. In this case, one record in the parent table will have a pair of child records in the child table, so the relationship between the two tables is a pair of one-to-many relationships.
For example, a table of employees could have a one-to-many relationship with a table of dependents. Each employee could have multiple dependents, so each record in the employees table would have a pair of child records in the dependents table.
Find out more on database here: https://brainly.com/question/31089407
#SPJ2
which menu would most likely allow you to choose a font A.file B.Edit C.format D.insert
Answer:
D
Explanation:
We are required to find the menu would most likely allow you to choose a font.
The menu which would most likely allow you to choose a font is "format"
File menu: It is used to create new document or update existing document. Edit menu: It is used to edit documents. It functions includes: copy, paste, select, find, cut, undo, select all, replace etc.Format menu: This is the menu that controls the fonts in your documents. It is used apply borders, paragraphs, background, bullet points, numbers, columns. etc.Insert menu: This is used to place date, pictures, graph, page number, symbol etc in the documents.Therefore, the menu which would most likely allow you to choose a font is "format"
Read more:
https://brainly.com/question/19566768
What is 540 to the nearest TENTH?
Answer:
500
Explanation:
no explanation, sorry
Which of the following operation is not performed by a mouse 1) left click , middle click , right click, double click
Answer:
middle click
Explanation:
hope it helps
Answer:
middle click
Explanation:
because in the middle it has a scroll
what is the usage of sustainable energy?
the formula =sum(b2:b10 finds the?
Answer:
sum (addition) of all the numbers in cells b2 to b10.
Explanation:
30 POINTS!!
Type the correct answer in the box. Spell all words correctly.
Jason needs to learn a new web tool. He went through his books to understand more about it. Now he wants hands-on experience with using that tool. What would help him?
Jason can use ______ websites where workspace is provided to test the results of your code.
Answer:
online
the answer is online
Which statement correctly differentiates how to use list and table styles?
Both styles can be used to change bullets in an outline.
Both styles can be used to add shading to even-banded rows.
Only the table style can be used to identify where the style can be used.
Only the list style can be used to identify to which level the style can be applied.
The correct awnser is the bottom one
Answer: Only the list style can be used to identify to which level the style can be applied.
Explanation: The styling option refers to a range of personalization such as text formating, color, themes and other appearance options which can be added to documents either to differentiate, beautify or enhab e clarity of our document. The list and table styles are different with the list styles giving freedom to enhance and refine lists while table style is used to refine documents placed in a table format. List style are for changing bullets, only table styles can be used to add shading to banded rows.
However, only the list style can be used to identify to which level the style can be applied as it offers more freedom to use and personalize than the table style.
Answer:d
Explanation:
Why are proper ergonomics important for learning? Students can socialize more when their work area is comfortable. Students can study better if their work area is comfortable. Students are able to take longer breaks when their work area is functional. Students experience more physical strain if their work area is functional.
Answer:
The correct answer to the following question will be Option B (Students can research easier if their environment is convenient).
Explanation:
Ergonomics defined as the study including its type of job individuals do, the world in which they job as well as the resources people utilize to perform the function.School operation, because this is not a working circumstance, is always at the discretion of "cause and effect," such that, there might not be a standard that satisfies the food safety performance indicators of learning spaces, while adequate ergonomics seems to be very necessary since students will learn easier if their working environment was indeed pleasant.The other three choices are not related to the given scenario. So that option B seems to be the appropriate choice.
Answer:
B
Explanation:
edge 2020
30 POINTS!!
Type the correct answer in the box. Spell all words correctly.
What is the difference between Photoshop and Photoshop Lightroom?
The difference between Photoshop and Photoshop Lightroom is that the latter offers more _____ photo-editing features.
Answer:
technical
Explanation:
Answer:
i think it is tecnical
Explanation:
Write a Python program to convert the characters to lowercase in a string
Answer:
Following is the program in the python language
st = 'sAN RaN' #String
print(st.lower()) #display into the lowercase
Output:
san ran
Explanation:
Following are the description of program
Declared and initialized the string in the "st" variable .The lower function in python is used for converting the uppercase string into the lower case string .Finally in the print function we used lower function and display the string into the lower casePLEASE HELP!!!
If you try to ______
PowerPoint while there are unsaved changes, you will be
asked whether you want to save them.
fill in the blank.
leave (i'm pretty sure this is the answer)
If you try to close PowerPoint while there are unsaved changes, you will be asked whether you want to save them.
What is a PowerPoint presentation?You may create projects, write text, and create presentations online using the software called PowerPoint Presentation. Slides may be created, transitions can be included, and ideas can be presented to friends or professors.
A businessman can present what he thinks or has to say by using a PowerPoint to keep his thoughts and ideas organized. Yes, I am aware. PowerPoint is something I've been using for a while now.
Basically, you press the home button in the upper-left corner of your screen, and an option that says "create a new slide" should appear there.
Therefore, if you attempt to close PowerPoint with modifications that have not been saved, you will be prompted to do so.
To learn more about PowerPoint presentations, refer to the link:
https://brainly.com/question/14498361
#SPJ5
Suppose you are an ad-serving company and you maintain a log of cookie data for ads you serve to the Web pages for a particular vendor (say Amazon). a. How can you use this data to determine which are the best ads? b. How can you use this data to determine which are the best ad formats? c. How could you records of past ads and ad clicks to determine which ads to send to a given IP address? d. How could you use this data to determine how well the technique you used in your answer to part c was working? e. How could you use this data to determine that a given IP address is used by more than one person? f. How does having this data give you a competitive advantage vis-à-vis other ad-serving companies?
Answer:
A
Explanation:
thethe more you have attached the more people are going to know your product so that it's going to be a long process which people can introduce to their friends
One disadvantage of online information sharing is that:
A. search engines do not help people find solid information.
B. we all have to learn how to cite information.
C. it can spread harmful scams or false information.
D. it cannot improve how we get or send information.
Answer: C
Explanation:
One disadvantage of online information sharing is that it can spread harmful scams or false information. Thus, the correct option for this question is C.
What are the disadvantages of online information?The disadvantages of online information are as follows:
They significantly cause addiction and distractions.It steals personal information and is used for identity theft.It also spreads harmful scams or false information.According to the context of this question, online information typically improves how we get or send information. This mechanism generally enhances the advantages of online information. While the disadvantage of sharing online information is that it can spread harmful scams or false information.
Therefore, the correct option for this question is C.
To learn more about Online information, refer to the link:
https://brainly.com/question/14042779
#SPJ5
30 POINTS !!!
Select the correct answer from each drop-down menu.
What are the different image clean-up tools?
The different image clean-up tools are the ____ tool and the ____ tool that help remove spots and other marks.
The different image clean-up tools are the _____
1. Blur
2. Healing Brush
3. Sharpen
and the ____ tool that help remove spots and other marks.
1. Blur
2. Clone
3. Patch tool
Answer:
1.) healing tool
1.) patch tool
name of main component of fifth generation of computer
Answer:In the fifth generation, VLSI technology became ULSI (Ultra Large Scale Integration) technology, resulting in the production of microprocessor chips having ten million electronic components. This generation is based on parallel processing hardware and AI (Artificial Intelligence) software.
Explanation: hope this helps ❤️
Which of the benefits below make using an Infrastructure as a Service (IaaS) provider a better option than purchasing dedicated physical hardware? Check all that apply.
Question:
Which of the benefits below make using an Infrastructure as a Service (IaaS) provider a better option than purchasing dedicated physical hardware? Check all that apply.
A) Having low initial costs
B) Using a server for a short amount of time
C) Not needing to manage physical servers
D) Having complete control over your physical infrastructure
Answer:
The correct options are A, B and C.
Explanation:
Infrastructure as a Service is simply a service which affords businesses the option of outsourcing their Hardware technology needs especially as it relates to computing.
It is a cloud-based service. Common examples include but are not limited to
Amazon Web Services (AWS)Google Compute Engine (GCEDigitalOcean Microsoft AzureAs highlighted above, they offer small business the advantage of high-quality IT infrastructure at very affordable costs. Businesses that want to shed the cost of their IT infrastructure whilst increasing their computing powers are most likely to purchase these services. E.g. start-ups or companies reviewing/implementing a cost restructuring.
Of course, one of the disadvantages of (IaaS) is that companies have to forfeit complete control of their physical infrastructure. Furthermore, because it is online, computing speeds may be dampened by internet speed.
Cheers!
3. Megan and her brother Marco have a side business where they shop at flea markets, garage sales, and estate
sales to find desirable items, fix them up, and then resell them online for much higher prices. Megan's
apartment is broken into and items valued at $2500 are stolen. How much would her renters insurance cover?
a. $0, because she'd need small business insurance to cover those losses
b. $200
c.
$1000
d. $2500
Answer:
a
Explanation:
Megan doesn't have a registered business. She can't claim insurance
The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses.
What is business insurance?This is known to be a kind of cover that helps against business losses as a result of events that could have happen.
Note that The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses as that is what the insurance does.
Learn more about business from
https://brainly.com/question/24553900
#SPJ5
30 POINTS!!
Select the correct answer.
Josef wants to pursue a career as a user experience developer. How should he acquire knowledge to pursue this career?
A. by obtaining a bachelor’s degree
B. by obtaining a master’s degree
C. by earning work experience
D. by getting a high school diploma
E. by using books and online courses
Answer:
This is by earning work experience.
Explanation:
This is any experience that a person gains while working in a specific field.
Answer:
I think it is E
Explanation:
Which of the following are disadvantages of networks? Check all of the boxes that apply.
Network intruders can access all computers on a network.
Networks are costly to set up.
Setting up networks does not require special knowledge.
Answer:
• Network intruders can access all computers on a network.
• Networks are costly to set up.
Explanation:
A network can be defined as a connection between the internet and the computer. A network is a means by which information or data are transmitted from one computer to another.
We have various types of networks and some of them are:
a) Local Area Network (LAN)
b) Wireless Local Area Network (WLAN)
c) Wide Area Network (WAN)
d) Campus Area Network (CAN)
e) Metropolitan Area Network (MAN)
f) Personal Area Network (PAN) e.t.c
The disadvantages of network are:
a) Network intruders such as computer hackers can easily access all computers on a network.
b) Networks are costly to set up.
It is of outermost importance that a network used by a computer is secured using security such as encryption in other to prevent data loss , hackers and exposure of information that are sensitive to computer users.
Answer:
A and B
Explanation:
What is the HIPAA Privacy rule, and why does it affect IT professionals?
a law that prevents doctors from keeping patient records, which protects the medical rights of IT professionals
a law that explains how passwords should be protected, which must be followed by IT professionals
a law that mandates that medical records be kept electronically, which will be managed by IT professionals
a law that protects patient records, which states they can only be viewed by certified IT professionals
Answer:
a law that protects patient records, which states they can only be viewed by certified IT professionals
Explanation:
The HIPAA Privacy rule address disclosure of individuals’ health information by health care providers, medical insurers who transmits health information in electronic form.
The Privacy Rule protects all individuals health information held or transmitted in any form or media, such as electronic, paper, or oral. Privacy Rule is to defines the situation in which an individual’s protected heath information may be disclosed except if the Privacy Rule permits or the individual authorizes in writing
Answer:
a law that mandates that medical records be kept electronically, which will be managed by IT professionals
Explanation:
C IS RIGHT ON edg 2021
Kair needs to change the brightness and contrast on a image she has inserted into a word document
Answer:
Kair should click the image.Right click then select "Format Picture."
Then select "picture corrections"
Answer:
adjust
Explanation:
2 ways to make your computer work faster ( please help asap )
Answer:
clean up space or reboot ur computer or delete unwanted apps and files .
Explanation:
1 What do you understand by navigation through form?
Answer:
A navigation form is simply a form that contains a Navigation Control. Navigation forms are a great addition to any desktop database. Microsoft Access offers several features for controlling how users navigate the database.