... Task - Make reported questions in the past Now the receiver (Y) is given in the direct sentence 1) Mum: “What did you with the broken plates, children?” ... Short answers Rewrite the sentences into reported sentences in the past Look at the example e.g.: Have you done the homework? Yes, I have Sam asked Mary if she had done the homework and she said ... http...
Ngày tải lên: 27/08/2016, 08:43
19779 reported questions practice
... Report these questions: “How are you going to open it?” Ron asked Harry _ “Why you keep looking out of
Ngày tải lên: 28/08/2016, 12:36
QUESTIONS IN REPORTED SPEECH
... long does it take to get to Moscow by train?” I asked the garden,” How did you know that those flowers wouldn’t grow?” He asked,”Who will go to the cinema with me ?” 10.“Can you lend me your
Ngày tải lên: 07/11/2015, 04:03
RS002 reported speech questions
... REPORTED SPEECH RS Change to reported questions! He asked:”Do you live in the country Peter?” He asked me if I lived
Ngày tải lên: 30/08/2016, 09:26
RS003 reported speech questions
... REPORTED SPEECH RS Change to reported questions! He asked:”Where have you been Tom?” He asked me where I had been The
Ngày tải lên: 30/08/2016, 09:26
Questions to .NET and Programming in C#
... Console.ReadLine() returns the input as a c) Stream of Characters a) String b) Character d) Integer In C# datatypes are divided into two fundamental categories c) Pointers and values a) Value types and ... types in simple terms is nothing but conversion of a value type into a reference type a) Casting c) Unboxing d) Overriding b) Boxing is all about converting a reference type into...
Ngày tải lên: 21/08/2012, 15:55
C Sharp Review Questions
... following code is meant to handle exceptions Explain why this code is not correct try { … } catch(Exception){…} catch(IOException){…} Select answer : We can’t use the type of IOException class as catch ... Sorting Caching Bubbling Question 20 : Difference between the C# statements “catch(Exception ex){}” and “catch{}”? A try statement can only have one catch{} statement(general catch clause)...
Ngày tải lên: 21/08/2012, 15:55
Questions to .NET and Programming in C#
... class summing { public int total=9; public int this[int first,int second] { get { return total; } set { total=first+second; } } public static void Main(){ summing sum1=new summing(); int total=0; ... of the following is the correct syntax for declaring an indexer a) protected int this[int var1] c) public int this(int var1) b) public int classname[int index] d public int this[int ) var1] A ......
Ngày tải lên: 29/08/2012, 16:37