App Logo

No.1 PSC Learning App

1M+ Downloads
An example for an empty tag in HTML is :
Choose the correct HTML element for the largest heading.
In programming, what is the purpose of a loop?
.NET applications written in the high level programming language are compiled into a language-agnostic:
How do you define a function in JavaScript ?
What is the correct way to declare a variable in JavaScript ?

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

An object is an instance of :
In MS Power Point,which shortcut key can be used to start the presentation ?
The visual effects that occur when you move from one slide to the next during a presentation is :
A formula always begins -----------sign in MS Excel
Which command used to display the current working directory in Linux ?
Which of these types of values result from a delete operator?
What shall we use in the case of safe downcast?
Runtime polymorphism is achieved by
Which of the following is not true in case art of public inheritance in C
The major goal of object oriented programming is
Which of the following can be overloaded?
What is an abstract class in OOP?
In object-oriented programming (OOP), which of the following concepts allows different classes to be treated as instances of the same superclass?
_____________ is the correct syntax of IF( ) Function:
Full Form for EBCDIC:
Which is not a Unicode encoding form?
ഉയർന്ന തലത്തിലുള്ള ഭാഷകളിൽ എഴുതിയ പ്രോഗ്രാമുകൾ യന്ത്രഭാഷകളിലേക്ക് മാറ്റുന്നതിന് -------- ഉപയോഗിക്കുന്നു.
പ്രോഗ്രാമിംഗ് ഭാഷയുടെ നിയമങ്ങൾ അല്ലെങ്കിൽ വാക്യഘടന പാലിക്കാത്തത് കൊണ്ട് സംഭവിക്കുന്ന തെറ്റുകൾ അറിയപ്പെടുന്നത് ?
ഹൈ ലെവൽ ലാംഗ്വേജിൽ നിന്ന് മെഷീൻ ലെവൽ ലാംഗ്വേജിലേക്ക് വിവർത്തനം ചെയ്യുന്നു.
ഒരു HTML പേജിൽ ഒരു ചിത്രം ചേർക്കാൻ ഉപയോഗിക്കുന്ന HTML ടാഗ് ആണ്
What is the correct JavaScript syntax to write "Hello World"?
Which command is used to add a column into database table?
Which command is used to delete a table from database?
MDI stands for:
Which access specifier is used for constructors in C++?
Protocol used by WWW:

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;

}

 

 

To update a web without reloading the whole page can be done with :
Which among the programming languages belongs to the open source category ?
ഇന്ത്യൻ ഭാഷകളുടെ കമ്പ്യൂട്ടർ കോഡിങ്ങിനുള്ള നിയമാവലിക്ക് അടിസ്ഥാനമായി സ്വീകരിച്ചിട്ടുള്ള കോഡിംഗ് സമ്പ്രദായം ?
എത്ര ബിറ്റുകൾ ഉപയോഗിച്ചാണ് ASCII കോഡിൽ അക്ഷരങ്ങളെ പ്രതിനിധീകരിക്കുന്നത് ?
Which one of the following is the first generation language?
Which of the following is used to Manage DataBase?
Compiler in a computer system is __________
Debug window is the same as ________ window in VB.
HTML stands for :
In VB, Option button can be grouped in a. ............ control.
In VB, all the controls in an array will have the same :
Variables appearing in the header of a function procedure (VB) are called :
Pseudocode is :
Which is not a property of attribute behaviour of tag?
Herder node is used as sentinel in :
Which of the following data structure is linear type?