Ask Questions & Get Answers at ibibo sawaal

Sanket Vora's Questions & Answers

274

Rank

2320

460

49

2

what is binary tree

Asked by jeenu in Computers & Technology at   3:47 PM on January 11, 2008

Sanket Vora's Answer

In computer science, a binary tree is a tree data structure in which each node has at most two children. Typically the child nodes are called left and right. One common use of binary trees is binary search trees; another is binary heaps.

Answered at 7:29 PM on January 11, 2008

Read all answers

Is window an operating system?

Asked by ralph007 in Computers & Technology at   7:23 PM on January 11, 2008

Sanket Vora's Answer

Yes, Windows is the most widely used operating system for desktop and laptop computers. Developed by Microsoft, Windows primarily runs on x86-based CPUs, although some versions run on Intel's Itanium CPUs. Windows provides a graphical user interface and desktop environment in which applications are displayed in resizable, movable windows on screen.

Windows comes in both client and server versions, all of which support networking, the difference being that the server versions are designed to be dedicated servers. The client versions of Windows may also share data over the network and can be configured to grant access to all or specific files only. Windows PCs are used to access a variety of servers on the network, including Windows servers, Unix, Linux and NetWare servers and mainframes.

Answered at 7:26 PM on January 11, 2008

Read all answers

What is the purpose of WIFI?

Asked by Justclick in Computers & Technology at   4:38 PM on January 11, 2008

Sanket Vora's Answer

It lets home and office users create wireless local networks, which connect two or more computers to each other and a faster Internet line. This way there is no more poking holes in walls or tripping over bulky Ethernet cables. The Wi-Fi technology is rapidly gaining acceptance as an alternative to a wired local area network (LAN).

Answered at 7:21 PM on January 11, 2008

Read all answers

What is meant by graphic and non graphic characters?

Asked by operator in Computers & Technology at   4:55 PM on January 11, 2008

Sanket Vora's Answer

1) Graphich character : In ISO/IEC 646 (commonly known as ASCII) and related standards including ISO 8859 and Unicode, a graphic character is any character intended to be written, printed, or otherwise displayed in a form that can be read by humans. In other words, it is any encoded character that is associated with one or more glyphs.

In ISO 646, graphic characters are contained in rows 2 through 7 of the code table. However, two of the characters in these rows, namely the space character SP at row 2 column 0 and the delete character DEL (also called the rubout character) at row 7 column 15, require special mention.

The space is considered to be both a graphic character and a control character in ISO 646; this is probably due to it having a visible form on computer terminals but a control function (of moving the print head) on teletypes. In Unicode, space is considered a graphic character.

The delete character is strictly a control character, not a graphic character. This is true not only in ISO 646, but also in all related standards including Unicode. However, many modern character sets deviate from ISO 646, and as a result a graphic character might occupy the position originally reserved for the delete character.

2) while a non-graphic or control character cannot be displayed or written by hand.

Answered at 7:19 PM on January 11, 2008

Read all answers

What is a compiler?

Asked by dhevana in Computers & Technology at   4:33 PM on January 11, 2008

Sanket Vora's Answer

Computer software that translates (compiles) source code written in a high-level language (e.g., C++) into a set of machine-language instructions that can be understood by a digital computer's CPU. Compilers are very large programs, with error-checking and other abilities. Some compilers translate high-level language into an intermediate assembly language, which is then translated (assembled) into machine code by an assembly program or assembler. Other compilers generate machine language directly.

Answered at 7:24 PM on January 11, 2008

Read all answers

what is information technology

Asked by amit kumar in Computers & Technology at   5:45 PM on January 11, 2008

Sanket Vora's Answer

1) Information technology, as defined by the Information Technology Association of America

(ITAA), is "the study, design, development, implementation, support or management of computer-based information systems, particularly software applications and computer hardware." Encompassing the computer and information systems industries, information technology is the capability to electronically input, process, store, output, transmit, and receive data and information, including text, graphics, sound, and video, as well as the ability to control machines of all kinds electronically.

Information technology is comprised of computers, networks, satellite communications, robotics, videotext, cable television, electronic mail ("e-mail"), electronic games, and automated office equipment. The information industry consists of all computer, communications, and electronics-related organizations, including hardware, software, and services. Completing tasks using information technology results in rapid processing and information mobility, as well as improved reliability and integrity of processed information.

2) Computer based information management systems allowing a financial institution to collect information from many different sources and develop a composite picture about its customers, its market position in different financial centers, and its net exposure in those markets.

Answered at 7:14 PM on January 11, 2008

Read all answers

wats meant by remote desktop

Asked by deepu in Computers & Technology at   6:56 PM on January 11, 2008

Sanket Vora's Answer

A feature in Windows XP Professional that allows the machine to be run remotely from another Windows machine over any dial-up or LAN TCP/IP connection. Remote Desktop is actually the Windows-based Terminal Server, which uses the Remote Desktop Protocol (RDP) to exchange only keystrokes and screen changes. For example, you can use any Windows laptop or desktop machine from a remote location to run your office XP Professional machine as if you were sitting at your desk.

Answered at 6:58 PM on January 11, 2008

Read all answers

wat can v do with Remote Desktop & how it works

Asked by deepu in Computers & Technology at   6:58 PM on January 11, 2008

Sanket Vora's Answer

In computing, remote desktop software is remote access and remote administration software that allows GUI applications to be run remotely on a server, while being displayed locally. Remote desktop applications have varying features. Some allow attaching to an existing user's session (i.e. a running desktop) and "remote controlling" it in front of the user's eyes.

It can also be explained as remote control of a computer by using another device connected via the internet or another network. This is widely used by many computer manufacturers (DELL, HP etc.) for technical troubleshooting for their customers. Windows XP has its own built in remote desktop option.

Answered at 7:01 PM on January 11, 2008

Read all answers

What is function of a CPU?

Asked by gorgeousneha in Computers & Technology at   5:54 PM on January 11, 2008

Sanket Vora's Answer

The CPU, or Central Processing Unit performs the calculations and logic functions of the computer. CPU's only perform the most basic of functions, such as adding the contents of a memory location to the contents of a CPU "register", or comparing the contents of one register to the contents of another register and "jump" on a specified condition such as "equal to", "greater than" or "less than". CPU's are also able to initiate transfer of large blocks of data, read or write data to/from peripheral devices, and in general, watch over system functions. Of course, this is an oversimplification of the power and function of the CPU, but it gives you an idea of what is going on. CPU's have the capacity to perform many low level functions that are enhanced when added together into an application. If done correctly, the entire process is transparent to the user and all you see is a well designed application

Answered at 7:12 PM on January 11, 2008

Read all answers

What is the full form of CPU?

Asked by rajbirbond35 in Computers & Technology at   5:55 PM on January 11, 2008

Sanket Vora's Answer

Central Processing Unit

Answered at 6:58 PM on January 11, 2008

Read all answers

Editor's Pick

Categories

sawaal signature
sawaal free visiting card