中英
basic input output system
/ ˈbeɪsɪk ˈɪnpʊt ˈaʊtpʊt ˈsɪstəm /
  • 简明
  • 基本输入输出系统
  • 网络释义
  • 专业释义
  • 1

     基本输入输出系统

    ...2并口模式的设置首先这里强调的是,主机的并口必须支持EPP模式的通讯方式,具体地说,就是主机的基本输入输出系统(Basic Input Output System,BIOS)中要将并口模式设置为EPP模式或者EPP+ECP混合模式。在此基础之上,驱动程序才能正确设置并口工作模式。

短语
查看更多
  • 双语例句
  • 权威例句
  • 1
    This article talk about how to use the rework tool of BIOS (basic input output system) information re - work the main boards information, just as all-purpose password and personality LOGO menu.
    讲述如何利用BIOS(基本输入输出系统)的修改工具对主板的BIOS信息进行修改如设置万能密码个性化启动画面以提高对公共机房的管理效率。
  • 2
    ROM in the computer equipped with a basic Input/Output System (BIOS).
    ROM 中装有电脑的基本输入输出系统(BIOS)。
  • 3
    On most PCs, it's called the BIOS. (The word is an acronym for basic input/output system.)
    在大部分 PC 上,这都称为 BIOS(这个单词是 basic input/output system(基本输入/输出系统)的缩写)。
查看更多
  • 百科
  • Basic input output system

    Basic Input/Output System (BIOS, also known as System BIOS, ROM BIOS or PC BIOS (/ˈbaɪ.ɒs/)) is the de facto standard defining the interface for firmware on IBM PC compatible computers. The name originated from the Basic Input/Output System used in the CP/M operating system in 1975. The BIOS software is built into the PC, and it is the first software run by a PC when powered on.The fundamental purposes of the BIOS are to initialize and test the system hardware components, and to load a boot loader or an operating system from a mass memory device. The BIOS additionally provides an abstraction layer for the hardware, i.e. a consistent way for application programs and operating systems to interact with the keyboard, display, and other input/output devices. Variations in the system hardware are hidden by the BIOS from programs that use BIOS services instead of directly accessing the hardware. MS-DOS (PC DOS), which was the dominant PC operating system from the early 1980s until the mid 1990s, relied on BIOS services for disk, keyboard, and text display functions. MS Windows NT, Linux, and other protected mode operating systems in general ignore the abstraction layer provided by the BIOS and do not use it after loading, instead accessing the hardware components directly.BIOS software is stored on a ROM chip on the motherboard. It is specifically designed to work with each particular model of computer, interfacing with various devices that make up the complementary chipset of the system. In modern computer systems, the BIOS contents are stored on flash memory so that the contents can be rewritten without removing the chip from the motherboard. This allows BIOS software to be easily upgraded to add new features or fix bugs, but can make the computer vulnerable to BIOS rootkits.BIOS technology is in transitional process toward the Unified Extensible Firmware Interface (UEFI) since 2010.

查看更多