欢迎访问24帧网!

Intro to Python for Computer Science and Data Science by Paul Deitel Test bank

分享 时间: 加入收藏 我要投稿 点赞

Introduction to Computers and Python

1.1      Introduction

1.1 Q1: Which of the following statements is false?

a. Software (that is, the Python instructions you write, which are also called code) controls hardware (that is, computers and related devices).

b. Programmers use the Python Standard Library and various other libraries to “reinvent the wheel.”

c. Programmers use libraries to create software objects that they interact with to perform significant tasks with modest numbers of instructions.

d. IPython executes Python instructions interactively and immediately shows their results.

Answer: b. Actually, programmers use the Python Standard Library and various other libraries to avoid “reinventing the wheel.”

 

 

1.1 Q2: Which of the following statements a), b) or c) is false?

a. Decades ago, most computer applications ran on networked computers.

b. Today’s applications can be written with the aim of communicating among the world’s computers via the Internet.

c. A key intersection between computer science and data science is artificial intelligence.

d. All of the above statements are true.

Answer: a. Actually, decades ago, most computer applications ran on “standalone” computers (that is, not networked together).

 

1.2      Hardware and Software

1.2 Q1: Which of the following statements is false?

a. Computers can perform calculations and make logical decisions phenomenally faster than human beings can.

b. Computers process data under the control of sequences of instructions called computer programs (or simply programs).

c. A computer consists of various physical devices referred to as hardware (such as the keyboard, screen,

精选图文

221381