Begriffe hinzufügen

Begriffe mit KI generieren

0 / 150
IT-Englisch lernen: 200 Fachbegriffe für Entwickler und Informatiker
collection language
0 / 200 Begriffe
Lerne die wichtigsten 200 englischen IT-Begriffe für deinen Berufsalltag! 🎯 Was ist in der Sammlung: • 200 Fachbegriffe für Niveau B1-B2 • Themen: Programmierung, Netzwerk, Datenbank, Cloud • Aussprache von Muttersprachlern mit Beispielen
Begriff (200)
Bedeutung
software
Install the latest software update
Software
hardware
The hardware needs to be replaced
Hardware
database
The database stores all customer information
Datenbank
server
The server is down for maintenance
Server
network
Connect to the company network
Netzwerk
code
Write clean and readable code
Code
algorithm
The algorithm sorts the data efficiently
Algorithmus
debug
I need to debug this program
Fehler beheben
deploy
Deploy the application to production
bereitstellen
compile
Compile the source code
kompilieren
variable
Declare a variable to store the value
Variable
function
Call this function to calculate the total
Funktion
array
Store the items in an array
Array
loop
Use a loop to iterate through the list
Schleife
condition
Add a condition to check the input
Bedingung
string
Concatenate the two strings
Zeichenkette
integer
The function returns an integer
Ganzzahl
boolean
The boolean value is true or false
Boolescher Wert
object
Create a new object instance
Objekt
class
Define a class for the user model
Klasse