- Messages
- 1,660
- Reaction score
- 11,026
- Points
- 523
dnt knwyeah bt wt n y would u enter in2 a financial model?
🚀 NEW from the xtremepape.rs team: AI exam prep — 150,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs
dnt knwyeah bt wt n y would u enter in2 a financial model?
You need to learn a Language for the paper 2 of 9691.. most people do VB .NET since it's the most simplest language to learn and it's the closest to english, but you can do any language which you might have even the tiniest bit of experience.. like I myself did C#, while some of my friends did Java and majority did VB .NET. And you can only do AS Computing privately.. A2 Computing cannot be done privately needs to be done from a CIE-registered institute/school.
Since you have so little time left.. If you know JAVA then that's great just practice writing those in JAVA.. but if not I'd suggest you memorize the codes for VB .NET from all the marking schemes for those questions and hope that only those questions come in the paper.
s11 qp32 q 2b
http://papers.xtremepapers.com/CIE/Cambridge International A and AS Level/Applied Information and Communication Technology (9713)/9713_s11_qp_32.pdf
http://papers.xtremepapers.com/CIE/Cambridge International A and AS Level/Applied Information and Communication Technology (9713)/9713_s11_ms_32.pdf
y would u enter data after d model's made...?
s11 qp32 q 2b
http://papers.xtremepapers.com/CIE/Cambridge International A and AS Level/Applied Information and Communication Technology (9713)/9713_s11_qp_32.pdf
http://papers.xtremepapers.com/CIE/Cambridge International A and AS Level/Applied Information and Communication Technology (9713)/9713_s11_ms_32.pdf
y would u enter data after d model's made...?
u need to tell the items of info dat wud be entered in the model (financial one specific 4 dus company),I dont really understand what the question is asking. Can someone please explain to me.
Wishing every candidates a very good luck for the exam. Going for the exam now.
Good luck to all!!!
Good luck to all!!!
Wishing every candidates a very good luck for the exam. Going for the exam now.
u havent given d ppr yet..???Yeah was it hard? What were the hard questions?
u havent given d ppr yet..???
Hi bro.. hope ur exam was good. May I know when will be the result for the Oct/Nov13 session be available? Thanks...it tks 24 hrs...so no discussion in d mean time
Hi bro.. hope ur exam was good. May I know when will be the result for the Oct/Nov13 session be available? Thanks...
Thanks for replyingProb like mid way through Jan next year.
The question is for 10 marks and I answered this:All bikes in stock have a bike ID. Each bike ID is six characters long and has the format
BIKEXX, where X is a digit.
For example, BIKE65 is a valid bike ID.
(i) In a high-level programming language write code that will validate the format of a
bike ID input into the variable BikeID and output a suitable message. (Add extra
line numbers if required.)
if(bikeID.matches("BIKE[0-9]{2}"))
System.out.println("Valid");
else
System.out.println("Invalid");
Hi bro.. hope ur exam was good. May I know when will be the result for the Oct/Nov13 session be available? Thanks...
🚀 NEW from the xtremepape.rs team: AI exam prep — 150,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs