题目内容

根据刑法的有关规定,下列哪些情形不得适用缓刑的有()。A.甲因为犯虐待罪被判处管制1年B.乙2000年4根据刑法的有关规定,下列哪些情形不得适用缓刑的有()。

A. 甲因为犯虐待罪被判处管制1年
B. 乙2000年4月因为犯走私淫秽物品罪被判处2年有期徒刑,2002年5月刑满释放。2006年10月因为犯交通肇事罪被依法判处2年有期徒刑
C. 丙2002年7月因为犯寻衅滋事罪被判处2年有期徒刑,2004年7月刑满释放。2005年3月因为犯聚众斗殴罪被依法判处2年有期徒刑
D. 丁因为无钱赌博,情急之下,乘人不备,公然夺取一位妇女的手提包就跑 (包内财物价值3000元),被当场抓获,依法应当判处2年有期徒刑

查看答案
更多问题

社会中有各种规范,包括道德、宗教、习惯、政策、法律等。与其他社会规范相比,法具有自己的特点,下列关于法的特点的说法中不正确的是()。

A. 只有经过公共权力机构亦即有权的国家机关的制定或认可才能成为法
B. 在国家权力所及的范围内,法具有普遍约束力
C. 法具有可诉性,但它不是判断一种规范是否属于法律的标志
D. 法以权利和义务为内容

在窗体上画两个滚动条,名称分别为Hscroll1、Hscroll2;六个标签,名称分别为Label1、Label2、Label3、Label4、Label5、Label6,其中标签Label4~Label6分别显示“A”、“B”、“A*B”等文字信息,标签Label1、Label2分别显示其右侧的滚动条的数值,Label3显示A*B的计算结果。当移动滚动框时,在相应的标签中显示滚动条的值。当单击命令按钮“计算”时,对标签Label1、Label2中显示的两个值求积,并将结果显示在Label3中。以下不能实现上述功能的事件过程是______。

A. Private Sub Command1_Click() Label3. Caption=Str(Val(Label1.Caption)*Val(Label2.Caption)) End Sub
B. Private Sub Command1_Click() Label3.Caption=HScroll1.Value*HScroll2.Value End Sub
C. Private Sub Command1_Click() Label3.Caption=HScroll1*HScroll2 End Sub
D. Private Sub Command1_Click() Label3.Caption=HScroll1.Text*HScroll2.Text End Sub

以下有关数组定义的语句序列中,错误的是______。

A. Static arr1(3) Arr1(1)=100 arr1(2)="Hello" arr1(3)=123.45
B. Dim arr2()As Integer Dim size As Integer Private Sub Command2_Click() size=InputBox("输入:") ReDimarr2(size) ...... End Sub
C. Option Base 1 Private Sub Command3_Click() Dim arr3(3)As Integer ...... End Sub
Dim n As Integer Private Sub Command4_Click() Dim arr4(n)As Integer ...... End Sub

Which of the following statements is true.

A. We won't find a cure for cancer until the beginning of the next' century.
B. We'll never be in a position to prevent all cancers.
C. If we are to eliminate cancer, we' 11 have to protect our environment.
D. Very few medicines can be used against cosmic rays.

答案查题题库