Python Yazılım Dilleri Soruları

Python Yazılım Dilleri Soruları

University

10 Qs

quiz-placeholder

Similar activities

Code Combat

Code Combat

University

15 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

Python 101

Python 101

University

15 Qs

Computational Thinking in Python[Quiz 4]

Computational Thinking in Python[Quiz 4]

University

15 Qs

Programming languages

Programming languages

KG - Professional Development

10 Qs

Python Basics

Python Basics

11th Grade - University

10 Qs

Introduction to Python

Introduction to Python

University

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

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