Your ULTIMATE Graphic Card Purchase Guide

Leave a Comment
Dark and Sexy, that's how they all look like! Hello Everyone!  Today's article focuses on a very HOT topic! GRAPHIC CARDS! Who doesn't want the very best silicon out there to ramp up the effects and smoke the latest titles like Batman: Arkham Origins, Battlefield 4, Splinter Cell, Crysis 3, The Witcher and tons of other games out there! So if you're going to bake in a new graphic card into your Computer chassis,...



Polynomials in MATLAB

Leave a Comment
Expressions that contain some number of variables and constants combined using operations such as addition, subtraction, multiplication and whole-number exponents are called POLYNOMIALS. For example, x2 + x + 1, x3 + x2 + x + 1 In MATLAB, polynomials can be represented as row vectors. To declare a polynomial, say P(x) = 3x2 + 2x + 1, we use: P = [3, 2, 1]; Or P = [3, 2, 1]; Note that the coefficients of the variables...



Networking Hardware

Leave a Comment
In the smooth functioning of networks, many hardware devices play an important role. These hardware devices, or in other words, Networking hardware may also be known as network equipment or computer networking devices. Hence we’ll be studying a few of them in the following sections. All these devices facilitate the use of a computer network. Specifically, they mediate data in a computer network....



Unguided Transmission Media

Leave a Comment
Hey! I do hope you read my articles on Guided Transmission Media and Types of Transmission Media before coming to read this. If not, I'd strongly recommend you to see them. Back to the things that matter, Unguided Transmission Media! These are transmission media that are used for used when either the distances are HUGE, or the communications need no security of any kind because these forms or communications are relatively insecure as compared to Guided Transmission Media, or, the communication is a form of broadcast and...



Vectors and Matrices in MATLAB

Leave a Comment
Matrices are the basic data elements in MATLAB. This helps to make the code shorter and easier to understand as it reduces the number of loops and repeating statements. Single variables are treated as a matrix of a single element, also called scalars. To declare a vector in MATLAB, A= [10 34 29]; %row vector (1, 3)                                    ...



Guided Transmission Media

Leave a Comment
Hey Folks! Today this post would be, as I said in my last post, about Wired/ Guided Transmission Media Technologies. As a plain fact to remember, guided media are those where the transmissions they carry can be guided. The Ethernet cable that connects to your PC Modem? That's an example of Guided Transmission Media. The Music Player in your car that plays up songs for you from the local radio? NOT an example of Guided Transmission Media. In this case the radio waves are spread throughout the atmosphere and your car just receives...



Powered by Blogger.