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 4038
Q:

What are the basic components in a Microprocessor?

Answer

1. Address lines to refer to the address of a block


2. Data lines for data transfer


3. IC chips


4. Processing data

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

5 4038
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:

In which city 2017 Global Entrepreneurship Summit will be held ?

A) New Delhi B) Hyderabad
C) Bangaluru D) Mumbai
 
Answer & Explanation Answer: B) Hyderabad

Explanation:

Government of India and the United States met today at NITI Aayog to plan the 2017 Global Entrepreneurship Summit, which will be held November 28-30 at the Hyderabad International Convention Centre in Hyderabad, India.
 
The Summit will be inaugurated by Prime Minister Narendra Modi and Advisor to the President, Ivanka Trump, who leads the U.S. delegation.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

13 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
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 4036
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 4035
Q:

The term of a non – permanent member of the U.N. Security Council is

A) 2 years B) 3 years
C) 1 year D) 6 months
 
Answer & Explanation Answer: A) 2 years

Explanation:
Report Error

View Answer Report Error Discuss

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

12 4032