Register - Login

The Turing Test: Can a Computer Fool a Human?

The Turing Test: Can a Computer Fool a Human?

The Turing Test is a clever way to check if a computer can act like a human. If someone can chat with a machine and not tell it’s a computer, the machine passes the test! It was invented by Alan Turing, one of the smartest minds in computing history. But even today, very few computers have truly passed the test.

Members Only

You need to be registered and logged in to access this learning resource and other member only content. It only costs £1.99

Leave a comment


'; // Add header content for print html += '

Lenara Learning

Get more learning resources at www.lenara.uk

'; // Insert the worksheet content html += '
' + content + '
'; html += ''; printWindow.document.write(html); printWindow.document.close(); printWindow.focus(); // Trigger printing and auto-close the popup printWindow.print(); printWindow.onafterprint = function() { printWindow.close(); }; setTimeout(function() { printWindow.close(); }, 1500); }