ABC in python

ABC in python

9th Grade

14 Qs

quiz-placeholder

Similar activities

informatica 1

informatica 1

9th Grade

15 Qs

word in italiano

word in italiano

5th - 10th Grade

15 Qs

APCSA Unit 3 Review

APCSA Unit 3 Review

9th - 12th Grade

13 Qs

Java Quiz 1: Introduction

Java Quiz 1: Introduction

6th - 12th Grade

10 Qs

EXCEL Video3/Quiz: Le Formule

EXCEL Video3/Quiz: Le Formule

9th Grade

10 Qs

Programación con Java

Programación con Java

9th - 11th Grade

15 Qs

python star primera parte

python star primera parte

9th - 12th Grade

11 Qs

Computer Software

Computer Software

9th - 12th Grade

10 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?