Answer:
The question is invalid; there are many types of computer user. Why on earth do you think there are five?
From the top of my head.
Casual- someone at home browsing the web, reading email.
IT Consultant. Advising people.
Software developer- writing software
Secretary - manages email for a company
Academic. Writing research papers.
Monitors. Monitor a computer system.
That’s six off the top of my head. There are probably a dozen more. So why do you think there are five?
What is the purpose behind the Three Phase Commit? It improves upon the two phased commit by requiring that locks be acquired at the start of a transaction. It allows for coordination even in the event of unreliable network connections. It ensures that no shared locks are help by other connections in the event of a write operation. None of the above.
100 POINTS!!!
what kind of laptop is compatible with my pc lol i want to do a dual pc setup and my budget is $500.
PC specs:
AMD Ryzen 7 1700X Eight-Core Processor 3.40 GHz
16 GB DIMM 1400 MHz RAM
Radeon RX580 Series
Answer:
Hmm.. Try researching, I'm sure you'll find something there..
What would graphics be classified as?
Answer:
raster and vector graphics
Write a program that:
a) Asks the user if they want to multiply two numbers that they entered, if their answer equals yes then multiply the numbers else write a message saying "peace out".
Answer:
num1 = int(input("Enter number 1: "))
num2 = int(input("Enter number 2: "))
choice = input("Do you want to multiply them?: ")
if choice.capitalize() == "Yes":
print(num1 * num2)
else:
print("Peace out.")
Explanation:
Gg ez.
(I wrote the it in python because I don't know what language you want it in. Next time, say what language you want.)
Make a Flow Chart From this C Programming Language Code
Answer:
1) Print message "Hello Everybody"
If you wish to print a simple message "Hello everybody" in a flowchart in c language, here is the example:
flowchart in c
2) Input 2 numbers from the user and print their sum
Imagine that you are a user who wishes to put in two numbers and want their sum to be printed. Here is a flowchart for structure in c which is required:
flowchart in c language
3) Input numbers from the user and check whether it is even or odd
If you wish to put in numbers and then check whether it is an even number or an odd one, the following flowchart of c language can significantly help.
flowchart for structure in c
4) Flowchart to find the sum of the first 50 natural numbers
Let’s first see how that will look in a flow chart, and then we see the same thing mapped to a C program. This shows you why it’s important to map out your algorithm to a flow chart before you start coding it.
flow charts in c,
The loop easily translates to a simple C for loop. In this program, we initialize the variable sum =0 and n=0. In the next step, we increment n by 1 and assign sum=sum+n. We check if n=50 and if not, increment n by 1. Else we just print the sum.
5) C Program to find the Factorial Value of a Number
Now let’s look at a bit more complex example. First, we’ll draw out the flow chart for the factorial n.
flowchart of if statement in c,
6) Control Algorithm for cooking toast in the toaster
Using a flowchart describe the control algorithm that a toaster might use to cook toast. There will be a start button the user pushes to activate the machine. There is another input that measures toast temperature. The desired temperature is preprogrammed into the machine. The output is a heater, which can be on or off. The toast is automatically lowered into the oven when the heat is applied and is ejected when the heat is turned off.
flowchart in c
7) Calculation of the average of two numbers
If we have to calculate the average of any two given numbers, the following flowchart for structure in c will be made.
flowchart in c language
Explanation:
mark me brainlist pls
PLZ ANWER FAST!!!!
Use the drop-down tool to select the correct word or phrase.
How fast data travels on the network:
The ability of a network to recover after any type of failure:
Text within a document that is linked to other information available to the reader:
The way the network is laid out, including all the interconnections:
When all computers in a network are connected in a “star” formation:
A type of network that does not use a router but shares data directly between computers:
A unique location for a computer on the network:
Rules for how routers communicate with one another and send data:
It should be noted that the speed of fast data on a particular network is known as bandwidth.
The ability of a network to recover after any type of failure is known as fault tolerance.
Text within a document that is linked to other information available to the reader is called hypertext.
The way the network is laid out, including all the interconnections is known as network topology.
When all computers in a network are connected in a “star” formation, it's known as a star topology.
A type of network that does not use a router but shares data directly between computers is known as peer-to-peer.
A unique location for a computer on the network is known as the IP address.
Rules for how routers communicate with one another and send data are known as the router protocols.
Learn more about bandwidths on:
https://brainly.com/question/8154174
Answer:
Text within a document that is linked to other information available to the reader is called
✔ hypertext
.
A unique location for a computer on the network is its
✔ IP address
.
The
✔ fault tolerance
is the ability of a network to recover after any type of failure.
The computer that responds to requests from the client computer is known as the
✔ server
.
A
✔ queue
is an ordered list of tasks waiting to be performed.
Explanation:
just did it.
what is the keyboard shortcut to display formulas on the worksheet : a. CTRL+ B. CTRL+: C. CTRL+; D. ALL THE ABOVE
Which of the following correctly calculates the
money supply with M2?
A. M2 + M3
B. M2-M1
C. M2 + M1
Answer:
I think it's C.
Explanation:
I could be wrong, but this is my understanding. M3 equals the sum of all money in the economy. To get M3, you add M2 and M1. So, this would be the correct way to calculate the money supply with M2.
Declare and define a function called displayConcat that displays the concatenation of the first parameter with the second. Ex: displayConcat("After", "noon") displays "Afternoon".
Question #2
Dropdown
Complete the sentence.
A_____
number is composed of only zeros and ones.
What are the answer choices? If none then i say "A prime
number is composed of only zeros and ones."
Answer: Binary
Explanation: Binary numbers use the base-2 numeral system (binary). This system uses only two symbols: "0" (zero) and "1".
Define the term loop rule.
The loop rule tells us that if we sum the blank
across all the components in a single closed path of an electrical network, the result is 0.
Answer:
voltage differences
Explanation:
What cable is used to connect devices together on a network?
Answer:
Ethernet crossover cable
Explanation:
.
1. All the computer has a power button.
Answer:
The power button is a round or square button that powers an electronic device on and off. Nearly all electronic devices have power buttons or power switches. Typically, the device powers on when the button is pressed and powers off when it's pressed again.
Explanation:
(Find the number of uppercase letters in a string) Write a recursive function to return the number of uppercase letters in a string using the following function headers: def countUppercase(s): def countUppercaseHelper(s, high): Write a test program that prompts the user to enter a string and displays the number of uppercase letters in the string.
Dean Smith is dissatisfied with the time it takes to get a new faculty ID made and believes more servers will speed up service and reduce costs thanks to shorter lines. Prof. Karen is tasked to study the situation. Prof. Karen observes an average of 20 customers/hr arriving and each technician (service window) serves 5 customer/hr, on average. Assume an M/M/s queue system. Prof. Karen calculates the operational cost of each server as $20/hr, and assumes a cost of waiting in the SYSTEM as $25/hr per customer. What is the optimal number of service windows to minimize total cost
The optimal number of service windows to minimize total cost will be 5 service windows.
How to calculate the optimal value?The optimal number of service windows to minimize total cost will be calculated thus:
Cost = 20x + 25(20 - 5x)
Cost = 20x + 500 - 125x
Cost = 500 - 105x
For the minimum cost,
500 - 105x = 0
105x = 500
x = 500/105
x = 4.76 = 5
Therefore, the optimal number of service windows to minimize total cost will be 5 service windows.
Learn more about cost on:
https://brainly.com/question/25109150
#SPJ2
35. Which of these devices can be accessed remotely across the internet? 1 O Solid State Drive O USB Memory Stick Cloud Storage Optical Media This is a required question
Answer: I believe it's cloud storage.
Explanation:
The cloud is basically an area of all the data you've acquired. And you can only access it on the internet. It's not a physical object. So The Cloud is your answer! :>
(Please mark this as brainliest)
Mark’s friends told him about an automated program that sends unsolicited messages to multiple users. Which type of program were Mark’s friends referring to?
Answer:
Spambots.
Explanation:
Spambots send thousands of messages world wide once they get your information things like email and such and send out unsolicited things out constantly.
How often do you trade cowoncy? If so, for what and how much?
There are different ways to trade cowoncy. There are some legitimate site to buy and sell it. In trade cowoncy, about 100000 Cowoncy is bought for $17.89USD.
Cowoncy is commonly described as the OwO bot's form of currency. It is known as a currency used worldwide in hunting.
Its role is mainly for for hunting and in the activation of one's huntbot and it is often used in other form of purchases such as cosmetics, etc.
Learn more about trade from
https://brainly.com/question/17727564
The definition of "nested statements" is _____.
a. elements of HTML that work within other elements of HTML
b. elements of specific text that work within elements of HTML
c. elements of specific code that work within elements of HTML
d. elements of HTML that work outside of elements of HTML
explain the different types of programming languages
Answer:
Language types. Machine and assembly languages. Algorithmic languages. FORTRAN. ALGOL. C. Business-oriented languages. COBOL. SQL. Education-oriented languages. BASIC. Pascal. Logo. Hypertalk. Object-oriented languages. C++ C# Ada. Java. Visual Basic. Python. ...
Elements of programming. Control structures. Data structures.
Explanation:
Pls Mark Brainliest
Which HTML tags describe the meaning of the content?
describe the meaning of the content.
Answer:
Semantic elements in Plato
Explanation:
what is a computer software
Answer:
Software is a collection of instructions that tell a computer how to work. This is in contrast to hardware, from which the system is built and actually performs the work.
Explanation:
Please mark as brainliest
All Office programs have similar commands on the tab for changing the document view a. File b. View c. Locate d. display
Answer:
B. View
Explanation:
So you can eliminate "Locate" and "Display", since those do not exist on the Microsoft Word task bar.
Now you're left with File and View. File has everything to do with sharing and exporting your file, such as printing or saving it to your computer as a specific file.
With that being said, we're left with "B. View", which as you can see when you click it, presents many us with ways to view our document.
Good luck on your Microsoft Office/Word Certification!
Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the figures are entered, the program should display the following data for each quarter: - A list of the sales figures by division - Each division's increase or decrease from the previous quarter (this will not be dis- played for the first quarter) - The total sales for the quarter - The company's increase or decrease from the previous quarter (this will not be dis- played for the first quarter) - The average sales for all divisions that quarter - The division with the highest sales for that quarter Input Validation: Do not accept negative numbers for sales figures.
Answer: Buisness calendars
Explanation:
Why must the image be reduced when the field of view is widened to take in more of the scene?
Please answer the questions.
Answer:
10 days
Explanation:
because they have to go through all your history to see if any of that could of caused it
Answer to questions 1 is option D, answer to question 2 is option B, answer to question 3 is option D
when i use python idle to execute a command, i get this message in shell
RESTART: C:/something something
Answer:
yes it always come whenever u execute a command
It comes with everyone
The current annual interest rate is 5 percent, and you are taking out a 20-year loan with a monthly end-of-month payment. If you can afford monthly payments of $3000 per month, what is the most you can borrow?
Answer:
720k.
Explanation:
I need help in php coding
Which system provides an easier way for people to communicate with a computer than a graphical user interface (GUI)