Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

University

10 Qs

quiz-placeholder

Similar activities

PythonTest

PythonTest

6th Grade - Professional Development

11 Qs

Python

Python

University

10 Qs

Python Basics

Python Basics

University

10 Qs

nesne tabanlı

nesne tabanlı

10th Grade - University

15 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Python if statement

Python if statement

University

15 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python-Basic

Python-Basic

3rd Grade - University

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