is it a bad idea to do the entire exam in pencil, cause it doesnt say anywhere that we can't?
or would it just be logical sense to write section B in pen?
Do it in pen - it's more legible.
That said, if you need to draft, do it in pencil. I highly doubt you'll be asked to, but it's not out of the question that you'd be asked to draw a flowchart.
if theres a question listing a bunch of examples and we have to respond with a data type eg string, integer, could you please clarify this
- date
- currency
we used a lot of access for databases and i know that you can have the date as a date and currency as currency but in general theory would they be strings or integers?
im guessing currency would be floating point and date would be string?
btw i like your maple skills, pirate next week
Most people will have done Access, so I think the examiners will be forgiving of that. In Oracle, an enterprise DBMS, you'll find that there is a DATE datatype, but no currency. The general case would be to use a FLOAT-like type with validation for currency and let the form / application using the database handle the formatting.
In other words, you should be fine calling 'Date' and 'Currency' as data types.