Week 1: Why we programme? Flashcards
What is a microprocessor wired to do?
“What to do next?”
What is programming about?
To learn how to talk to this…
What is a programmer?
Somebody who tells these computers what to do…
Why learn how to programme (in this course) ?
Because you can do things within excel for instance and programme it yourself. We are going to build stuff primarily for ourselves
What does he now want us to think?
That we are someone from the inside
Why be a programmer?
- To getsome tasks done 2. Clean up survey data 3. Fix a performance problem in the Sakai data 4. Produce something for others to use 5. Add guestbook to a website
What is a code ? What is a software?
What is code? What is software? We use these words pretty much independently, a program. It’s really a sequence of stored instructions. It gives it back, in, out, in, out. So it’s really a sequence of stored instructions.
What is the difference between human proigramms and programs for computers?
The human being can fix these mistakes while a computer cannot do that.
What is this?
Hardware
Where can you normally find hardware?
Inside
What is this?
It is a motherboard
What are these?
Memory chips, they are connected through the motherbaord
What is the central processing unit?
The central processing unit that I’ve spoken of before. Put that back down. Central processing unit is the closest thing a computer has to a brain, but it’s barely a brain. It’s really just a super fast programmable calculator. It, we make it flexible by our creativity when we write programs. We make it seem intelligent. It’s people that make it intelligent by taking our own knowledge and putting it in.
What are the central processing unit and the main memory together?
So, we have the main memory and we have the central processing unit. And this is where our high-speed instructions come from, this is where our high-speed data is stored. And this is the thing that asks “what next?” and it reads its instructions from here.
Name a few examples of input/output devices.
Mouse or keyboard. HDMI, ethernet connector etc.
What is an RAM?
Random access memory. is a form of computer data storage. A random-access memory device allows data items to be accessed (read or written) in almost the same amount of time irrespective of the physical location of data inside the memory.