That's why the answer is "False".
Learn more:
brainly.com/question/14288353
____ are ideal for people who use the computer only for Web access.
A) Desktop Computers
B) All-in-one Computers
C) Internet Applicances
D) Handheld Computers
Answer:
A) Desktop Computer
Explanation:
because there is no such thing as All-in-one Computers and everything can be covered in desktop computers
Input and formatted output: House real estate summary
Sites like Zillow get input about house prices from a database and provide nice summaries for readers. Write a program with two inputs, current price and last month's price (both integers). Then, output a summary listing the price, the change since last month, and the estimated monthly mortgage computed as (current_price * 0.051) / 12.
Output each floating-point value with two digits after the decimal point, which can be achieved as follows:
print('{:.2f}'.format(your_value))
Ex: If the input is:
200000
210000
the output is:
This house is $200000. The change is $-10000 since last month.
The estimated monthly mortgage is $850.00.
Note: Getting the precise spacing, punctuation, and newlines exactly right is a key point of this assignment. Such precision is an important part of programming.
LAB
Answer:
current_price = int(input())
last_months_price = int(input())
change = current_price - last_months_price
mortgage = current_price * 0.051 / 12
print('This house is $', end= '')
print(current_price, end= '. ')
print('The change is $', end= '')
print(change, end= ' ')
print('since last month.')
print('The estimated monthly mortgage is $', end= '')
print(mortgage, end='0.\n')
30pts! PLEASE ANSWER FAST-BRAINLIEST WILL BE MARKED
the footer is a number and is used in checking to be sure the _____ has not changed
the footer is a number and is used in checking to be sure the bottom margin of each page has not changed
E commerce is the demand of modern society both for time and money
Answer:
Electronic commerce draws on technologies such as mobile commerce, electronic funds transfer, supply chain management, Internet marketing, ...
Answer:
is the activity of electronically buying or selling of products on online services or over the internet
in MS Word we can merga cells true or false
Answer:
In this video I showed you all of the locations for all items in Wacky Wizards!
The set of instructions that directs the computer to perform a variety of tasks is known as a
The set of instructions that give directions to the computer in order to perform the various tasks is called the computer program.
The following information related to the computer program is:
It is the collection of instructions that could be executed by a computer in order to perform a particular task.It is the list of instructions where it informs the computer regarding what to do.Therefore we can conclude that the set of instructions that give directions to the computer in order to perform the various tasks is called the computer program.
Learn more about the program here: brainly.com/question/11023419
Use the values in the range B6:C6 to extend the incremented percentages to the range D6:H6
The range of cells is defined by the upper-left cell (minimum value) as well as the bottom-right cell (highest value) of an area. The references are defined by cell.
Finally, to this selection, separate cells can be appended as well as the range is called an abnormal cell range.First choose both B6, C6, and afterward drag this symbol to H6 to a + at the bottom right-hand corner.If indeed the teachers request that the 2022 number get increased as B6*B7 and (C6*C7, D6*D7,....).Please find the attached file for the complete solution.
Learn more:
brainly.com/question/24483719
10. Why antivirus is needed to be installed in computer system?
what are the steps, in order, that jonah to follow the view the “Renaissance” report?
Answer:
sy org Indonesia yaaa hallloooo
6.
is the result of the computer processing the input you provide.
Explanation:
A computer is a machine that can be programmed to accept data (input), process it into useful information (output), and store it away (in a secondary storage device) for safekeeping or later reuse. The processing of input to output is directed by the software but performed by the hardware.
To function, a computer system requires four main aspects of data handling: input, processing, output, and storage. The hardware responsible for these four areas operates as follows:
Input devices accept data in a form that the computer can use; they then send the data to the processing unit.
write a c++ program to calculate the factorial of a number
Answer:
#include <iostream>
int factorial(int n) {
return (n > 1) ? n*factorial(n-1) : 1;
}
int main() {
std::cout << factorial(5);
}
Explanation:
Above is an approach using recursion.
It will output 120, which is 5! = 5*4*3*2*1
#include <iostream>
using namespace std;
int main() {
// Declare the variables
int n = 19;
long int factorial = 1;
// Each time, the factorial multiplies by integers from 1 to the maximum number.
for(int i = 1; i <= n; i = i + 1) {
factorial = factorial * i;
}
// Display the factorial
cout << factorial;
return 0;
}
EXPLANATIONDeclare n and factorial as integers and long integers.
The "for loop" runs from 1 to the maximum number and increments by 1. The factorial multiplies each time by integers from 1 to n.
Print the factorial.
There are several input devices for the physically challenged. \Vhich one of the
following is not an input device for the physically challenged?
Answer:a mouse and a keyboard
Explanation:
g PRINT 'CIS2275, Lab4, question 1, twenty (20) points possible What types of stoves have sold in at least three different states and somewhere in Canada
Answer:
Explanation:
gas, electric, and induction.
Please i need help here.. am giving brainliest.
Answer and explanation:
The question is asking what kind of formatting they used in this small sample of text, which are:
First, we see that the title, "Expert Systems" has a heading font applied to it to make it larger, so we can see what the text is about.
Secondly, the phrase "human intelligence" has a line through it, which means it has been struck through.
Next, we can see there is a list of four items that explain the characteristics of expert systems.
Lastly, all of the words in the list are italicized.
Hope this helps you!
After successfully completing your computer organization and architecture class, you have a brilliant idea for a new chip design that would make a processor three times faster than the fastest ones on the market today. Unfortunately, it will take you six years to save the money, create the prototype, and build a finished product. If Moore s Law holds, you should spend your money developing and producing your chip. Group of answer choices
Answer:
I don't think that's something you can ask brainly. sounds like a project to me, I could be wrong though. good luck
Which characteristics describe the MOV video file
format? Choose all that apply.
-used for streaming video
-compatible only with Apple OS
-uncompressed file format
-compressed file format
Answer:
the 1st and last ne are the correct answers.
Explanation:
MOV files contain videos, audio, subtitles, timecodes and other media types. It is compatible across different versions of QuickTimePlayer, both for Mac and Windows. Since it is a very high-quality video format, MOV files take significantly more memory space on a computer.
Answer:
A and D are correct
Explanation:
what is the console.log function for?
Answer:
to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user
Explanation:
write a pseudo code that will allow a user to enter a number and divide that number by eleven and take the the modules of the entered with the answer.
Answer:
sdhuvbfuisg
Explanation:
i need simple app ideas
maybe make a game since people are playing games a lot more because of pademic.
What are the core skills necessary for communicating diplomatically?
Answer:
Just like approaching situations with empathy is important, the ability to approach and resolve conflict is essential when relying on your diplomatic skills. Diplomatically handling conflict in the workplace can be challenging, and the way you perceive and help resolve issues can often be a big factor in the outcome.
Explanation:
Effective communication is crucial in diplomatic interactions, as it helps to foster understanding, build relationships, and resolve conflicts.
Communicating diplomatically requires a combination of interpersonal skills, emotional intelligence, and a strategic approach to interactions.
Here are some core skills that are necessary for effective diplomatic communication:
1) Cultural Awareness: Diplomats must possess a strong understanding and appreciation of different cultures, customs, and traditions. They should be sensitive to cultural nuances and avoid making assumptions or stereotypes. Being aware of cultural differences enables diplomats to adapt their communication style and approach, facilitating effective dialogue and building rapport.
2) Active Listening: Active listening involves giving one's full attention to the speaker, understanding their perspectives, and empathizing with their concerns. Diplomats need to listen attentively, not only to the words being spoken but also to the underlying meanings and emotions conveyed. This skill helps in gaining insights, identifying common ground, and responding appropriately.
3) Emotional Intelligence: Diplomatic communication often involves managing complex emotions and delicate situations. Emotional intelligence encompasses self-awareness, empathy, and the ability to regulate one's emotions. Diplomats with high emotional intelligence can navigate challenging conversations with diplomacy, remain calm under pressure, and find mutually beneficial solutions.
4) Effective Verbal and Nonverbal Communication: Diplomats should be skilled in expressing themselves clearly, concisely, and diplomatically. They need to choose their words carefully, using tact and diplomacy to convey their messages. Additionally, nonverbal cues such as body language, facial expressions, and tone of voice play a significant role in communication. Diplomats must be mindful of their nonverbal signals to ensure their intended message aligns with their words.
5) Conflict Resolution and Negotiation: Diplomatic communication often involves resolving disputes and negotiating agreements. Diplomats should possess strong conflict resolution skills, including the ability to find common ground, mediate disagreements, and facilitate compromises. They should be adept at maintaining a calm and respectful demeanor even in contentious situations, fostering an atmosphere of collaboration and cooperation.
These skills, when honed and applied effectively, enable diplomats to navigate complex international relations, build trust, and achieve mutually beneficial outcomes.
Learn more about effective diplomatic communication: click;
https://brainly.com/question/2193447
#SPJ6
What is an example of an internal threat?
Answer:
Internal threats can be equally vicious and may also include blackmail or other illicit activities. Internal threats, however, are not always malicious.
PLEASE MARK ME BRAINLIEST.Answer:
Common methods include ransomware, phishing attacks, and hacking. Internal threats originate within the organization itself and usually are carried out by a current and former employee, a contractor, a business associate, etc. Insider attacks can be malicious or inadvertent.
Explanation:
Given a string, an integer position, and an integer length, all on separate lines, output the substring from that position of that length. Ex: If the input is: Fuzzy bear 3 4 the output is: zy b Note: Using a pre-defined string function, the solution can be just one line of code. 1 #include 2 #include 3 using namespace std; 4 5 int main() { string workStr; 7 int idxBegin; 8 int choicelen; 9 string strSelection; 10 11 getline(cin, workStr); 12 cin >> idxBegin; 13 cin >> choiceLen; 14 15 * Your code goes here */ 16 17 cout << strSelection << endl; 18 return; 19} 1 2 3 4 Check Next level
Program Explanation:
Including header file.Defining the main method.Declaring two-string variable "workStr, strSelection" and three integer variable "idxBegin,choiceLen, and i".Using the "getline" method to input the string value and the normal input method to an input integer value.Defining a while loop that checks integer variable "i" value less than "choiceLen" variable value that uses the "strSelection" variable to hold value.Outside the loop use the print method to print "strSelection" string variable value.Program:
#include <iostream>//header file
#include <string>//header file
using namespace std;
int main() //defining main method
{
string workStr, strSelection;//defining string variable
int idxBegin,choiceLen,i=0;//defining integer variable
getline(cin, workStr);//using getline method to input string value
cin >> idxBegin>> choiceLen;//input integer value
strSelection = "";//assign empty space value in string variable
while(i<choiceLen)//defining loop that checks integer value
{
strSelection += workStr[idxBegin+i];//holding value into string variable
i++;//incrementing loop value
}
cout << strSelection << endl;//print string value
return 0;
}
Output:
Please find the attached file.
Learn more:
brainly.com/question/14391069
Louis has entered a column of expense values. What feature can he use to insert the total expenses at the end of the column?
O a. absolute reference
O b.reference operator
O C. mode indicator
O d. AutoSum button
How was science used to make television?
Answer:
Sir William Crookes invented the cathode ray tube in 1878, but these discoveries took many years to merge into the common ground of television. ... His mechanical system used a scanning disk with small holes to pick up image fragments and imprint them on a light-sensitive selenium tube. A receiver reassembled the picture.
Television is really a three-part invention: the TV camera that turns a picture and sound into a signal; the TV transmitter that sends the signal through the air; and the TV receiver (the TV set in your home) that captures the signal and turns it back into picture and sound.
https://www.jstor.org/stable/20024824 ( This link is helpful)
explain all the characteristics of computer
Explanation:
everything can be found in the picture
I don't understand how to write both. If I repeat the first code but with 3 and 6 it doesn't work.
Thank you.
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
Attackers have taken over a site commonly used by an enterprise's leadership team to order new raw materials. The site is also visited by leadership at several other enterprises, so taking this site will allow for attacks on many organizations. Which type of malicious activity is this?
A rootkit is a malware-style terminology designed to infect an attacker's target PC and allow them to install many tools that use him for persistent wireless connectivity to the system.
It is an illegal computer program to enable continuous privileged access to a computer and hide its presence actively. In today's life, it often conceals their existence and actions from uses and other functionality of the system, especially spyware - for instance, trojans, worms, viruses.That's why the rootkit is employed since it is developed in this case to access Victin's system at an administrator level.
Learn more:
brainly.com/question/3624293
How can using stringent security measures, such as two proxy servers with firewall, prevent a Trojan virus?
A. This would make the network virtually impossible to penetrate.
B. This would make the network more of a target.
C. It would become more difficult to penetrate the network, but still possible.
D. It cannot.
Answer: C. It would become more difficult to penetrate the network, but still possible.
Explanation: Because its possible but you will have to see how big your network is, and its difficult but it can prevent a Trojan virus, and can deal with two proxy servers with firewall.
Hope I helped :)
What algorithm should I use?
Answer:
YOu should use `ordinary least square regression ´
Answer:
Read the path and algorithm labels on the chart as "If <path label> then use <algorithm>." For example: If you want to perform dimension reduction then use principal component analysis. If you need a numeric prediction quickly, use decision trees or linear regression.
Which of computer can be used where there is no regular electricity.
Answer:
Non-electric computers.
Explanation:
A mechanical computer is built from mechanical components such as levers and gears, rather than electronic components.
Non-electric computers are computer can be used where there is no regular electricity.
What are non electric computers?This is known to be a kind of mechanical computer created mechanical components such as levers and gears instead of electronic components.
Note that Non-electric computers are computer can be used where there is no regular electricity.
Learn more about computers from
https://brainly.com/question/24540334
#SPJ9