Computer Organisation Previous Year Question Paper 2013 for Third Semester Computer Science

Computer Organisation 2013 Previous year Question Paper for BTech third Semester Computer Science under MG university

Free Download pdf Computer Organization (CO) Previous years Questions Papers 2013 November s3 (third semester) B.Tech Computer Science exam.

Subject : Computer Organisation (3rd semester)
Course : BTech Engineering
Department: Computer Science
Semester: Third semester (s3)
University : MG university Kottayam kerala

Engineering Mathematics IV 2013 Previous Question Paper for BTech Fifth Semester under MG university

Engineering Mathematics IV 2013 Previous year Question Paper for BTech Fifth Semester under MG university

Subject : Engineering Mathematics IV (5th semester)
Course : BTech Engineering
Department: Mechanical, Civil, Electronics and communications, electrical, Aeronautical, polymer, Applied Electronics, Automobile Engineering etc. (Except for Computer Science and IT)
Semester: fifth semester (s5)
University : MG university Kottayam kerala

Fifth Semester BTech Computer Science and IT Mathematics Previous Year Question 2014

Previous year question paper 2014

Subject : Engineering Mathematics IV (EN010501 B)
Course : BTech Engineering
Department: Computer Science and Engineering and IT (Information Technology)
Semester: fifth semester (s5)
University : MG university Kottayam kerala

How to make tables using HTML code

In HTML (Hyper Text markup Language), <table> tag is used to create tables. Table is basically meant to represent data in tabular form. But people also use tables to design webpages, especially when they want to divide the web pages into some equal blocks. Now we will start with the basics of table tag. The table starts with a <table> tag and ends with the HTML tag </table>. Whatever comes in between <table> and </table> is either the data in the table or further HTML codes to design the table. These two tags help only to inform the starting and ending of the table.

How to Disable AutoRun or AutoPlay in Windows Operating Systems

Here i am writing about the methods to disable AutoRun feature in Microsoft Windows Operating Systems. To know more about AutoRun, See this post: What is AutoRun or AutoPlay and How to Set it?If you want to make an AutoRun CD or Pen Drive yourself, just visit this page: How to Make a AutoRun CD or DVD Using Autorun.inf. To disable Autotrun or Autoplay features, there are multiple methods. Methods may also be different for different versions of Windows operating system.

Disable AutoPlay on Windows 8 or 8.1

  • Open Start Menu
  • Goto PC Settings (gear icon).
  • got PC and Devices
  • Select AutoPlay
  • Click on the ON or Off Toggle button to turn it off.

What is AutoRun and AutoPlay ? How to Set it ?

AutoRun or AutoPlay is a feature of Microsoft Windows operating Systems which causes a certain file to be opened automatically when a Compact disc is inserted or a thumb drive is connected. Windows provide us some AutoPlay options to choose from. It can be chosen in the 'properties' of the CD Drive. You might have noticed that when we insert the CDs of Softwares or some movies some application will be launched automatically. In most cases, it may be one with a menu or a movie player. Such AutRuns are designed by the software vendors. Similarly, we can also design an autorun for a CD we burn or even for a pen drive.

How to Download Youtube Videos - Easiest Method

how to download youtube video videos using any browser safari mozilla firefox opera chrome internet explorer in any operating sytem including windows xp 7 8 8.1 Linux Mac and in any device including computer (pc or laptop), Java, android or symbian mobile devices of Nokia samsung or sony
Download Youtube videos on any browser any platform
In this post, we will see how to download any youtube video easily without using any software. This method can be used in computers and any mobile phones without installing any application software. You can apply this method in any internet browser. Actually this is an online youtube video downloader method. A website will give you direct download links to your youtube video in various formats and sizes.

Crack Master 2014 final round App

Takshak 2014 mar athanasius college 2015 2013 2016 MAC MACE of engineering Thakshak art fest sanskriti tech fest techfest technical computer science department coding cipher encoding encrypted decrypt decode breaking code programming algorithm cash prize money contest kerala MG university
Crack Master 2014 screenshot
Do codes and ciphers make your heart race? When faced with an encrypted message, are you filled with an insatiable curiosity to know just what it is all about? Do you consider yourself to be an unmatched code breaker? If your answer to any of the above questions is a yes, then you would enjoy playing crack master.

C Program Using 8086 Interrupts to Restrict Mouse Pointer Into a Circle of Given Center and Radius

C Program Using 8086 Interrupts to Restrict Mouse Pointer Into a Circle of Given Center and Radius. The mouse ponter will be restricted to a circle of user specified center and radius using the interrupt 33 of 8086 in c complier. I have tested this program in Turbo C compiler.
How to restrict mouse cursor or pointer within a user specified circle Using 8086 INT33 service interrupts arrow mice radius centre Turbo c program Turbo C++ code source code without thread screen rectangle
Mouse pointer restricted into a circle in Turbo C


#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<graphics.h>