This quiz is for Batch 2, 3, 4, 5 (IT branches) and contains 50 MCQ questions. All the best :)
1
2
4
None of These
Rate this question:
[3, 4, 15, 20, 5, 25, 1, 3]
[3, 15, 20, 5, 25, 1, 3]
[1, 3, 3, 4, 15, 5, 20, 25]
[3, 15, 20, 5, 25, ]
Rate this question:
list.index(obj)
list.insert(index, obj)
list.pop(obj=list[-1])
list.remove(obj)
Rate this question:
set(x)
frozenset(s)
dict(d)
chr(x)
Rate this question:
st
sto
to
error
Rate this question:
Lists
Dictionary
Class
Tuples
Rate this question:
+
//
%
**
Rate this question:
1
2
4
7
Rate this question:
True
False
None
Error
Rate this question:
{1, 2, 3, 4, 5}
{2,1,3,4,5}
{1,2,3,4}
none of these
Rate this question:
[2,3,4]
3
2
an exception is thrown
Rate this question:
Create option
Grant option
Update option
Select option
Rate this question:
One-to-One Relationship
One-to-Many Relationship
Many-to-Many Relationship
Composite Relationship
Rate this question:
First
Second
Third
Forth
Rate this question:
Simple
composite
multivalued
derived
Rate this question:
Data Integrity
Data Security
Data Independence
Data Constraints
Rate this question:
Drop
Delete
Rename
All
Rate this question:
ABCE, ABDE, ABCDI
ABDE, ABCE, ABCDE
ABCE, ABCE, ABCDEI
None of the mentioned
Rate this question:
Transitive Dependency
Partial transitive dependency
Functional Dependency
Partial Functional Dependency
Rate this question:
Insertion
Deletion
Update
All of them
Rate this question:
Super Query
Sub query
Master query
Multi-query
Rate this question:
SORT
SORT BY
ORDER BY
ORDER
Rate this question:
fetchone()
execute()
scroll()
close()
Rate this question:
for con in cur: print con
print cur.printall()
for result in cur: print result
none of the above
Rate this question:
always
when an exception occurs
when no exception occurs
when an exception occurs in to except block
Rate this question:
None
123
666
Syntax Error
Rate this question:
x contains an int value.
x contains an object of the Circle type.
x contains a reference to a Circle object.
You can assign an int value to x.
Rate this question:
111
123
‘1’ ‘1’ ‘1’
An exception is thrown
Rate this question:
invalid syntax
Text displayed
Error because when object is created, argument must be passed
Nothing is printed
Rate this question:
‘list’ object is not iterator
‘list’ object is iterator
‘tuple’ object is iterator
‘tuple’ object is not iterator
Rate this question:
The program has an error because there isn’t any function to return self.a
The program runs fine and 1 is printed
The program has an error as you can’t name a class member using __b
The program has an error because b is private and display(self) is returning a private member
Rate this question:
__a
__b
__c__
__d__
Rate this question:
test of B called test of C called test of A called
test of C called test of B called
test of B called test of C called
Error, all the three classes from which D derives has same method test()
Rate this question:
11
2
1
An exception is thrown
Rate this question:
Indexes enhance the performance even if the table is updated frequently
It makes harder for sql server engines to work to work on index which have large keys
It doesn’t make harder for sql server engines to work to work on index which have large keys
None of the mentioned
SELECT * FROM weather WHERE temperature NOT IN (71 to 89);
SELECT * FROM weather WHERE temperature NOT IN (71 and 89);
SELECT * FROM weather WHERE temperature NOT BETWEEN 71 to 89;
SELECT * FROM weather WHERE temperature BETWEEN 71 AND 89;
Rate this question:
Equi-join
Natural join
Outer join
All of the above
Rate this question:
TYPE grades IS VARRAY(100) OF INTEGERS;
VARRAY grades IS VARRAY(100) OF INTEGER;
TYPE grades VARRAY(100) OF INTEGER;
TYPE grades IS VARRAY(100) OF INTEGER;
Rate this question:
event occcur
condition true
event not necessary but condition true
None of the mentioned
Rate this question:
primary key
foreign key
candidate key
all
Rate this question:
Security
Query Reusability
Abstraction - Hiding Data
All
Rate this question:
Read
Write
Read and write
Update
Rate this question:
Theta join
Outer join
Natural join
Composite join
Rate this question:
All views are not updateable
The views may be referenced in an SQL statement whenever tables are referenced.
The views are instantiated at the time they are referenced and not when they are defined.
The definition of a view should not have GROUP BY clause in it.
Rate this question:
left outer join
right outer join
full outer join
inner join
Rate this question:
Backup
Assertion
Recovery
Trigger
Rate this question:
1NF
4NF
3NF
5NF
Rate this question:
SELECT name, course_name FROM student WHERE age>18 and <88;
SELECT name, course_name FROM student WHERE age>50 and age <80;
SELECT name, course_name FROM student WHERE age>50 and WHERE age<80;
None of these
Rate this question:
Quiz Review Timeline (Updated): Jan 31, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.