Friday, 18 September 2015
Sunday, 14 June 2015
Top 5 Quiz Questions
Q1:
MySQL, Microsoft Access, and FileMaker are different types of what?
A
Spreadsheet programs
B
Database management systems
C
Software development IDEs
D
Web design programs
Q2:
What is the standard way to store a date in a MySQL database?
A
MM-DD-YYYY
B
DD-MM-YYYY
C
YYYY-DD-MM
D
YYYY-MM-DD
Q3:
Links on webpages may also be called what?
A
Superlinks
B
Hyperlinks
C
Turbolinks
D
Ultralinks
Q4:
What word is not part of the meaning of WWW?
A
Web
B
Wiki
C
Wide
D
WorldWednesday, 10 June 2015
Tuesday, 9 June 2015
IEEE
Stands for the "Institute of Electrical and Electronics Engineers." This is a non-profit organization that develops, defines, and reviews electronics and computer science standards. Though it is a U.S. based organization, standards developed by the IEEE often become International standards. Some examples of commonly-used products standardized by the organization are the IEEE 1284 interface (a.k.a. Parallel Port), which many printers use, and the IEEE 1394 interface (a.k.a. Firewire), which is a super-fast connection for digital video cameras, hard drives, and other peripherals.
The IEEE describes itself as "the world's largest technical professional society -- promoting the development and application of electrotechnology and allied sciences for the benefit of humanity, the advancement of the profession, and the well-being of our members." Perhaps they could standardize a more simplified definition of their organization...
Monday, 1 June 2015
Monday, 25 May 2015
Android
- Android is a mobile operating system developed by Google. It is used by several smartphones, such as the Motorola Droid, the Samsung Galaxy, and Google's own Nexus One.
- The Android operating system (OS) is based on the open Linux kernel. Unlike the iPhone OS, Android is open source, meaning developers can modify and customize the OS for each phone. Therefore, different Android-based phones may have different graphical user interfaces GUIs even though they use the same OS.
- Android phones typically come with several built-in applications and also support third-party programs. Developers can create programs for Android using the free Android SDK (Software Developer Kit). Android programs are written in Java and run through Google's "Davlik" virtual machine, which is optimized for mobile devices. Users can download Android "apps" from the online Android Market.
Thursday, 14 May 2015
Thursday, 30 April 2015
Thursday, 23 April 2015
Tuesday, 31 March 2015
MAC OS
- This is the operating system that runs on Macintosh computers. It is pronounced, "mack-oh-es."
- The Mac OS has been around since the first Macintosh was introduced in 1984. Since then, it has been continually updated and many new features have been added to it. Each major OS release is signified by a new number (i.e. Mac OS 8, Mac OS 9).
- Since the core of the Mac OS was nearly decades old, Apple decided to completely revamp the operating system.
- In March of 2001, Apple introduced a completely new version of the Mac OS that was written from the ground up. The company dubbed it "Mac OS X," correctly pronounced "Mac OS 10." Unlike earlier versions of the Mac OS, Mac OS X is based on the same kernel as Unix and has many advanced administrative features and utilities. Though the operating system is much more advanced than earlier versions of the Mac OS, it still has the same ease-of-use that people have come to expect from Apple software.
Saturday, 28 March 2015
Batch process
- A batch process performs a list of commands in sequence. It be run by a computer's operating system using a script or batch file, or may be executed within a program using a macro or internal scripting tool.
- For example, an accountant may create a script to open several programs at once, saving him the hassle of opening each program individually. This type of batch process would be executed by the operating system, such as Windows or the Mac OS. A Photoshop user, on the other hand, might use a batch process to modify several images at one time. For example, she might record an action within Photoshop that resizes and crops an image. Once the action has been recorded, she can batch process a folder of images, which will perform the action on all the images in the folder.
- Batch processing can save time and energy by automating repetitive tasks. While it may take awhile to write the script or record the repetitive actions, doing it once is certainly better than having to do it many times.
Thursday, 26 March 2015
Python
Python is a high-level programming language designed to be easy to read and simple to implement. It is open source, which means it is free to use, even for commercial applications. Python can run on Mac, Windows, and Unix systems and has also been ported to Java and .NET virtual machines.
Python is considered a scripting language, like Ruby or Perl and is often used for creating Web applications and dynamic Web content. It is also supported by a number of 2D and 3D imaging programs, enabling users to create custom plug-ins and extensions with Python. Examples of applications that support a Python API include GIMP, Inkscape, Blender, and Auto desk Maya.
Scripts written in Python (.PY files) can be parsed and run immediately. They can also be saved as a compiled programs (.PYC files), which are often used as programming modules that can be referenced by other Python programs
Tuesday, 24 March 2015
Database Management system
Database is collection of data which is related by some aspect. Data is collection of facts and figures which can be processed to produce information. Name of a student, age, class and her subjects can be counted as data for recording purposes.
Mostly data represents recordable facts. Data aids in producing information which is based on facts. For example, if we have data about marks obtained by all students, we can then conclude about toppers and average marks etc.
A database management system stores data, in such a way which is easier to retrieve, manipulate and helps to produce information.
Saturday, 21 March 2015
kernel
kernel
This is a term for the computing elite, so proceed at your own risk. To understand what a kernel is, you first need to know that today's operating systems are built in "layers." Each layer has different functions such as serial port access, disk access, memory management, and the user interface itself. The base layer, or the foundation of the operating system, is called the kernel. The kernel provides the most basic "low-level" services, such as the hardware-software interaction and memory management. The more efficient the kernel is, the more efficiently the operating system will run.
Algorithm
ALGORITHM
- An algorithm is a set of instructions designed to perform a specific task.
- This can be a simple process, such as multiplying two numbers, or a complex operation, such as playing a compressed video file.Search engines use proprietary algorithms to display the most relevant results from their search index for specific queries.
- In computer programming, algorithms are often created as functions. These functions serve as small programs that can be referenced by a larger program.
- For example, an image viewing application may include a library of functions that each use a custom algorithm to render different image file formats. An image editing program may contain algorithms designed to process image data.
- Examples of image processing algorithms include cropping, resizing, sharpening, blurring, red-eye reduction, and color enhancement.
SIMM And DIMM
SIMM
- Stands for "Single In-Line Memory Module."
- This is an older type of computer memory.
- A SIMM is a small circuit board with a bunch of memory chips on it. SIMMs use a 32-bit bus, which is not as wide as the 64-bit bus dual in-line memory modules (DIMMs) use.
- Newer processors require a 64-bit memory bus, so it is best to use DIMMs. Sometimes you can get away with installing SIMMS, but they have to be installed in pairs.
- Stands for "Dual In-Line Memory Module."
- It is a type of computer memory.
- A DIMM is a small circuit board that holds memory chips. It uses a 64-bit bus to the memory, whereas a single in-line memory module (SIMM) only has a 32-bit path.
- This allows DIMMs to transfer more data at once. Because DIMMs have faster data transfer capabilities than SIMMs, they have pretty much replaced SIMMs.
Thursday, 19 March 2015
ZIP
Windows users will see this term a lot when looking for files on the Internet. A zip file (.zip) is a "zipped" or compressed file. For example, when you download a file, if the file name looks like this: "file name.Zip," you are downloading a zipped file. "Zipping" a file involves compressing one or more items into a smaller archive. A zipped file takes up less hard drive space and takes less time to transfer to another computer. This is why most Windows files that you find on the Internet are compressed.
To use a zipped file, you'll need to unzip it first. PKZIP for DOS, or Win Zip for Windows, are some popular programs that can unzip files for you. Fortunately, these programs can be downloaded for free from Web sites like Download.com. Macintosh files are most often "stuffed" into Stuffit files (.sit), which can be "unstuffed" using Aladdin's Stuffit Expander.
The term "Zip" also refers to a product by Iomega. The company makes a removable storage device called a Zip Drive. Depending on the model, these drives can hold 100, 250 or 750 MB Zip disks. They are usually used for backup and for transferring large files to different locations. However, Zip drives are not as fast as hard drives, so it is usually not a good idea to run programs off them.
API
Application Program interface |
Stands for "Application Program Interface," though it is sometimes referred to as an "Application Programming Interface." An API is a set of commands, functions, and protocols which programmers can use when building software for a specific operating system. The API allows programmers to use predefined functions to interact with the operating system, instead of writing them from scratch.
All computer operating systems, such as Windows, Unix, and the Mac OS, provide an application program interface for programmers. APIs are also used by video game consoles and other hardware devices that can run software programs. While the API makes the programmer's job easier, it also benefits the end user, since it ensures all programs using the same API will have a similar user interface.
Wednesday, 18 March 2015
CLOUD COMPUTING
Cloud computing refers to applications and services offered over the Internet. These services are offered from data centers all over the world, which collectively are referred to as the "cloud." This metaphor represents the intangible, yet universal nature of the Internet.
The idea of the "cloud" simplifies the many network connections and computer systems involved in online services. In fact, many network diagrams use the image of a cloud to represent the Internet. This symbolizes the Internet's broad reach, while simplifying its complexity. Any user with an Internet connection can access the cloud and the services it provides. Since these services are often connected, users can share information between multiple systems and with other users.
Examples of cloud computing include online backup services, social networking services, and personal data services such as Apple's Mobile Me. Cloud computing also includes online applications, such as those offered through Microsoft Online Services. Hardware services, such as redundant servers, mirrored websites, and Internet-based clusters are also examples of cloud computing.
3G and 4G
3G
3G is a collection of third generation cellular data technologies. The first generation (1G) was introduced in 1982, while the second generation of cellular data technologies (2G) became standardized in the early 1990s. 3G technologies were introduced as early as 2001, but did not gain widespread use until 2007.
In order to be labeled "3G," a cellular data transfer standard must meet a set of specifications defined by the International Telecommunications Union, known as IMT-2000. For example, all 3G standards must provide a peak data transfer rate of at least 2 Mbps. Most 3G standards, however, provide much faster transfer rates of up to 14.4 Mbps.
While many cell phone companies market phones with "3G technology," there is no single 3G standard. Rather, different companies use their own technologies to achieve similar data transfer rates. For example, AT&T uses a 3G technology based on GSM, while Verizon uses a technology based on CDMA. Additionally, cell phone networks outside the United States use different IMT-2000 compliant standards to achieve 3G data transfer speeds.
4G
4G is a collection of fourth generation cellular data technologies. It succeeds 3G and is also called "IMT-Advanced," or "International Mobile Telecommunications Advanced." 4G was made available as early as 2005 in South Korea under the name WiMAX and was rolled out in several European countries over the next few years. It became available in the United States in 2009, with Sprint being the first carrier to offer a 4G cellular network.All 4G standards must conform to a set of specifications created by the International Telecommunications Union. For example, all 4G technologies are required to provide peak data transfer rates of at least 100 Mbps. While actual download and upload speeds may vary based on signal strength and wireless interference, 4G data transfer rates can actually surpass those of cable modem and DSL connections.
Like 3G, there is no single 4G standard. Instead, different cellular providers use different technologies that conform to the 4G requirements. For example, WiMAX is a popular 4G technology used in Asia and Eastern Europe, while LTE (Long Term Evolution) is more popular in Scandinavia and the United states.
Subscribe to:
Posts (Atom)