Questions

Q:

The biggest public sector undertaking in the country is

A) Iron and steel Plants B) Roadways
C) Railways D) Airways
 
Answer & Explanation Answer: C) Railways

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

130 26055
Q:

What will output when you compile and run the following code?

#include <stdio.h>
struct student
{

int roll;
int cgpa;
int sgpa[8];

};

void main()
{

struct student s = { 12,8,7,2,5,9 };
int *ptr;
ptr = (int *)&s;
clrscr();
printf( "%d", *(ptr+3) );
getch();

}

A) 8 B) 7
C) 2 D) Compiler error
 
Answer & Explanation Answer: C) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 25983
Q:

What are the typical elements of a process image?

Answer

User data: Modifiable part of user space. May include program data, user stack area, and programs that may be modified.


User program: The instructions to be executed.


System Stack: Each process has one or more LIFO stacks associated with it. Used to store parameters and calling addresses for procedure and system calls.


Process control Block (PCB): Info needed by the OS to control processes.

Report Error

View answer Workspace Report Error Discuss

26 25979
Q:

Who is known as Man of Blood and Iron ?

A) Napoleon B) Bismarck
C) Ho Chi Minh D) Sir Walter Scott
 
Answer & Explanation Answer: B) Bismarck

Explanation:

Otto von Bismarck (Prince Bismarck), called “man of blood” from his great war policy, and “iron” from his indomitable will. Many years Chancellor of Prussia and Germany. (Born in September 1st 1815)

Report Error

View Answer Report Error Discuss

Filed Under: World History

98 25909
Q:

Which of the following refers to a small, single-site network ?

A) LAN B) DSL
C) RAM D) USB
 
Answer & Explanation Answer: A) LAN

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

122 25848
Q:

Which of the following places is considered a Jain Siddha Kshetra on account of its association with Parsvanatha

A) Champa B) Pava
C) Sammed Sikhar D) Urjayanta
 
Answer & Explanation Answer: C) Sammed Sikhar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

72 25828
Q:

A ........ is approximately one billion bytes

A) Megabyte B) Gigabyte
C) Terabyte D) None of these
 
Answer & Explanation Answer: B) Gigabyte

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

151 25822
Q:

Ezra cup is associated with which sports?

A) Hockey B) Polo
C) Rowing D) Football
 
Answer & Explanation Answer: B) Polo

Explanation:

The Ezra Cup is a popular polo tournament conducted annually in India. The Calcutta Polo Club runs this oldest and first ever Polo Trophy. The first Ezra Cup was held in 1880. After a period of inactivity, it has now been revived by Mr. Keshav Bangur, Calcutta Polo Club's president.

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

29 25719