App Logo

No.1 PSC Learning App

1M+ Downloads
US ലെ ബെൽ ലബോറട്ടറിയിൽ ഡെന്നിസ് റിച്ചി , കെൻ തോംപ്സൺ എന്നിവർ ചേർന്ന് തയാറാക്കിയ ഓപ്പറേറ്റിംഗ് സിസ്റ്റം ഏതാണ് ?

Aയൂണിക്സ്

Bമൈക്രോസോഫ്ട്

Cഹോസ്റ്റ്

Dപൈത്തൺ

Answer:

A. യൂണിക്സ്


Related Questions:

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

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

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