1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
scoundrel [369]
3 years ago
12

2.8 Code Practice: Question 1

Computers and Technology
1 answer:
yuradex [85]3 years ago
8 0

Answer:

Explanation:

First take the input of the numbers:

x = int(input("Enter the number of elements to be in the list:"))

b=[ ]

for i in range(0,x):

a=int(input("Element: "))

b.append(a)

c=[ ]

d=[ ]

for i in b:

if(i%2==0):

c.append(i)

else:

d.append(i)

c.sort()

d.sort()

count1=0

count2=0

for k in c:

count1=count1+1

for j in d:

count2=count2+1

print("Largest even number:",c[count1-1])

print("Largest odd number",d[count2-1])

You might be interested in
Plis is a unit test !!!!!!! HelP ASAP only 30 mins left, will mark as brainliest
7nadin3 [17]

Answer:

i. View Tab

Explanation:

View tab is used to change the current view of the document. The view can be changed as, Grid view, outline view, draft view and web layout view. This can be used to check the document from different aspects.

ii. Busy

Explanation

Whenever some one is scheduling meeting, the users saw that, busy is written in different time slots of the calendar, whenever the person is busy.

iii. Attach Signature

Explanation

When some user want to send his information, such as name, designation, contact number etc. in email. He should add his signature in the document. The signature in the mail is the information, that sender want to sent to client.

iv. All Categories

Explanation

In outlook 2016, All categories option is used to change the category name by editing this information. There are different categories represented by different colors. To change the name of the category, Haratio just choose the option of All categories.

7 0
3 years ago
11. John wants to share resources and move a large volume of data quickly over the Internet. John should use which of the follow
Anvisha [2.4K]
The correct options are as follows:
11. B
UUCP is a suit of computer programs and protocol, which enables remote execution of commands and transfer of files between computers. One of the command in the suite provides a user interface for requesting file copy operation.
12. C.
HTML document refers to a file that is containing a Hypertext Markup Language. It is usually made up of texts and graphics. HTML is used to create electronic documents which are displayed on the world wide web. Each page usually contains series of connections to other pages which are called hyperlinks. HTML tags are hidden keywords within the web page which defines how the web browser format and display the contents.
13. B.
Long documents can be divided into preliminary pages, main text and the index. The preliminary pages will include all the materials that the author want to add to the book that is different from the main texts, such as copyright section, acknowledgment, etc; while the back matter will make up of all the other materials that can not be added to the main text due to one reason or the other.
14. A
A margin refers to the area between the main context of a page and the page edges. The margin helps to define the point where the text begins and where it ends. The normal paper margin is one inch space. Microsoft word allows one to change paper margin according to one's desire.
15. A.
There are different types of fonts and other formatting tools in the Microsoft word which can be used to design the text that are produce on the software. For the sentence given above, the font used is Roman San serif type and the words are bolded.
16. D
A pica is equivalent to 1/6 of an inch. That is, 1 inch = 6 picas.
Then 5 inches will be equal to: 5 * 6 = 30.
Thus, 5 inches is equivalent to 30 picas.
17. A.
Leading refers to the space between lines of types; it is also called line spacing. Leading is measured in points from one baseline to the other. The leading value include the point size of the typeface and the actual space between the lines.
18. D.
Page column refers to vertical blocks of contents positioned on a page,which is separated by gutters or rules. Columns are usually used to break up large body of text that can not fit into a single block of text on a page.
19. C.
Typography is the procedure of arranging type data in order to make it legible, readable and appealing when it is displayed. It involves the process of formatting the type document using the available formatting tools on the Microsoft word.
20. C
A pica refers to a unit of type size and line length, which is equal to 12 points. A point is equal to 1/12 of a pica and so there are 12 points in a pica. In typography, a point is the smallest unit of measure, it is used for measuring font size, leading and other items on the printed page. 


 


8 0
3 years ago
Good Morning! Please Help!
vova2212 [387]

Answer:

cyber bullying

rights

technology

speech

education

study

issues

Explanation:

4 0
3 years ago
Is the cell phone changing our views about polite and impolite behavior? For example,
DochEvi [55]

*This question seems like an opinion based question, but here is my opinion on the matter:

Yes the cell phone is changing our views of what is polite and impolite. It is indeed impolite to talk on your phone while you are ordering a drink at Starbucks, because then you aren't focusing on ordering instead you are focused on your phone call which can interfere with your ordering.

Hope this helps!

8 0
3 years ago
Read 2 more answers
Zoom meeting ID:987 6858 5587 Password:196133
Llana [10]
I might join I’m not sure tho is there gonna be a lot of ppl?
3 0
3 years ago
Read 2 more answers
Other questions:
  • Dinah is using an I.D.E to write, modify, and save code. Which tool should she use?
    8·2 answers
  • Bullets in a text box will do which of the following?
    9·2 answers
  • Wap to input any multi digits number and display the sum of odd digits and even digits​
    5·1 answer
  • I'm confused. Are , , and elements or nodes? What exactly defines nodes? What defines elements?
    13·1 answer
  • Which feature is used to summarize data from multiple worksheets but does not require that the data be in the same location on e
    12·1 answer
  • Write a program that passes an unspecified number of integers from command line and displays their total.
    5·1 answer
  • Mobile apps are replacing the old__________<br><br>​
    7·2 answers
  • Running away from home
    11·2 answers
  • Which game would you play info you were competitive?
    13·2 answers
  • Can someone help me with this code please explain it to me in simple way
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!