Answer the following statements true (T) or false (F)
1. In a time-sharing computer, the processor executes user programs in sequence, completing the execution of one program before beginning the next one.
2. On an Ethernet network, computer A can send a message directly to computer B, without any other computer on the network receiving that message.
3. When developing large software projects, it generally takes more time to develop the code than it does to test and maintain it.
4. The Turing Test was proposed by Alan Turing as a means of determining whether an artificially intelligent machine has been constructed.
5. According to the Code of Ethics proposed by the Association for Computing Machinery (ACM), a computer professional is responsible for understanding the potential impact of his or her work and for striving to minimize risks to the public.
1. FALSE
2. FALSE
3. FALSE
4. TRUE
5. TRUE
You might also like to view...
Answer the following questions true (T) or false (F)
1. We can assign a base class object to a derived class variable. 2. Virtual functions allow old code to call new code.
What happens if you omit one of the greater-than signs (use > in place of >>)? Try it and see.
What will be an ideal response?
Write a Java statement that creates an output stream to append data to a file named autos.txt.
What will be an ideal response?
Which IPv6 multicast address has been defined to include all hosts that run IPv6 on a local link?
A) FF01::1 B) FF01::2 C) FF02::2 D) FF02::1