Tuesday, 12 May 2015
Decoder
A decoder or decoder is a combinational circuit whose function is inverse to the encoder, ie converts a binary input (natural, BCD, etc.) of N input bits and M output lines (N can be any M is an integer and less than or equal to 2N integer), such that each line of output will be activated for only one of the possible combinations of input. These circuits normally are usually found as a decoder / demultiplexer. This is because a demultiplexer can behave as a decoder.
If for example we have a decoder 2 inputs with 22 = 4 outputs, their operation would be as shown in the following table, which has been found to activate outputs a logic "one":
Friday, 8 May 2015
mobile Broadband in USA
The project, according to Reuters, focuses on the development of fiber networks of super-high speed in both Kansas and in other locations in the US and in front of it is situated Craig Barratt, head of the division and Energy Access in Google and former director of the firm Atheros.
If Google conclude that it is feasible and reliable a combination of fixed and mobile broadband, at gigabit speeds will exert strong pressure on its competitors, according to several analyzes. AT & T already has plans in place and has recently proven gigabit broadband in Chicago and Atlanta. And predictably the intentions of Google promote a movement in this direction.
The search giant began offering broadband services via cable in 2012 in the US city of Kansas City. Shortly after, he decided to partner with Dish to build a complementary wireless network and now raises the initiative to move to other cities.
The characteristics of the millimeter wave technology make it very suitable for short-range communications and high performance, ie the so-called last mile that separates a wired network with the receiving antennas of our homes.
Therefore, it is very likely that Google is thinking in this technology not as a substitute for local access, but to save some money and use dedicated wireless connections in the last segment of the network.
Officially, the company has not confirmed plans about the market or whether it is mere field tests.
You remember that the company is already testing the wireless Internet access in Africa through its Loon project, based on a network of balloons operating as a repeater antennas.
History of Microsoft
Microsoft is a multinational company dedicated to computer technology. History Microsoft begins April 4, 1975, when it was founded by Bill Gates and Paul Allen in Albuquerque.1 His best selling products are the Windows operating system and office suite Microsoft Office.
In the beginning, in 1980, Microsoft formed an important bond with IBM that allowed linking the Microsoft operating system with computers of IBM, Microsoft paying the royalties from each sale. In 1985, IBM asked Microsoft to make a new operating system for their computers called OS / 2. Microsoft made the operating system, but continued to sell its own version in direct competition with OS / 2. The version of Microsoft eclipsed the OS / 2 in terms of sales. When Microsoft released versions of Windows in the 90s, he had already captured 90% of the market share of personal computers in the world.
As of 2007, Microsoft has an annual credit of 51.12 million dollars and at least 79 000 employees in 102 countries. Develops, manufactures, licenses and supports the number of hardware and software products for computing devices
Tuesday, 5 May 2015
64 Bit
In computing, 64 bit is an adjective used to indicate that a given architecture in the standard format of a simple variable (integer, pointer, handle etc.) Is 64 bits long. This generally reflects the size of the internal registers of the CPU used for that architecture.
The term "64-bit" may be used to describe the size of:
A unit of data
The internal registers of a CPU or the ALU that has to work using those records.
Memory addresses
Transferred data for each read or write to main memory
32 against 64-bit
The transition from 32-bit architecture to a 64 involves a profound change, since most of the operating systems must be heavily modified to take advantage of the new architecture. The other programs must first be "brought" to take advantage of the new features; the old programs are usually supported by a hardware compatibility mode (that is, where the processor also supports the old instruction set to 32-bit), through software emulation, or through the implementation of the core of a 32-bit processor to 'interior of the processor chip itself (as the Itanium processors from Intel, which include a core x86).
A significant exception is the AS / 400, whose software runs on an ISA (Instruction Set Architecture) virtual call TIMI (Technology Independent Machine Interface) which is translated, by a layer of low-level software, native machine code before execution. This layer is all you need to rewrite to bring the entire operating system and all programs on a new platform, as when IBM migrated from the old line processors "IMPI" to 32/48 bit to 64-bit PowerPC (IMPI had nothing to do with the PowerPC 32 bits, then it was a more challenging transition of the passage from a set of 32-bit instructions to 64-bit version of the same). Another significant exception is the z / Architecture of IBM that runs smoothly applications with different types of addressing (24, 32 and 64 bit) simultaneously.
Although the 64-bit architectures indisputably make it easier to work with massive amounts of data such as digital video, scientific drawing, and in large database, there have been several discussions about what they or their 32-bit mode are more compatible fast, in other types of work, compared to 32-bit systems of similar price.
Theoretically, some programs may be faster in 32-bit mode. On some architectures the 64-bit instructions take away more space than 32, so it is possible that certain 32-bit programs can enter the fast cache memory of the CPU where the 64 there succeed. In other words, use 64 bits to perform operations that could be managed at 32, an unnecessary waste of resources (memory, cache, etc.). However, in applications such as scientific, the data processed in a natural manner often use 64-bit blocks, and will therefore be faster on 64-bit architecture because the CPU is designed to work directly with these dimensions rather than forcing programs to perform multiple steps to accomplish the same thing.
These assessments are complicated by the fact that when defining new architectures, designers instruction set have taken the opportunity to make changes appear to fill gaps of the old one, adding new features designed to improve performance (such as, for example, the additional logs in the AMD64 architecture).
HTML Hyper Text Markup Language
The HyperText Markup Language (HTML) (literal translation: to hypertext markup language), in computer science is the markup language usually used for formatting and layout of hypertext documents available on the World Wide Web in the form of web pages.
It is a language in the public domain, whose syntax is defined by the World Wide Web Consortium (W3C), which is derived from another language having more general purposes, the SGML.
General features
HTML is a markup language that describes how to layout or graphical display (layout) content, textual and otherwise, of a webpage through formatting tags. Though HTML supports the inclusion of scripts and external objects such as images or movies, is not a programming language: failing to provide any definition of variables, data structures, functions and control structures that can implement programs, its code is in only able to structure and decorate textual data.
HTML, XHTML or its variant, aims to manage the content associating or specifying both the graphic structure (layout) within the web page to be realized by using different tags. Each tag (eg <h1> or <p>) specifies a different role of the content that it marks (then the <h1> will define greater importance of the <p> tag). The formatting in the text consists of the insertion of markers or labels, said tags, which describe features such as the function, the color, the size, the relative position within the page. The browsers that read the code shows the user default formats for each tag that meet (so for example the contents marked with the <h1> will 18pt font and contents marked by <p> will 12pt font). However, this format is completely under your control, you can change it in the settings of your browser.
When a hypertext document written in HTML is stored in a file its extension is typically .html or .htm.
Subscribe to:
Posts (Atom)