BOARD EXAM QUIZ

BOARD EXAM QUIZ

12th Grade

10 Qs

quiz-placeholder

Similar activities

DBMS-Open Office

DBMS-Open Office

9th - 12th Grade

10 Qs

BTEC unit 2 databases - key terms

BTEC unit 2 databases - key terms

12th Grade

15 Qs

SQL

SQL

11th - 12th Grade

12 Qs

File Handling in Python

File Handling in Python

11th - 12th Grade

10 Qs

 CRUD with DB Browser and SQLite

CRUD with DB Browser and SQLite

12th Grade - University

15 Qs

Binary File Handling Python

Binary File Handling Python

12th Grade

10 Qs

XII Practical Exam

XII Practical Exam

12th Grade

12 Qs

FILE HANDLING

FILE HANDLING

12th Grade

14 Qs

BOARD EXAM QUIZ

BOARD EXAM QUIZ

Assessment

Quiz

Computers

12th Grade

Easy

Created by

SHASHANK GUPTA

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid datatype in Python?

SET

NONE

INTEGER

REAL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the given expression:

not True and False or True

Which of the following will be correct output if the given expression is evaluated

TRUE

FALSE

NONE

NULL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following mode in file opening statement results or generates an error if the file does not exist?

a+

r+

w+

none of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ command is used to remove primary key from a table in SQL

update

remove

alter

drop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will delete the table from MYSQL database?

DELETE

DROP

ALTER

REMOVE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax of seek() is _______

file_object.seek(offset [, reference_point])

seek(offset [, reference_point])

seek(offset, file_object)

seek.file_object(offset)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display the total number of records from a table in a database?

sum( * )

count( * )

total( * )

return( * )

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?