Zusammenfassung der Ressource
Frage 1
Frage
State A benefit to the programmer of using subprograms within a program?
Antworten
-
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.....
Frage 2
Frage
In python, what is a logic error?
Antworten
-
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.
Frage 3
Frage
State A reason why a user may not want to allow a website to use cookies.
Antworten
-
Don't want their history to be saved!
-
Cookies are easily hacked!
-
Cookies can be malicious and steal your data!
-
All of the above...
Frage 4
Frage
State A function of an operating system.
Frage 5
Frage
What is the type of computer called which stores the current instructions with the data in the memory? (Stored Program)
Frage 6
Frage
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?
Antworten
-
Peer-to-Peer
-
Client-Server
-
Client-to-Client
-
Server-to-Server
-
Computer-to-Computer
-
Kai-to-Michaelmas
Frage 7
Frage
Explain why hexadecimal notation is preferred to binary notation when specifying screen colours.
Antworten
-
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.
-
FLOWER!!!!
-
Because hexadecimal is used in America, it is more widely used and so is the most popular method to learn.
Frage 8
Frage
Which one is a Star Network Topology?