CMS专题

单选题Which of the following is a good choice to use a process application monitor?()AA process stated by cronBA shell script owned by a non-root userCA process with a specific name and ownerDAn application defined to SRC without the restart (-O) flag

题目
单选题
Which of the following is a good choice to use a process application monitor?()
A

 A process stated by cron

B

 A shell script owned by a non-root user

C

 A process with a specific name and owner

D

 An application defined to SRC without the restart (-O) flag

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A company wants to secure access to its internal wireless network. The company wants to use themost secure means to access the network. Which of the following is the BEST choice for wireless security in this situation?()

A. WEP encryption

B. Channel rotation

C. Disable SSID

D. WPA encryption


参考答案:D

第2题:

Which of the following would provide good baseline documentation to have on hand whenanalyzing potential problems?(Choose all that apply.)()

  • A、User authentication ID and password
  • B、User profile
  • C、Output of debug
  • D、Output of show interface
  • E、Result of ping
  • F、Output of show process cpu

正确答案:C,D,E,F

第3题:

The prototyping method is a dynamic design process, which requires people who use prototyping method to have the following capability of

A.proficient program expertise

B.immediately acquire requirement

C.coordinate & organize eloquently

D.handle tools smartly


正确答案:B

第4题:

Which of the following is a good choice to use a process application monitor?()

  • A、 A process stated by cron
  • B、 A shell script owned by a non-root user
  • C、 A process with a specific name and owner
  • D、 An application defined to SRC without the restart (-O) flag

正确答案:C

第5题:

A Windows XP system has been badly infected with malware. The technician notices that the malware is making repeated attempts to broadcast over the network from activity seen on the local firewall. Which of the following Windows XP startup options would be the SAFEST way to remove the malware?()

  • A、Use the Safe Mode with Networking option
  • B、Use the Safe Mode option
  • C、Use the Enable Boot Logging option
  • D、Use the Last Known Good Configuration option

正确答案:B

第6题:

Which of the following is an example of teachers' indirect corrective feedback?

A.Say "went" instead of "go".__________
B.We never use "at" that way.
C.Choice A is not the right answer.
D.Who can help him with this sentence

答案:D
解析:
考查教学反馈相关知识。A、B、C三项都属于直接纠错,只有D项是属于间接纠错。

第7题:

The company network is in the process of migrating the IP address scheme to use IPv6. Which of the following address types are associated with IPv6?()

  • A、Unicast
  • B、Private
  • C、Broadca st
  • D、Public
  • E、Multicast
  • F、Anycast

正确答案:A,E,F

第8题:

Which of the following features make using WPA2 versus WEP a BETTER choice in a wirelessenvironment?()

A. Ability to use multiple antennas to send and receive

B. Ability to connect at a higher bandwidth

C. Use of AES 256-bit encryption

D. Lower traffic overhead makes transmissions faster


参考答案:C

第9题:

Given the following expression about TextField which use a proportional pitch font.  TextField t = new TextField("they are good",40);     Which statement is true?() 

  • A、 The displayed string can use multiple fonts.
  • B、 The maximum number of characters in a line will be 40.
  • C、 The displayed width is exactly 40 characters.
  • D、 The user can edit the characters.

正确答案:D

第10题:

Given classes defined in two different files:  1. package util;  2. public class BitUtils {  3. private static void process(byte[] b) { }  4. }  1. package app;  2. public class SomeApp {  3. public static void main(String[] args) {  4. byte[] bytes = new byte[256];  5. // insert code here  6. }  7. }  What is required at line 5 in class SomeApp to use the process method of BitUtils?() 

  • A、 process(bytes);
  • B、 BitUtils.process(bytes);
  • C、 app.BitUtils.process(bytes);
  • D、 util.BitUtils.process(bytes);
  • E、 import util.BitUtils. *; process(bytes);
  • F、 SomeApp cannot use the process method in BitUtils.

正确答案:F

更多相关问题