After TAPPS

After TAPPS

University

5 Qs

quiz-placeholder

Similar activities

Week 4: CVA/TIA

Week 4: CVA/TIA

University

10 Qs

demo quiz

demo quiz

University

10 Qs

CLPT BP804 ET eCTD

CLPT BP804 ET eCTD

University

10 Qs

Revision R Programming

Revision R Programming

University

10 Qs

Arduino Nano

Arduino Nano

University

10 Qs

PRE TEST MODUL 1

PRE TEST MODUL 1

University

10 Qs

Sleep - BSP 2.7 Physio/Bio Psych

Sleep - BSP 2.7 Physio/Bio Psych

University

10 Qs

WebGIS Bootcamp Quiz | Day 3

WebGIS Bootcamp Quiz | Day 3

University - Professional Development

10 Qs

After TAPPS

After TAPPS

Assessment

Quiz

Science

University

Practice Problem

Hard

Created by

Ms STAFF

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  1. In Prolog, a ________ is a statement that is unconditionally accepted as true.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Prolog?

It is a procedural programming language

It is a functional programming language

It is a logic programming language

It is an object-oriented programming language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid Prolog variable name?

X

_Y

1Z

Var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'cut' operator (!) do in Prolog?

Halt program execution

Restart program execution

Prevent backtracking

Trigger backtracking

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about Prolog execution?

Prolog executes top-down

Prolog executes bottom-up

Prolog executes both top-down and bottom-up simultaneously

Prolog execution order is not defined