ABC in python

ABC in python

9th Grade

14 Qs

quiz-placeholder

Similar activities

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

Quiz sobre a aula passada!

Quiz sobre a aula passada!

9th - 12th Grade

9 Qs

Informática 9, 10 y 11 Semana 6

Informática 9, 10 y 11 Semana 6

9th - 11th Grade

10 Qs

Excel(Errores y gráficos)

Excel(Errores y gráficos)

9th - 12th Grade

11 Qs

Computer Software

Computer Software

9th - 12th Grade

10 Qs

informatica 1

informatica 1

9th Grade

15 Qs

PIRATAS DEL VALLE DE SILICIO

PIRATAS DEL VALLE DE SILICIO

6th Grade - University

13 Qs

ABC in python

ABC in python

Assessment

Quiz

Computers, Instructional Technology

9th Grade

Hard

Created by

Carolina Pellecchia

Used 38+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Cos’è Python?(dare 2 risposte)

un linguaggio di programmazione

un linguaggio per chiedere informazioni all'utente

un interprete

un serpente per computer

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a cosa serve Visual Studio Code?

a scrivere

ad editare codice

ad eseguire programmi

a scrivere poesie

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si chiede all'utente di inserire un numero?

num:print('inserisci un numero: ')

num=int(println('inserisci un numero: '))

num=int(input('inserisci un numero: '))

num=input('inserisci un numero: ')

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si stampa un numero intero dopo una stringa?

print('il numero è'+89)

print('il numero è',89)

println('il numero è'+89)

print('il numero è':89)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si concatenano le stringe?

str1 ='Pino Rossi'

str1 = str1+''Pino Rossi'

str1 = str1:''Pino Rossi'

str1 ='Pino Rossi'+67

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Le stringhe sono array di caratteri. consideriamo la stringa

--str = "LA CLASSE 1C"-- cosa stampa l'istruzione print(str[3])?

spazio

L

A

C

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Indica la posizione del primo e dell'ultimo carattere in una stringa.

1,n

0,n

0,-2

0,-1

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?