Term software refers to
(a) Computer manuals only
(b) Computer programs only
(c) Machinery
(d) Computer manuals and programs
Answer:
(b) Computer programs only
Explanation:
[tex]{}[/tex]
Answer:
b
Explanation:
HOPE THAT THIS IS HELPFUL. HAVE A GREAT DAY.
Which of the following is the correct sequence of the DIIRE
value chain?
A lot of events often takes plain in value chain. The correct sequence of events in the value chain are competitive strategy; value chain; business process and lastly the information systems.
A value chain is simply known as a business model that shows all the aspects or ranges of activities that is often needed to make a product or service.
Firms often conducts an indepth value-chain analysis through the act of evaluating the detailed procedures involved in each step of its business.
Learn more about Value chain from
https://brainly.com/question/1380316
What is the difference between * and **operator? in python
Answer: "**" is used for power off while "*" is used for multiplication
Explanation: you just have to memorize it
In python language the "**" operator is used for 'power of" and "*" is used for multiplication.
To alter the value of operands in Python, utilise the operators constructs. These are the figurative representations of logical, mathematical, and other operations.
Consider the equation 4 + 5 = 9. The operator in this instance is +, and the operands are 4 and 5. We'll examine numerous Python operators in this session.
The following operator categories are supported by the Python language.
Comparison (Relational) Operators for ArithmeticOperators of assignmentsIntelligent OperatorsOperators in bitsOwners of membershipsIndividual OperatorsLet's quickly review each of these operators in turn.In python language the "**" operator is used for 'power of" and "*" is used for multiplication.
Therefore, in python language the "**" operator is used for 'power of" and "*" is used for multiplication.
Learn more about the python language here:
https://brainly.com/question/11288191.
#SPJ3
How can you create a messages to look like an IMessage?
Answer:
An article about the company in a city newspaper are consumers most like to trust.
Explanation:
Capstone Project part 11 quiz
What is the following code snippet checking? (1 point)
while response != "yes":
Othat response variable is not yet yes
O that response variable is yes
O if "yes" is indexed in an array for the variable "response"
O if the response variable is "no"
If you give all answers you will have an amazing Christmas!
Matlab
K = 92
how do i do
AK= u * s * v'
with this value?
u = 1
s = 12.0048
v = 1
Answer:
Explanation:
AK = u*s*v
u = 1
s = 12.0048
v=1
K = 92
92A = 1 * 12.0048 * 1
92A = 12.0048 Divide by 92
A = 12.0048/92
A = .1304
Write a python program to calculate and print the electric bill for Ethiopian Electricity Corporation. (consumer name meter number(mno),last month reading(Imr)and current month reading(cmr) of 50 customers and calculate the net bill amounts as follows: Number of unit(Nou)=cmr-lmr If Nou200 then bill =Nou*2 tax=bill*0.15 netbill=bill+tax Print all the details in the bill for all customers
The electric bill program illustrates the use of loops (i.e. iteration)
Loops are used to execute repetitive operations
The electric bill program in Python where comments are used to explain each line is as follows:
#This iteration shows that the process is repeated for 50 consumers
for i in range(50):
#This gets input for the consumer name meter number
mno = input("Consumer name meter number: ")
#This gets input for last month reading
lmr = int(input("Last month reading: "))
#This gets input for current month reading
cmr = int(input("Current month reading: "))
#This calculates the number of units
Nou = cmr - lmr
#This calculates the bills
bill = Nou*2
#This calculates the tax
tax = bill*0.15
#This calculates the netbills
netbill = bill+tax
#This next four lines print the electric bills
print("Number of units:",Nou)
print("Bills:",bill)
print("Tax:",tax)
print("Netbill:",netbill)
Read more about loops at:
https://brainly.com/question/19344465
What is one problem caused by spending too much time studying at your computer? A. It increases stress and negatively affects your sleep. B. It causes you to forget other projects that need work. C. It makes it more difficult to organize your time. D. It is not an effective use of your study time.
Answer:
A - It increases stress and negatively affects your sleep.
Hope that helps. x
Answer:
The answer is A
Explanation:
(50 POINTS)
Write a repl program that does the following....
Asks the user to input their score for their science test (out of 100),
If the score is less than or equal to 50, print ("You failed, I think you need to study more"),
Elif the score is greater than 50, print ("You passed, well done!").
Else print, you have not selected the right number
Note that this does not need to be in a loop.
Answer:
nope ;v
Explanation:
Write a class definition line and a one line docstring for the class Dog. Write an __init__ method for the class Dog that gives each dog its own name and breed. Test this on a successful creation of a Dog object. >>> import dog >>> sugar
Making data secure means keeping it secret
Answer:
Data security refers to the process of protecting data from unauthorized access and data corruption throughout its lifecycle. Data security includes data encryption, hashing, tokenization, and key management practices that protect data across all applications and platforms.
Which type of game requires you to read people’s expressions to anticipate their moves?
chess-type games
dice games
board games
Poker-type games
Answer:
Chess-type games
Explanation:
Answer:
Explanation:
chess-type games
Simple question: what is bandwidth?
Answer:
It is the amount of data that can be transmitted in a set period of time, that is the rate of data supported by the network connection.
In simple definition, it can be said to be the data transfer capacity of a computer network in bits per second (bps).
Explanation:
What did World Com do to try to keep its stock price from falling?
I need help with This excel chart. I don't know how to divide all the rows and columns.
In column F, enter formulas that use a function to calculate % Caught with Table (fish caught with Table hook divided by the total number of fish caught).
Format the % Caught with Table values as a percent with one decimal place.
Answer:
sorry I don't know how to do this.Very very sorry.the image on the right was prooduced by a computer. it shows a complex molecu;e consisting of many atoms. what would be an advantage of using a computer to create a model like this, instead of building it by hand?
Answer:
The image on the right was produced by a computer.It shows a complex molecule consisting of many atoms.
What would be an advantage of using a computer to create a model like this, instead of building it by hand.
By using computer-generated models, complex chemical structures can be represented with greater speed, accuracy, and flexibility, advancing research in a variety of scientific domains.
When developing a complex molecule model, such as the one shown on the right, there are various benefits to using a computer as opposed to doing it by hand.
The capacity to accurately depict and visualise complex chemical structures that would be too difficult or time-consuming to assemble manually is one important benefit.
Computers make it possible to locate atoms, bonds, and molecular parts precisely, guaranteeing scientific correctness.
Additionally, it is simple to experiment with and modify computer-generated models. Without the physical constraints of handling real components, scientists can quickly change chemical configurations, examine different conformations, and analyse their impacts.
Thus, this makes it easier to comprehend the interactions, behaviour, and characteristics of molecules.
For more details regarding computer-generated models, visit:
https://brainly.com/question/28545111
#SPJ3
What does this Python expression evaluate to?
100 != 100
True
False
“True”
“False”
Answer: False
Explanation:
you cannot create a folder within a folder true or false
the answer is false :))
correct me if I'm wrong
Answer:
true
Explanation:
Briefly the conceptual model of effective computer based instruction for adults outlining three units (output, Process and input )
What is the trickle down approach to poverty?
Answer:
Tax breaks and benefits for corporations and the wealthy will trickle down to everyone else as stated by the Trickle-down Economics/Trickle-down Theory.
Explanation:
The Trickle-down Economics argues for income and capital gains tax breaks or other financial benefits to large businesses, investors, and entrepreneurs to stimulate economic growth.
Corporation-a legal entity that's separate and distinct from its owners.
why the computer is known as versatile and diligent device ? explain.
Answer:
Computer is called versatile and diligent device because it is used in almost all the fields for various purposes and it can perform the task repeatedly without loosing its speed and accuracy for long time.
business cards can be send to other outlook users as email attachments or........
Answer:
Hey man, here is the answerExplanation:
The easiest route is Forwarding the existing conversation to another person. The previous thread will be quoted in the new message.
The method in the question appears to be for preserving the top-down reading structure of the existing thread, of which there is no way I'm aware of. Often times, the aforementioned method of simply forwarding an email is enough to impart some context to the person.
Alternatively, one might view the entire thread, and create a PDF of it (possible from the Print dialog box on a Mac, or to save as a PDF in the File/Edit menus in certain windows applications), which they could then send in an email.
Victor and Ellen are software engineers working on a popular mobile app. Victor has been in his position for 10 years longer than Ellen, who is a recent graduate. During the development of a new feature, Ellen expressed her concern that VIctor's proposed code would create instability in the app. Victor told Ellen he would address her concern with their supervisor. When Victor met privately with his supervisor, he claimed that he had discovered the problem, and that Ellen had dismissed it. Which principle of the Software Engineering Code of Ethics has Victor violated
Victor violated principle 7: Colleagues of the Software Engineering Code of Ethics
A code of ethics reaffirms an organization's ethical conducts and morals so that workers, as well as, third parties are aware of the expectations they must meet.
A code of ethics' objective is to instruct persons functioning on behalf of an organization on how they should act.
The attitude of Victor towards her junior colleague (Ellen) is unjust and dishonest since Victor has claimed the credit meant to be for Ellen.
Therefore, we can conclude that Victor has violated principle 7: Colleagues of the Software Engineering Code of Ethics.
Learn more about the code of ethics here:
https://brainly.com/question/18401975
How have you seen technology transform in your own life? What was the oldest computer or device you remember using? How does this compare to the machines you use today? What was your favorite piece of tech that is no longer popular or in common use? What are some modern benefits you're grateful for? Share your own "history of computing" with your fellow learners!
I am greatly opportuned to live in a time an era where technology is prevalent and constantly evolving, I have also experience technological changes in my life in the areas of learning because I browse about questions a lot.
What was the oldest computer or device you remember using?
I can remember using a Nokia 3310 but now I use an iPhone 11 pro max
How does this compare to the machines you use today?
The difference in the Nokia 3310 mobile and my current iPhone 11 pro max goes a long way to describe the evolutionary changes in technology, my iPhone 11 pro max is a smart phone with a lot of feature not present in my old Nokia 3310.
What was your favorite piece of tech that is no longer popular or in common use?
My favourite piece of tech no longer in use today is the typewriter, I like it because of the sound from the key when I am typing, it is more like typing and have fun at the same time.
What are some modern benefits you're grateful for?
I am most grateful for the Internet because it is a repository for knowledge, I learn and collaborate everyday using the Internet.
Learn more how the history of computer:
https://brainly.com/question/485705
What term would be a catch-all that would cover both visual novels and text adventures?
virtual reality games
interactive fiction
simulation
puzzle
I think the answer to this is interactive fiction
When running the following code:
true = 5
false = 6
print (true + false)
-
The interpreter will:
Answer:
print(11)
Explanation:
true + false = print statement
5 + 6 = 11
To permit communication between two people who do not speak the same language, interpreters accurately and objectively translate spoken or sign languages into other languages.
What is role of print statements in interpreter?It is the interpreter's responsibility to use these code objects and carry out the directives. You might be astonished to learn that compilation even occurs during the execution of Python code.
As contrast to “compiled” languages like C or Rust, Python is frequently referred to as a “interpreted” language like Ruby or Perl.
A trained expert who facilitates communication between those who speak or sign in various languages is known as an interpretation.
The print() function outputs the message to the normal output device, such as the screen. The message can be a string or any other object, and before it is displayed on the screen, the object will be changed into a string.
Therefore, true + false = print statement 5 + 6 = 11
Learn more about print statements here:
https://brainly.com/question/24200615
#SPJ2
Please help ASAP
14. What is the following code snippet doing?
cities_array = ["Boston":"Winthrop", "Belmont". "Braintree", "Cambridge"]
O increasing the scope of the variable cities_Array
O validating city inputs
O creating an index s city names for an array
OThis code would return a syntax error.
I ate five M&Ms: red, green, green, red and yellow. Only these three colors are possible. I assume that p(yellow)=3p(green)
What is the estimated probability of green color?
Answer:
Below is code written in a free CAS (WxMaxima):
The above code creates the probability of 19 or more brown in the sample of 48 for population sizes from 5*19 to 10000 in steps of 5.
Here’s a plot of that data:
The horizontal blue line is the probability for an infinite population size (or, choosing each of the 48 M&Ms with replacement, which I infer is not what you meant). It is calculated using the binomial cdf:
The red curve approaches the blue line asymptotically as the population gets larger.
At population 10000, the red curve is
.
A certain microprocessor requires either 2, 4, 8, 12, or 16 machine cycles to perform various operations. Seventeen and one-half (17.5) percent of its instructions require 2 machine cycles, 12.5% require 4 machine cycles, 35% require 8 machine cycles, 20% require 12 machine cycles, and 15% require 16 machine cycles. What is the average number of machine cycles per instruction for this microprocessor
Project planning output is :
A. Top-down planning
B. Bottom up planning
C. Waterfall planning
D. Iterative planning
Answer:
A
Explanation:
The main output of Project palnning is project plan.