Material of cs101
Material of cs101
Material of cs101
SOLVED
Can you tell me when a function calls itself what is this called?
It is called "recursive call of a function".When function is called
within
itself, it is called recursion or recursive call. The
ability of a routine to call
itself is called recursion. Recursion enables certain
algorithms to be
implemented with small, simple routines, but it
does not guarantee speed or
efficiency. Erroneous use of recursion can cause a
program to run out of
stack space during execution, causing the
program, and sometimes the entire system, to
crash.
What are utilities, device drivers and what are their functions?
Utilities are small software’s which are used in
daily routine of computers for example Picture
viewer, Hard Disk Formatter, Wallpaper
Changer etc. Device Drivers are software’s
which are necessary for a device to function
properly, for example, Sound Card drivers etc
What is VPN?
A virtual private network (VPN) is a way to use a
public telecommunication
infrastructure, such as the Internet, to provide
remote offices or individual
users with secure access to their organization's
network. A virtual private
network can be contrasted with an expensive
system of owned or leased
lines that can only be used by one organization.
The goal of a VPN is to
provide the organization with the same
capabilities, but at a much lower
cost. A VPN works by using the shared public
infrastructure while
maintaining privacy through security procedures
and tunneling protocols
such as the Layer Two Tunneling Protocol
(L2TP). In effect, the protocols,
by encrypting data at the sending end and
decrypting it at the receiving end,
send the data through a "tunnel" that cannot be
"entered" by data that is not
properly encrypted. An additional level of security
involves encrypting not
only the data, but also the originating and
receiving network addresses.
What is plotter?
The device used to draw charts, diagrams, and other line-based
graphics.
Plotters use either pens or electrostatic charges and
toner (Powdered pigment that is used in office
copiers and in laser, LED, and LCD printers. Pen
plotters draw on paper or transparencies with one
or more colored pens.
Electrostatic plotters "draw" a pattern on electro
statically charged dots on
the paper and then apply toner and fuse it in place.
Plotters use three basic
types of paper handling: flatbed, drum, and pinch
roller. Flatbed plotters
hold the paper still and move the pen along both x
and y axes. Drum plotters roll the paper over a
cylinder. The pen moves along one axis while the
drum, with the paper attached, moves along the
other. Pinch-roller plotters are a
hybrid of the two, in which the pen moves only
along one axis while the
paper is moved back and forth by small rollers.
What is URL?
When a user enters a Uniform Resource Locator
(URL) in a browser, he/she
is sending an HTTP command to the web server
directing it to retrieve and
transmit the requested document. A URL is the
global address of a web site.
The first part of the address (i.e., http://) indicates
which protocol is to be
used. The second part specifies the IP address
(i.e., http://www.ectag.org),
which identifies the unique server assigned to the
domain name (URL). The
final part tells the server where the document or
resource is located on the
server.
What is working of Firewire in computing?
With more than 30 times the bandwidth of the
popular USB 1.1 peripheral
standard, FireWire 400 has been the gold standard
for high-speed data
transfer. Apple was the first computer
manufacturer to include Fire Wire
across its entire product line. And now Apple has
upped the ante yet again,
effectively doubling data throughput with its
implementation of the IEEE
1394b standard, FireWire 800, available on the
17-inch PowerBook G4 and
the Power Mac G4. FireWire is a way to connect
different pieces of
equipment so they can easily and quickly share
information. FireWire is
very similar to Universal Serial Bus (USB). The
designers of FireWire,
which actually precedes the development of USB,
had several particular
goals in mind when they created the standard:
Fast transfer of data (up to
400 Mbps) Lots of devices on the bus Ease of use
Hot pluggable Provide
power through the cable Plug-and-play Low
cabling cost Low
implementation cost
what is Micro-Controller?
A microcontroller is a complete computer on a
chip but it does not contain large amounts of
memory. They have their own processor and low
memory. Microcontrollers are used in video
games, videocassette recorders (VCRs), and
automobiles.
What is Bus?
A set of conductors, which connect the
functional units in a computer. It is called a bus
because it travels to all destinations (Actually it
is like a
network of connected roads used by data to travel
from one part to another).
There are local buses that connect elements within
the CPU and buses which
connect the computer to external memory and
peripherals. The bus width
determines the speed of data transmission. Most
personal computers use 32-
bit buses both internally and externally. Internal
buses are configured in
parallel; there are also serial busses between
computers in networks
(usually).
What is hardware?
Everything in a computing environment that has
physical attributes, like, it carries weight, has
definite shape and is touchable, is called
hardware. e.g. Monitor, Keyboard, CPU, printer,
mouse etc. are all hardware.