AI710 Quiz
April 27, 2021
We have learned;
- Comments in Python
- Variables and How to Declare Them
- Data Types
- Arithmetic and Logical Operations
- Type Conversion
- Indexing and Slicing on Strings
It’s time to see them in action and check what you have learned so far. Good luck!
Assesment Summary
0 of 10 Questions completed
Questions:
Information
You have already completed the assesment before. Hence you can not start it again.
Assesment is loading…
You must sign in or sign up to start the assesment.
You must first complete the following:
Results
Results
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 10
1. Question
- Seçeneklerde verilen kodlardan hangileri resimdeki kodun sonuna eklenirse “I am 20 years old” yazdırır?
CorrectIncorrect -
Question 2 of 10
2. Question
2. Aşağıdaki kod parçalarından hangisi Python koduna YORUM ekler?
CorrectIncorrect -
Question 3 of 10
3. Question
3. Değeri sayısal 5 olan bir değişkeni nasıl oluşturursunuz?
CorrectIncorrect -
Question 4 of 10
4. Question
4. Python dosyalarının uzantısı aşağıdakilerden hangisidir?
CorrectIncorrect -
Question 5 of 10
5. Question
5. “a” değişkeninin tipi nedir?
>> a = “12”*(12%11)CorrectIncorrect -
Question 6 of 10
6. Question
6. Verilen Python kodunun çıktısı aşağıdakilerden hangisidir?
>>>str=“hello”
>>>str[:2]
CorrectIncorrect -
Question 7 of 10
7. Question
7. Aşağıdakilerden hangisi bir string verisindeki ilk karakteri elde etmek için kullanmamız gereken kod parçasıdır?
CorrectIncorrect -
Question 8 of 10
8. Question
8. Verilen Python kodunun çıktısı aşağıdakilerden hangisidir?
CorrectIncorrect -
Question 9 of 10
9. Question
9. Verilen Python kodunun çıktısı aşağıdakilerden hangisidir?
CorrectIncorrect -
Question 10 of 10
10. Question
10. Aşağıdakilerden hangisi verilen kodun List Comprehension versiyonudur?
CorrectIncorrect