Questions

Q:

How to prepare for TOEFL iBT essay writing part?

There are four sections of TOEFL iBT exam (Reading, Listening, Speaking and Writing). The 4th section is to write an essay about one topic.

Answer

Yes, you are requested to write an essay as part of your TOEFL iBT exam. There are 5 major types for TOEFL essay topics. They are:


 


1. Agree or Disagree


2. Preference


3. Description / Explanation


4. If / Imaginary


5. Compare & Contrast


 


The best way to prepare for this essay writing is to understand the writing style clearly. To understand the the genre, you can refer some sample essays submitted before by different contestants. You can get such sample TOEFL essays from various sources such as TOEFL training websites, cheap essay writing service sites, online libraries, etc. Once you are well aware of the writing pattern the next thing is to practice writing random essays. Keep in mind that you should practice writing essays of all above mentioned 5 types. If you make it a routine to write random essays, gradually you can compete at higher level to write the given essay topic for your TOEFL iBT exam.

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: TOEFL

33 4810
Q:

The first session of the Constitutional Assembly was held on

A) Nov 26, 1946 B) Dec 9, 1946
C) Aug 16, 1947 D) Jan 26, 1948
 
Answer & Explanation Answer: B) Dec 9, 1946

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

5 4810
Q:

Which city is the world’s most crowded cities, according to World Economic Forum (WEF) citing UN Habitat Data ?

A) Mumbai B) Lahore
C) Lagos D) Dhaka
 
Answer & Explanation Answer: D) Dhaka

Explanation:

The capital of Bangladesh “Dhaka” is the world’s most crowded city with a population density of 44,500 people per square kilometre, released by World Economic Forum (WEF), citing UN Habitat data. According to UN Habitat data, of the top 10 most densely populated cities in the world, six are in Asia, three are in Africa and one is in South America. India’s financial capital Mumbai, home to 31,700 people per square kilometre has acquired second place, where as Kota in Rajasthan with 12,100 people per square kilometre was ranked seventh. Others in the list include Medellin in Columbia (3rd), Manila in Philippines (4th, 14,800), Casablanca in Morocco (5th, 14,200), Lagos in Nigeria (6th, 13,300), Singapore (8th, 10,200) and Jakarta in Indonesia (9th, 9,600).

Report Error

View Answer Report Error Discuss

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

2 4809
Q:

Why address bus in unidirectional and data bus is bidirectional?

Answer

Because there is no need address traansaction between processor and peripheral device but data bus is needed because data has to be read and write

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

3 4809
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4809
Q:

The brain is covered by

A) meninges B) skin
C) bone D) all the above
 
Answer & Explanation Answer: D) all the above

Explanation:

The central nervous system ( brain and spinal card ) are invested with the meninges which nourish and protect the system .This again is enclosed inside a bony box which has the skin above it

Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 4809
Q:

Which of the following is the headquarters of UNEP (United Nations Environment Programme)?

A) The Hague B) New York
C) Nairobi D) Vienna
 
Answer & Explanation Answer: C) Nairobi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 4808
Q:

Bind it and it walks, Loose it and it stops. What is it?

Answer

A Sandal.


It has sticking strips to make them fit for our feet. If you bind them only you can start walking or other wise it comes out.

Report Error

View answer Workspace Report Error Discuss

7 4808