Answer:
8% of the picture
Explanation:
Given:
Square picture pixels = 25 MP
Pixels that can be displayed by the computer = 2000 pixels by 1000 pixels
or
Pixels that can be displayed by the computer = 2000000 pixels
Now,
The fraction of picture viewable on the screen =
or
The fraction of picture viewable on the screen = 0.08
or
The fraction of picture viewable on the screen = 8% of the picture
Answer:
I forgot give me time to think abt it cuh
Explanation:
Embedded system is considered any computer system that isn't a general-purpose pc or server.
<h3>What is an embedded system?</h3>
An embedded system is a combination of computer hardware and software designed for a specific function. Embedded systems may also function within a larger system. The systems can be programmable or have a fixed functionality.
<h3>What is embedded system and its types?</h3>
Embedded systems comprise hardware and software that work together to perform specific tasks. They rely on microprocessors, microcontrollers, memory, input/output communication interfaces, and a power supply to function
To learn more about embedded system, refer
brainly.com/question/13014225
#SPJ4
Answer:
mystr = input("Enter a string ")
length = len(mystr)
while length<10:
mystr = input("Enter a string ")
length = len(mystr)
if(length>=10):
break
if len(mystr)%2==0:
print(mystr.lower())
else:
print(mystr.upper())
Explanation:
The variable mystr is used to save user's input which is received with the input function
A second variable length is used to save the length of the input string Using a while statement the user is continually prompted to enter a string while length is less than 10.
If length is greater or equal to 10. We check for even or odd using the modulo (%) operator.
We use lower() and upper() to change the case of the string
The act that Accenture would offer as the best solution to ensure enhanced security in the future is Data Protection program.
<h3>What is
Accenture about?</h3>
In Keeping client data protected, Accenture’s Information Security Client is known to be well built up with Data Protection program that can help client teams with a good approach and the security controls, etc.
Therefore, The act that Accenture would offer as the best solution to ensure enhanced security in the future is Data Protection program.
Learn more about Accenture from
brainly.com/question/25682883
#SPJ1