This type of AI model can take in audio and convert what is said to writing
What is speech-to-text?
AI stands for
What is Artificial Response?
A Google service which allows individuals to store, share, and collaborate on personal files like documents, presentations, images, and videos in the cloud
What is Google Drive?
This programming language is...
for(int i=0; i<array.length(); i++){
System.out.println("Number: " + array[i]);
}
What is Java?
This language is commonly used on the frontend to style web pages, controlling layout, colors, fonts, and overall design
What is CSS?
This machine learning task involves teaching a model to categorise data into two or more classes
What is classification?
GDGoC stands for
What is Google Developer Groups on Campus?
Google's web development framework for building mobile and desktop web applications
What is Angular?
This programming language uses '#' for comments
What is Python?
This language is widely used for adding interactivity to web pages on the frontend and is known for its role in dynamic content creation
What is JavaScript?
This term refers to a type of model inspired by the structure of the human brain, composed of layers of artificial neurons
What is neural network?
SQL stands for
What is Structured Query Language?
Apps like PayPal and Spotify use this technology for learning purposes, to learn fraudulent activity or music preferences of listeners
What is TensorFlow?
This programming language is...
.button{
background-color: black;
height: 100px;
}
What is CSS?
This HTML element is used on the frontend to display content such as text, images, and other media within a specific section or container of a webpage.
What is div?
The difference between supervised and unsupervised learning
What is labelled data and unlabelled data?
OSI stands for
What is Open Systems Intercommunication?
Google's video sharing platform
What is YouTube?
This programming language is used with Flutter
What is Dart?
This language is primarily used for server-side logic in web development, often used with databases like Oracle or Postgres
What is SQL?
Launched by Google, this AI system is designed for a wide range of tasks, including chat-based interactions, but with a focus on multimodal capabilities, handling both text and images
What is Gemini?
The GPT in ChatGPT stands for
What is Generative Pretrained Transformer?
Google's platform for app analytics, crash reporting, backend functionalities (sometimes used as a database)
What is Firebase?
This TypeScript feature allows you to define code that works with any data type passed to it, using angle brackets < >.
What is Generics?
Although not visible to the user, this backend technology provides isolated environments that simulate a complete computer system, often used to deploy applications securely and consistently across different hardware setups
What is Virtual Machine?