New ! Computer Science MCQ Practise Tests



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

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 5

    1 Marks

    5 x 1 = 5
  1. Find the odd man out.

    (a)

    keywords

    (b)

    Operator

    (c)

    Identifiers

    (d)

    Programs

  2. Checking whether the given number is even or odd can be done using

    (a)

    sequential

    (b)

    alternative or branching

    (c)

    iterative or looping

    (d)

    iterative or sequential

  3. range (20), the range count from

    (a)

    1 to 20

    (b)

    0 to 19

    (c)

    1 to 19

    (d)

    0 to 20

  4. Write the output for the following program for I in range (1, 10, 2):
    Print (I, end =' ')

    (a)

    1, 3, 5, 7, 9

    (b)

    1, 3, 5, 7

    (c)

    1, 3, 5

    (d)

    1, 2, 3, 4, 5, 6, 7, 8, 9, 10

  5. How many keywords are there to achieve jump statements in python?

    (a)

    2

    (b)

    4

    (c)

    3

    (d)

    5

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

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

Write your Comment