Performance of a Network Student Tasks
Quiz Summary
0 of 9 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 9 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 103 – Networks 0%
- 202 – Programming 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- Current
- Review / Skip
- Answered
- Correct
- Incorrect
-
Question 1 of 9
1. Question
0 point(s)Correct / 0 PointsIncorrect / 0 Points -
Question 2 of 9
2. Question
16 point(s)Category: 202 – ProgrammingMEMORY CONSTANT ARGUMENT DATA SPACES SOURCE OPERATING COMPARE BOOLEAN NAME OR UNDERSCORE RUNS OPERATORS CHANGED ARITHMETIC One of the tasks of a computer program is to be able to keep track of changing .  This job is performed through the use of variables.  Programmers give variables a sensible so that they can be easily identified.  The name is then used by the program to find the  location where the variable’s data is being stored.  The data stored in that variable can then be read, modified and used within the program.  By naming variables you do not need to know, or care, where in memory that variable is being stored, the system will take care of it.  When using variables there are certain naming conventions. should never be used, instead, if multiple words are required then either capital letters at the start of each word, or an between words, should be used.
Variables enable their contents to be whilst the program is being run. Â However, some values do not ever need to be changed and so for these, a is used. Â A constant has a label or name to identify it and its value cannot be changed as the program . Â Not being able to change the value can be advantageous as it means that the data held within the constant cannot be accidentally altered. Â Another advantage is that if the value does ever need to be changed then it only has to be altered in one place. Â However, this does have to be done via the code.
Computer programs are able to carry out calculations and  data.  This is possible through the use of .  There are several types of operator, , boolean, assignment and compound operators.  An operator always acts on at least one item.  This item is called the ‘’ of the operator. operators carry out a logical operation on their arguments.  For example, AND returns TRUE only if both arguments are true.  Whereas, will return TRUE if either argument is true.  NOT will return the inverse of the boolean argument.  Assignment operators assign values to variables
MEMORY CONSTANT ARGUMENT DATA SPACES SOURCE OPERATING COMPARE BOOLEAN NAME OR UNDERSCORE RUNS OPERATORS CHANGED ARITHMETIC CorrectIncorrect -
Question 3 of 9
3. Question
9 point(s)Sort elements
- A chunk of data with addresses and other information attached
- A device that intelligently determines the shortest path for a data packet to take
- A unique identifier for a device connected to a network
- A way of sending messages across a network using a temporarily dedicated connection
- The time it takes for data packets to travel across a network
- A marker identifying what order the packets are assembled
- When some of the data in a packet is lost or changed while it travels.
- The amount of errors introduced during transmission. This can affect the performance of a network.
- The rules governing how packets travel to their destination across a packet switching network
PacketCorrect Incorrect Correct answerRouterCorrect Incorrect Correct answerAddressCorrect Incorrect Correct answerCircuit switchingCorrect Incorrect Correct answerLatencyCorrect Incorrect Correct answerPacket numberCorrect Incorrect Correct answerCorruptionCorrect Incorrect Correct answerError rateCorrect Incorrect Correct answerInternet ProtocolCorrect Incorrect Correct answerCorrect / 9 PointsIncorrect / 9 Points -
Question 4 of 9
4. Question
2 point(s)Category: 202 – ProgrammingVariables are stored in main memory
Variables store data valuesYou can change the value of constants while the program runs
X
Using constants helps improve code legibility
X
Using constants causes a program to run slower
X
String is a type of operator
X
Booleans are a type of operator
X
Modulus returns the remainder of a division
X
= is an arithmetic operator
X
= is a Boolean operator X
= is an assignment operator X
TRUE is a Boolean operator
X
NOT is a Boolean operator X
Output commands ask the user to enter data
X
21 % 3 == 7 X
Boolean operators always return either TRUE or FALSE
XCorrectIncorrect -
Question 5 of 9
5. Question
1 point(s)Category: 202 – ProgrammingCorrectIncorrect -
Question 6 of 9
6. Question
1 point(s)Category: 202 – ProgrammingCorrectIncorrect -
Question 7 of 9
7. Question
5 point(s)Category: 103 – Networkspoorer interference frequencies channels communicate Wi-Fi can also be used to transmit data across a network. Â Wi-Fi works by having a range of within a band which are further divided into separate channels. Â Having channels helps to reduce the caused by other devices using the Wi-Fi network.
Wi-Fi can be an excellent option for a LAN, however it does also have some drawbacks. Â It is affected by radio interference. Â If something else is transmitting on the same frequency as a Wi-Fi network, the performance of any devices trying to on the same Wi-Fi frequency can be lowered. Â Also, thick walls, floors and large objects can block the Wi-Fi signal and sometimes despite there being a Wi-Fi network in operation, you might not be able to get a connection. Â Another drawback is that Wi-Fi signals have a maximum distance they can travel. Â The closer you get to the limit the your network connection will become. Â Finally, there are a limited number of available on a Wi-Fi network and this physically limits the number of people who can use the network simultaneously.
Correct / 5 PointsIncorrect / 5 Points -
Question 8 of 9
8. Question
0 point(s)Category: 103 – NetworksCorrectIncorrect -
Question 9 of 9
9. Question
7 point(s)data light copper ethernet contention fibre bits The speed, or bandwidth of a network, is measured in per second. The more bits per second, the more that can be transmitted in a given period of time.  Most people have to share the bandwidth on a network and as there is a limited bandwidth available, the more people that are using the network, the slower it can become.  The term, ‘ ratio’ is the ratio or number of users compared to the bandwidth available.
Networks often use physical connections to join them together. Â The most common choice is using cables or Ethernet cables which carry electrical signals. Â These can be either Cat-5 or Cat-6. Â Cat-5 cable is the least expensive and is fine for a network which is around 100Mbps. Â However, if the network needs to be around 1 Gbps or above then Cat-6 is the better option.
Even faster than Ethernet cables are optic cables. Â These work by transferring data using which is reflected along the inside of the cable. Â They offer very high bandwidth but are expensive when compare to cables.
CorrectIncorrect