IIUC CSE CORNER

A larger collection of iiuc cse syllabus and computer science related important ebooks pdf links,tutorials,notices and photo gallery


  • Greenfield

    Greenfield is a term from the construction industry that refers to undeveloped land. In the IT world, greenfield describes a software project that is developed from scratch rather than built from an existing program. It is often contrasted with “brownfield,” which describes software built from an existing program. Greenfield software development is generally more flexible than brownfield development since a new program… Continue reading

  • x86-64

    x86-64 is a 64-bit version of the x86 processor architecture, which Windows PCs have used for several decades. It is similar to x64, but refers specifically to processors that use the x86 instruction set. CPUs with the x86-64 architecture run in 64-bit mode by default, but are also backward-compatible with 32-bit and 16-bit applications. In other words, any program that runs on a… Continue reading

  • OLED

    Stands for “Organic Light Emitting Diode” and is pronounced “oh-led.” OLED is a type of flat screen display similar to an LCD that does not require a backlight. Instead, each LED within an OLED panel lights up individually. An OLED screen has six layers that work together to produce color images. These layers include the following, from bottom to… Continue reading

  • PowerPoint

    PowerPoint is a presentation program developed by Microsoft. It is included in the standard Office suite along with Microsoft Word and Excel. The software allows users to create anything from basic slide shows to complex presentations. PowerPoint is often used to create business presentations, but can also be used for educational or informal purposes. The presentations… Continue reading

  • SRE

    Stands for “Site Reliability Engineering.” SRE is a structured approach to software development that originated at Google. The goal of SRE is to create and maintain software applications that are reliable and scalable. SRE is similar to DevOps, but is developer-focused. Instead of requiring two separate teams (development and operations), SRE developers work as a unified team to produce reliable software. The… Continue reading

  • Analysis of algorithm

    In computer science, the analysis of algorithms is the determination of the amount of time, storage and/or other resources necessary to execute them. Usually, this involves determining a function that relates the length of an algorithm’s input to the number of steps it takes (its time complexity) or the number of storage locations it uses… Continue reading

  • properties of good algorithm

    The characteristics of a good algorithm are: Precision – the steps are precisely stated(defined). Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the precedingsteps. Finiteness – the algorithm stops after a finite number ofinstructions are executed. Input – the algorithm receives input. Output – the… Continue reading

  • অপারেটিং সিস্টেম

    অপারেটিং সিস্টেম (ইংরেজি ভাষা: Operating System সংক্ষেপে OS) হচ্ছে কম্পিউটারের হার্ডওয়্যার ও সফটওয়্যার সম্পদ বা রিসোর্স ব্যবস্থাপনাকারী কতগুলি কম্পিউটার প্রোগ্রামের সমষ্টি। অপারেটিং সিস্টেম কম্পিউটার ও ব্যহারকারীদের ইনপুট নেয় এবং বিভিন্ন টাস্ক ও কম্পিউটারের অভ্যন্তরীণ সিস্টেম সম্পদগুলি বণ্টন ও ব্যবস্থাপনা করে ব্যবহারকারী ও অন্যান্য প্রোগ্রামকে সেবা প্রদান করে। মেমরি বণ্টন ও নিয়ন্ত্রণ, সিস্টেম অণুরোধগুলির অগ্রাধিকার নির্ণয়,… Continue reading

  • সিস্টেম সফটওয়্যার কী

    সিস্টেম সফটওয়্যার একটি কম্পিউটার সফটওয়্যার যেটার নকশা করা হয়েছে, কম্পিউটারের হার্ডওয়্যার কে পরিচালনা করার জন্য এবং এপ্লিকেশন সফটওয়্যারগুলোকে কাজ করার উপযোগী পরিবেশ প্রদানের জন্য। [১][২] সাধারন সিস্টেম সফটওয়্যারের প্রকারগুলো হল: কম্পিউটারের বাইওস (BIOS) এবং ডিভাইস ফার্মওয়্যার ( firmware) যেটা হার্ডওয়্যার (আগে থেকে অর্ন্তভুক্ত বা পরে লাগানো) পরিচালনার এবং নিয়ন্ত্রনের সাধারণ কাজ করে থাকে। অপারেটিং সিস্টেম… Continue reading

  • কম্পিউটার সফটওয়্যার কী?

    কম্পিউটার সফটওয়্যার (ইংরেজি : Computer software) বলতে একগুচ্ছ কম্পিউটার প্রোগ্রাম, কর্মপদ্ধতি ও ব্যবহারবিধিকে বোঝায়, যার সাহায্যে কম্পিউটারে কোনো নির্দিষ্ট প্রকারের কাজ সম্পাদন করা যায়। [১] বিভিন্ন ধরনের সফটওয়্যারের মধ্যে রয়েছে ব্যবহারিক সফটওয়্যার, যেমন- অফিস স্যুট অ্যাপলিকেশন, যার মাধ্যমে বিভিন্ন প্রকারের চিঠিপত্র, বিল, হিসাবপত্র, তথ্য ভান্ডার তৈরি করা যায়। আবার কম্পিউটারের মাধ্যমে বিভিন্ন প্রকারের সফটওয়্যার চালানো… Continue reading