题目内容

以下关于非对称加密基本概念的描述中错误的是____________。

A. 非对称加密对信息的加密与解密使用不同的密钥
B. 加密的公钥是可以公开的
C. 对应一个私钥,可以有多个公钥
D. 不能通过公钥来计算出私钥

查看答案
更多问题

在Eclipse等集成开环境中输入以下程序代码,注意标识符及关键字的使用。运行测试,修改语法问题并运行,记住此处问题的解决方式,后面的数据类型的转换会给出答案。public class Example01 {public static void main(String[] args) {byte b1 = 3;byte b2 = 4;byte b3 = b1 + b2;System.out.println("b3 = " + b3);}}

可以在定义结构体类型的同时定义结构体变量

A. 对
B. 错

This section is an investigation of microphones , audio signals, and amplifiers, intended to develop your circuit design skills and giving you experience of using the oscilloscope to monitor signals in a circuit.

A. 音频信号
B. 放大器
C. 麦克风
D. 示波器

Microphone is a sensor that converts sound into an electrical signal. To get the microphone to work, you need to provide a voltage across it using a voltage divider circuit.

A. 声音信号
B. 电信号
C. 分压器电路
D. 传感器

答案查题题库