Showing posts with label and. Show all posts
Showing posts with label and. Show all posts

Saturday, March 25, 2017

Computer Science and Engineering CSE



Computer Science and Engineering CSE


Courses
For course descriptions not found in the UC San Diego General Catalog, 2013–14, please contact the department for more information.
A tentative schedule of course offerings is available from the Department of CSE each spring for the following academic year. The tentative schedule for 2013–14 is also found at http://cse.ucsd.edu/node/379.
Lower Division
CSE 3. Fluency in Information Technology (4)
Introduces the concepts and skills necessary to effectively use information technology. Includes basic concepts and some practical skills with computer and networks. Prerequisites: none.


CSE 4GS. Mathematical Beauty in Rome (4)
Exploration of topics in mathematics and engineering as they relate to classical architecture in Rome, Italy. In depth geometrical analysis and computer modeling of basic structures (arches, vaults, domes), and on-site studies of the Colosseum, Pantheon, Roman Forum, and St. Peter’s Basilica. Prerequisites: Math 10A or Math 20A; departmental approval, and corequisite of CSE 6GS.
CSE 6GS. Mathematical Beauty in Rome Lab (4)
Companion course to CSE 4GS where theory is applied and lab experiments are carried out “in the field” in Rome, Italy. For final projects, students will select a complex structure (e.g., the Colosseum, the Pantheon, St. Peter’s, etc.) to analyze and model, in detail, using computer-based tools. Prerequisites: Math 10A or Math 20B; departmental approval, and corequisite of CSE 4GS.
CSE 5A. Introduction to Programming I (4)
(Formerly CSE 62A) Introduction to algorithms and top-down problem solving. Introduction to the C language, including functions, arrays, and standard libraries. Basic skills for using a PC graphical user interface operating system environment. File maintenance utilities are covered. (A student may not receive credit for CSE 5A after receiving credit for CSE 10 or CSE 11 or CSE 8B or CSE 9B or CSE 62B or CSE 65.) Prerequisites: A familiarity with high-school level algebra is expected, but this course assumes no prior programming knowledge.
CSE 7. Introduction to Programming with Matlab (4)
Fundamentals of computer programming and basic software design covering topics related to variables, functions, and control structures; writing, testing, and debugging programs in Matlab. Examples focus on scientific applications. Recommended preparation: high school algebra and familiarity with the computing milieu. Students with limited computing experience may take CSE 3 for preparation. Students may not take CSE 7 after completing COGS 18. Program or material fee may apply. Prerequistes: none.
CSE 8A. Introduction to Computer Science: JAVA (3)
Introductory computer science course designed for students interested in computing. No prior programming experience is assumed. Learn fundamental concepts of applied computer science using media computation. Must be taken concurrently with CSE 8AL. CSE 8A is part of a three-track course (CSE 8A, CSE 8AL, and CSE 8B) that is equivalent to CSE 11. Students should take CSE 8B to complete this track. Students who have taken CSE 8B or CSE 11 may not take CSE 8A. Recommended preparation: high school algebra and familiarity with computing concepts. Prerequisites: corequisite of CSE 8AL.
CSE 8AL. Introduction to Computer Science: JAVA Lab (1)
Exercises in the theory and practice of computer science under the supervision of an instructor. Hands-on experience with designing, editing, compiling, and executing programming constructs and applications. Must be taken concurrently with CSE 8A. CSE 8AL is part of a three-track course (CSE 8A, CSE 8AL, and CSE 8B) that is equivalent to CSE 11. Students should take CSE 8B to complete this track. Students who have taken CSE 8B or CSE 11 may not take CSE 8AL. Recommended preparation: high school algebra and familiarity with computing concepts. Prerequisites: corequisite of CSE 8A.
CSE 8B. Introduction to Computer Science: Java B (4)
Continuation of the Java language. Continuation of programming techniques. More on inheritance. Exception handling. CSE 8A is part of a three-track course (CSE 8A, CSE 8AL, and CSE 8B) that is equivalent to CSE 11. Students who have taken CSE 11 may not take CSE 8B. Recommended preparation: high school algebra and familiarity with computing concepts or CSE 8A and CSE 8AL.
CSE 11. Introduction to Computer Science and Object-Oriented Programming: Java (4)
An accelerated introduction to computer science and programming using the Java language. Basic UNIX. Modularity and abstraction. Documentation, testing and verification techniques. Basic object-oriented programming, including inheritance and dynamic binding. Exception handling. Event-driven and dynamic binding. Exception handling. Event-driven programming. Experience with AWT library or other similar library. The CSE Course Advisory Placement Exam assists students with self-placement in CSE 3, CSE 8A, CSE 11, and CSE 12. Exam at http://www.cse.ucsd.edu/node/43. Students who have completed CSE 8B may not take CSE 11. Recommended preparation: high school algebra and familiarity with computing concepts and a course in a compiled language. Prerequisites: none.
CSE 12. Basic Data Structures and Object-Oriented Design (4)
Use and implementation of basic data structures including linked lists, stacks, and queues. Use of advanced structures such as binary trees and hash tables. Object-oriented design including interfaces, polymorphism, encapsulation, abstract data types, pre-/post-conditions. Recursion. Uses Java and Java Collections. Prerequisites: CSE 8B or CSE 11, and concurrent enrollment with CSE 15L.
CSE 15L. Tools and Technique Laboratory (2)
Hands-on exploration of software development tools and techniques. Investigation of the scientific process as applied to software development and debugging. Emphasis is on weekly hands-on laboratory experiences, development of laboratory notebooking techniques as applied to software design. Prerequisites: CSE 8B, or CSE 11. Concurrent enrollment with CSE 12.
CSE 20. Introduction to Discrete Mathematics (4)
Basic discrete mathematical structure: sets, relations, functions, sequences, equivalence relations, partial orders, and number systems. Methods of reasoning and proofs: propositional logic, predicate logic, induction, recursion, and pigeonhole principle. Infinite sets and diagonalization. Basic counting techniques; permutation and combinations. Applications will be given to digital logic design, elementary number theory, design of programs, and proofs of program correctness. Credit not offered for both Math 15A and CSE 20. Equivalent to Math 15A. Prerequisites: CSE 8A or CSE 8B or CSE 11. CSE 8B or CSE 11 may be taken concurrently with CSE 20/ Math 15A.
CSE 21. Mathematics for Algorithms and Systems (4)
This course will provide an introduction to the discrete mathematical tools needed to analyze algorithms and systems. Enumerative combinatorics: basic counting principles, inclusion-exclusion, and generating functions. Matrix notation. Applied discrete probability. Finite automata. Credit not offered for both Math 15B and CSE 21. Equivalent to Math 15B. Prerequisites: CSE 20 or Math 15A.
CSE 30. Computer Organization and Systems Programming (4)
Introduction to organization of modern digital computers—understanding the various components of a computer and their interrelationships. Study of a specific architecture/machine with emphasis on systems programming in C and Assembly languages in a UNIX environment. Prerequisites: CSE 12, CSE 15L, or consent of instructor.
CSE 80. UNIX Lab (2)
The objective of the course is to help the programmer create a productive UNIX environment. Topics include customizing the shell, file system, shell programming, process management, and UNIX tools. Prerequisites: CSE 8B or CSE 11.
CSE 86. C++ for Java Programmers (2)
Helps the Java programmer to be productive in the C++ programming environment. Topics include the similarities and differences between Java and C++ with special attention to pointers, operator overloading, templates, the STL, the preprocessor, and the C++ Runtime Environment. Prerequisites: CSE 12 or consent of instructor.
CSE 87. Freshman Seminar (1)
The Freshman Seminar Program is designed to provide new students with the opportunity to explore an intellectual topic with a faculty member in a small seminar setting. Freshman Seminars are offered in all campus departments and undergraduate colleges, and topics vary from quarter to quarter. Enrollment is limited to fifteen to twenty students, with preference given to entering freshmen. Prerequisites: none.
CSE 91. Perspectives in Computer Science and Engineering (2)
A seminar format discussion led by CSE faculty on topics in central areas of computer science, concentrating on the relation among them, recent developments, and future directions. Prerequisites: majors only.
CSE 99. Independent Study in Computer Science and Engineering (4)
Independent reading or research by special arrangement with a faculty member. Prerequisites: lower-division standing. Completion of thirty units at UC San Diego with a UC San Diego GPA of 3.0. Special Studies form required. Department stamp required. Consent of instructor and approval of the department.
Upper Division
CSE 100. Advanced Data Structures (4)
High-performance data structures and supporting algorithms. Use and implementation of data structures like (un)balanced trees, graphs, priority queues, and hash tables. Also memory management, pointers, recursion. Theoretical and practical performance analysis, both average case and amortized. Uses C++ and STL. Credit not offered for both Math 176 and CSE 100. Equivalent to Math 176. Prerequisites: CSE 12, CSE 21 or Math 15B, or consent of instructor.
CSE 101. Design and Analysis of Algorithms (4)
Design and analysis of efficient algorithms with emphasis of nonnumerical algorithms such as sorting, searching, pattern matching, and graph and network algorithms. Measuring complexity of algorithms, time and storage. NP-complete problems. Credit not offered for both Math 188 and CSE 101. Equivalent to Math 188. Prerequisites: CSE 12, CSE 21 or Math 15B, or Math 100A, or Math 103A and CSE 100, or Math 176. Majors only.
CSE 103. A Practical Introduction to Probability and Statistics (4)
Distributions over the real line. Independence, expectation, conditional expectation, mean, variance. Hypothesis testing. Learning classifiers. Distributions over R^n, covariance matrix. Binomial, Poisson distributions. Chernoff bound. Entropy. Compression. Arithmetic coding. Maximal likelihood estimation. Bayesian estimation. CSE 103 is not duplicate credit for ECE 109, Econ 120A, or Math 183. Prerequisites: Math 20A and Math 20B.
CSE 105. Theory of Computability (4)
An introduction to the mathematical theory of computability. Formal languages. Finite automata and regular expression. Push-down automata and context-free languages. Computable or recursive functions: Turing machines, the halting problem. Undecidability. Credit not offered for both Math 166 and CSE 105. Equivalent to Math 166. Prerequisites: CSE 12, CSE 21 or Math 15B, or Math 100A, or Math 103A.
CSE 107. Introduction to Modern Cryptography (4)
Topics include private and public-key cryptography, block ciphers, data encryption, authentication, key distribution and certification, pseudorandom number generators, design and analysis of protocols, zero-knowledge proofs, and advanced protocols. Emphasizes rigorous mathematical approach including formal definitions of security goals and proofs of protocol security. Prerequisites: CSE 21 or Math 15B, CSE 101 or Math 188, CSE 105 or Math 166.
CSE 110. Software Engineering (4)
Introduction to software development and engineering methods, including specification, design, implementation, testing, and process. An emphasis on team development, agile methods, and use of tools such as IDE’s, version control, and test harnesses. CSE 70 is renumbered to CSE 110: students may not receive credit for both CSE 70 and CSE 110. Prerequisites: CSE 12, CSE 21, or Math 15B.
CSE 111. Object-Oriented Software Design (4)
Introduction to object-oriented analysis and design. Object-oriented modeling methods for analysis and design, object-oriented general design paradigms, object-oriented design techniques. Cyclic development of object-oriented systems. Prerequisites: CSE 70 or CSE 110.
CSE 112. Advanced Software Engineering (4)
This course will cover software engineering topics associated with large systems development such as requirements and specifications, testing and maintenance, and design. Specific attention will be given to development tools and automated support environments. Prerequisites: CSE 111.
CSE 113. Errors, Defects, and Failures (4)
Errors, resulting in defects and ultimately system failure, occur in engineering and also other areas such as medical care. The ways in which failures occur, and the means for their prevention, mitigation, and management will be studied. Emphasis will be on software systems but also include the study of practice of other areas. Prerequistes: CSE 12 and CSE 21.
CSE 118. Ubiquitous Computing (4)
Explores emerging opportunities enabled by cheap sensors and networked computing devices. Small research projects will be conducted in teams, culminating in project presentations at the end of the term. Section will cover material relevant to the project, such as research methods, software engineering, teamwork, and project management. Prerequisites: any course from the following: CSE 131, CSE 132B, Cog Sci 102C, Cog Sci 121, Cog Sci 184, ECE 111, ECE 118, ECE 191, ECE 192, COMM 102C, or ICAM; or consent of instructor.
CSE 120. Principles of Computer Operating Systems (4)
Basic functions of operating systems; basic kernel structure, concurrency, memory management, virtual memory, file systems, process scheduling, security and protection. Prerequisites: CSE 30, and CSE 101 or Math 188, and CSE 70 or CSE 110.
CSE 121. Operating Systems: Architecture and Implementation (4)
(Formerly CSE 171B.) Case study of architecture and implementation of a selected modern operating system. In-depth analysis through a detailed study of source code. Topics include process creation, context-switching, memory allocation, synchronization mechanisms, interprocess communication, I/O buffering, device drivers, and file systems. Prerequisites: CSE 120.
CSE 123. Computer Networks (4)
(Renumbered from CSE 123A.) Introduction to concepts, principles, and practice of computer communication networks with examples from existing architectures, protocols, and standards with special emphasis on the Internet protocols. Layering and the OSI model; physical and data link layers; local and wide area networks; datagrams and virtual circuits; routing and congestion control; internetworking. Transport protocols. Credit may not be received for both CSE 123A and 158A, or CSE 123B and 158B. Prerequisites: CSE 120 or consent of instructor. Majors only.
CSE 124. Networked Services (4)
(Renumbered from CSE 123B.) The architecture of modern networked services, including data center design, enterprise storage, fault tolerance, and load balancing. Protocol software structuring, the Transmission Control Protocol (TCP), remote procedure calls, protocols for digital audio and video communication, overlay and peer-to-peer systems, secure communication. Credit may not be received for both CSE 124 and ECE 158B. Students may not receive credit for both CSE 123B and CSE 124. Prerequisites: CSE 120 or consent of instructor. Majors only.
CSE 125. Software System Design and Implementation (4)
Design and implementation of large, complex software systems involving multiple aspects of CSE curriculum. Emphasis is on software system design applied to a single, large group project with close interaction with instructor. Prerequisites: senior standing with substantial programming experience, and consent of instructor. Department stamp required.
CSE 127. Introduction to Computer Security (4)
Topics include basic cryptography, security/threat analysis, access control, auditing, security models, distributed systems security, and theory behind common attack and defense techniques. The class will go over formal models as well as the bits and bytes of security exploits. Prerequisites: CSE 21 or Math 15B, and CSE 120.
CSE 130. Programming Languages: Principles and Paradigms (4)
(Formerly CSE 173.) Introduction to programming languages and paradigms, the components that comprise them, and the principles of language design, all through the analysis and comparison of a variety of languages (e.g., Pascal, Ada, C++, PROLOG, ML.) Will involve programming in most languages studied. Prerequisites: CSE 12, and CSE 100 or Math 176, CSE 105 or Math 166.
CSE 131. Compiler Construction (4)
(Formerly CSE 131B.) Introduction to the compilation of programming languages, practice of lexical and syntactic analysis, symbol tables, syntax-directed translation, type checking, code generation, optimization, interpretation, and compiler structure. (Students may receive repeat credit for CSE 131A and CSE 131B by completing CSE 131.) Prerequisites: CSE 100 or Math 176, CSE 105 or Math 166, CSE 110, and CSE 130.
CSE 132A. Database System Principles (4)
Basic concepts of databases, including data modeling, relational databases, query languages, optimization, dependencies, schema design, and concurrency control. Exposure to one or several commercial database systems. Advanced topics such as deductive and object-oriented databases, time allowing. Prerequisites: CSE 100 or Math 176.
CSE 132B. Database Systems Applications (4)
Design of databases, transactions, use of trigger facilities and datablades. Performance measuring, organization of index structures. Prerequisites: CSE 132A or equivalent.
CSE 134B. Web Client Languages (4)
Design and implementation of interactive World Wide Web clients using helper applications and plug-ins. The main language covered will be Java. Prerequisites: CSE 100 or Math 176. Majors only.
CSE 135. Server-side Web Applications (4)
Design and implementation of dynamic web-based applications. Multitier architecture, scripting languages, SQL, XML, session handling, nonbrowser clients, web services, and scalability, security, and usability in the web context. Prerequisites: CSE 100 or Math 176. Majors only.
CSE 136. Enterprise-class Web Applications (4)
Design and implementation of large-scale web-based applications. Modeling organizational needs, design and revision management, J2EE or similar software platforms, web

Available link for download




Read more »

Difference between CPU and GPU speed



Difference between CPU and GPU speed


  • For the longest time you were forced to spend on most powerful CPUs to get better performance. Now the GPU (Graphics Processor Unit) found on your graphics card, can now offload that work.
  • Four years ago Nvidia developed a programming environment called CUDA (Compute Unified Device Architecture) through which some program processes can be run on the graphics chip. Only Nvidia chips starting from GeForce 8000 series onwards supported this.
  • AMD also supports the general standard OpenCL, pioneered by a company called the khronos group (which Nvidia also supports) using which you can share your programs workloads on OpenCLs compatible processors (CPU and GPU). 
  • Even Microsoft approved of this development, equipping the new DirectX 11 instructions set with a new interface (Direct Compute) using which you can run program processes on the GPU. 

 
  • In an operation such as counting the no. of times a particular word in a book, CPU starts from page 1, go through the text word by word and ends at the last page but the GPU divides the book into many small parts, distributes them to all its stream cores, and then simply count the appearance of the word in a fraction of time.
 
 
  • Based on the GPU core design, a software must be divided into 240 parts ( 240 threads) to be able to use 240 stream cores as in GeForce GTX 295 but it is not as easy since many software programs cannot be parallelized or it is extremely difficult to do so, now even the current CPUs experience the same problem for dividing into 8 threads to use 8 virtual cores as in Core i7.
  • The actual real-world processes that best use this capability are found in video and scientific editing work where there are no book pages but instead repeated addition and multiplications of floating point numbers in big matrices that are carried out for thousands of numbers for the exact same operation.
  • In future, In order to run a software program at a lightning speed, each and every program line must be divided into several threads while creating and every processing step does not depends on the result of the previous process and thus it makes the program a complete parellelized one.
So the processing speed not only depends on the hardware but also the compatible software.

Reference :  CHIP Magazine April 2010

Available link for download




Read more »

Thursday, March 23, 2017

Subway Surfer Cheats For Android And iOS



Subway Surfer Cheats For Android And iOS


For game Lovers Subways Surfers is really an amazing game that is seriously rocking the phones and tablets of many, the game which is generally available for both Android and iOS. The Subway Surfer Cheat is available for the game lovers for both Android and iOS, so if you like the game and you love to have the cheats, then continue reading as i will share it with you.
subway surfers
For those that don’t know, you can easily play Subway Surfer on PC well, so this trick am sharing with you is going to help you a lot as to hack your subway Surfer and also get unlimited coins just with this Subway surfer cheat I will be sharing with you. So let get to business of the post.
The cheat is for two different operating system which are Android and iOS so all the subway surfer will benefit.

Subway Surfer Cheats For Android Users

To be able to use the Subway Surfer cheat for android, you will need some applications which are totally necessary for you to have, so download them, the we continue.
Now what you will need
  1. Download Subway Surfer Cheat Files.
  2. Download the Subway Surfer if you don’t have it already
  3. Download a small File explorer for android
Now Don’t worry the files are free on Play Store, so you can download it, after you have downloaded that above which is what you will need, you can now move to the next step, which is how to use the subway surfer cheats on your android device.
  1. Make sure you have download the above
  2. Extract the the Subway Surfer cheat and you will find a folder
  3. That Folder contains 3 files which provides unlimited coins and upgrades
  4. install the game and if you have installed it already
  5. do this on the game Settings > Apps > Manage Apps > Subway Surfer’s and tap Clear Data.
  6. Now copy the three files which you have extracted earlier in step 3 from your memory card
  7. Install the file Explorer and open it and go to sdcard/Android/data/com.kiloo.subwaysurf/files/
  8. You will find three files there but replace them with the one you have copied from the download Subway Surfer cheat.
  9. Close the game, or even restart your device and launch the game again and you will find the unlimited coin ready for purchase, so purchase anything you want.
That how to install Subway Surfer cheat on your android, follow the instructions and you won’t have any problem.
subway surfer cheats

Subway Surfer Cheats For iOS Users

Now, this is the way to use the cheat for subway surfer for iOS users, you will need some applications which is totally necessary.
  1. Download Subway Surfer Cheat Files.
  2. Download Subway Surfers game For iOS users.
  3. DiskAid tool download it, the tool is used for exploring iOS device and transferring files.
Now these are what you need to have the Subway surfer cheats working for your iOS devices easily, download the files and applications above. subway Surfer cheat.
  1. Install the game  if you have not
  2. Install the DiskAid tool on your computer
  3. Now connect your iOS device to your computer through USB cord
  4. Now when it connected, open the DiskAid Utility
  5. Right under Apps you will see Subway Surfers Game and click on it
  6. After you have opened the Subway Surfer on the DiskAid tool now under document or something you will find those three files so check for it.
  7. Copy the 3 files that are available in the Subway Surfer Cheat File you have download
  8. and paste it to replace the 3 files you found in the DiskAid utility tool.
  9. Now unplug your Device and restart it your iOS device and launch you game and enjoy the unlimited coins and purchase upgrades.
Now that how to use the Subway Surfer Cheat for iOS files, so follow the instructions and the cheat will work well for you.

Conclusion On Subway Surfer Cheats

Now you don’t have to suffer for coins, get unlimited with is subway surfer cheat for both Android and iOS users, follow the intructions and you will get the best result. comment if you have a problem or issue with the instructions. Subway Surfer Cheats

Available link for download




Read more »

Monday, March 20, 2017

Difference between GSM GPRS EDGE 3G WCDMA and HSDPA



Difference between GSM GPRS EDGE 3G WCDMA and HSDPA


Difference between GSM, GPRS, EDGE, 3G, WCDMA and HSDPA


Its a very basic and non-technical comparison.GSM

GSM, stands for Global Systems for Mobile Communications, is basic standard bearer of 2G technologies. It is mainly used in mobile communication. Short Messaging System (SMS) was introduced into GSM networks along with capability to download content from various service providers. The content could ring tone, logos and picture messages.

It can support Voice telephony and Data however the Data rate is only 9.6Kb/s, that is very low bit rate for date communication.
GPRS

GPRS, stands for General Packet Radio Service, is used to give higher data speed over GSM. It is not the replacement of GSM. It is just a extension to the older GSM technology to gain faster speed.

Multimedia Messaging System or MMS is the feature of GPRS. It allowed subscribers to send videos, pictures, or sound clips to each other just like text messages. GPRS also provided mobile handset the ability to surf the Internet at dial-up speeds through WAP enabled sites.

GPRS offered higer bit rate ( Up to 171kb/s) by usage of A packet-linked technology over GSM.

EDGE

  • EDGE stands for Enhanced Data Rates for GSM Evolution. This technology, also termed as Enhanced GPRS.
  • This is a technology that uses the same equipment as GSM with only a few minor modifications to provide faster data speeds and is often regarded as a stepping stone towards 3G thus it is called 2.5G.
  • EDGE is a digital mobile phone technology but GPRS is a mobile data service.
  • It is a 3G Radio technology and GPRS or General Packet Radio Service is essentially packet oriented.



3G
  • The introduction of 3G changed a lot of the accepted standards in the mobile phone industry. It allows the use of a greater bandwidth that allows more features to be implemented on it.
  • 3G gives many features like video calls and TV applications because of the speed of 3G which began at 384kbps; well within DSL speeds. Further development on 3G technologies have also created even faster data rate reaching 3.6 and even 7.2Mbps.
  • Mobile phone Users are also required to switch mobile phones in order to take advantage of the new features of 3G.


WCDMA

3G Networks are based on WCDMA i.e. Wideband Code Division Multiple Access, a mobile technology that improves upon the capabilities of current GSM networks.

HSDPA

HSDPA (High Speed Downlink Packet Access) is what is also known as 3.5G, as it offers no substantial upgrade to the feature set of WCDMA, but improves the speed of data transmission to enhance those services.
WCDMA networks provides max 384kbps speed whileHSDPA allowed speeds above 384kbps, the most notable of which is 3.6Mbps and 7.2Mbps.

HSDPA has lower latency times and Fast Packet Scheduling compared to WCDMA.

More Tricks

  • Ice Age 4 Continental Drift PC Game
  • Trial 2 Second Edition PC Game
  • How To Open Number Of Sites With A Single Click ?
  • Download Max Payne 3 PC Game


Available link for download




Read more »

Saturday, March 18, 2017

What’s the Difference Between Sleep and Hibernate



What’s the Difference Between Sleep and Hibernate


Sleep Mode

Sleep mode is a power-saving state that is similar to pausing a DVD movie. All actions on the computer are stopped and any open documents and applications are put in memory. You can quickly resume normal, full-power operation within a few seconds. Sleep mode is basically the same thing as “Standby” mode.
The Sleep mode is useful if you want to stop working for a short period of time. The computer doesn’t use much power in Sleep mode.

Hibernate

The Hibernate mode saves your open documents and running applications to your hard disk and shuts down the computer, which means once your computer is in Hibernate mode, it uses zero power. Once the computer is powered back on, it will resume everything where you left off.
Use this mode if you won’t be using the laptop for an extended period of time, and you don’t want to close your documents.
Source : Howtogeek

Available link for download




Read more »

Wednesday, March 15, 2017

Download the best Backup and Recovery tool and the very good partition tool



Download the best Backup and Recovery tool and the very good partition tool


         Acronis International GmbH is a global provider of data protection solutions and this company is very famous with Acronis backup and Acronis hard disk management software. Customers of Acronis is not only used by persons but althought companies, corporations are using products of Acronis.
         Today, I introduce to you 2 softwares (2 tools) that is a good selection for many people to Backup and recovery and manage your harddisk.

            + Acronis Backup for PC 11.5

            + Acronis Disk Director 12

           All of them were created base on a bootable CD with windows 8.1 PE. You can download and burn to CD and use to do everything to protect your computer. Select 32 bit or 64 bit version suitably with your computer (Sometimes, 32 bit version can not boot because your computer has more than 4 GB of Ram. It can not access to  machine which has physical extension address. For example, Hirens bootcd can not access to HP Probook 4540s with 4 GB of ram). I think that is not a problem if you downloaded 32 bit version and you have an USB, you can create a bootable USB stickey (Xboot is a simple tool to try).
           You can download them here:
            + Acronis Backup Win8.1 PE X64.iso : Download here
            + Acronis Backup Win8.1 PE X86.iso : Download here
            + Acronis Disk Director 12 X64 Win8.1PE.iso : Download here
            + Acronis Disk Director 12 X86 Win8.1PE.iso : Download here

Linkstoos!


Available link for download




Read more »

Sunday, March 12, 2017

Dell OptiPlex 210L desktop drivers for Windows XP And Vista



Dell OptiPlex 210L desktop drivers for Windows XP And Vista


Dell OptiPlex 210L desktop drivers for Windows XP are available on Dell’s official website, but drivers for Windows Vista are not available. You can find all the necessary Windows XP and Windows Vista drivers for Dell OptiPlex 210L on this page.


Download Dell OptiPlex 210L Desktop Intel 915GV 

Chipset Driver for Win XP

Description: Intel 82915GV Chipset Utility for Windows XP only
Download For XP: R96614.EXE

Download Dell OptiPlex 210L Desktop Sigmatel 

Audio Driver For Win XP/Vista

Description: SIGMATEL STAC 92XX C-Major HD Audio Driver for Windows XP and Windows Vista
Download For XP: R107671.EXEDownload For Vista: SIGMATEL_STAC-92XX-C-Major-H_A06_R182475.exe

Download Dell OptiPlex 210L Desktop Intel Lan 

Card 

Driver For Win XP/Vista

Description: Intel (R) PRO/100 VE Network Connection Driver for Windows XP and Windows Vista
Download For XP: R105478.EXE
Download For Vista: R105786.EXE

Download Dell OptiPlex 210L Desktop Conexant 

Modem Driver for Win XP/Vista

Description: Conexant D850 56K V.9X PCI DF Modem ULD Driver for Windows XP
Download For XP: R73044.EXEDownload For Vista: R162404.exe

Download Dell OptiPlex 210L Desktop Intel 

Graphics 

Driver For Win XP

Description: Intel 82915G/GV/910GL Grantsdale G Integrated Video Driver Windows XP
Download For XP: R105167.EXE

Available link for download




Read more »

Wednesday, March 8, 2017

Windo 10 Download ISO 32 Bit 64 Bit Free full downlod FOR ANDORID AND PC AND MOBILE



Windo 10 Download ISO 32 Bit 64 Bit Free full downlod FOR ANDORID AND PC AND MOBILE


Windows 10 Overview (Latest Build 10049) 2015

Well Microsoft has just announced that they have released an early Technical Preview of Windows 10. This sounds awesome. Because I always loved the moment when new OS release comes from Microsoft. People were expecting Windows 9 after the previous 8.1 but it was quite surprising that Microsoft Skipped 9 and released Windows 10. You can also Download Windows 10 Build 10036 which is great.
Windows 10 Free Download
Well if you are not familiar with previous release then Download Windows 8.1 ISO first. Then you can have better picture what changes Microsoft brought in this Metro Style User Interface. There was large community which was preferring Windows 7 on these new Metro Interface operating Systems. That’s why Microsoft had to take a new step. This time they created a Mix of Windows 7 and Windows 8to create the New Windows 10.You can also Download Windows 10 All in One 64 Bit Which has All Latest Builds for Windows x64. This is good for developers who want to Download all Windows 10 builds.
So far Windows 10 has received positive response from technical groups. It is not official released by Microsoft yet. However they have released a preview version. You can Download WIndows 10 ISO and get concept of how this product will work. I’m also excited to install this on new machine. As it is mix of Previous Windows 7 features as well so if you like you can Download Windows 7 Ultimate ISO.Please note that Don’t install it on Production machine because it’s only Technical Preview and a very early build. So it might have some bugs.

Features of Windows 10 Technical Preview

Below are some noticeable improvements which you’ll get after Windows 10 Download ISO 32 Bit 64 Bit.
  • New Cleaned Start Menu.
  • Mix of Windows 7 Menu and Windows 8 Metro Interface.
  • Virtual Desktops Feature.
  • Task View Option with Arrays of Virtual Desktops.
  • Dynamically Resizing of Windows Apps.
  • Huge Search Improvements.
More Features can be seen when you Download Windows 10 ISO.Windows 10 Download ISO 32 Bit 64 Bit

Windows 10 Technical Specs (Latest Build 10049 March Update)

  • Software Full Name: Windows 10 Pro 32 Bit 64 Bit English Latest Build 10049 With Project Spartan
  • Setup File Name:en_windows_10_pro_10049_x86_dvd.iso (32 Bit), en_windows_10_pro_10049_x64_dvd.iso (64 Bit)
  • Full Setup Size: 3.0 GB (32 Bit), 3.9 GB (64 Bit)
  • Setup Type: Offline Installer / Full Standalone Setup:
  • Compatibility Architecture: 32 Bit (x86) / 64 Bit (x64)
  • Latest Version Release Added On: 25th Jan 2014
  • License: Free
  • Developers: Microsoft

Minimum System Requirements for Windows 10

Before you start Windows 10 Download ISO 32 Bit 64 Bit, Make sure you PC meets minimum system requirements.
  • Processor: 1 GHz
  • Memory (RAM): 1 GB (For 32 Bit), 2 GB (For 64 Bit)
  • Space: 16 GB Free Hard Disk Space

Windows 10 Download ISO 32 Bit 64 Bit

Click on below button to start Windows 10 Download ISO 32 Bit 64 Bit Free. This is Technical Preview recently released by Microsoft. This is ready to burn and install Image. You can install it via USB or DVD.

Latest Build : 10049

32 Bit



64 Bit

Installation Code:

NKJFK-GPHP7-G8C3J-P6JXR-HQRJR

Above is official Installation Code Provided by Microsoft here. You can also download your own Language ISO as well.

Available link for download




Read more »

Friday, March 3, 2017

Memory card and Its Transfer rate



Memory card and Its Transfer rate


Available link for download




Read more »