Computer Science - Online Test

Q1. Read the following statement and choose the correct statement(s). (I) In Python, you don’t have to mention the specific data types while defining function. (II) Python keywords can be used as function name.
Answer : Option A
Explaination / Solution:
No Explaination.


Q2. Which of the following formatting character is used to print exponential notation in upper case?
Answer : Option A
Explaination / Solution:
No Explaination.


Q3. What is the use of type() function in python?
Answer : Option C
Explaination / Solution:
No Explaination.


Q4.

Which of the following is the output of the following program? class Student:

def __init__(self, name):

self.name=name

S=Student(“Tamil”)
Answer : Option B
Explaination / Solution:
No Explaination.


Q5. What symbol is used for SELECT statement?
Answer : Option A
Explaination / Solution:
No Explaination.


Q6. Making some changes in the data of the existing file or adding more data is called
Answer : Option C
Explaination / Solution:
No Explaination.


Q7. Which of the following can be used for processing text, numbers, images, and scientific data?
Answer : Option A
Explaination / Solution:
No Explaination.


Q8. The most commonly used statement in SQL is
Answer : Option B
Explaination / Solution:
No Explaination.


Q9.

Identify the right type of chart using the following hints.    

Hint 1: This chart is often used to visualize a trend in data over intervals of time.

Hint 2: The line in this type of chart is often drawn chronologically.

Answer : Option A
Explaination / Solution:
No Explaination.


Q10. The functions which will give exact result when same arguments are passed are called
Answer : Option D
Explaination / Solution:
No Explaination.