單項選擇題創(chuàng)建進程所用到的模塊是()

A.multiprocessing
B.math
C.random
D.threading


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Queue可以實現(xiàn)多進程之間的()

A.數(shù)據(jù)交換
B.數(shù)據(jù)刪除
C.數(shù)據(jù)添加
D.數(shù)據(jù)管理

2.單項選擇題可以創(chuàng)建管理進程池的是()

A.pool
B.process
C.thread
D.queue

3.單項選擇題資源分配的最小單位是()

A.堆
B.棧
C.線程
D.進程

4.單項選擇題python中的多進程模塊是()

A.multiprocessing
B.math
C.random
D.threading

5.單項選擇題multiprocessing.Queue中判斷隊列是否已滿()

A.qsize()
B.put()
C.get()
D.full()