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

Reading

Reading Test 1 Answers

1. preserve
2. unaware
3. chance
4. friction
5. rotating
6. percussion
7. Eskimos
8. despite
9. F
10. D
11. E
12. C
13. G
14. A
15. C
16. YES
17. YES
18. NOT GIVEN
19. NO
20. NO
21. NOT GIVEN
22. YES
23. B
24. C
25. A
26. A
27. D
28. E
29. timber and stone
30. Modernism
31. International style
32. badly designed buildings
33. preservation
34. High-Tech
35. co-existence of styles
36. G
37. F
38. H
39. C
40. D

Reading Test 2 Answers

1. B
2. D
3. C
4. B
5. A
6. C
7. E
8. 15-20%
9. 40%
10. 6%
11. D
12. B
13. prepare
14. full
15. smoke
16. charge
17. machines
18. combs
19. split
20. cells/comb
21. frames (of comb)
22. screen
23. brood chamber
24. NOT GIVEN
25. YES
26. YES
27. NO
28. iii
29. v
30. iv
31. vii
32. viii
33. NO
34. YES
35. NOT GIVEN
36. YES
37. NOT GIVEN
38. D
39. B
40. F

Reading Test 3 Answers

1. vi
2. ii
3. x
4. viii
5. iv
6. ix
7. existing
8. (related) phrases
9. meanings/forms
10. spoken/oral/real
11. noise/pauses
12. B
13. xi
14. ix
15. viii
16. v
17. i
18. vii
19. iii
20. iv
21. sell quickly
22. (South Limberg) planners
23. (road/noise) embankments
24. Olivetti employees
25. adapt to
26. his bakery business/a cool room
27. NO
28. NOT GIVEN
29. YES
30. NO
31. YES
32. NOT GIVEN
33. C
34. A
35. B
36. D
37. F
38. G
39.
40.

Reading Test 4 Answers

1. viii
2. i
3. ix
4. iii
5. vi
6. molten glass/ribbon of glass
7. belt of steel/steel belt
8. (lighbulb) moulds
9. A
10. B
11. A
12. C
13. A
14. E
15. G
16. A
17. C
18. F
19. D
20. A
21. S
22. M
23. S
24. doubled/doubling
25. de-layering
26. demographic trends
27. employers
28. YES
29. NO
30. NO
31. NOT GIVEN
32. vi
33. iii
34. i
35. ii
36. will/may not survive
37. locality
38. logging takes place/occurs
39. B
40.

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...