-
Final Project 1 simple RiveScript Chatbot
Inspiration and slight change To create this chatbot, I was inspired by The Coding Train’s chatbot series on YouTube called “Chatbots – Programming with Text” (https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aDUo_ia-Vq2UZZGaxJ9nRo). In one of his videos he talks about the open source library RiveScript. Rivescript is a “text-based scripting language meant to aid in the development of interactive chatbots” (https://www.rivescript.com/docs/tutorial),…
-
Chatbot Project Plans (Formative Assessment)
Context For my 2 final projects, I am going to create a simple chatbot and I am going to design a mobile UI concept for that chatbot. According to TechTarget’s “WhatIs?” website, a bot is a program that “operates as an agent for a user or other program or to simulate a human activity”. The…
-
(Ro-)BOTS- Reflecting on the ‘bots’ exercise
What is a bot and how often do you think you interact with bots in your daily life? According to TechTarget’s “WhatIs?” website, a bot is a program that “operates as an agent for a user or other program or to simulate a human activity”. Bots can operate without human interaction, as they are used…
-
Algorithm Part 2
For the second part of the task, one of our classmates had to take our algorithms and create a new version:
-
Algorithm
For this week, my task is to create an algorithm that will help me perform a daily task more efficiently. So, I have created an algorithm that will help me get to uni on time. //Algorithm for getting to UniSTART Time = “What time did you wake up”If Time > 0630Print “Eat a small breakfast”ElsePrint…
-
What is a computer?
A computer is a multipurpose digital device that can accept, process, manipulate and output data. A computer consists of hardware and software. Hardware is the name given to the physical components of the computer (e.g. the keyboard, mouse, motherboard, CPU etc). Software is the name given to the actual data that is being manipulated. Computers…