• Choose the correct answer

    A named blocks of code that are designed to do one specific job is called as


    - (a) Loop

    - (b) Branching

    - (c) Function

    - (d) Block



2 Answers


  • Correct Answer:

    (c) Function

    Answered on 29/10/2020 at 02:38PM by Thamizh

Download our mobile app - The Learning App by EduDeck

  • Correct Answer:

    c) Function

    A function is a block of code which only runs when it is called.

    You can pass data, known as parameters, into a function.

    A function can return data as a result.

    Ex:

    def my_function():
      print("Hello from a function")

    my_function()


    Video Explanation


    Answered on 19/12/2020 at 11:16AM by Nirmal Raj



Latest answers

Answered by Sangeedha

Brasilia Declaration

Global conference

Read More

Answered by Sangeedha

Always keep ___________while driving.

To the left

Read More