Overall Questions Pt 2 Flashcards
Is there a difference between the binary numbers 11101 and 00011101?
The number 11101 is a 5-bit binary number, and the number 00011101 is an 8-bit
binary number. However, both numbers represent the same value. Both binary
numbers correspond to the decimal number 29. In computer science, it is common
to fill a byte with leading zeroes. This is because the smallest unit in memory that
can be accessed is a byte, and the leading bits of a byte have to be set to zero.
What is the difference between the MDR and the CIR?
What is a router?
A router is a device that forwards data packets from one network to another. It does this by analysing IP addresses.
What is a switch?
A switch is a network device. It has a connec on for an uplink and mul ple ports for communica on. However, it does do basic filtering on data. Computers send data over a network in data frames with hardware addresses. Some data is sent out with the “broadcast” address; this address means it is for all computers who can receive it. A switch filters these out so they do not get propagated across the en re network (which can cause a flood of data known as a “broadcast storm”).
How you can prevent seman cs errors?
You can prevent seman cs errors by adding comments to the program code. These are notes to yourself (and other coders) that describe what the code is doing in a certain sec on. It’s especially helpful if you haven’t looked at that sec on of the program for a day or longer, so you know what the code was intended to do instead of trying to figure it out all over again.
What is a hub?
A hub is a network device that takes a signal from one cable and splits it out over several cables. If it was spli ng out four signals, it would be called a “four port” hub. A hub does not do any signal processing—everything that comes in is sent out through all of the ports. Communica on is two-way: the ports can also send communica on through the uplink connec on.
What is Ethernet?
Ethernet is a set of standards (defined by IEEE 802.3) used for LANs and WANs. The word “Ethernet” is used commonly to refer to parts of a local wired network, such as Ethernet cabling (Cat 5, 5e, 6, 7 and 8), and Ethernet ports, where the cables are connected. The standards of Ethernet include the physical layer, which gives specifica ons for devices and signals, and the data link layer, where it defines how signals are organized.
What is an ethernet cable?
Ethernet cable is a type of cable used to connect devices to a computer network. It is the most common type of cabling in use today, and can be found in most homes and offices.
What are the UTP cable categories?
UTP cable categories are as follows: - Category 5 up to 100Mbps (Megabits per second) - Category 5e up to 1000Mbps (1Gbps) - Category 6 up to 10Gbps - Category 7 up to 40Gbps - Category 8 25Gbps or 40Gbps These UTP cables appear physically iden cal. You must usually look for a label or prin ng on the wire to see the category if you are not sure.
What is a LAN?
LAN = Local Area Network, a network in a home or office. A LAN is a group of computers connected together via a network within a dis nct geographic area.
What is UTP cable?
UTP: This stands for “unshielded twisted pair cable.” The individual wires are twisted together in pairs without extra insula on. UTP cables are used in homes and offices to build up a LAN.
What are network devices?
Network devices are devices that connect are connected to a network. Important network devices are hubs, switches, routers. A computer itself or an embedded system connected to a network can also be a network device.
What is the difference between wired and wireless networks?
Wired and wireless networks are two different types of computer networks. Wired networks use cables to connect devices, while wireless networks use radio waves to connect devices. The advantage of wired is that it is more secure than wireless, but the disadvantage is that it requires a cable connec on.
What is the difference between wired and wireless networks?
Wired and wireless networks are two different types of computer networks. Wired networks use cables to connect devices, while wireless networks use radio waves to connect devices. The advantage of wired is that it is more secure than wireless, but the disadvantage is that it requires a cable connec on.
What is a supercomputer?
Supercomputer is a computer that is used in scien fic fields to analyze vast amounts of data. For instance, predic ng the weather involves an enormous number of data points; a supercomputer is a good match for these kinds of problems. Scien sts can request me on supercomputers to do research, bringing them the massive power of Earth’s most amazing computers. Supercomputers use parallel processing, where tasks are split up between processors. One such supercomputer is in Germany, the SuperMUC-NG.
What is a server cluster?
A server cluster is a group of iden cal servers that share the workload for a certain task.
What is parallel processing?
Parallel processing is when you take a task and break it down into sub-tasks and assign a separate CPU to complete it. Several CPUs are linked together in parallel to accomplish this.
What is a device driver?
A device driver is a piece of so ware that allows the opera ng system to communicate with a hardware device. It is usually wri en by the manufacturer of the hardware. A device driver communicates with the device controller of the connected hardware device to send or receive data or commands.
What is an input output system?
Input and output system is a system that allows the user to communicate with the computer hardware. Input and output systems are typically used to transfer data from one device to another, or from one loca on to another. The input and output system of a computer is made up of many different devices, including keyboards, mice, monitors, printers, speakers and network cards. These devices all have their own input/output systems that allow them to communicate with the CPU. Every computer needs some kind of input output system in order to receive informa on for processing and an output system to output the results of the processing.
What is an input output system?
Input and output system is a system that allows the user to communicate with the computer hardware. Input and output systems are typically used to transfer data from one device to another, or from one loca on to another. The input and output system of a computer is made up of many different devices, including keyboards, mice, monitors, printers, speakers and network cards. These devices all have their own input/output systems that allow them to communicate with the CPU. Every computer needs some kind of input output system in order to receive informa on for processing and an output system to output the results of the processing.
What are input and output devices?
Input and Output Devices are the devices that allow a user to communicate with a computer. Input devices include keyboards, mice, and external data sources such as USB drives. Output devices include monitors, printers, speakers, and network cards.
What are input and output devices?
Input and Output Devices are the devices that allow a user to communicate with a computer. Input devices include keyboards, mice, and external data sources such as USB drives. Output devices include monitors, printers, speakers, and network cards.
What is input and output?
Input and output are the communica on between a computer and its user. Input is the data that a user enters into a computer, while output is the data that a computer sends to its user.
What is RAM?
This stands for Random Access Memory and means that the memory can be read randomly and at any point in the data. RAM is not permanent (short-term memory) but a lot faster than the hard drive in terms of memory accessing speed and reading and wri ng data. Because RAM is more expensive than a hard drive, it has less capacity than a hard drive.