Computer Classes: Coding & Basics
Computer Classes: Coding & Basics
Output Devices -- "How it shows you what it is doing" - The monitor (the screen)
is how the computer sends information back to you. A printer is also an output
device.
Hardware & Software
The term hardware refers to the physical components
of your computer such as the system unit, mouse,
keyboard, monitor etc.
https://www.youtube.com/watch?v=UXsomnDkntI
Operating system
An operating system (or OS) is a group of computer programs, including device
drivers and other software that lets people interact with a computer. ... An operating
system has many jobs. It makes sure that all the programs can use the CPU, system
memory, displays, input devices, and other hardware.
Good interactive video links
https://www.youtube.com/watch?v=UXsomnDkntI - Internet
Code with
instruction to
print names
output
3rd Session[12 July]
Video links: [ Must watch ]
https://www.youtube.com/watch?v=6hfOvs8pY1k
Homework for 4th session
1. View all the videos in previous slide [must]
2. Why computer use 0,1 and not 1,2,3,4 numbers (explained in video)
3. What is a compiler
4th Session
- C program Practice
- Addition, Two no. compare etc.
- ASCII Value
- Algorithm
A series of Steps, Computer can follow
How to tell Robot to Walk to the Table
We Just not tell what to do but how to do step by step
Convert human readable code to machine readable code : Compiler
C program to perform sum of two number
Print ASCII values
Homework for 5th Session
Webiste link to practice code
https://www.onlinegdb.com/online_c_compiler
Practice c program:
1. Print your name
2. Perform subtraction of two number
3. Perform divide of two number
Video links to watch
- https://www.youtube.com/watch?v=xdWV-qWlLpM - Motherboard
- https://www.youtube.com/watch?v=QXjU9qTsYCc - Compiler
- https://www.youtube.com/watch?v=wxds6MAtUQ0- Loop concept in coding
- https://www.youtube.com/watch?v=eSYeHlwDCNA - Sequence, Selection and
Loop concept
C program to compare two number
C program to compare two number (input from keyboard)
C program for division
C program for Multiplication
Homework for 6th session
Practice following C programs