Tools in Programming

Cards (17)

  • An external hardware that is used to display visual information generated by a computer.
    Monitor
  • A hand-held pointing device that detects two-dimensional motion relative to a surface.
    Mouse
  • An input device that allows you to type letters, numbers, and symbols in your computer or other electronic devices.
    Keyboard
  • What is the meaning of CPU?
    Central Processing Unit
  • The primary component of a computer that acts as its control center.
    CPU
  • What is the meaning of USB?
    Universal Serial Bus
  • A widely used technology for connecting devices to computers.
    USB
  • The most common storage drives today.
    SSD
  • What is the meaning of SSD?
    Solid-State Drive
  • A type of hard drive commonly used by older computers for data storage.
    HDD
  • What is the meaning of HDD?
    Hard Disk Drive
  • This are programs used for writing and running codes.
    Software tools
  • Lightweight editors for basic coding. A software application used to create, edit, and manage plain text files. Ex. Notepad

    Text Editor
  • What is the meaning of IDEs?
    Integrated Development Environments
  • A software application that helps programmers develop software code efficiently. It increases developer productivity.
    IDE
  • Tools that convert code into machine language. Compilers and interpreters are crucial for bridging the gap between human-readable programming languages and machine-executable code.
    Compilers and Interpreters
  • Help identify and correct errors in the code. It also helps uncover the cause of coding errors, prevent software function issues and improve the overall performance of software.
    Debugger