Search Header Logo

Coding in AI - Quiz 1

Authored by Kim Lim

Computers

1st - 10th Grade

Used 3+ times

Coding in AI - Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the datatype which represents a whole number?

String

Boolean

Float

Integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output when following code is executed?


print("D", end = ' ')

print("C", end = ' ')

print("B", end = ' ')

print("A", end = ' ')

DCBA

A, B, C, D

D C B A

D, C, B, A will be displayed on separate rows

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the expected output, when the following code is executed?

Hello MARY

Hello..MARY

Hello MARY

None

Hello MARY

Hello MARY

sayHello('MARY')

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of the following?

1 2 3 4 5 6 7 will be displayed on separate rows

1 2 3 4 5 6 will be displayed on separate rows

1 2 3 4 5 6

none of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the missing expression for the following code?

'p' in data

any((c == 'p') for c in data)

data.find('p')==-1

data[0:3]=='p'

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?