Question
What is the output for the below code MyList =
["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') Â for element in MyList: Â Â Â print >>MyFile, element MyFile.close()Solution
The correct answer is C
Which of the following is an example of a transaction in a banking system?
- What is a hybrid cloud?
In the Entity-Relationship (ER) model, what does an entity represent?
3NF is best suitable for designing of the database?
CDMA is a communication technique that allows multiple users to share the same frequency band simultaneously by using unique codes to differentiate thei...
Which of the following is an example of a message-passing IPC mechanism?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?
A communications protocol defines the rules for sending blocks of data (each known as a Protocol Data Unit (PDU)) from one node in a network to another ...
Which of the following is an example of an ADT for storing data?
What is a primary key in the context of the ER model?