State A benefit to the programmer of using subprograms within a program?
Answer
You can re-use it at different points in the code!
The concurrent nature of a sub-program allows the user to abstract to a greater degree!
Makes the code easier to read!
All of the above.....
Question 2
Question
In python, what is a logic error?
Answer
A logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash)
A logic error is an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language.
A logic error is a program error that occurs while the program is running.
Question 3
Question
State A reason why a user may not want to allow a website to use cookies.
Answer
Don't want their history to be saved!
Cookies are easily hacked!
Cookies can be malicious and steal your data!
All of the above...
Question 4
Question
State A function of an operating system.
Answer
Manages hardware!
Manages location and storage of data files!
Establish a user interface!
All of the above...
Question 5
Question
What is the type of computer called which stores the current instructions with the data in the memory? (Stored Program)
Answer
Von Neumann Architecture
Van Neuram Architecture
Von Mendelev Architecture
Von Lamark Architecture
Question 6
Question
Michaelmas tries to connect to the KFC internet in Brighton - he sends a request to their server asking permission to access their online menu, what type of network is this?
Answer
Peer-to-Peer
Client-Server
Client-to-Client
Server-to-Server
Computer-to-Computer
Kai-to-Michaelmas
Question 7
Question
Explain why hexadecimal notation is preferred to binary notation when specifying screen colours.
Answer
Colour starts with a 'C'...... and Hexadecimal has a 'C' in it...
With less digits there is less likelihood for 0s and 1s to get messed up, causing errors.