Логика и таблицы истинности

Логика и таблицы истинности

12th Grade

10 Qs

quiz-placeholder

Similar activities

L1W5

L1W5

12th Grade

6 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Asesment Diagnostik Basis Data - TP SQL Bertingkat

Asesment Diagnostik Basis Data - TP SQL Bertingkat

12th Grade

15 Qs

CSS Image Manipulation Quiz

CSS Image Manipulation Quiz

9th Grade - University

15 Qs

Quiz 1-15

Quiz 1-15

9th - 12th Grade

15 Qs

Pemboleh Ubah, Pemalar dan Jenis Data

Pemboleh Ubah, Pemalar dan Jenis Data

9th - 12th Grade

12 Qs

Quiz aula 3

Quiz aula 3

9th - 12th Grade

11 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

9th - 12th Grade

9 Qs

Логика и таблицы истинности

Логика и таблицы истинности

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Ерасыл Тлеудин

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are logic gates?

Logic gates are devices that perform logical operations in digital circuits.

Logic gates are mechanical devices for controlling movement.

Logic gates are devices for storing data.

Logic gates are components for powering circuits.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main logical operations?

Multiplication

AND, OR, NOT, XOR, NOR

Subtraction

Addition

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the AND operation mean in logic?

Logical multiplication, the result is true only when both operands are true.

An operation that always returns false.

Logical addition, the result is true when at least one operand is true.

An operation that compares two numbers and returns their sum.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the truth table for the OR operation?

A OR B: (false, false) -> true; (false, true) -> true; (true, false) -> true; (true, true) -> false.

A OR B: (false, false) -> false; (false, true) -> true; (true, false) -> true; (true, true) -> true.

A OR B: (false, false) -> false; (false, true) -> true; (true, false) -> false; (true, true) -> true.

A OR B: (false, false) -> true; (false, true) -> false; (true, false) -> false; (true, true) -> false.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что делает логическая операция NOT?

Инвертирует логическое значение.

Увеличивает логическое значение.

Сравнивает два логических значения.

Удаляет логическое значение.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какова таблица истинности для NAND?

| A | B | A NAND B | |---|---|----------| | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 0 | | 1 | 1 | 1 |

| A | B | A NAND B | |---|---|----------| | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |

| A | B | A NAND B | |---|---|----------| | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |

| A | B | A NAND B | |---|---|----------| | 0 | 0 | 1 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the logical operation NOR?

The logical operation NOR returns true if at least one operand is true.

The logical operation NOR always returns true.

The logical operation NOR is an operation that returns false only if both operands are true.

The logical operation NOR is an operation that returns true only if both operands are false.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?