Test question problems

DrHouse'sCane

New member
Joined
Feb 20, 2019
Messages
3
Programming Experience
1-3
I am doing tests before I take exam. I detected probable errors in the tests, because answers provided are false(at least I think so).


I tested them both but I may have done something wrong.
I would be grateful for your support.


I did not fill these blanks, but does not seem to be true.
507



2)Shouldn't there be "ReadLineAsync()" instead of "ReadToEndAsync()?
508
 
What do you think the four targets should be for the first question? They are indeed wrong as shown.

For the second question, it says that the aim is to read the first line so you are correct that it should be ReadLineAsync(); rather than ReadToEndAsync();, which would read all the data available.
 
What do you think the four targets should be for the first question? They are indeed wrong as shown.

For the second question, it says that the aim is to read the first line so you are correct that it should be ReadLineAsync(); rather than ReadToEndAsync();, which would read all the data available.
First of all, thank you for your response.

In first one, I think answer should be like this : List, from, where, select
 
Back
Top Bottom