Self Studies

Computer Scienc...

TIME LEFT -
  • Question 1
    5 / -1

    What is/are instance(s) of database?

  • Question 2
    5 / -1

    Match List I and List II.

  • Question 3
    5 / -1

    Match the contents under List I with those under List II.

  • Question 4
    5 / -1

    What is the output of following code:

    T = (100)

    print(T*2)

  • Question 5
    5 / -1

    Rohit, a student of class 12th, is learning CSV File Module in Python. During examination, he has been assigned an incomplete python code (shown below) to create a CSV File 'Student.csv' (content shown below). Help him in completing the code which creates the desired CSV File.

    CSV File

    1, AKSHAY,XII,A
    2, ABHISHEK,XII,A
    3, ARVIND,XII,A
    4, RAVI,XII,A
    5, ASHISH,XII,A

    Incomplete Code
    import_____ #Statement-1
    fh = open(_____, _____, newline='') #Statement-2
    stuwriter = csv._____ #Statement-3
    data = []
    header = ['ROLL_NO', 'NAME', 'CLASS', 'SECTION']
    data.append(header)
    for i in range(5):
    roll_no = int(input("Enter Roll Number : "))
    name = input("Enter Name : ")
    Class = input("Enter Class : ")
    section = input("Enter Section : ") rec = [_____] #Statement-4
    data.append(rec)
    stuwriter. _____ (data)
    #Statement-5

    fh.close()

    Identify the suitable code for blank space in line marked as Statement-1.

  • Question 6
    5 / -1

    Rohit, a student of class 12th, is learning CSV File Module in Python. During examination, he has been assigned an incomplete python code (shown below) to create a CSV File 'Student.csv' (content shown below). Help him in completing the code which creates the desired CSV File.

    CSV File

    1, AKSHAY,XII,A
    2, ABHISHEK,XII,A
    3, ARVIND,XII,A
    4, RAVI,XII,A
    5, ASHISH,XII,A

    Incomplete Code

    import_____ #Statement-1
    fh = open(_____, _____, newline='') #Statement-2
    stuwriter = csv._____ #Statement-3
    data = []
    header = ['ROLL_NO', 'NAME', 'CLASS', 'SECTION']
    data.append(header)
    for i in range(5):
    roll_no = int(input("Enter Roll Number : "))
    name = input("Enter Name : ")
    Class = input("Enter Class : ")
    section = input("Enter Section : ") rec = [_____] #Statement-4
    data.append(rec)
    stuwriter. _____ (data)
    #Statement-5

    fh.close()

    Choose the function name (with argument) that should be used in the blank space of line marked as Statement-3

  • Question 7
    5 / -1

    Rohit, a student of class 12th, is learning CSV File Module in Python. During examination, he has been assigned an incomplete python code (shown below) to create a CSV File 'Student.csv' (content shown below). Help him in completing the code which creates the desired CSV File.

    CSV File

    1, AKSHAY,XII,A
    2, ABHISHEK,XII,A
    3, ARVIND,XII,A
    4, RAVI,XII,A
    5, ASHISH,XII,A

    Incomplete Code

    import_____ #Statement-1
    fh = open(_____, _____, newline='') #Statement-2
    stuwriter = csv._____ #Statement-3
    data = []
    header = ['ROLL_NO', 'NAME', 'CLASS', 'SECTION']
    data.append(header)
    for i in range(5):
    roll_no = int(input("Enter Roll Number : "))
    name = input("Enter Name : ")
    Class = input("Enter Class : ")
    section = input("Enter Section : ") rec = [_____] #Statement-4
    data.append(rec)
    stuwriter. _____ (data)
    #Statement-5

    fh.close()

    Choose the function name that should be used in the blank space of line marked as Statement-5 to create the desired CSV File?

  • Question 8
    5 / -1

    Rohit, a student of class 12th, is learning CSV File Module in Python. During examination, he has been assigned an incomplete python code (shown below) to create a CSV File 'Student.csv' (content shown below). Help him in completing the code which creates the desired CSV File.

    CSV File

    1, AKSHAY,XII,A
    2, ABHISHEK,XII,A
    3, ARVIND,XII,A
    4, RAVI,XII,A
    5, ASHISH,XII,A

    Incomplete Code

    import_____ #Statement-1
    fh = open(_____, _____, newline='') #Statement-2
    stuwriter = csv._____ #Statement-3
    data = []
    header = ['ROLL_NO', 'NAME', 'CLASS', 'SECTION']
    data.append(header)
    for i in range(5):
    roll_no = int(input("Enter Roll Number : "))
    name = input("Enter Name : ")
    Class = input("Enter Class : ")
    section = input("Enter Section : ") rec = [_____] #Statement-4
    data.append(rec)
    stuwriter. _____ (data)
    #Statement-5

    fh.close()

    Identify the missing code for blank space in line marked as Statement-2

  • Question 9
    5 / -1

    Consider the following relation.

    Table: Customers(C_id, C_name, C_age, C_Country)

    What is the output for the given SQL Query?

    Query:

    ALTER TABLE Customers

    ADD income INT;

    What is the degree of the customer relationship?

  • Question 10
    5 / -1

    What is ISP in computer networks?

Submit Test
Self Studies
User
Question Analysis
  • Answered - 0

  • Unanswered - 10

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
Submit Test
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now