A quick note today: half an hour ago the results of the written part of the entrance exam were published. My number's up! (And I mean it in the literal way.) I will have my interview on Monday morning; if that goes well, I'll be a real Todai student. Wish me luck!
My Friday evening plan: fiddle with TeX and the presentation. My Saturday plan: Game Day in Castle Tintagel. My Sunday plan: go fishing for the first time in ages. My Monday plan: wow the teachers and pass the entrance exam.
Let's hope everything goes according to the plan, eh?
Showing posts with label university. Show all posts
Showing posts with label university. Show all posts
2009-08-28
2009-08-24
Entrance Exam
Today I had my written entrance exam. I was scared I'd fail like a kanji tattoo, but it seems like it's going to be fine. For those I haven't bored to tears yet, the exam I took had two sections (T and A, I kid you not!). The T section had 5 questions, and the A section had 6. T is mostly basics (maths, computing, physics), while A has some more specialised topics (Internet protocols, programming, logic circuits, GIS...). I had to choose 2 questions from the T group, and one more question from anywhere. However, despite always having been partial to T's, I chose 2 T's and 1 A instead of all three T's. Three T's is just too weird. Anyway, here are the questions, as far as I can recall them, after my 2-hour trial and/or tribulation:
I think I didn't do too badly. I'm pretty sure I aced the TOEFL two weeks ago, and that I'm over the threshold with the current offering. And if I am, I'll probably do well on the interview next week, since I'm told they'll be asking me about my research plan. And I know in quite a detail what I want to research. The quotas are not too bad either, despite what I thought before: 45 candidates for 19 places is not too bad. So even if I don't manage to pass, I'm satisfied that I did the best I could, and didn't make a monkey or a cabbage out of myself.
- {an} is a sequence of the form: an = an-1 + an-2, a0 = x, a1 = y
- There is a recursive algorithm to calculate an. Explain it, and show its complexity.
- [an, an-1]T can be expressed as a product of Q and [an-1, an-2]T, where Q = [ q11, q12 | q21, q22]. Calculate Q.
- Show an optimised algorithm for calculating an by using Q. Show its complexity.
- For x=1 and y=3, calculate a48
- {an,m} is a sequence where an,m = an-2,m + an-1,m mod m. Show {an,m} is cyclic.
- What is the period of an,3?
- There is a test by Alan Turing that determines the quality of artificial intelligence systems.
- What is its name?
- Describe it (in about 5 lines)
- In about 15 lines, describe its influence and criticisms, using these words:
Loebner prize, common sense, John Searle, speech recognition, Chinese Room, natural language processing, Eliza
- In C,
- define the sort function of signature:
void sort(int array[], int n)
. - for a structure
List { List *next, int v }
, define the reverse function of signature:List *reverse(List *list)
.
- define the sort function of signature:
I think I didn't do too badly. I'm pretty sure I aced the TOEFL two weeks ago, and that I'm over the threshold with the current offering. And if I am, I'll probably do well on the interview next week, since I'm told they'll be asking me about my research plan. And I know in quite a detail what I want to research. The quotas are not too bad either, despite what I thought before: 45 candidates for 19 places is not too bad. So even if I don't manage to pass, I'm satisfied that I did the best I could, and didn't make a monkey or a cabbage out of myself.
Subscribe to:
Posts (Atom)