You are on page 1of 72

INTRODUCTION TO COMPUTING AND

PROGRAMMING EE 121





Department of Electrical Engineering
Course Instructor: Zubair Ahmed


Outline
Course Introduction
Course Information
Textbook
Grading
Important Dates
Course Outline

Cha
pter
1
2
Course Information
Instructor: Zubair Ahmed
Email: z.ahmed@dsu.edu.pk
Homepage: http://lms.dsu.edu.pk/summer2014/EE-121/home
Office: SF 237
Office Hours: Mon and Wed 11:00 - 12:00
Thu 11:00 - 12:00
Prerequisites: None

Cha
pter
1
3
Textbook
Recommended Book
Introduction to Computers and Programming
7
th
edition by TONY GRADDIS.
Reference Book
?


Cha
pter
1
4
Grading Information







Policies
Attendance is mandatory.
All submitted work must be yours.
Assignments should be submit within given time.
Cha
pter
1
5




















Color Bit, Depth and Pixel
8-bit color graphics is a method of storing image
information in a computer's memory or in an image file,
such that each pixel is represented by one 8-bit byte.
Color depth, also known as bit depth, is either the
number of bits used to indicate the color of a single pixel,
in a bitmapped image or video frame buffer, or the
number of bits used for each color component of a single
pixel.
Pixel :Short for Picture Element, a pixel is a single point in
a graphic image. Graphics monitors display pictures by
dividing the display screen into thousands (or millions) of
pixels, arranged in rows and columns. The pixels are so
close together that they appear connected.










Computer Architecture

You might also like