Answer:
All the mention codes are correct.
Explanation:
In the task1, a "name" variable is declared, that store a string, and in the next step, the built-in method "title, lower and upper" is defined, in which the title method capitalized the first character of the given word in each sentence, upper method change each character into upper case and the lower method changes each character into lower case.
In task2, a message variable is declared, that holds a string value in which the count method is used that counts the space character value.
In task3, a string value is used in the message variable, which uses a replace method to change the given string value.
In task3, a response variable is declared that uses an input method for input a string value, and inside the print method, len method is used that counts each input character number.
What does the following loop do?
val = 0
total = 0
while (val < 10):
val = val + 1
total = total + val
print(total)
Prints the numbers backwards from 10 to 1.
Prints the sum of the numbers from 1 to 10.
Finds the average of the numbers between 1 and 10.
Prints the numbers from 1 to 10.
Answer:
Prints the sum of the numbers from 1 to 10.
Explanation:
YOU NEED BETTER INDENTATION
Total is the sum.
Each loop it's added
:)
Compare and contrast the advantages and disadvantages of the Windows, Apple and Linux operating systems.
What is a product of respiration
Answer:
carbon dioxide and water
Explanation:
Describe the scope of the variables in this code.
class pet:
def __init__(self,strSpecies,strName):
self.species = strSpecies
self.petName = strName
def __str__(self):
return self.species + " named " + self.petName
def changeName(self, newName):
self.petName = newName
class petCarrier:
size = 'medium'
color = 'red'
The scope of petName ______.
The scope of color is ______.
Accessible to the entire program
limited to the petCarrier class
limited to the pet class
(both of the blanks need one of those answers)
The scope of petName is local to the class pet.
The scope of color is accessible by all parts of the program.
How to interpret programming variables?The variable petName is local to the class; This isdue to the fact that the variable was created in a function whose name begins with two underscores.
The variable color; This is created in the petCarrier class and is accessible to the entire function. This was not created in a function whose name begins with an underscore.
Read more about programming variables at; https://brainly.com/question/9238988
#SPJ2
Answer:
The scope of petName limited to the pet class
The scope of color is accessible to the entire program
Explanation:
edge
Which statement best describes the pros and cons of lack of regulation for cloud-based technology? Lack of regulation enables people to collaborate without the extra cost of paying a service provider; however, there is an increased opportunity for cybercrime. Lack of regulation speeds up the process of invention, but requires individuals to back up their own data. Lack of regulation encourages open innovation, but is not always secure. Lack of regulation encourages greater collaboration, but can lead to increased cost from price increases.
Answer:
3.) Lack of regulation encourages open innovation, but is not always secure.
Explanation:
Got it right in Introduction to Careers in Arts, A/V Technology and Communications
A company was asked to develop a smartphone app to help people locate a car of their choice to purchase from a complex of more than thirty used car dealers who all share a huge car lot. Name two features that that would be useful to potential customers.
Answer:
the gps and a map
Explanation:
Answer:
I think. it could be GPS and maps to but I may be wrong so yeah
Why do you usually find domain names instead of IP addresses in a URL? Select one: a. An IP address would make your web page load more slowly b. A domain name is easier to remember C. An IP address is not guaranteed to get you to the right server computer d. Domain names are free, while IP addresses are very expensive
Answer:
b
Explanation:
for exaple brainly.com is easy to remember instead of 104.17.73.91
List any ten keyboard symbols.
Answer:
Esc- Esc (escape) key.
F1 - F12 What are the F1 through F12 keys?
F13 - F24 Information about the F13 through F24 keyboard keys.
Tab Tab key.
Caps lock- Caps lock key.
Shift- Shift key.
Ctrl - Control key.
Fn- Function key.
Alt- Alternate key (PC only; Mac users have an Option key).
Spacebar- Spacebar key.
Hope this helps, have a great day/night, and stay safe!
To prevent the header from appearing on the title page of your document, select the______ option .
a. Different Odd and Even Pages
b. Different First Page
c. Position Grouping
d. Page Number
Answer:
b. Different First Page
delete temp or %temp% files in Windows 10 is safe and, can it help boost up your PC fps?
yes or no
Answer: yse
Explanation...