仪表工考试

在I/ASeries系统在()情况发生时,PROCESS键会变成闪烁的红色。A、出现过程参数报警B、打印机缺纸C、CP故障D、AW重启

题目

在I/ASeries系统在()情况发生时,PROCESS键会变成闪烁的红色。

  • A、出现过程参数报警
  • B、打印机缺纸
  • C、CP故障
  • D、AW重启
参考答案和解析
正确答案:A
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

请分析下列程序。 int main() { printf("This is in main program"); if(fork()==0) printf("I am in child process"); else printf("I am in parent process");} 程序正确运行后结果是

A.This is in main program I am in child process I am in parent process

B.This is in main program I am in child process

C.This is in main program I am in parent process

D.This is in main program I am in child process This is in main program I am in parent process


正确答案:A

第2题:

在Windows系统默认配置情况下,当鼠标移动到超链接上时,将显示为(9);选定多个不连续的文件或文件夹,应按住(10)键。

A.I形

B.小箭头形

C.小手形

D.沙漏形


正确答案:C
解析:在Windows系统默认配置情况下,当鼠标移动到超链接上时,将显示为小手形,通过打开任一网页用鼠标操作即可看到效果。

第3题:

在Flash中使用钢笔工具时,如果按住键盘中的Ctrl键,会变成()工具。

A.钢笔工具

B.选择工具

C.部分选取工具

D.抓手工具


参考答案:C

第4题:

在集散型控制系统软件功能块中,I/0功能画面由()键调出。

  • A、INTER
  • B、EXCH
  • C、ENTER

正确答案:C

第5题:

在消防电话系统中,当系统发生故障时,按_____使设备恢复正常状态。

A.复位键

B.消音键

C.接通键

D.挂断键


正确答案:A

第6题:

对于如下C语言程序 int main() { pid_t pid; int x=1; pid = fork(); if(pid==0) printf("I am the child process, x=%d\n", ++x); else printf("I am the parent process, x=%d\n", --x); } 在UNIX操作系统中正确编译链接后,其正确的运行结果是

A.I am the child process, x=2

B.I am the parent process, x=0

C.I am the parent process, x=2

D.I am the child process, x=0


正确答案:A

第7题:

对于如下C语言程序在UNIX操作系统中正确编译链接后,其正确的运行结果是()

A.I am the child process, x=2

B.I am the parent process, x=0

C.I am the parent process, x=2

D.I am the child process, x=0


正确答案:A

第8题:

请分析以下程序。 int main() { pid_t pid; pid = fork(); if(pid==0) printf("I am the child process, my process ID is%d\n",getpid()); else printf("I am the parent process, my process ID is%d\n",getpid());} 那么,该程序正确运行后的结果是

A.I am the child process, my process ID is 3744 I am the parent process, my process ID is 3987

B.I am the child process, my process ID is 3744

C.I am the parent process, my process ID is 3987

D.不输出任何信息


正确答案:A

第9题:

在某种情况下,Word文档中插入文字时,会删除光标后面的文字。如果想在插入文字时,光标后的内容不被删除,可以按一次键盘上的(  )。

A.Insert键
B.Home键
C.Delete键
D.Esc键

答案:A
解析:
Insert键为插入键,主要用于文字处理器切换文本输入的模式。一种为覆盖模式,光标位置新输入字会替代原来的字;另一种为插入模式,新输入的字插入到光标位置,原来的字相应后移;Home键为返回键,作用是将光标移动到编辑窗口或非编辑窗口的第一行的第一个字上;Delete键为删除键;EsC键为退出键。

第10题:

在预销票时,需按()键。

  • A、更改车型键
  • B、车型键
  • C、票据键
  • D、系统键

正确答案:C

更多相关问题