Questions

Q:

Arrange the following words according to the dictionary order

a. Approach

b. Appropriate

c. Approval

d. Approve

A) acdb B) abdc
C) cdab D) abcd
 
Answer & Explanation Answer: D) abcd

Explanation:
Report Error

View Answer Report Error Discuss

1 26274
Q:

G-15 is an economic grouping of

A) First World Nations B) Second World Nations
C) Third World Nations D) Fourth World Nations
 
Answer & Explanation Answer: C) Third World Nations

Explanation:

G-15 is an economic grouping of Third World Nations.

The countries listed in G-15 group are Algeria, Argentina, Brazil, Chile, Egypt, India, Indonesia, Iran, Jamaica, Kenya, Malaysia, Mexico, Nigeria, Peru, Senegal, Sri Lanka, Venezuela, and Zimbabwe.

The G-15 membership has expanded to 18 countries, but the name has remained unchanged. 



    • The First World described countries whose views aligned with NATO and capitalism. The United States was considered a member of the First World.

 

    • The Second World referred to countries that supported communism and the Soviet Union. Russia was considered a member of the Second World.

 

    • The Third World referred to countries whose views did not align with NATO and capitalism or the Soviet Union and communism. A Third World country is a developing nation characterized by poverty and a low standard of living for much of its population. Third World countries referenced the nations, mostly in Asia and Africa.
Report Error

View Answer Report Error Discuss

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

115 26269
Q:

What is the name of person which controls a football match

A) A referee B) An Umpire
C) A spectator D) A goalkeeper
 
Answer & Explanation Answer: A) A referee

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

125 26265
Q:

The ___________ has emerged as a convenient means of global communication, information sharing and services.

 

A) e-books B) Internet
C) Satellites D) Public telephone booths
 
Answer & Explanation Answer: B) Internet

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

12 26211
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 26139
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 26080
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 26055
Q:

Which computer language is used for artificial intelligence?

 

A) Java B) Dot Net
C) C# D) Python
 
Answer & Explanation Answer: D) Python

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

5 26038