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
Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems
Fifth Semester BTech Computer Science and IT Mathematics Previous Year Question 2014
Labels:
$studymat
,
computer
,
engineering
,
fifth
,
information
,
IT
,
Mathematics
,
Maths
,
MG
,
MG University
,
paper
,
previous
,
question
,
s5
,
science
,
semester
,
technology
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
Download Youtube videos on any browser any platform |
Crack Master 2014 final round App
Crack Master 2014 screenshot |
Labels:
2014
,
algorithms
,
app
,
coding
,
college
,
crack
,
Crackmaster
,
decode
,
decryption
,
encode
,
engineering
,
final
,
game
,
MACE
,
Mar Athanasius
,
master
,
round
,
Takshak
,
Thakshak
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.
Mouse pointer restricted into a circle in Turbo C |
#include<stdio.h> #include<conio.h> #include<dos.h> #include<graphics.h>
How to Hard Reset Samsung Galaxy Note 2 (N7100)
Samsung Galaxy Note II N7100 |
- Switch off the phone first. (If your phone is problem is not turning on, you can try only this method of reseting)
- Wait for some seconds (~30s).
- Now press and hold the following buttons together : Home button, power button and volume up button.
- Keep these three buttons pressed together until you see the Samsung logo.
- You will be led to the menu.
- You can use volume up or down buttons to highlight an option and power button to select that option.
C Program to Display and Set System Time and Date Using 8086 Interrupts
This is a C Program to Display and Set System Time and Date Using 8086 Interrupts. Interrupt number 21 (in hexadecimal) is used to:
Output of c Program to get and set system time and date |
- Get System time
- Set System time
- Get System Date
- Set System Date
To Get system date:
- Call interrupt 0x21 (hexadecimal)
- AH (higher byte of accumulator) should be made equal to 2A (hex) before calling interrupt
Output:
Subscribe to:
Posts
(
Atom
)