逻辑运算中,如变量x和y的逻辑值分别为true和false,则NOT y AND x 运算结果为______ 。
举一反三
- 设x = True, y = False, 则下列逻辑表达式中结果为True的是____。 A: x and y B: x or y C: not x D: x and y or y
- 下列对逻辑运算符描述错误的是()。 A: 执行x and y,如果x为False,y为True,结果为False B: 执行x or y,如果x为False,y为True,结果为True C: 逻辑运算符and or not,遵循书写顺序从左到右执行 D: 执行x and not y,如果x为True,y为False,结果为True
- 设x=True,y=False,则下列逻辑表达式中结果为True的是____。
- 若变量x和y的逻辑值分别是0和1,则notx and y逻辑运算结果______ 。
- 中国大学MOOC: 设x = True, y = False, 则下列逻辑表达式中结果为True的是____。