Scracrth

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

SCRACTH 3.

0
Computer Program

 Computer is a machine that follow instruction. Computer does computing.


 Computer can be large ,small ,Personal computer desktop, laptop, tablet or smartphone
 Computer has hardware and software
 Computer hardware keyboard,monitor,cpu,wires .
 Computer software
 Set of instruction that computer follows to complete a task
 Coding and programming means writing step by step instruction that tell the computer
what to do
 You write these instructions using a programming language, and that’s where Scratch
comes in.
 Computer speak different languages python,c,c++
 Computer programmers learn these languages to talk to computer.
 A MOBILE PHONE
 Programs will allow you to make a call or send a message.
 Program will allow you to search for a contact a program will find the correct number.
 Washing machines:
 Washing machines are programmed to follow different cycles.
 Have you ever wanted to create your own computer game, animated story, tutorial, or
science simulation?

 Scratch is a graphical programming language that makes it easy to create those


applications and more.
 Most programming languages are text based, which means you have to give the computer commands in
what looks like a cryptic form of English. For example, to display “Hello!” on the screen, you might
write:
 print('Hello!') (in the Python language)

 Learning these languages and understanding their syntax rules can be challenging for beginners. Scratch,
on the other hand, is a visual programming language. It was developed in the Massachusetts Institute of
Technology (MIT) Media Lab to make programming easier and more fun to learn.
 In Scratch, you won’t type any complicated commands. Instead, you’ll connect graphical
blocks together to create programs.

You might also like