Please select a subject first
Advertisements
Advertisements
Explain the characteristics of DBMS.
Concept: undefined >> undefined
Which commands provide definitions for creating table structure, deleting relations, and modifying relation schemas.
Concept: undefined >> undefined
Advertisements
Which command lets to change the structure of the table?
Concept: undefined >> undefined
Queries can be generated using ______
Concept: undefined >> undefined
What is the difference between SQL and MySQL?
Concept: undefined >> undefined
Which of the following mode is used when dealing with non-text files like image or exe files?
Concept: undefined >> undefined
What is the use of the next() function?
Concept: undefined >> undefined
The data structure which is a mutable ordered sequence of elements is called ______
Concept: undefined >> undefined
A sequence of immutable objects is called ______
Concept: undefined >> undefined
Bundling two values together into one can be considered as ______
Concept: undefined >> undefined
Which of the following allows to name the various parts of a multi-item object?
Concept: undefined >> undefined
What is a List? Give an example.
Concept: undefined >> undefined
What is a Tuple? Give an example.
Concept: undefined >> undefined
What is a List? Why List can be called as Pairs. Explain with a suitable example?
Concept: undefined >> undefined
What are the different ways to access the elements of a list? Give example.
Concept: undefined >> undefined
Identify Which of the following is List, Tuple, and class?
arr [1, 2, 34]
Concept: undefined >> undefined
Identify Which of the following is List, Tuple, and class?
arr (1, 2, 34)
Concept: undefined >> undefined
Identify Which of the following is List, Tuple, and class?
student [rno, name, mark]
Concept: undefined >> undefined
Identify Which of the following is List, Tuple, and class?
day = (‘sun’, ‘mon’, ‘Tue, ‘wed’)
Concept: undefined >> undefined
Identify Which of the following is List, Tuple, and class?
x = [2, 5, 6.5, [5, 6], 8.2]
Concept: undefined >> undefined
