CBSE Board Exam 2023 Computer Quiz

Find the invalid identifier from the following
None
Address
Name
Pass
Consider a declaration L=(1, "Python", "3.14").
List
Tuple
Dictionary
String
Consider a tuple tup1=(10,15,25, and 30). Identify the statement that will result in an error,
Print(tup1[2])
Tup1[2]=20
Print(min(tup1))
Print(len(tup1))
Which one of the following is not a function/ method of csv module in Python?
Read()
Reader()
Writer()
Writerow()
Which of the following function header is correct?
Def cal_si(p=100, r,t=2)
Def cal_si(p=100, r=8,t)
Def cal_si(p, r=8, t)
Def cal_si(p, r=8, t=2)
What is the output of following code: t=(100) print(t*2)
Syntax error
(200,0)
200
(100,100)
Which of these function can be used to set a file's current position?
Seek()
Set()
Tell()
Open()
Which of these about a dictionary is false?
The values of a dictionary can be accessed using keys
The keys of a dictionary can be accessed using values
Dictionaries aren't ordered
Dictionaries are mutable
Evaluate the following expression and identify the correct answer: 16 - (4 + 2) * 5 + 2 **3 * 4
54
46
18
32
Which of the following character acts as default delimiter in a csv files?
(colon) :
(hypen) -
(comma) ,
(vertical line) |
{"name":"CBSE Board Exam 2023 Computer Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Find the invalid identifier from the following, Consider a declaration L=(1, \"Python\", \"3.14\")., Consider a tuple tup1=(10,15,25, and 30). Identify the statement that will result in an error,","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.