New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Control Structures Creative 2 Mark Questions with Solution Part - II

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 10

    2 Marks

    5 x 2 = 10
  1. Write a program in python to check if the accepted number even or odd.
    a = int(input("Enter any number:"))
    if a%2==0:
    print (a, "is an even number")
    else:
    print (a, "is an odd number")

  2. What are the values taken by range ()?

  3. What is the use of Jump statements in python?

  4. What is the use of continue statement in python?

  5. What will the output the following
    for w in "school"?
    If w = = '0':
                  continue
    print (w)

*****************************************

Reviews & Comments about 12th Standard English Medium Computer Science Subject Control Structures Creative 2 Mark Questions with Solution Part - II updated Creative Questions

Write your Comment