Answer:
5 and 10
Explanation:
Given
The above code segment
Required
Determine the outputs
Analysing the code segment line by line
[This initialises c to 0]
c = 0
[The following iteration is repeated as long as c is less than 10]
while (c < 10):
[This increments c by 5]. Recall that c is initially 0. Hence, c becomes 0 + 5 = 5
c = c + 5
[This prints the value of c which is 5]
print(c)
The iteration is then repeated because the condition is still true i.e. 5 is less than 10
c = c + 5 = 5 + 5 = 10
[This prints the value of c which is 10]
print(c)
The iteration won't be repeated because the condition is now false i.e. 10 is not less than 10.
Hence, the output is 5 and 10.
being a media and information literate indibidual is important especially during this modern time.give atleast three example situations that show its importance in your daily life
Answer:
I REQUIRE POINTS CAUSE I NEED ASWERS FOR M HOMEWORK
Explanation:
Two types of are desktop computers and notebook computer
Answer:
personal computer is the correct answer.
Two types of personal computer are desktop computers and notebook computer. Thus, option A is correct.
Today personal computer is changed to laptop mode. Personal computer is made of CPU, monitor, keyboard, printer and mouse. All input device and output device connected with wire or without wire.
Personal computers are also called as desktop or workstation. These days all become compatible device which is called as laptop. Basically all input devices and output device are fixed in laptop so end user can carry the laptop and used anywhere.
Laptop is charged and used, whereas desktop or workstation just fixed in the table and used it.
Learn more about computer on:
https://brainly.com/question/32297638
#SPJ2
Which of the following should you consider when choosing a file format?
the browser you use most often
the age of the person who created the file
the need for future access and digital preservation
the length of time a file is under copyright law
Answer:
“The need for future access and digital preservation”
Explanation:
When choosing a file format, it is important to consider the need for future access and digital preservation. The correct option is 3.
What is file format?A file format is a method of organizing and storing data in a file that is standardized. It specifies how data in the file is organized and represented.
It is critical to consider the need for future access and digital preservation when selecting a file format.
This is due to the fact that different file formats have varying levels of compatibility with different software and operating systems, and some formats may become obsolete over time, making future access or opening of the file difficult or impossible.
Other factors to consider when selecting a file format include the intended use of the file, the file's quality and size, and any specific requirements or limitations of the software or platform being used.
Thus, the correct option is 3.
For more details regarding file format, visit:
https://brainly.com/question/1856005
#SPJ7
DO NOW
1. What are the 4 things that make a computer a
computer?
Answer:
CPU, GPU, Hard drive, Video Card
Explanation: