Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

University

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th Grade - University

10 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Python Control Statements

Python Control Statements

University

10 Qs

Python

Python

KG - Professional Development

13 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Basics

Python Basics

University

10 Qs

Python

Python

University

10 Qs

Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

Assessment

Quiz

Computers

University

Medium

Created by

ÇAĞATAY ÇINAR

Used 64+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python'da "Hello World" çıktısını hangisi verir?

echo "Hello World" Your answer

echo("Hello World");

p("Hello World")

print("Hello World")

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Aşağıdakilerden hangisi "PYTHON" programlama dilinin avantajlarından biri değildir?

Açık kaynaklı yani ücretsizdir.

Yoğun hesaplamalarda yavaş çalışır.

Ulaşılabilir kaynağı fazladır.

Yapısı sade ve okunması kolaydır.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Python'da hangisi doğru değişken adıdır?

my_var

_myvar

my_var

My var

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Python'da hangisi yorum satırı ekler?

//This is a comment

/*This is a comment*/

#This is a comment

-This is a comment-

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Python'da hangisi dosya uzantısıdır?

.pyth

.py

.pt

.ph

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Hangisi Fonksiyon oluşturur?

create myFunction():

def myFunction():

function myfunction():

print myfunction()

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Aşağıdaki programın ekrana vereceği çıktı nedir?

a= ”HOŞGELDİN”

b= ”ali”

print(a,b)

ali hosgeldin

HOŞGELDİN ali

ali HOŞGELDİN

HOŞGELDİN

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?