Font size
WorksheetsYear 11 Progress test 2
Total questions: 61
Worksheet time: 38mins
What is a Constant?
A storage location of memory which does not change
A random area to store things in.
Something that changes
Something that can only store numbers
What is a variable?
A storage location of memory which can change
A random area to store things in.
Something that changes
Something that can only store numbers
What is the result of "80" + 71.2?
151.2
151
"8071.2"
The following is not a valid constant
SPACE
PI
UserName
WORDLIMIT
Quotation marks around a variable’s identifier imply
It is an integer
It is a string
It is a Boolean
It is a real
The statement A OR B implies A and B are
Integers
Strings
Booleans
Characters
Yes
19
A diagram to show each step
Flowchart
Algorithm
What should be considered when designing an algorithm?
If there is more than one way of solving the problem
If the correct hardware is being used
If the correct software is being used
What are the two main ways that algorithms can be designed?
Images or videos
In pseudocode or as a flowchart
By hardware or software
What is important to remember when designing an algorithm?
whether to use a flowchart or pseudocode
the instructions are in the correct order
that it must be easy to read
What data type will be cast on line one?
Character
Integer
Float
Boolean
What process has been used on line 24?
Selection
Iteration
Sequencing
Concatenation
Which Mathematical Operator has been used in the program?
Addition
Modulous
Integer division
Exponential
Which construct has bee used in the program?
Selection
Iteration
Sequencing
Displaying
Which comparison operator has been used?
Greater Than
Less Than
Equal To
Not equal too
Which of the following techniques has not been used to help make the code more user friendly?
Indents
Naming Conventions
Comments
White Space
What does a computer network allow computers to share?
Electricity
Resources
Mice
What does LAN stand for?
Logical Analogue Network
Laser Assisted Network
Local Area Network
Which network topology uses a server?
Star
Mesh
Ring
None
Which network topology needs a switch or hub?
Mesh
Partial Mesh
Star
Bus
I don't have a server in my network. What type of network is this?
Mesh
Star
Client-Server
Peer-2-Peer (P2P)
What is a WAN?
Network which uses 3rd party connections.
Network which covers a large geographical area, typically over 1 mile.
Network which uses our own connections
Networks covering small geographical areas, normally under 1 mile.
Network which operates on a singe site.
What is a network?
A group of 1 or more devices which communicate
A group of 2 or more devices which communicate
When 2 or more computers are in the same building.
A group of 3 or more devices which communicate
What are the most common network usage models?
Peer-to-peer and Client-Server
LAN and WAN
Star and Mesh
WiFi & Bluetooth
Choose all that are true about star networks
All devices have a connection to a central switch or server
They are the most fault tolerant type of network
If one connection fails, only that one device is affected
They can be expensive because of the large amount of cabling needed
What type of topology is this?
Mesh
Ring
Star
Line
Bus
Which network topology is this ?
Bus
Star
Ring
Mesh
Which network topology is this?
Ring
Bus
Star
Mesh
