AI 9B/C quiz

AI 9B/C quiz

9th Grade

12 Qs

quiz-placeholder

Similar activities

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

9th - 12th Grade

15 Qs

Network Fundamentals-Physical layer

Network Fundamentals-Physical layer

9th Grade - Professional Development

14 Qs

Unit 2 Short Final Review - Spring 2019

Unit 2 Short Final Review - Spring 2019

9th - 12th Grade

11 Qs

Web Page Design II

Web Page Design II

9th - 12th Grade

15 Qs

Bluetooth&Wifi

Bluetooth&Wifi

9th - 11th Grade

10 Qs

AP Computer Science Principles - Unit 6: Algorithms

AP Computer Science Principles - Unit 6: Algorithms

9th - 12th Grade

10 Qs

Codehs Unit 6

Codehs Unit 6

9th - 12th Grade

15 Qs

AI 9B/C quiz

AI 9B/C quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Enes isik

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not a good example of use of AI in everyday life?

Robots for passing the tests

Smart cars

Health diagnosing programs

Face-recognising cameras

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

good=input("is this a good signal?")

What happens at the command above?

The user inputs a value for a variable caled 'good'

The user inputs a value

The value "is this a good signal?" is assigned to a variable called 'good'

Why do you ask such a hard question?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not a method of AI?

heuristics

decision trees

expert systems

supervised work

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

good_signals = []

What happens at the command above?

An empty list called 'good_signals' is created

A variable called 'good_signals' is created

The list 'good_signals' is being added with some values

You cannot make me give the correct answer for this question

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if good = "Y":

good_signals.append(item)

What happens at the command above?

A variable called 'item' is added to the good_signals list if the variable called 'good' has the value "Y"

I will hide the correct answer for myself

if good is "Y", good_signals will be item

if good has the value 'Y', the good _signals' last item will be updated with 'item'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A/An ............................. is a rule that helps you make a quick decision.

heuristic

abstraction

assumption

watermelon

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a disadvantage of using heuristic?

A heuristic can solve a problem quicte quickly

A heuristic is not always accurate

A heuristic can mean less work for the user

A heuristic can be used in judgement

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?