题目内容

Z市F区人民法院开庭审理郭某盗窃案,在调查证据时,宣读了因病不能出庭作证的赵某的证言笔录。依照《刑事诉讼法》的规定,对于该证言笔录,审判人员应当听取部分诉讼参与人的意见不包括下列哪些人( )

A. 公诉
B. 被害人
C. 被告人
D. 其他出庭作证的证人

查看答案
更多问题

在下列叙述中,正确的一条是______。

A. 对while循环、do…while循环和for循环,可以用continue语句跳出循环
B. 表达式1+2<<3和sizeof(3.8)的结果分别为24和8
C. 函数fputc(c,stdout)与putchax(c)的结果相同
D. 在有参函数中,定义函数中指定的形参变量在整个程序一开始执行时便分配内存单元

Text 3The "MyDoom" virus could presage a generation of computer attacks by organised gangs aiming to extract ransoms from online businesses, experts said yesterday.The warning came as the website run by SCO, a company that sells Unix computer software, in effect disappeared from the web under a blizzard of automated attacks from PCs infected by the virus, which first appeared a week ago.The "myDoom-A" version of the virus is reckoned to be the worst to have hit the internet, in terms of the speed of its spread, with millions of PCs worldwide believed to be infected. Such "zombie" machines begin to send out hundreds of copies of the virus every hourto almost any e-mail address in their files.On Sunday they began sending automated queries to SCO’s website, an attack that will continue until 12 February. The attack is the web equivalent of ringing the company’s doorbell and running away a million times a second, leaving its computers unable to deal with standard requests to view its pages."You have to wonder about the time limit," said Graham Cluley, senior technology consultant at the antivirus company Sophos. "Someone could go to SCO after the 12th and say, ’If you don’t want this to happen again, here are our demands’." Raimund Genes, European president of the security software firm Trend Micro, said: "Such a programme could take out any major website on the internet. It’s not terrorism, but it is somebody who is obviously upset with SCO."SCO has earned the enmity of computer users through a lawsuit it has filed against IBM. SCO claims ownership of computer code it says IBM put into the free operating system Linux, and is demanding licence fees and damages of $1bn.Mr. Cluley said: "It might be that whoever is behind this will say to SCO, ’if you don’t want the next one to target you, drop the lawsuit’. ’ SCO has offered $250,000 (~{~140,000) for information leading to the arrest of the person or people who wrote and distributed MyDoom.Nell Barrett, of the security company Information Risk Management, said, "I would give a lot of credence to the idea of gangs using viruses to extort money. It’s hard for law enforcement to track them down, because they’re using machines owned by innocent people. ’A second variant of MyDoom will start attacking part of Microsoft’s website later today. The antivirus company MessageLabs said it had blocked more than 16 million copies of the virus in transit over the net so far. But millions more will have reached their targets. It can be inferred from the text that the purpose of the attack could be()

A. to render the doorbell of the company useless
B. to prevent those nonstandard requests to visit
C. to make some demands of the company
D. to cancel some websites hated by terrorists

若有以下说明和定义:fun(int*c) main() int(*a)()=fun,*b(),w[10],c; ……在做必要的赋值之后,对fun函数的正确调用语句是______。

A. a=a(w);
B. (*a)(&c);
C. b=*b(w);
D. fun(b);

下列程序的输出结果是______。#include<stdio.h>#define FUDGE(y) 2.84+y#define PR(a) printf("%d",(int)(a))#define PRINTl(a) PR(a);putchar('\n')main () int x=2; PRINT1(FUDGE(5)*x);

A. 11
B. 12
C. 13
D. 15

答案查题题库