皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
下列说法正确的是( )。
A.
用卡诺图可判断出逻辑函数F(ABCD)=B'D'+A'D'+C'D'+ACD',与逻辑函数G(ABCD)=B'D+CD+A'C'D+ABD互为反函数。
B.
逻辑函数F=A'(B+C'D)+AC的反函数为: A+B'C+AD'+C
C.
用卡诺图可判断出逻辑函数F(ABCD)=(AB'+A'B)C'+(AB'+A'B)'C,与逻辑函数G(ABCD)=(AB+BC+AC)'(A+B+C)互为对偶函数。
D.
卡诺图法适合于多变量函数的化简,变量个数越多越方便。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】A.working B.hot C.same D.ordinary
【单选题】设循环队列的结构是: const int MaxSize=100; typedef int Data Type; typedef struct { DataType data[MaxSize]; int front, rear; }Queue; 若有一个Queue类型的队列Q,试问判断队列满的条件应是(33)。
A.
Q.front=Q.rear;
B.
Q.front-Q.rear==MaxSize;
C.
Q.front+Q.rear=MaxSize;
D.
Q.front==(Q.rear+1)%MaxSize;
【简答题】A.essential B.last C.same D.only
【简答题】A.complicated B.similar C.same D.special
【单选题】以下选项中不能正确把c1定义成结构体变量的是
A.
typedef struct { int red; int green;; int blue; }COLOR; COLOR cl;
B.
struct color cl { int red; int green; int blue; }
C.
struet color { int red; int green; int blue; }c1;
D.
struct { int red; int green; int blue; }cl;
【单选题】以下选项中不能正确把cl定义成结构体变量的是
A.
typedef struct { int red int green int blue } COLOR COLOR cl
B.
struct color cl { int red int green int blue }
C.
struct color { int red int green int blue } cl
D.
struct { int red int green int blue } cl
【单选题】以下选项中不能正确把c1定义成结构体变量的是
A.
typedef struct {int red: int green: int blue; } COLOR; COLOR c1;
B.
struct color c1 {int red int green: int blue; };
C.
struct color {int red , int green : int blue : )cl;
D.
struct {int red; int green; int blue } c1 ;
【简答题】A.more B.less C.same D.most
【简答题】A.complicated B. C.same D.different
【简答题】A.exact B.identical C.same D.alike
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题