answersLogoWhite

0

run dxdiag.exe

it can be found in C:\Windows\System32

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a software that communicates with computer hardware on the most basic level?

operating system


Two types of computer hardware?

Input/output


What is the transmission protocol between a computer and a peripheral device?

The way a computer communicates with a peripheral device is through a device driver. A device driver is a low level computer program that allows higher level programs to communicate with a hardware device connected to the computer bus. Device drivers are hardware dependent and specific to an operating system.


What is the transmission between a computer and it's peripheral devices?

The way a computer communicates with a peripheral device is through a device driver. A device driver is a low level computer program that allows higher level programs to communicate with a hardware device connected to the computer bus. Device drivers are hardware dependent and specific to an operating system.


How a operating system is related to computer hardware?

The operating system (OS) controls the hardware. A successful computer system will have hardware and an operating system. Application software is not required. All operating systems have a low level, or machine language to run the operation system and control all hardware.


A driver that has full access to all hardware and the memory of the computer has what type of security level?

Kernel mode By A Raju


How does hardware interact with software?

hey, As the hardware is only the component but the microcontroller or microprocessor built with in works as an heart of the circuit. it contains the program written in high level languages which are compiled or assembelled to work as an machine language.


Who converts the computer language into machine language?

A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.


Why is your computer audio not working?

Check sound level could possibly be on mute


What is assembly code and how is it used in computer programming?

Assembly code is a low-level programming language that uses mnemonic instructions to communicate directly with a computer's hardware. It is used in computer programming to write programs that are more efficient and faster than those written in higher-level languages. Programmers use assembly code to control hardware components and optimize performance in tasks that require precise control over the computer's resources.


What is the significance of ASM programming in the field of computer science?

ASM programming, or assembly language programming, is significant in computer science because it allows programmers to directly interact with a computer's hardware at a low level. This level of control enables optimization for performance and efficiency, making it essential for tasks that require precise control over hardware resources, such as device drivers, operating systems, and embedded systems.


Does any computer program affects the hardware of the computer?

ANY computer program affects the hardware. Running software is what computer hardware is designed for. If by "affect" you mean "damage", it's very unlikely that an application program may harm the hardware except for very rare cases in which running a software could "stress" the hardware up to damaging it; but this would only occur with poorly designed or defective hardware anyway. Poorly designed low level software such as firmware or device driver might damage to their devices as well, but this is something beyond the average user's control and is related to bad design or implementation as well.