Two statements are given below:
Statement I: Stack follow Last In First Out (LIFO)
Statement II: Delete is possible from Bottom as well as Top.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Which of the following is not a keyword in SQL?
Which of the following operations in relation algebra requires two relations having the same number of attributes?
Which of the following functions is not performed by DDL?
Two statements are given below:
Statement I: Prefix notation for the (a+b)*(c-d) is +*ab-cd.
Statement II: Postfix notation for the (a+b)*(c-d) is ab+cd-*.
The 'is empty ( )' function can be also be written by using
Directions: Match the contents under List I with those under List II.
Which of the following term includes the mean of the processed data during business operations?
Which rule of a communication protocol prevents a fast sender from flooding a slow receiver with data, by regulating the flow of data on communication lines?
The relational model uses some unfamiliar terminology. A tuple is equivalent to _________.
A database management system (DBMS) is a ________.
SQL commands which come under 'Data Definition Language' are ___________.
Based on transmission technology, computer networks can be classified into _____ type(s) of networks.
In context of computer software, what does spyware mean?
_______ defines the rules and regulations that are to be followed during data communication.
The domain name is also know as _________ name.
Standard Ethernet cards can support data transfer between _____________________.
Consider the following real-life applications and identify the concept upon which they are based.
X: 10 plates were placed over another and made a tower.
Y: 10 customers waiting for their turn on the interactive voice response system.
What is the output for the given python code?
fp = open("sample2.txt", "w")
print(fp.tell())
fp.write('12345678')
print(fp.tell())
fp.close()
Each NIC has a ___________ address, which helps in uniquely identifying the computer.
Assertion A: Dequeue can support both stack and queue.
Reason R: Dequeue supports insertion and deletion at both ends.
In the light of the above statements, choose the most appropriate answer from the options given below:
This process of creating an exception object and handing it over to the runtime system is called__________?
Mark is interviewing for the role of a database developer. To help with the revisions, he made himself a quiz. Help him answer the questions.
The default format for the DATE datatype in MySQL is:
The below statement is executed on the Python shell and raised an error. Identify the type of error from the given options:
print(525 + '525')
Which statement, if any, will return an error in the following code snippet?
import pickle #statement 1
f=open("data.dat",'rb') #statement 2
d=pickles.load(f) #statement 3
f.close() #statement 4
8 docs|148 tests
|