Study sets
English

IT Passport Examination (IP) | Technology: Theory, Computers and Networks Questions 06

1 / 220.0s

Problem 1

Which notation represents numbers using the sixteen symbols 0–9 and A–F?

View explanation

The answer is "hexadecimal": the notation representing numbers using the sixteen symbols 0–9 and A–F.

Problem 2

Which number is used to handle subtraction as addition or to represent negative numbers?

View explanation

The answer is "complement": the number used to handle subtraction as addition or to represent negative numbers.

Problem 3

Which logical operation is true only when the two inputs differ?

View explanation

The answer is "XOR": the logical operation that is true only when the two inputs differ.

Problem 4

Which measure expresses how widely data is spread around the mean?

View explanation

The answer is "standard deviation": the measure of how widely data is spread around the mean.

Problem 5

Which value expresses the strength of the linear relationship between two variables on a scale from −1 to 1?

View explanation

The answer is "correlation coefficient": the value expressing the strength of the linear relationship between two variables from −1 to 1.

Problem 6

Which LIFO data structure takes out the item stored most recently first?

View explanation

The answer is "stack": the LIFO data structure that takes out the item stored most recently first.

Problem 7

Which FIFO data structure takes out the item stored first first?

View explanation

The answer is "queue": the FIFO data structure that takes out the item stored first first.

Problem 8

Which data structure searches quickly using a storage position computed from a key?

View explanation

The answer is "hash table": the data structure searching quickly using a storage position computed from a key.

Problem 9

Which data structure links nodes hierarchically in parent-child relationships from a single root?

View explanation

The answer is "tree structure": nodes linked hierarchically in parent-child relationships from a single root.

Problem 10

Which sorting method recursively picks a pivot and splits the data into larger and smaller parts?

View explanation

The answer is "quicksort": recursively picking a pivot and splitting the data into larger and smaller parts.

Problem 11

Which is the number of times per second of the signal by which a CPU times its operation?

View explanation

The answer is "clock frequency": the number of times per second of the signal by which a CPU times its operation.

Problem 12

Which processor excels at image processing and at running many calculations of the same kind in parallel?

View explanation

The answer is "GPU": the processor that excels at image processing and at running many calculations of the same kind in parallel.

Problem 13

Which mechanism suspends the processing under way to deal with an event that takes priority?

View explanation

The answer is "interrupt": suspending the processing under way to deal with an event that takes priority.

Problem 14

Which method transfers data between an I/O device and main memory without going through the CPU?

View explanation

The answer is "DMA": transferring data between an I/O device and main memory without going through the CPU.

Problem 15

Which method distributes data and parity across several drives and tolerates the failure of one?

View explanation

The answer is "RAID 5": distributing data and parity across several drives and tolerating the failure of one.

Problem 16

Which storage device connects directly to a network to provide file sharing?

View explanation

The answer is "NAS": the storage device connecting directly to a network to provide file sharing.

Problem 17

Which method limits the functions on the client device and performs processing and data management mainly on the server?

View explanation

The answer is "thin client": limiting the functions on the client device and performing processing and data management mainly on the server.

Problem 18

Which compression method restores the original data exactly when decompressed?

View explanation

The answer is "lossless compression": the method that restores the original data exactly when decompressed.

Problem 19

Which process measures an analog signal at regular intervals to turn it into discrete values?

View explanation

The answer is "sampling": measuring an analog signal at regular intervals to turn it into discrete values.

Problem 20

Which measure expresses the fineness of an image by the density or total number of its pixels?

View explanation

The answer is "resolution": the measure expressing the fineness of an image by the density or total number of its pixels.

Problem 21

Which physical address identifies the network interface of a device on a LAN?

View explanation

The answer is "MAC address": the physical address identifying the network interface of a device on a LAN.

Problem 22

Which device forwards a frame to the port corresponding to the destination MAC address?

View explanation

The answer is "switching hub": the device forwarding a frame to the port corresponding to the destination MAC address.