Prova PRONATEC

Prova PRONATEC

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Введення та виведення даних у Python

Введення та виведення даних у Python

7th Grade

12 Qs

Review loops

Review loops

8th Grade - University

12 Qs

Nhập môn Python

Nhập môn Python

6th Grade

10 Qs

Avaliação Bimestral - parte 1 - 7º Ano "B" - Grafos e Algoritmos

Avaliação Bimestral - parte 1 - 7º Ano "B" - Grafos e Algoritmos

7th Grade

15 Qs

Python

Python

7th Grade

10 Qs

Викторина по языку Python

Викторина по языку Python

6th - 8th Grade

10 Qs

Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

6th - 8th Grade

10 Qs

Prova PRONATEC

Prova PRONATEC

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Easy

Created by

Vanessa D

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual das alternativas a seguir é a extensão correta do arquivo Python?

a) .python

b) .pl

c) .py

d) .p

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


Qual dos caracteres a seguir é usado para fornecer comentários de linha única em Python?

a) //

b) #

c) !

d) /*

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual das seguintes funções é uma função utilizada em python?

a) factorial()

b) print()

c) seed()

d) sqrt()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Para adicionar um novo elemento a uma lista usamos qual comando Python?

a) list1.addEnd(5)

b) list1.addLast(5)

c) list1.append(5)

d) list1.add(5)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual será a saída?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

No código a seguir, “city” é um exemplo de quê?

List
Loop
Variable
Array

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Código para aparecer a seguinte mensagem:

Hello, World!

print Hello, World!

print("Hello, World!)

print("Hello, World!")

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?