0% found this document useful (0 votes)
63 views46 pages

Computer Classes: Coding & Basics

This document outlines a 8-day computer coding and basics course. Day 1 covers computer basics. Day 2 covers using common software like Word, PowerPoint and Excel. Day 3 introduces programming and coding. Days 4-7 cover the C programming language, writing code, and practicing concepts. Day 8 involves revision and takeaways. The document provides links to online videos and tutorials. It outlines homework assignments involving coding practice, defining terms, and watching instructional videos. Sample C programs are presented for tasks like comparing numbers, division and multiplication.

Uploaded by

Naitik Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views46 pages

Computer Classes: Coding & Basics

This document outlines a 8-day computer coding and basics course. Day 1 covers computer basics. Day 2 covers using common software like Word, PowerPoint and Excel. Day 3 introduces programming and coding. Days 4-7 cover the C programming language, writing code, and practicing concepts. Day 8 involves revision and takeaways. The document provides links to online videos and tutorials. It outlines homework assignments involving coding practice, defining terms, and watching instructional videos. Sample C programs are presented for tasks like comparing numbers, division and multiplication.

Uploaded by

Naitik Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 46

Computer classes

Coding & Basics

By: Sourabh Kala


Content
Day 1: Computer Basics

Day2: Tools usage : Word, ppt, excel

Day3: introduction to programming/coding

Day4: ‘C’ language concepts

Day5: Explore online tool and few codes

Day6: ‘C’ programs and some videos

Day7: Code practices and new concepts

Day8: Revision & few takeaways


Computer Basics
A computer is a machine that accepts data as input, processes that data using programs,
and outputs the processed data as information. Many computers can store and retrieve
information using hard drives.
Links
1. https://www.youtube.com/watch?v=7cXEOWAStq4
2. Hardware: https://www.youtube.com/watch?v=AkFi90lZmXA
3. Future tech : https://www.youtube.com/watch?v=5SIhlWFAJWk
Input & Output Devices
Input Devices -- "How to tell it what to do“ - A keyboard and mouse are the
standard way to interact with the computer. Other devices include joysticks and
game pads used primarily for games.

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.

The software is the instructions that makes the


computer work. Software is held either on your
computers hard disk, CD-ROM, DVD or on a diskette
(floppy disk) and is loaded (i.e. copied) from the disk
into the computer's RAM (Random Access Memory), as
and when required
Computers in daily life
● Games
● Educational
● Online banking
● Smart ID cards
● Supermarkets
● Internet
Homework for 2nd session
1. List down names of input and output devices at least 5 each
2. What is internet
3. Full form of BIOS, WWW,CPU,CD,DVD,RAM,ROM,LCD
4. What is operating system
2nd Session ( 5 July )
What is internet
The Internet is a global wide area network that connects computer systems across the
world. ... The Internet provides different online services. Some examples include: Web
– a collection of billions of web pages that you can view with a web browser. Email –
the most common method of sending and receiving messages online

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

https://www.youtube.com/watch?v=Wchru8alhaE - Programming language

https://www.youtube.com/watch?v=GjNp0bBrjmU - Operating system

https://www.youtube.com/watch?v=p3q5zWCw8J4 - Computer memory


Hands on experience of some tools
● Microsoft word
● Powerpoint
● Microsoft Excel
Homework for 3rd Session
1. Watch all the videos mentioned in previous slide and make notes in brief (
100 words each)
2. Practice Excel : Sum, min,max,len,LCM,lower,upper functions
3. What is Programming language
3rd Session
Webiste link to practice: https://www.onlinegdb.com/online_c_compiler

Code with
instruction to
print names

output
3rd Session[12 July]
Video links: [ Must watch ]

https://www.youtube.com/watch?v=pKBw98uHOyk - what is coding (must watch)

https://www.youtube.com/watch?v=Xpk67YzOn5w - Why 1 and 0 in computer not 1,2,3,4 etc.

https://www.youtube.com/watch?v=MRPpYX8SOA8 - what is algorithm

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

1. C program for addition of 5 numbers


2. C program for multiplication of 3 numbers.

You might also like