Python programming for the first year of high school information technology, 100 classic examples of Python programming questions

Hello everyone, this article will focus on python programming for information technology in the first year of high school. The 100 classic python programming questions are something that many people want to understand. If you want to understand the python questions and answers for the first year of high school, you need to understand the following things first.

Exercise 1--Information Technology for the First Year of Senior High School--Data and Computation (Python Version)

The exercises in this lesson, 3-5 practice questions, serve as one of the materials for process evaluation scores and the PYTHON library "IMITATION" based on the evaluation of excellent and intermediate levels . Welcome to put forward your valuable opinions on the teacher's teaching work```*``There is only one chance for the Shenma ai locomotive collector to be pseudo-original .

Q1: Name

____________

Q2: Student number, such as 40866

____________

Q3: How is data represented in the computer?

binary encoding

Octal encoding

decimal encoding

Hexadecimal encoding

Q4: How many bytes are used to encode English letters in the computer?

one byte

two bytes

Thirty-two bytes

sixteen bytes

Q5: Is Python an interpreted language or a compiled language?

interpretive language

compiled language

Q6: In the python 3.7.0 shell window, enter the following code, the result is (). 1 + 2 + 3

1+2+3

1,2,3

123

6

Q7: The program is as follows: age = 20if age = 18: print(your age is, age) the result is:

your age is age

your age is 18

your age is 20

18

Q8: Tell us about your learning gains and experiences. You are also welcome to make suggestions for teachers’ teaching work.

____________

Expand All

Guess you like

Origin blog.csdn.net/chatgpt002/article/details/133033749