HTML (HyperText Markup Language) is the standard language used to create the structure of web pages. It defines elements like headings, paragraphs, and links.
CSS is used for styling, Python and Java are programming languages used for other purposes.
Python is widely used for data analysis and scientific computing due to its readable syntax and powerful libraries like NumPy and pandas.
JavaScript is mainly for web interactivity, SQL for databases, and HTML for web structure.
const languages = ['Python', 'JavaScript', 'Java']; console.log(languages[1]);
const languages = ['Python', 'JavaScript', 'Java']; console.log(languages[1]);
Arrays in JavaScript start at index 0. So languages[1] refers to the second item, which is 'JavaScript'.
SQL databases use structured tables with rows and columns. NoSQL databases use flexible formats like documents, key-value pairs, or graphs.
Statements A, B, and C are incorrect generalizations.
React Native allows developers to write one codebase in JavaScript that runs on both Android and iOS.
Swift and Kotlin are native languages for iOS and Android respectively, and Java is mainly for Android.