Two statements are given below:
Statement I: Normalization is the process of organizing data in a database into tables to reduce redundancy.
Statement II: Normalization is the process of organizing data in a database into tables to reduce dependancy.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
A repeater is a device which operates only in the:
Which of the following string functions in 'C' converts lowercase input string into uppercase?
What is the fundamental unit of data transport on computer networks?
172.16.122.204 IP address belongs to which IP addresses class?
Two statements are given below:
Statement I: Hashing technique is very fast and efficient for large collections, but requires additional memory to store the hash table.
Statement II: Binary search technique is suitable for small collections but can be slow for larger collections.
Directions: Match the contents under List I with those under List II.
Which of the following operators cannot be used with string data type?
Two statements are given below, one is Assertion (A) and the other is Reason (R). Read the statements carefully and choose the correct answer.
Assertion (A): Exception handling in Python allows for graceful recovery from errors and prevents program crashes.
Reason (R): When an error occurs during program execution, Python's exception handling mechanism allows the program to gracefully handle the error and take corrective action.
Database management systems are intended to:
Which statement is true about denial of service (DOS attack)?
Consider a tuple tup1 = (10, 15, 25 and 30). Identify the statement that will result in an error.
Two statements are given below, one is Assertion (A) and the other is Reason (R). Read the statements carefully and choose the correct answer.
Assertion (A): In a relational database, a primary key is a unique identifier for each record in a table.
Reason (R): A primary key can be a combination of two columns.
A text file student.txt is stored in the storage device. Identify the correct option out of the following options to open the file in read mode.
(i) myfile = open('student.txt','rb')
(ii) myfile = open('student.txt','w')
(iii) myfile = open('student.txt','r')
(iv) myfile = open('student.txt')
Which module is to be imported for working in binary file?
What will be the output of the following program?
tuple=("Check")*3
print (tuple)
Convert the following infix expression to postfix expression using stack:
(A+B*(C-D)^E+(F/G)^H-I)
In python, Which of the following method is used find weather the queue is empty or not?
7 9 3 + 4 / *
The evaluation of the above postfix expression is:
Which of the following is an Arithmetic Exception?
Conversion of the domain name of each web server to its corresponding IP address is called _________________.
Which of the following is not a measure of central tendency
The method provided by Python to insert elements into a stack is:
Which of the following sorting algorithms have a time complexity of n2?
8 docs|148 tests
|