To Lecture Notes

IT 211 -- Jan 7, 2019

Course Documents

Course Prerequisite

Course Textbook

Discussion Questions

  1. What is your experience with these computer items?
  2. List computer file extensions that you know (Microsoft Windows or Mac) and the meaning of each extension.
    Ans: Here are some of the many common Windows file extensions:

    Document Files:   .txt (Text), .docx, .doc (MS Word), .rtf (Rich Text Format).

    Data Files:   .xml (Extensible Markup Language), .csv (Comma Separated Value), .json (Javascript Object Notation)

    Internet Page Files:   .htm,.html (HTML Page), .css (CSS File), .aspx (ASP.Net), .js (Javascript File).

    Binary Machine Language Files:   .exe (Executable File), .dll (Dynamic Link Library), .class (Java Byte Code File).

    Source Code Files:   .java (Java), .c (C), .cpp (C++), .cs (C#), .py (Python), .rb (Ruby).

    Image Files:   .jpg (JPEG Image), .gif (GIF File), .tif (TIFF File), .tga (Targa File), .bmp (Windows Bitmap File), .pbm (Portable Bitmap File), .pgm (Portable Graymap File), .ppm (Portable Pixelmap File), .pnm (Portable Anymap File).

    Sound Files:   .wav (WAV), .midi,.mid (MIDI), .mp3 (MP3).

    Movie Files:   .avi (AVI Movie File), .mpeg, .mpg (MPEG Movie File).

    Microsoft Application Files:   .mdb, .accdb (Access), .xlsx (Excel Worksheet), .pptx (Powerpoint Office Open XML).

    Compressed Files:   .zip (ZIP File), .rar (RAR File), .7z (7 Zip File), .tar (TAR File).

Course Overview

Installing Python

Running a Python Script

Submitting Homework Projects

More Examples

Project 1