GLA CSE Student Corner

GLA CSE Student Corner Breaking News Of CSE !!!!!!

Try this app once. This is an amazing app for the motivation who really take care of their health. It also provides coin...
09/04/2019

Try this app once. This is an amazing app for the motivation who really take care of their health. It also provides coins according to the workout and we can use these coins for purchasing items from there offers.

Don't forget to use my referral code "himansuyas".

Join me on StepSetGo, an application that rewards you with free products, just for walking. Use code ' himansuyas ' while registering and join the revolution!.

Every step you take is rewarded, and lets you claim FREE products, exclusive discounts and MORE! Invite your friends, and make walking a fun, social experience. Step, Earn, Redeem

08/03/2016

I need an editor for this page, those who are interested message me.

19/06/2015

1. The majority of computer users blink 7 times per minute at most, compared to the normal blink rate of 20 blinks per minute.
2. Email was invented before the web; which means that it has been around longer.
3. The home of Bill Gates was designed with the use of a Macintosh Computer.
4. The original Macintosh case which was created during the year of 1982, contains 47 signatures of the division of Apple’s Macintosh members.
5. Doug Engelhard invented the very first computer mouse which was made out of wood. He created it in 1964.
6. On a regular work day for a typist, their fingers travel at an average rate of about 12.6 miles per day.
7. The state of Alaska is the only state whose letters can be typed in a straight row of keyboard letters.
8. Ebay has about $680 worth of transactions that take place per second.
9. There are more than one million domain names that are registered online per month.
10. Apple, Microsoft, HP, and Google are all IT applications that started development in a garage.
11. The social Media website Myspace has about 110 million registered users. If the social media site had been considered a country it would be the 10th largest; right after Mexico.
12. Youtue.com was registered February 14th, 2005.
13. The Dvorak keyboard is known to be more efficient and 20 times faster than Querty.
14. Computer programming is an occupation that is growing faster than any other.
15. The first online advertisement banner was created and used in the year of 1994.
16. Hewlett Packard, which is more known as HP, was invented in a garage in Palo Alto during the year of 1939.
17. As of this year, there are currently 17 billion devices that are connected or related to the internet and the use of the internet.
18. About 1 out of 8 couples met their spouse on the internet within the past few years. There are more people meeting their significant others online each year.
19. If you are able to find a way to hack into Facebook then they will pay you up to $500.
20. There are about 1 billion instant messenger accounts that are active around the world today.
The above are 20 interesting facts about technology that you may or may not have been aware of. Now that you know that you can share these facts with other people who might not know about them. It is most certainly considered to be entertainment for your brain

19/06/2015

1. Only 8% of the world’s currency is physical money, the rest only exists on computers.
2. There was a computer worm that would gain access to Windows XP systems, download a patch from Microsoft to close the vulnerability that it used to infect the system, attempt to delete the infamous Blaster worm (if present) from the system, then delete itself.
3. The worst breach of U.S. military computers in history happened when someone picked up a memory stick (infected by a foreign intelligence agency) they found in the parking lot and plugged it into their computer, which was attached to United States Central Command.
4. Investigators missed incriminating Google searches done on Casey Anthony’s computer – including “fool-proof suffication because they checked her Internet Explorer history, but ignored Firefox.
5. In 1978, Apple Corps (owned by The Beatles) sued Apple Computer for trademark infringement. The case settled for $80,000 along with the condition that Apple Computer should not enter the music business, and Apple Corps agreed not to enter the computer business.

27/02/2015
07/02/2015

Microsoft Research launched a new website " Massively Empowered Classroom ( mec ) ". This website provides free courses and if a student scores more than 70% marks in respective quiz related to course which they select, they will get a certificate from Microsoft Research team.Anyone can register, all you need is an internet connection to take the courses offered on this website. For registration please Follow the steps below: 1. Open the internet browser and type the website address www.mecr.org in your browser 2. On top right, where it says 'Sign in to your Account', choose yourpreferred login methods via Microsoft (Hotmail or outlook mail accounts),Facebook, Google, or Yahoo mail accounts - Use any one. You can also clickon the Sign In blue-colored drop-down menu and choose the same loginoptions. 3. If a sign-in form page shows up, sign in with your own mail logincredentials. If you are previously already signed into your mail account on this browser, then this sign-in page will not appear, and you can see yourname appear on the top-right pull-down menu . 4. After a successful login attempt, you are brought back to the home page again. Scroll down to the 'Browse by University' section . You will see some Universities listed. Choose an appropriate University. You are now on your university's college selection page. Scroll down to choose and click on your college. .5.Under your college page, you will see a list of courses available, and a few links. 6. Click on the register link to register for the course .(You can register for more than one course) 7. Provide your name and email details, check the "I Accept" checkbox, and enter [email protected] as referral code , click the Register button NOTE: Please be careful while entering my email addressand avoid miss-spell otherwise you wont get credits on our university basis. 8. Similarly, you can register for all 4 courses i.e Computer Networks, Theory of Automata, Design and analysis of algorithm and data structures. For more information regarding this website please feel free to contact the undersigned. If we cross a mark of 750+ registration on this website our university will be recognised as " Mec collaborator institution ". Regards Monika Agrawal Microsoft Student Partner GLA University, Mathura BTech ( CSE ) 3rd year [email protected]

13/11/2014

Car moving over a Hump





void car(int x, int c, int i_f_y, int i_r_y)
{
setcolor(c);
line(x + 150, 100+i_r_y, x + 242, 100+i_f_y);
ellipse(x + 242, 105+i_f_y, 0, 90, 10, 5);
line(x + 150, 100+i_r_y, x + 120, 150+i_r_y);
line(x + 252, 105+i_f_y, x + 280, 150+i_f_y);
line(x + 100, 150+i_r_y, x + 320, 150+i_f_y);
line(x + 100, 150+i_r_y, x + 100, 200+i_r_y);
line(x + 320, 150+i_f_y, x + 320, 200+i_f_y);
line(x + 100, 200+i_r_y, x + 110, 200+i_r_y);
line(x + 320, 200+i_f_y, x + 310, 200+i_f_y);
arc(x + 130, 200+i_r_y, 0, 180, 20);
arc(x + 290, 200+i_f_y, 0, 180, 20);
line(x + 270, 200+i_f_y, x + 150, 200+i_r_y);
circle(x + 130, 200+i_r_y, 17);
circle(x + 290, 200+i_f_y, 17);

}


void main()
{
int gd = DETECT, gm = DETECT, i = -200;
int iy=0, prv_iy=0, prv_iry=0;
initgraph(&gd, &gm, "");

ellipse(318, 220, 0, 180, 15, 8);
line(0,220,640,220);
setfillstyle(SOLID_FILL, RED);
floodfill(318,215,15);
car(i, 15,0,0);

while (!kbhit()) {
car(i++, 0,prv_iy,prv_iry);
if(i>0 && i25){
if(i%2==0) iy++;
} else {
if(i%2==0) iy--;
}
} else if(i>160 && i185){
if(i%2==0) iy++;
} else {
if(i%2==0) iy--;
}
} else if(i>500) {
break;
} else {
prv_iy = 0;
prv_iry = 0;
iy = 0;
car(i, 15,0,0);
}
delay(20);
}
}

09/10/2014

1. Which of the following memories is an optical memory?
A. Floppy Disk
B. Bubble Memories
C. CD–ROM.
D. Core Memories
Answer-C

2. DNS refers to
A. Data Number Sequence
B. Digital Network Service
C. Domain Name System
D. Disk Numbering System
Answer -B


3. Java was originally invented by
A. Oracle
B. Microsoft
C. Novell
D. Sun
Answer-D

4. The unit of speed used for super computer is
A. KELOPS
B. GELOPS
C. MELOPS
D. None of these
Answer-B

5. Whose trademark is the operating system UNIX?
A. Motorola
B. Microsoft
C. BELL Laboratories
D. AshtonTate
Answer-C

Computer TerminologyASCII – (American Standard Code for Information Interchange) – This is the world-wide standard for t...
27/09/2014

Computer Terminology
ASCII – (American Standard Code for Information Interchange) – This is the world-wide standard for the code numbers used by computers to represent all the upper and lower-case Latin letters, numbers, punctuation, etc. There are 128 standard ASCII codes each of which can be represented by a 7 digit binary number: 0000000 through 1111111.

BAUD – Baud is the number of times per second that the carrier signal shifts value – for example a 1200 bit-per-second modem actually runs at 300 baud, but it moves 4 bits per baud (4 x 300 = 1200 bits per second). The baud rate of a modem is how many bits it can send or receive per second.

BBS – (Bulletin Board System) — A computerized meeting and announcement system that allows people to carry on discussions, upload and download files, and make announcements without the people being connected to the computer at the same time.

BIT – (Binary DigIT) — A single digit number in base-2, in other words, either a 1 or a zero. The smallest unit of computerized data. Bandwidth is usually measured in bits-per-second.

BPS – (Bits-Per-Second) — A measurement of how fast data is moved from one place to another. A 28.8 modem can move 28,800 bits per second.

BYTE – A set of Bits that represent a single character. Usually there are 8 Bits in a Byte, sometimes more, depending on how the measurement is being made.

ETHERNET – A very common method of networking computers in a LAN. Ethernet will handle about 10,000,000 bits-per-second and can be used with almost any kind of computer.

FIRE WALL – A combination of hardware and software that separates a LAN into two or more parts for security purposes.

FTP - (File Transfer Protocol) — A very common method of moving files between two Internet sites. FTP is a special way to login to another Internet site for the purposes of retrieving and/or sending files.

GIF - (Graphic Interchange Format) — A common format for image files, especially suitable for images containing large areas of the same color. GIF format files are often smaller than JPEG format, but GIF format does not store photographic images as well as JPEG.

GIGABYTE - 1000 or 1024 Megabytes.

HOST - Any computer on a network that is a repository for services available to other computers on the network.

HTML - (Hypertext Markup Language) — The coding language used to create hypertext documents for use on the Internet. HTML looks a lot like old-fashioned typesetting code, where you surround a block of text with codes that indicate how it should appear.

HTTP - (Hypertext Transport Protocol) — The protocol for moving hypertext files across the internet which requires an HTTP client program on one end, and an http server program on the other end.

HYPERTEXT - Generally, any text that contains links to other documents.

INTERNET - The vast collection of inter-connected networks that use the TCP/IP protocols that evolved from the ARPANET of the late 60′s and early 70′s. The Internet connects thousands of independent networks into a vast global Internet.

INTRANET - A private website on a network inside a company or organization for internal use only.

JPEG - (Joint Photographic Experts Group) — JPEG is commonly used as a format for image files. JPEG format is preferred to the GIF format for photographic images as opposed to line art or simple logo art.

KILOBYTE - A thousand bytes. Actually, usually 1024 (2^10) bytes.

LAN - (Local Area Network) — A computer network limited to the immediate area, usually the same building or floor of a building.

MEGABYTE - A million bytes. Actually, technically, 1024 kilobytes.

MODEM - (MOdulator, DEModulator) — A device that you connect to your computer and to a phone line, that allows the computer to talk to other computers through the phone system. Basically, modems do for computers what a telephone does for humans.

PASSWORD - A code used to gain access to a locked system. Good passwords contain letters and numbers as well as other characters.

PLUG-IN – A small piece of software that adds features to a larger piece of software.

SQL - (Structured Query Language) — A specialized programming language for sending queries to databases.

TERABYTE - 1000 gigabytes.

URL - (Uniform Resource Locator) — The standard way to give the address of any resource on the Internet that is part of the World Wide Web (WWW). A URL looks like this: http://www.easylearningweb.com

WAN - (Wide Area Network) — Any internet or network that covers an area larger than a single building or campus.

Easy Learning is an online resource website to help novice and advanced computer users learn more about computers and other technical topics, Microsoft Office tips and tricks, computer maintenance and repair, antivirus articles, software comparisons, training guides and instructional videos.

27/09/2014

1. What does DOS stand for?
1 Disk Operation Sequence
2 Disk Operating System
3 Don't Operate System
Ans-2

2. A ______ is an input device used with Windows in which you point and click to make a selection.
1 keyboard
2 remote control
3 mouse
Ans-3

3. 'Booting' the computer refers to:
1 Powering On the Computer
2 Powering Down the Computer
3 Closing Windows
Ans-1

4. Who was the first President of Microsoft Corporation?
1 Steve Jobs
2 Bob Gates
3 Bill Gates
Ans-3

5. Device which allows your computer to connect to another computer via a phone line
1 server
2 modem
3 jack
Ans-2

6. Graphical Environment Operating System
1 DOS
2 SQL
3 Windows
Ans-3

7. Square removable media which stores data (originally called "floppy")
1 Disks or Diskettes
2 CD's
3 Hard Drives
Ans-1

8. ______ is a set of bits that represent a single character
1 ascii
2 kilobyte
3 byte
Ans-3

9. A combination of hardware and software that separates a LAN into two or more parts for security purposes
1 server
2 fire wall
2 interface
Ans-2

10. A code used to gain access to a locked system
1 password
2 key
3 boot record
Ans-1

For cse and ece tabular differences ls visit http://tabulardifference.com like cdma vs gprs,cloud vs grid computing,lilo...
27/09/2014

For cse and ece tabular differences ls visit http://tabulardifference.com like cdma vs gprs,cloud vs grid computing,lilo vs grub,led vs oled ,ip vs mac, tcp/ip vs osi and many more... Special:topics on demand

Address

Gla University
Mathura
281001

Website

Alerts

Be the first to know and let us send you an email when GLA CSE Student Corner posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share