试题详情

试题内容

在Python3中,表达式list(range(11)【10∶0∶-2】的值为()
A.[10,8,6,4,2,0]
B.[10,8,6,4,2]
C.[0,2,4,6,8,10]
D.[0,2,4,6,8)
查看答案

软题库参考答案:B(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

6题:

单个磁头在向盘片的磁性涂层上写入数据时,是以( )方式写入的。
A、并行 
B、并一串行 
C、串行 
D、串一并行 

6题:

以下关于总线的叙述中,不正确的是()
A.并行总线适合近距离高速数据传输.
B.串行总线适合长距离数据传输
C.单总线结构在一个总线上适应不同种类的设备,设计简单且性能很高
D.专用总线在设计上可以与连接设备实现最佳匹配

8题:

若G是—个具有36条边的非连通无向图(不含自回路和多重边),则图G至少有( )个顶点。
A、11 
B、10 
C、9 
D、8 

57题:

there is nothing in this world constant but inconstancy.-SWIFT
Project after project designs a set of algorithms and then plunges intoconstruction of customer-deliverable software on a schedule that demands delivery of the first thing built.
In most projects, the first system built is (1) usable. It may be too slow, too big , awkward to use, or all three. There is no (2 ) but to start again, smarting but smarter and build a redesigned version in which these problems are solved. Th
2题:某机器字长为n,最高位是符号位,其定点整数的最大值为()  
A.2n-1  
B.2n-1-1  
C.2n  
D.2n-1  
11题:

设顺序存储的某线性表共有123个元素,按分块查找的要求等分为3块。若对索引表采用顺序查找方法来确定子块,且在确定的子块中也采用顺序查找方法,则在等概率的情况下,分块查找成功的平均查找长度为( )。
A、21 
B、23 
C、41 
D、62