Questions

Q:

Which of the following is an example of system software?

A) Microsoft word B) Calculator
C) Operating system D) RAM
 
Answer & Explanation Answer: C) Operating system

Explanation:

In a brief, the system software is the interface between the hardware and user applications. System software is a type of computer program that is designed to run a computer’s hardware and application programs.

 

Examples : OS, System utilities, BIOS like mouse, keyboard, hard disc, Device drivers, Assembler,...

Report Error

View Answer Report Error Discuss

4 4042
Q:

Which planet experiences the volcano with the name of "Arsia Mon"  ?

A) Earth B) Mars
C) Jupiter D) None
 
Answer & Explanation Answer: B) Mars

Explanation:

Arsia Mons is among the three volcanos of the planet Mars. Arsia Mons is a shield volcano with a slow slope. Arsia Mons is thirty times in volumes of Mauna Loa in Hawaii, the largest volcano on Earth.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

9 4042
Q:

A linear-shaped lowland between highlands or mountain ranges created by the action of a geologic rift or fault is called?

Answer

rift valley

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

0 4041
Q:

Which of the properties of the element is a whole number

A) atomic mass B) atomic number
C) atomic radius D) atomic volume
 
Answer & Explanation Answer: B) atomic number

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

5 4041
Q:

All of the following are true of neurons except that

A) they conduct a nervous impulse B) they are a very specialized form of connective tissue
C) thay are separated from one another by synapses D) When mature, they lose ability to divide
 
Answer & Explanation Answer: B) they are a very specialized form of connective tissue

Explanation:

All of the following are true of neurons except that they are a very specialized form of connective tissue.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst

3 4040
Q:

Who amongst the following is the author of the book ' Freedom from Fear '

A) Nelson Mandela B) Aung San Suukyi
C) Taslima Nasreen D) Benazir Bhutto
 
Answer & Explanation Answer: B) Aung San Suukyi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

10 4037
Q:

How would you free the memory allocated by the following program?

#include "alloc.h"

#define MAXROW 3

#define MAXCOL 4

main()

{

     int **p, i;

     p = (int **) malloc (MAXROW * sizeof (int *));

      for ( i = 0; i < MAXROW ; i++)

            p[i] = (int *) malloc (MAXCOL * sizeof (int ));

}

Answer

for ( i=0; i < MAXROW ; i++)


free (p[i]);


free (p);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4037
Q:

Who wrote The Great Indian Middle Class?

A) Pawan verma B) Arundhati Roy
C) Vikram Chandra D) Jayprakash Sharma
 
Answer & Explanation Answer: A) Pawan verma

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

8 4036