单选题 What is the role of a compiler in programming?
A、Translates source code to machine code
B、Executes code line - by - line
C、Manages memory allocation
D、Designs user interfaces
单选题 Which of the following is a valid SQL data type?
A、String
B、Integer
C、Text
D、Array
单选题 What is the result of 5 + 3 * 2 in Python?
单选题 What does HTML stand for?
A、Hypertext Markup Language
B、High - tech Machine Language
C、Hyper Transfer Markup Link
D、Home Tool Markup Logic
单选题 Which protocol is used for sending emails?
A、HTTP
B、FTP
C、SMTP
D、TCP
单选题 In CSS, how do you select elements with a specific class?
A、#classname
B、.classname
C、classname
D、*classname
单选题 What is the purpose of the 'try - catch' block in Java?
A、To handle exceptions
B、To declare variables
C、To define methods
D、To create loops
单选题 In Python, which keyword is used to define a function?
A、function
B、def
C、define
D、fn