Cambridge 4 Reading Test 1-2-3-4 Answers

Reading

Reading Test 1 Answers

Following are the Cambridge IELTS 4 Reading Test 1 answers for ‘Tropical Rainforests‘, ‘What do whales feel?‘ and ‘Visual symbols and the blind‘ passages:

1. FALSE
2. FALSE
3. TRUE
4. TRUE
5. FALSE
6. NOT GIVEN
7. TRUE
8. NOT GIVEN
9. M
10. E
11. G
12. P
13. J
14. B
15. taste buds
16. baleen/the baleen whales
17. forward, downward
18. freshwater dolphin(s)
19. water/the water
20. lower frequencies/the lower frequencies
21. bowhead, humpback
22. touch/sense of touch
23. freshwater dolphin(s)
24. airborne flying fish
25. clear water(s)/clear open water
26. acoustic sense/the acoustic sense
27. C
28. C
29. A
30. E
31. C
32. A
33. pairs
34. shapes
35. sighted
36. sighted
37. deep
38. blind
39. similar
40. B

Reading Test 2 Answers

Following are the Cambridge 4 Reading Test 2 answers for ‘Lost for words‘, ‘Alternative medicine in Australia‘ and ‘Play is a serious business‘ passages:

1. isolation
2. economic globalisation/globalization
3. cultural identity
4. traditional skill
5. E
6. B
7. D
8. C
9. B
10. NO
11. YES
12. NOT GIVEN
13. YES
14. C
15. B
16. YES
17. NO
18. YES
19. YES
20. YES
21. NOT GIVEN
22. NO
23. YES
24. emotional/emotional problems
25. headache(s)
26. general ill health
27. H
28. F
29. A
30. H
31. I
32. B
33. A
34. C
35. F
36. B
37. G
38. E
39. D
40. A

Reading Test 3 Answers

Following are the Cambridge IELTS 4 Reading Test 3 answers for ‘Micro Enterprise Credit for street youth‘, ‘Obtaining linguistic data‘ and ‘Volcanoes – earth-shattering news‘ passages:

1. A
2. D
3. C
4. C
5. Sudan, India
6. bicycles
7. Shoe Shine/Shoe Shine Collective
8. life skills
9. NO
10. NOT GIVEN
11. NO
12. YES
13. A
14. iii
15. i
16. iv
17. vi
18. plates/the plates/the tectonic plates
19. magna
20. ring of fire
21. 600/600 years
22. water/the water/oceans
23. lava/magna/molten rock
24. India/Western India
25. explodes
26. gases/the gases/trapped gases
27. D
28. E
29. C
30. D
31. F
32. linguist(s)
33. foreign languages
34. quality/the poor
35. non-verbal behaviour/facial expressions
36. camera/video camera/recording
37. frequency of usage/usage frequency
38. particular linguistic feature
39. size
40. intuitions

Reading Test 4 Answers

Following are the Cambridge IELTS 4 Reading Test 4 answers for ‘How much higher? How much faster?‘, ‘The nature and aims of Archaeology‘ and ‘The problem of scarce resources‘ passages:

1. TRUE
2. NOT GIVEN
3. FALSE
4. FALSE
5. NOT GIVEN
6. TRUE
7. genetics
8. power
9. injuries
10. training
11. A
12. D
13. B
14. YES
15. NOT GIVEN
16. NO
17. YES
18. NOT GIVEN
19. NO
20. D
21. E
22. C
23. D
24. oral histories
25. humanistic study
26. historical discipline
27. scientist
28. iv
29. i
30. iii
31. v
32. B
33. B
34. A
35. B
36. NO
37. YES
38. YES
39. NOT GIVEN
40. NOT GIVEN

0 Comments

You may find interest following article

Chapter 4 Relational Algebra

Relational Algebra The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations. Ex: (x + y) · z = (x · z) + (y · z). The main application of relational algebra is providing a theoretical foundation for relational databases, particularly query languages for such databases. Relational algebra...

Chapter 3 Components of the Database System Environment

Components of the Database System Environment There are five major components in the database system environment and their interrelationships are. Hardware Software Data Users Procedures Hardware:  The hardware is the actual computer system used for keeping and accessing the database. Conventional DBMS hardware consists of secondary storage devices, usually...

Chapter 2: Database Languages and their information

Database Languages A DBMS must provide appropriate languages and interfaces for each category of users to express database queries and updates. Database Languages are used to create and maintain database on computer. There are large numbers of database languages like Oracle, MySQL, MS Access, dBase, FoxPro etc. Database Languages: Refers to the languages used to...

Database basic overview

What is DBMS? A Database Management System (DBMS) is a collection of interrelated data and a set of programs to access those data. Database management systems (DBMS) are computer software applications that interact with the user, other applications, and the database itself to capture and analyze data. Purpose of Database Systems The collection of data, usually...

Laravel – Scopes (3 Easy Steps)

Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model. In simple terms laravel scope is just a query, a query to make the code shorter and faster. We can create custom query with relation or anything with scopes. In any admin project we need to get data...