App Logo

No.1 PSC Learning App

1M+ Downloads
MDI stands for:

AMultiple Document Interface

BMultiple Design Interface

CManipulated Document Interface

DMenu Design Interface

Answer:

A. Multiple Document Interface

Read Explanation:

  • MDI (Multiple Document Interface) is a Microsoft Windows programming interface for creating an application that enables users to work with multiple documents at the same time.
  • Each document is in a separate space with its own controls for scrolling.
 

Related Questions:

കോബോൾ പ്രോഗ്രാമിങ് ലാംഗ്വേജുമായി ബന്ധപ്പെട്ട് ശരിയായ പ്രസ്താവനകൾ ഏതൊക്കെയാണ് ?

  1. ' Common Business Oriented Language ' എന്നതിന്റെ ചുരുക്കപ്പേരാണ് കോബോൾ
  2. 1950 കളിൽ ഗ്രേസ് ഹോപ്പർ എന്ന അമേരിക്കൻ കമ്പ്യൂട്ടർ ശാസ്ത്രജ്ഞനാണ് COBOL വികസിപ്പിച്ചത് 
  3. ബാങ്കിംഗ്, ഇൻഷുറൻസ് മേഖലകളിൽ വ്യാപകമായി ഉപയോഗിച്ചിരുന്ന കമ്പ്യൂട്ടർ ഭാഷയാണ് ഇത് 
  4. ആധുനിക ഉപകരണങ്ങൾ COBOL ഫോർമാറ്റ്  അംഗീകരിക്കില്ല അതുകൊണ്ട് ഇപ്പോൾ COBOL നെ ഒരു ലെഗസി ലാംഗ്വേജ് ആയി പരിഗണിക്കുന്നു 
In object-oriented programming (OOP), which of the following concepts allows different classes to be treated as instances of the same superclass?
Which data structure is used for implementing recursion ?

Which of the following statement is /are correct about member functions in a C++ Class?

(i)A member function is defined only outside the class

(ii)A member function with the same name as its class is called a constructor

(iii)A member function operate on class data

What is the correct way to declare a variable in JavaScript ?