AI智能推荐题库-试题通 AI智能整理导入题库-试题通
×
首页 题库中心 计算机英语专业知识 题目详情
CA02DAA2E3E0000158DDBC801AB614F8
计算机英语专业知识
2,830
填空题

317、dot matrix printer

答案解析

正确答案:点阵打印机;
计算机英语专业知识

扫码进入小程序
随时随地练习

相关题目

单选题

299、In computer science an array is a data structure consisting of a group of elements that are accessed by indexing.in most programing languages each element has the same data type and the array occupies a contiguous area of storage. Most programming languages have a built-in array data type, although what is called an array in the language documentation is sometimes really an associative array.Conversely, the contiguous storage kind of array discussed here may alternatively be called a vector, list, or table.Some programming languages support array programming ( ) which generalizes operations and functions to work transparently over arrays as they do with scalars, instead of requiring looping over array members. Multi-dimensional arrays are accessed using more than one index:one for each dimension.Arrays can be classified as fixed-sized arrays ( ) whose size cannot change once their storage has been allocated or dynamic arrays, which can be resized.Fixed-size arrays permit efficient random access.They are compact data structures, having a constant memory overhead.And, on CPUs which support caches, sequential iteration over an array has good locality of reference because its elements occupy contiguous memory locations.However, when an array is randomly accessed, for example when probing a hash table, locality of reference may be lost.(3)、When the first element of an array is int, and what type will the second element be?

单选题

299、In computer science an array is a data structure consisting of a group of elements that are accessed by indexing.in most programing languages each element has the same data type and the array occupies a contiguous area of storage. Most programming languages have a built-in array data type, although what is called an array in the language documentation is sometimes really an associative array.Conversely, the contiguous storage kind of array discussed here may alternatively be called a vector, list, or table.Some programming languages support array programming ( ) which generalizes operations and functions to work transparently over arrays as they do with scalars, instead of requiring looping over array members. Multi-dimensional arrays are accessed using more than one index:one for each dimension.Arrays can be classified as fixed-sized arrays ( ) whose size cannot change once their storage has been allocated or dynamic arrays, which can be resized.Fixed-size arrays permit efficient random access.They are compact data structures, having a constant memory overhead.And, on CPUs which support caches, sequential iteration over an array has good locality of reference because its elements occupy contiguous memory locations.However, when an array is randomly accessed, for example when probing a hash table, locality of reference may be lost.(2)、Which of the following description of fixed-sized arrays is wrong?

单选题

299、In computer science an array is a data structure consisting of a group of elements that are accessed by indexing.in most programing languages each element has the same data type and the array occupies a contiguous area of storage. Most programming languages have a built-in array data type, although what is called an array in the language documentation is sometimes really an associative array.Conversely, the contiguous storage kind of array discussed here may alternatively be called a vector, list, or table.Some programming languages support array programming ( ) which generalizes operations and functions to work transparently over arrays as they do with scalars, instead of requiring looping over array members. Multi-dimensional arrays are accessed using more than one index:one for each dimension.Arrays can be classified as fixed-sized arrays ( ) whose size cannot change once their storage has been allocated or dynamic arrays, which can be resized.Fixed-size arrays permit efficient random access.They are compact data structures, having a constant memory overhead.And, on CPUs which support caches, sequential iteration over an array has good locality of reference because its elements occupy contiguous memory locations.However, when an array is randomly accessed, for example when probing a hash table, locality of reference may be lost.(1)、.If we want to access a Three-dimensional array, how many indexes do we need?

单选题

298、Computer networks also use flexible glass fibers to transmit data.Known as an optical fiber, the medium uses light to transport data, The miniature glass fiber is encased in a plastic jacket which allows the fiber to bend without breaking.A transmitter at one end of a fiber uses a light emitting diode ( ) or a laser to send pulses of light down the fiber.A receiver at the other end uses a light sensitive transistor to detect the pulses. Optical fibers have four main advantages over wires.First, because they use light, optical fibers neither cause electrical interference in other cables nor are they susceptible to electrical interference.Second, because glass fibers cab be manufactured to reflect most of the light inward, a fiber can carry a pulse of light much farther than a copper wire can carry a signal.Third, because light can encode more information than electrical signals, an optical fiber can carry more information than a wire.Fourth, unlike electricity, which always requires a pair of wires connected into a complete circuit, light can travel from one computer to another over a single fiber. Despite their advantages, optical fibers do have some disadvantages.First, installing a fiber requires special equipment that polishes the ends to allow light to pass through.Second, if a fiber breaks inside the plastic jacket ( ), finding the location of the problem is difficult.Third, repairing a broken fiber is difficult because special equipment is needed to join two fibers so that light can pass through the joint.(5)、What is the central idea of this short essay?

单选题

298、Computer networks also use flexible glass fibers to transmit data.Known as an optical fiber, the medium uses light to transport data, The miniature glass fiber is encased in a plastic jacket which allows the fiber to bend without breaking.A transmitter at one end of a fiber uses a light emitting diode ( ) or a laser to send pulses of light down the fiber.A receiver at the other end uses a light sensitive transistor to detect the pulses. Optical fibers have four main advantages over wires.First, because they use light, optical fibers neither cause electrical interference in other cables nor are they susceptible to electrical interference.Second, because glass fibers cab be manufactured to reflect most of the light inward, a fiber can carry a pulse of light much farther than a copper wire can carry a signal.Third, because light can encode more information than electrical signals, an optical fiber can carry more information than a wire.Fourth, unlike electricity, which always requires a pair of wires connected into a complete circuit, light can travel from one computer to another over a single fiber. Despite their advantages, optical fibers do have some disadvantages.First, installing a fiber requires special equipment that polishes the ends to allow light to pass through.Second, if a fiber breaks inside the plastic jacket ( ), finding the location of the problem is difficult.Third, repairing a broken fiber is difficult because special equipment is needed to join two fibers so that light can pass through the joint.(4)、If we need to transmit a large amount of data, what medium should we choose to transmit the data best?

单选题

298、Computer networks also use flexible glass fibers to transmit data.Known as an optical fiber, the medium uses light to transport data, The miniature glass fiber is encased in a plastic jacket which allows the fiber to bend without breaking.A transmitter at one end of a fiber uses a light emitting diode ( ) or a laser to send pulses of light down the fiber.A receiver at the other end uses a light sensitive transistor to detect the pulses. Optical fibers have four main advantages over wires.First, because they use light, optical fibers neither cause electrical interference in other cables nor are they susceptible to electrical interference.Second, because glass fibers cab be manufactured to reflect most of the light inward, a fiber can carry a pulse of light much farther than a copper wire can carry a signal.Third, because light can encode more information than electrical signals, an optical fiber can carry more information than a wire.Fourth, unlike electricity, which always requires a pair of wires connected into a complete circuit, light can travel from one computer to another over a single fiber. Despite their advantages, optical fibers do have some disadvantages.First, installing a fiber requires special equipment that polishes the ends to allow light to pass through.Second, if a fiber breaks inside the plastic jacket ( ), finding the location of the problem is difficult.Third, repairing a broken fiber is difficult because special equipment is needed to join two fibers so that light can pass through the joint.(3)、Which one is not the advantages of optical fiber?

单选题

298、Computer networks also use flexible glass fibers to transmit data.Known as an optical fiber, the medium uses light to transport data, The miniature glass fiber is encased in a plastic jacket which allows the fiber to bend without breaking.A transmitter at one end of a fiber uses a light emitting diode ( ) or a laser to send pulses of light down the fiber.A receiver at the other end uses a light sensitive transistor to detect the pulses. Optical fibers have four main advantages over wires.First, because they use light, optical fibers neither cause electrical interference in other cables nor are they susceptible to electrical interference.Second, because glass fibers cab be manufactured to reflect most of the light inward, a fiber can carry a pulse of light much farther than a copper wire can carry a signal.Third, because light can encode more information than electrical signals, an optical fiber can carry more information than a wire.Fourth, unlike electricity, which always requires a pair of wires connected into a complete circuit, light can travel from one computer to another over a single fiber. Despite their advantages, optical fibers do have some disadvantages.First, installing a fiber requires special equipment that polishes the ends to allow light to pass through.Second, if a fiber breaks inside the plastic jacket ( ), finding the location of the problem is difficult.Third, repairing a broken fiber is difficult because special equipment is needed to join two fibers so that light can pass through the joint.(2)、How many advantages of optical fibers have been mentioned in this text?

单选题

298、Computer networks also use flexible glass fibers to transmit data.Known as an optical fiber, the medium uses light to transport data, The miniature glass fiber is encased in a plastic jacket which allows the fiber to bend without breaking.A transmitter at one end of a fiber uses a light emitting diode ( ) or a laser to send pulses of light down the fiber.A receiver at the other end uses a light sensitive transistor to detect the pulses. Optical fibers have four main advantages over wires.First, because they use light, optical fibers neither cause electrical interference in other cables nor are they susceptible to electrical interference.Second, because glass fibers cab be manufactured to reflect most of the light inward, a fiber can carry a pulse of light much farther than a copper wire can carry a signal.Third, because light can encode more information than electrical signals, an optical fiber can carry more information than a wire.Fourth, unlike electricity, which always requires a pair of wires connected into a complete circuit, light can travel from one computer to another over a single fiber. Despite their advantages, optical fibers do have some disadvantages.First, installing a fiber requires special equipment that polishes the ends to allow light to pass through.Second, if a fiber breaks inside the plastic jacket ( ), finding the location of the problem is difficult.Third, repairing a broken fiber is difficult because special equipment is needed to join two fibers so that light can pass through the joint.(1)、 What is the material of the optical fiber?

单选题

297、In a star-bus topology, several star topology networks are bus connection.

单选题

296、The motherboard of a typical desktop a large printed circuit board.

关闭登录弹窗
专为自学备考人员打造
勾选图标
自助导入本地题库
勾选图标
多种刷题考试模式
勾选图标
本地离线答题搜题
勾选图标
扫码考试方便快捷
勾选图标
海量试题每日更新
波浪装饰图
欢迎登录试题通
可以使用以下方式扫码登陆
APP图标
使用APP登录
微信图标
使用微信登录
试题通小程序二维码
联系电话:
400-660-3606
试题通企业微信二维码