answersLogoWhite

0

What else can I help you with?

Related Questions

Is visual display unit an input device?

No, VDU is an output Device.


What is an input device that is used to manipulate objects viewed on the computer display screen is a?

Any input device, such as a mouse or keyboard, can manipulate anyhting on the vdu (visual display unit), in this case it can affect what you see on your monitor.


Is a Visual Display unit a input or a output?

Its an output device. By visual display unit I assume you're referring to one of the following: a tv, a computer monitor or a laptop screen. All 3 are output devices. The difference b/w an input and an output device is simply user input. An input device receives input from a user, an output device does not. A mouse (receives user clicks), A microphone (receives user audio), a keyboard are input devices.


What is video display device?

A display device is an output device for presentation of information for visual, tactile or auditive reception, acquired, stored, or transmitted in various forms. When the input information is supplied as an electrical signal, the display is called electronic display. Electronic displays are available for presentation of visual, tactile and auditive information.


What is an input display on action replay ds?

What is Input Display on action replay ds?


IS A VIDEO CARD SAME AS A GRAPHIC A CARD?

A graphics card, video card, v card, video board, video display board, display adapter, video adapter, or graphics adapter is a computer component designed to convert the logical representation of visual information into a signal that can be used as input for a display medium. Displays are most often a monitor, but use of LCD TV, HDTVs, and projectors is growing increasingly common with the growth of the media center computer concept. The graphics card and display medium are able to communicate utilizing a variety of display standards. Graphics card are both integrated into motherboards, and sold as expansion cards........ wow this guy just copied this from a dictionary


What receives visual input from the lateral geniculates?

The primary visual cortex, located in the occipital lobe of the brain, receives visual input from the lateral geniculate nuclei. This input is then processed and interpreted by the brain to create the visual experiences we perceive.


How do you get input from the user in python?

In Python, you can get input from the user using the built-in input() function. This function prompts the user for input and returns it as a string. For example, you can use user_input = input("Enter something: ") to display a message and capture the user's response. If you need the input in a different data type, you can convert it using functions like int() or float().


Vb net code for to get last 6 digits when gave more than 6 degits?

Dim input As String Dim inputNum As Integer 'Get input input = Console.ReadLine() 'Convert input to number and chop off all but the last 6 digits inputNum = Integer.Parse(input) Mod 1000000 'Display parsed input Console.WriteLine(inputNum)


Is a display adapter a input or output device?

A display ADAPTER is neither. The Display is an output device.


Neurons that analyze visual input and respond to specific things are called?

feature detectors-apexA synapse makes an input to the neutrons that analyze visual input and respond to the specific things.


Determine the highest of the three input numbers using flowchart?

(start) /a=0 c=0\ \b=0 / /input a/ /input b/ /input c/ /a>b\ no /b>c\ yes /display b/ -> (a) \ / \ / yes no /a>c\ no /display c/ -> (a) \ / yes /display a/ <- (a) (end)