jace2348
contestada

Question 1(Multiple Choice Worth 5 points)

(01.01 MC)

You host a party and organize a can-recycling station for your guests. Sorting cans into various groups and analyzing the arrangement represents which step in the computational thinking process?

A.) Algorithmic design
B.) Decomposition
C.) Generalizing and assessment
D.) Pattern recognition

Question 2(Multiple Choice Worth 5 points)

(01.01 LC)

Which software is necessary to write and run Python code?

A.) Code filler
B.) Code editor
C.) Code name
D.) Code protector

Question 3(Multiple Choice Worth 5 points)

(01.01 LC)

Which of the following codes is not written in Python?

A.) def main():
B.) main()
C.) print("Hello, World!")
D.) System.out.print("Hello")

Question 4(Multiple Choice Worth 5 points)

(01.01 MC)

Select one of the programming styles that Python is most suitable for.

A.) Declarative
B.) Event-driven
C.) Kinetic
D.) Object-oriented

Question 5(Multiple Choice Worth 5 points)

(01.01 LC)

Which term means software that translates code into machine code?

A.) Compiler
B.) Function
C.) Interpreter
D.) Variable

Respuesta :

Answer:

1. Pattern Recognition - pattern recognition is defined as finding the order, and analyzing the data; exactly what is done in this situation.

2. Code Editor - Without this how else would you be able to write and edit your code?

3. D - If you've seen examples of python code, then you know this is not Python

4. Object-Oriented

5. Interpreter

Explanation:

The answers to the MCQ questions are explained below, the correct answers for the questions are D, B, D, D, and A in respective order.

1. Option D is the correct answer for Question 1, the pattern recognition is defined as finding the order, and analyzing the data; exactly what is done in this situation.

2. Option B is the correct answer for Question 2, Code Editor is necessary to write and run Python code - Without this, it is not possible to be able to write and edit your code.

3. Option D is the correct answer because "(System.out.print("Hello")" is a JAVA code and not a Python Code.

4. Option D is the correct answer because Python is an excellent programming language that supports both object-oriented and functional programming paradigms.

5. Option A is the correct answer because a compiler translates source code into machine language modules (called an object file).

For more information about Python, refer below

https://brainly.com/question/936897