The code given below accepts five numbers and displays whether they are even or odd:
Observe the following code carefully and rewrite it after removing all syntax and logical errors.
Underline all the corrections made.
def EvenOdd() for i in range(5): num=int(input("Enter a number") if num/2==0: print("Even") else: print("Odd") EvenOdd()Corrected Code:
def EvenOdd(): # Added colon at the function definition for i in range(5): # No change num = int(input("Enter a number: ")) # Added a colon and closed the parenthesis if num % 2 == 0: # Changed division '/' to modulus '%' for even check print("Even") # No change else: print("Odd") # No change EvenOdd() # No changeCorrections Made:
:
after the function definition def EvenOdd()
.input("Enter a number: ")
./
with the modulus operator %
in the condition: if num % 2 == 0
.print(16 * 5 / 4 * 2 / 5 - 8)
a = 20 def convert(a): b = 20 a = a + b convert(10) print(a)Select the correct output from the given options:
Fill in the blank:
\(\_\_\_\_\_\_\_\_\) is a set of rules that needs to be followed by the communicating parties in order to have a successful and reliable data communication over a network.
Read the following characteristics of retail trading carefully and choose the correct option:
I. This is concerned with the sale of goods directly to the consumers.
II. Most of the retail trading takes place in fixed establishments or stores.
III. It is formed by many middlemen, traders, and suppliers.
IV. Hawkers, street peddling, automatic vending machines, etc., are its examples.
Read the programmes related to the proposed Bharatmala umbrella scheme carefully and choose the correct option:
I. Backward areas, religious and tourist places connectivity programme
2. To interconnect the four metropolitan cities of the country
3. To develop State roads in adjoining coastal areas
4. To connect non-major ports in coastal states