Logika Pemrograman

Logika Pemrograman

11th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz Pemrograman Dasar

Quiz Pemrograman Dasar

11th Grade

15 Qs

Python Review - Class Mobil

Python Review - Class Mobil

7th Grade - University

10 Qs

Introduction To Programming - Lesson Exception Handling

Introduction To Programming - Lesson Exception Handling

11th Grade - University

13 Qs

ASSESMEN DIAGNOSTIK KOGNIITIF

ASSESMEN DIAGNOSTIK KOGNIITIF

11th Grade

10 Qs

Post Test

Post Test

11th Grade

10 Qs

Intro to JS: Functions, Scope & Objects

Intro to JS: Functions, Scope & Objects

11th Grade - University

8 Qs

Quiz tentang Function dan Stored Procedure

Quiz tentang Function dan Stored Procedure

11th Grade

10 Qs

Quiz Pemrograman Python

Quiz Pemrograman Python

11th Grade

10 Qs

Logika Pemrograman

Logika Pemrograman

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

SHERLY TODING

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diketahui:

  • A = True

  • B = False

Apa hasil dari A && B adalah?

True

False

Error

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diketahui:

  • X = False

  • Y = True

Apa hasil dari X || Y adalah?

True

False

Error

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jika P = True, maka hasil dari !P adalah?

True

False

Error

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diketahui:

  • A = False

  • B = True

  • C = False

Apa hasil dari A || (B && C) adalah?

True

False

Error

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diketahui:

  • X = True

  • Y = False

Apa hasil dari !(X || Y) adalah?

True

False

Error

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diketahui:

  • P = True

  • Q = False

  • R = True

Apa hasil dari (P && !Q) || (Q && R) adalah?

True

False

Error

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jika A = False, B = True, dan C = True, maka hasil dari (A && B) || (!B && C) adalah?

True

False

Error

None

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?